mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 07:28:50 -07:00
Tweak tokyo-night theme to be much more pleasing
This commit is contained in:
parent
993839a2c0
commit
45629c2491
3 changed files with 9 additions and 9 deletions
|
|
@ -111,7 +111,7 @@ local function apply_base16_theme(theme)
|
|||
highlight("Keyword", theme.base0E, nil, nil, nil)
|
||||
highlight("Label", theme.base0A, nil, nil, nil)
|
||||
highlight("Number", theme.base09, nil, nil, nil)
|
||||
highlight("Operator", theme.base05, nil, "none", nil)
|
||||
highlight("Operator", theme.base0E, nil, "none", nil)
|
||||
highlight("PreProc", theme.base0A, nil, nil, nil)
|
||||
highlight("Repeat", theme.base0A, nil, nil, nil)
|
||||
highlight("Special", theme.base0C, nil, nil, nil)
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
local colors = {
|
||||
white = "#c0caf5",
|
||||
darker_black = "#151621",
|
||||
black = "#1A1B26", -- nvim bg
|
||||
black2 = "#20212c",
|
||||
one_bg = "#242530",
|
||||
one_bg2 = "#292a35",
|
||||
darker_black = "#16161e",
|
||||
black = "#1a1b26", -- nvim bg
|
||||
black2 = "#24283b",
|
||||
one_bg = "#24283b",
|
||||
one_bg2 = "#414868",
|
||||
one_bg3 = "#353b45",
|
||||
grey = "#40486a",
|
||||
grey_fg = "#4a5274",
|
||||
grey_fg = "#565f89",
|
||||
grey_fg2 = "#4f5779",
|
||||
light_grey = "#545c7e",
|
||||
red = "#f7768e",
|
||||
|
|
@ -18,7 +18,7 @@ local colors = {
|
|||
vibrant_green = "#73daca",
|
||||
nord_blue = "#80a8fd",
|
||||
blue = "#7aa2f7",
|
||||
yellow = "#e7c787",
|
||||
yellow = "#e0af68",
|
||||
sun = "#EBCB8B",
|
||||
purple = "#bb9af7",
|
||||
dark_purple = "#9d7cd8",
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ return {
|
|||
base0C = "2ac3de",
|
||||
base0B = "9ece6a",
|
||||
base02 = "3b4261",
|
||||
base0F = "db4b4b",
|
||||
base0F = "9abdf5",
|
||||
base03 = "545c7e",
|
||||
base08 = "f7768e",
|
||||
base01 = "3b4261",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue