mirror of
https://github.com/gabehf/base46.git
synced 2026-03-10 07:50:31 -07:00
commit
7c3f8b2140
2 changed files with 53 additions and 0 deletions
35
lua/hl_themes/solarized.lua
Normal file
35
lua/hl_themes/solarized.lua
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
local colors = {
|
||||
white = "#839496",
|
||||
darker_black = "#002530",
|
||||
black = "#002b36",
|
||||
black2 = "#06313c",
|
||||
one_bg = "#0a3540",
|
||||
one_bg2 = "#133e49",
|
||||
one_bg3 = "#1b4651",
|
||||
grey = "#28535e",
|
||||
grey_fg = "#325d68",
|
||||
grey_fg2 = "#3c6772",
|
||||
light_grey = "#446f7a",
|
||||
red = "#dc322f",
|
||||
baby_pink = "#eb413e",
|
||||
pink = "#fd5ffe",
|
||||
line = "#0f3a45",
|
||||
green = "#a6e22e",
|
||||
vibrant_green = "#bffb47",
|
||||
nord_blue = "#59cce2",
|
||||
blue = "#66d9ef",
|
||||
yellow = "#e6db74",
|
||||
sun = "#eee37c",
|
||||
purple = "#ae81ff",
|
||||
dark_purple = "#9f72f0",
|
||||
teal = "#4dc0d6",
|
||||
orange = "#fd971f",
|
||||
cyan = "#a1efe4",
|
||||
statusline_bg = "#042f3a",
|
||||
lightbg = "#113c47",
|
||||
lightbg2 = "#0b3641",
|
||||
pmenu_bg = "#A3BE8C",
|
||||
folder_bg = "#61afef",
|
||||
}
|
||||
|
||||
return colors
|
||||
Loading…
Add table
Add a link
Reference in a new issue