|
|
|
@ -14,7 +14,7 @@ local theme = require("onedark") |
|
|
|
|
theme.setup { |
|
|
|
|
-- Main options -- |
|
|
|
|
style = "warmer", -- Default theme style. Choose between "dark", "darker", "cool", "deep", "warm", "warmer" and "light" |
|
|
|
|
transparent = false, -- Show/hide background |
|
|
|
|
transparent = true, -- Show/hide background |
|
|
|
|
term_colors = true, -- Change terminal color as per the selected theme style |
|
|
|
|
ending_tildes = false, -- Show the end-of-buffer tildes. By default they are hidden |
|
|
|
|
cmp_itemkind_reverse = false, -- reverse item kind highlights in cmp menu |
|
|
|
|