Skip to content

Commit 523e8aa

Browse files
authored
Fix tokyonight_* theme color keys (#13375)
Co-authored-by: tamakiii <tamakiii@users.noreply.github.com>
1 parent 3bfec18 commit 523e8aa

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

runtime/themes/tokyonight_day.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ border = "#e9e9ed"
3636
border-highlight = "#2496ac"
3737
bg = "#e1e2e7"
3838
bg-inlay = "#acd7eb"
39-
bg-highlight = "#c4c8da"
39+
bg-selection = "#c4c8da"
4040
bg-menu = "#e9e9ec"
41-
bg-visual = "#b6bfe2"
41+
bg-focus = "#b6bfe2"

runtime/themes/tokyonight_moon.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ border = "#1b1d2b"
3636
border-highlight = "#589ed7"
3737
bg = "#222436"
3838
bg-inlay = "#273644"
39-
bg-highlight = "#2f334d"
39+
bg-selection = "#2f334d"
4040
bg-menu = "#1e2030"
41-
bg-visual = "#2d3f76"
41+
bg-focus = "#2d3f76"

runtime/themes/tokyonight_storm.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ inherits = "tokyonight"
66
border = "#1d202f"
77
bg = "#24283b"
88
bg-inlay = "#233745"
9-
bg-highlight = "#373d5a"
9+
bg-selection = "#373d5a"
1010
bg-menu = "#1f2335"
11-
bg-visual = "#2e3c64"
11+
bg-focus = "#2e3c64"
1212
border-highlight = "#29a4bd"

0 commit comments

Comments
 (0)