Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/onedark.toml')
| -rw-r--r-- | runtime/themes/onedark.toml | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/runtime/themes/onedark.toml b/runtime/themes/onedark.toml index e341076f..21101ea7 100644 --- a/runtime/themes/onedark.toml +++ b/runtime/themes/onedark.toml @@ -1,6 +1,5 @@ # Author : Gokul Soumya <[email protected]> -"tag" = { fg = "red" } "attribute" = { fg = "yellow" } "comment" = { fg = "light-gray", modifiers = ["italic"] } "constant" = { fg = "cyan" } @@ -15,7 +14,6 @@ "keyword.control" = { fg = "purple" } "keyword.control.import" = { fg = "red" } "keyword.directive" = { fg = "purple" } -"keyword.storage" = { fg = "purple" } "label" = { fg = "purple" } "namespace" = { fg = "blue" } "operator" = { fg = "purple" } @@ -46,8 +44,6 @@ "diagnostic.hint".underline = { color = "green", style = "curl" } "diagnostic.warning".underline = { color = "yellow", style = "curl" } "diagnostic.error".underline = { color = "red", style = "curl" } -"diagnostic.unnecessary" = { modifiers = ["dim"] } -"diagnostic.deprecated" = { modifiers = ["crossed_out"] } "info" = { fg = "blue", modifiers = ["bold"] } "hint" = { fg = "green", modifiers = ["bold"] } "warning" = { fg = "yellow", modifiers = ["bold"] } @@ -59,7 +55,6 @@ "ui.virtual.whitespace" = { fg = "light-gray" } "ui.virtual.ruler" = { bg = "gray" } "ui.virtual.inlay-hint" = { fg = "light-gray" } -"ui.virtual.jump-label" = { fg = "light-gray", modifiers = ["bold"] } "ui.cursor" = { fg = "white", modifiers = ["reversed"] } "ui.cursor.primary" = { fg = "white", modifiers = ["reversed"] } @@ -77,16 +72,11 @@ "ui.statusline" = { fg = "white", bg = "light-black" } "ui.statusline.inactive" = { fg = "light-gray", bg = "light-black" } -"ui.statusline.normal" = { fg = "light-black", bg = "blue", modifiers = ["bold"] } -"ui.statusline.insert" = { fg = "light-black", bg = "green", modifiers = ["bold"] } -"ui.statusline.select" = { fg = "light-black", bg = "purple", modifiers = ["bold"] } - -"ui.bufferline" = { fg = "light-gray", bg = "light-black" } -"ui.bufferline.active" = { fg = "light-black", bg = "blue", underline = { color = "light-black", style = "line" } } -"ui.bufferline.background" = { bg = "light-black" } +"ui.statusline.normal" = { fg = "light-black", bg = "blue" } +"ui.statusline.insert" = { fg = "light-black", bg = "green" } +"ui.statusline.select" = { fg = "light-black", bg = "purple" } "ui.text" = { fg = "white" } -"ui.text.directory" = { fg = "blue" } "ui.text.focus" = { fg = "white", bg = "light-black", modifiers = ["bold"] } "ui.help" = { fg = "white", bg = "gray" } |