Fix tokyonight_* theme color keys (#13375)

Co-authored-by: tamakiii <tamakiii@users.noreply.github.com>
pull/13388/head
Daichi Tamaki 2025-04-18 23:59:53 +09:00 committed by GitHub
parent 3bfec18a45
commit 523e8aa781
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"