Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/gruvbox_dark_hard.toml')
| -rw-r--r-- | runtime/themes/gruvbox_dark_hard.toml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/runtime/themes/gruvbox_dark_hard.toml b/runtime/themes/gruvbox_dark_hard.toml deleted file mode 100644 index 1e2fd9e9..00000000 --- a/runtime/themes/gruvbox_dark_hard.toml +++ /dev/null @@ -1,13 +0,0 @@ -# Author : Sven-Hendrik Haase <[email protected]> -# Author : Jakub Bartodziej <[email protected]> -# The theme uses the gruvbox dark palette with hard contrast: github.com/morhetz/gruvbox - -inherits = "gruvbox" - -"ui.cursor.primary" = { modifiers = ["reversed"] } -"ui.cursor.match" = { bg = "bg2" } - -"diagnostic.error" = { underline = { color = "red0", style = "curl"} } - -[palette] -bg0 = "#1d2021" # main background |