[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
# This work is licensed under the terms of the MIT license.
# For a copy, see https://opensource.org/licenses/MIT.
# vim:ft=kitty
## name: Gruvbox Material Dark Medium
## 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
cursor #928374
selection_background #d4be98
selection_foreground #282828
selection_foreground #928374
selection_background #3c3836
cursor #a89984
cursor_text_color background
color0 #282828
# Black
color0 #665c54
color8 #928374
# red
color1 #cc241d
# light red
color9 #fb4934
# Red
color1 #ea6962
color9 #ea6962
# green
color2 #98971a
# light green
color10 #b8bb26
# Green
color2 #a9b665
color10 #a9b665
# yellow
color3 #d79921
# light yellow
color11 #fabd2d
# Yellow
color3 #e78a4e
color11 #d8a657
# blue
color4 #458588
# light blue
color12 #83a598
# Blue
color4 #7daea3
color12 #7daea3
# magenta
color5 #b16286
# light magenta
# Magenta
color5 #d3869b
color13 #d3869b
# cyan
color6 #689d6a
# lighy cyan
color14 #8ec07c
# Cyan
color6 #89b482
color14 #89b482
# light gray
color7 #a89984
# dark gray
color15 #928374
# White
color7 #d4be98
color15 #d4be98

View file

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

View file

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