diff options
author | Yomain | 2024-03-30 10:43:53 +0000 |
---|---|---|
committer | GitHub | 2024-03-30 10:43:53 +0000 |
commit | 381976a04cca05b6658eb1eaf921532d4895298d (patch) | |
tree | 5ba0445eea72c3f7a575c0bd5493e00a0a5b8d94 /runtime/themes/material_deep_ocean.toml | |
parent | 527cbe656c740c997b299f989ac1be7cac4a8e16 (diff) |
fix: cursor line on material themes (#10043)
Diffstat (limited to 'runtime/themes/material_deep_ocean.toml')
-rw-r--r-- | runtime/themes/material_deep_ocean.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/themes/material_deep_ocean.toml b/runtime/themes/material_deep_ocean.toml index b98a32e5..6cf4c0a6 100644 --- a/runtime/themes/material_deep_ocean.toml +++ b/runtime/themes/material_deep_ocean.toml @@ -76,7 +76,7 @@ "ui.cursor" = { bg = "highlight", fg = "white" } "ui.cursor.primary" = { bg = "white", fg = "gray" } -"ui.cursorline.primary" = { bg = "white" } +"ui.cursorline.primary" = { bg = "active" } "ui.virtual" = { fg = "gray" } "ui.virtual.ruler" = { bg = "highlight" } @@ -114,6 +114,7 @@ disabled = "#464b5d" accent = "#84ffff" +active = "#1a1c25" highlight = "#1f2233" comment = "#464b5d" |