theming and platform switch

This commit is contained in:
2024-02-26 10:43:30 +01:00
parent be362e79a8
commit f64ebf3407
15 changed files with 609 additions and 43 deletions

View File

@@ -1,5 +1,6 @@
# include ${HOME}/.cache/wal/kitty.conf
include macchiato.conf
# include macchiato.conf
include theme.conf
font_family FiraCode Nerd Font
bold_font auto
@@ -21,5 +22,5 @@ enable_audio_bell no
# BEGIN_KITTY_THEME
# Catppuccin-Macchiato
include current-theme.conf
# include current-theme.conf
# END_KITTY_THEME

View File

@@ -0,0 +1,27 @@
background #292522
foreground #ECE1D7
cursor none
url_color #7F91B2
selection_background #403A36
selection_foreground #ECE1D7
tab_bar_background #34302C
active_tab_background #34302C
active_tab_foreground #E49B5D
inactive_tab_background #34302C
inactive_tab_foreground #ECE1D7
color0 #34302C
color1 #BD8183
color2 #78997A
color3 #E49B5D
color4 #7F91B2
color5 #B380B0
color6 #7B9695
color7 #C1A78E
color8 #867462
color9 #D47766
color10 #85B695
color11 #EBC06D
color12 #A3A9CE
color13 #CF9BC2
color14 #89B3B6
color15 #ECE1D7

View File

@@ -0,0 +1,49 @@
# 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.
background #282828
foreground #ebdbb2
cursor #928374
selection_foreground #928374
selection_background #3c3836
color0 #282828
color8 #928374
# red
color1 #cc241d
# light red
color9 #fb4934
# green
color2 #98971a
# light green
color10 #b8bb26
# yellow
color3 #d79921
# light yellow
color11 #fabd2d
# blue
color4 #458588
# light blue
color12 #83a598
# magenta
color5 #b16286
# light magenta
color13 #d3869b
# cyan
color6 #689d6a
# lighy cyan
color14 #8ec07c
# light gray
color7 #a89984
# dark gray
color15 #928374