Unnamed repository; edit this file 'description' to name the repository.
fix(theme:omicron): set `linenr*` and other minor fixes (#15359)
| -rw-r--r-- | runtime/themes/omicron_dark.toml | 2 | ||||
| -rw-r--r-- | runtime/themes/omicron_light.toml | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/runtime/themes/omicron_dark.toml b/runtime/themes/omicron_dark.toml index d515dfce..7fa500f7 100644 --- a/runtime/themes/omicron_dark.toml +++ b/runtime/themes/omicron_dark.toml @@ -12,6 +12,8 @@ diagnostic = { underline = { color = "ghost", style = "curl" } } "ui.background" = { bg = "bg" } "ui.window" = { bg = "bg_ui" } "ui.gutter" = { bg = "bg_ui" } +"ui.linenr" = "default_weak" +"ui.linenr.selected" = "default" "ui.text" = "default" "ui.text.focus" = { bg = "sel" } # secondary diff --git a/runtime/themes/omicron_light.toml b/runtime/themes/omicron_light.toml index d6cda380..1cdcd35b 100644 --- a/runtime/themes/omicron_light.toml +++ b/runtime/themes/omicron_light.toml @@ -14,6 +14,8 @@ diagnostic = { underline = { color = "ghost", style = "curl" } } "ui.background" = { bg = "bg" } "ui.window" = { bg = "bg_ui" } "ui.gutter" = { bg = "bg_ui" } +"ui.linenr" = "default_weak" +"ui.linenr.selected" = "default" "ui.text" = "default" "ui.text.focus" = { bg = "sel" } # secondary @@ -97,7 +99,7 @@ default_weak = "#666" ghost = "#999" code = "#363" code_unsafe = "#300" -code_bg_unsafe = "#ede" +code_bg_unsafe = "#edd" red = "#800" green = "#070" yellow = "#770" |