Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/gruvbox_light.toml')
| -rw-r--r-- | runtime/themes/gruvbox_light.toml | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/runtime/themes/gruvbox_light.toml b/runtime/themes/gruvbox_light.toml deleted file mode 100644 index ba216020..00000000 --- a/runtime/themes/gruvbox_light.toml +++ /dev/null @@ -1,32 +0,0 @@ -# Author : Rohan Jain <[email protected]> -# Author : Jakub Bartodziej <[email protected]> -# The theme uses the gruvbox light palette with standard contrast: github.com/morhetz/gruvbox - -inherits = "gruvbox" - -"ui.cursor.primary" = { modifiers = ["reversed"] } -"ui.cursor.match" = { bg = "bg2" } -"ui.cursorline" = { bg = "bg1" } - -[palette] -bg0 = "#fbf1c7" # main background -bg1 = "#ebdbb2" -bg2 = "#d5c4a1" -bg3 = "#bdae93" -bg4 = "#a89984" - -fg0 = "#282828" # main foreground -fg1 = "#3c3836" -fg2 = "#504945" -fg3 = "#665c54" -fg4 = "#7c6f64" # gray0 - -gray0 = "#7c6f64" - -red1 = "#9d0006" # bright -green1 = "#79740e" -yellow1 = "#b57614" -blue1 = "#076678" -purple1 = "#8f3f71" -aqua1 = "#427b58" -orange1 = "#af3a03" |