global theme option
This commit is contained in:
parent
7758c086e2
commit
fc76cb3f52
5 changed files with 18 additions and 12 deletions
|
@ -1,9 +1,9 @@
|
|||
local colors = {
|
||||
white = "#c7b89d",
|
||||
darker_black = "#1d2021",
|
||||
darker_black = "#1e2122",
|
||||
black = "#222526", -- nvim bg
|
||||
black2 = "#26292a",
|
||||
one_bg = "#2a2e36", -- real bg of onedark
|
||||
one_bg = "#2a2e36",
|
||||
one_bg2 = "#31353d",
|
||||
one_bg3 = "#343840",
|
||||
grey = "#46494a",
|
||||
|
@ -16,7 +16,7 @@ local colors = {
|
|||
line = "#2c2f30", -- for lines like vertsplit
|
||||
green = "#89b482",
|
||||
vibrant_green = "#a9b665",
|
||||
nord_blue = "#7b9bbb",
|
||||
nord_blue = "#6f8faf",
|
||||
blue = "#6d8dad",
|
||||
yellow = "#d6b676",
|
||||
sun = "#d1b171",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue