[kitty] change to gruvbox material medium

This commit is contained in:
Afonso Franco 2025-01-03 18:29:31 +00:00
parent afcf6e289c
commit 7f89a988b4
Signed by: afonso
SSH key fingerprint: SHA256:PQTRDHPH3yALEGtHXnXBp3Orfcn21pK20t0tS1kHg54
3 changed files with 39 additions and 41 deletions

View file

@ -1,49 +1,47 @@
# gruvbox dark by morhetz, https://github.com/morhetz/gruvbox # vim:ft=kitty
# This work is licensed under the terms of the MIT license. ## name: Gruvbox Material Dark Medium
# For a copy, see https://opensource.org/licenses/MIT. ## author: Sainnhe Park
## license: MIT
## upstream: https://raw.githubusercontent.com/rsaihe/gruvbox-material-kitty/main/colors/gruvbox-material-dark-medium.conf
## blurb: A modified version of Gruvbox with softer contrasts
background #1d2021 background #282828
foreground #d4be98 foreground #d4be98
cursor #928374 selection_background #d4be98
selection_foreground #282828
selection_foreground #928374 cursor #a89984
selection_background #3c3836 cursor_text_color background
color0 #282828 # Black
color8 #928374 color0 #665c54
color8 #928374
# red # Red
color1 #cc241d color1 #ea6962
# light red color9 #ea6962
color9 #fb4934
# green # Green
color2 #98971a color2 #a9b665
# light green color10 #a9b665
color10 #b8bb26
# yellow # Yellow
color3 #d79921 color3 #e78a4e
# light yellow color11 #d8a657
color11 #fabd2d
# blue # Blue
color4 #458588 color4 #7daea3
# light blue color12 #7daea3
color12 #83a598
# magenta # Magenta
color5 #b16286 color5 #d3869b
# light magenta color13 #d3869b
color13 #d3869b
# cyan # Cyan
color6 #689d6a color6 #89b482
# lighy cyan color14 #89b482
color14 #8ec07c
# light gray # White
color7 #a89984 color7 #d4be98
# dark gray color15 #d4be98
color15 #928374

View file

@ -16,6 +16,6 @@ macos_option_as_alt yes
hide_window_decorations yes hide_window_decorations yes
# BEGIN_KITTY_THEME # BEGIN_KITTY_THEME
# Gruvbox Dark # Gruvbox Material Dark Medium
include current-theme.conf include current-theme.conf
# END_KITTY_THEME # END_KITTY_THEME

View file

@ -1,5 +1,5 @@
# Font handling # Font handling
font_family JetBrainsMono Nerd Font Mono Light font_family JetBrainsMono Nerd Font Mono Regular
font_size 16.0 font_size 16.0
#Remove annoying things #Remove annoying things
@ -16,6 +16,6 @@ macos_option_as_alt yes
hide_window_decorations yes hide_window_decorations yes
# BEGIN_KITTY_THEME # BEGIN_KITTY_THEME
# Gruvbox Light # Gruvbox Material Dark Soft
include current-theme.conf include current-theme.conf
# END_KITTY_THEME # END_KITTY_THEME