mirror of
https://github.com/realAscot/helix.git
synced 2025-09-14 04:03:03 +02:00
Fix tokyonight_* theme color keys (#13375)
Co-authored-by: tamakiii <tamakiii@users.noreply.github.com>
This commit is contained in:
parent
3bfec18a45
commit
523e8aa781
@ -36,6 +36,6 @@ border = "#e9e9ed"
|
||||
border-highlight = "#2496ac"
|
||||
bg = "#e1e2e7"
|
||||
bg-inlay = "#acd7eb"
|
||||
bg-highlight = "#c4c8da"
|
||||
bg-selection = "#c4c8da"
|
||||
bg-menu = "#e9e9ec"
|
||||
bg-visual = "#b6bfe2"
|
||||
bg-focus = "#b6bfe2"
|
||||
|
@ -36,6 +36,6 @@ border = "#1b1d2b"
|
||||
border-highlight = "#589ed7"
|
||||
bg = "#222436"
|
||||
bg-inlay = "#273644"
|
||||
bg-highlight = "#2f334d"
|
||||
bg-selection = "#2f334d"
|
||||
bg-menu = "#1e2030"
|
||||
bg-visual = "#2d3f76"
|
||||
bg-focus = "#2d3f76"
|
||||
|
@ -6,7 +6,7 @@ inherits = "tokyonight"
|
||||
border = "#1d202f"
|
||||
bg = "#24283b"
|
||||
bg-inlay = "#233745"
|
||||
bg-highlight = "#373d5a"
|
||||
bg-selection = "#373d5a"
|
||||
bg-menu = "#1f2335"
|
||||
bg-visual = "#2e3c64"
|
||||
bg-focus = "#2e3c64"
|
||||
border-highlight = "#29a4bd"
|
||||
|
Loading…
x
Reference in New Issue
Block a user