theme: Fix Flexoki Light focus color. (#1647)

This commit is contained in:
Jason Lee 2025-11-20 13:37:43 +08:00 committed by GitHub
parent d251a9b08b
commit b6dace13cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -38,7 +38,7 @@
"tab.active.foreground": "#5C6773", "tab.active.foreground": "#5C6773",
"tab.background": "#ECECED00", "tab.background": "#ECECED00",
"tab_bar.background": "#ECECED", "tab_bar.background": "#ECECED",
"title_bar.background": "#dcddde", "title_bar.background": "#e7e8e9",
"title_bar.border": "#CFD1D2", "title_bar.border": "#CFD1D2",
"base.yellow": "#f1ad49", "base.yellow": "#f1ad49",
"base.red": "#F07171", "base.red": "#F07171",

View file

@ -12,7 +12,7 @@
"accent.foreground": "#4c4f69", "accent.foreground": "#4c4f69",
"background": "#E5E9EF", "background": "#E5E9EF",
"border": "#CCD0DA", "border": "#CCD0DA",
"ring": "#c6d0f5", "ring": "#7287fd",
"foreground": "#4c4f69", "foreground": "#4c4f69",
"input.border": "#acb0be", "input.border": "#acb0be",
"link.active.foreground": "#7287fd", "link.active.foreground": "#7287fd",

View file

@ -9,7 +9,7 @@
"mode": "light", "mode": "light",
"colors": { "colors": {
"accent.background": "#E8E4CE", "accent.background": "#E8E4CE",
"accent.foreground": "#5C6773", "accent.foreground": "#100F0F",
"background": "#FFFCF0", "background": "#FFFCF0",
"foreground": "#100F0F", "foreground": "#100F0F",
"border": "#E6E4D9", "border": "#E6E4D9",