Added generated files to avoid where the user hasn't generated colors yet.

This commit is contained in:
2025-06-10 12:54:27 -04:00
parent 1f42415ae6
commit a7b7e5b508
12 changed files with 281 additions and 83 deletions

View File

@@ -22,5 +22,6 @@ output_path = '~/.config/gtk-4.0/colors.css'
[templates.kitty]
input_path = '~/.config/matugen/templates/kitty-colors.conf'
output_path = '~/.config/kitty/colors.conf'
output_path = '~/.config/kitty/themes/hydro-os.conf'
post_hook = 'kitten themes --reload-in=all hydro-os'

View File

@@ -1,11 +1,6 @@
$image = {{image}}
<* for name, value in colors *>
${{name}} = rgba({{value.default.hex_stripped}}ff)
<* endfor *>
general {
col.active_border = $outline
col.inactive_border = $outline_variant
col.inactive_border = rgb({{colors.background.default.hex_stripped}})
col.active_border = rgb({{colors.primary.default.hex_stripped}})
}
decoration {
@@ -17,7 +12,7 @@ decoration {
enabled = yes
range = 4
render_power = 3
color = $shadow
color = rgb({{colors.shadow.default.hex_stripped}})
}
rounding = 15

View File

@@ -1,3 +1,64 @@
# Tokyo Night color scheme for kitty terminal emulator
# https://github.com/davidmathers/tokyo-night-kitty-theme
#
# Based on Tokyo Night color theme for Visual Studio Code
# https://github.com/enkia/tokyo-night-vscode-theme
# Modified for hydro-os as a template to change colors with matugen
# Black
color0 #414868
color8 #414868
# Red
color1 #f7768e
color9 #f7768e
# Green
color2 #73daca
color10 #73daca
# Yellow
color3 #e0af68
color11 #e0af68
# Blue
color4 #7aa2f7
color12 #7aa2f7
# Magenta
color5 #bb9af7
color13 #bb9af7
# Cyan
color6 #7dcfff
color14 #7dcfff
# White
color7 #c0caf5
color15 #c0caf5
# Window borders
active_border_color #3d59a1
inactive_border_color #101014
bell_border_color #e0af68
# Tab bar
tab_bar_style fade
tab_fade 1
active_tab_foreground #3d59a1
active_tab_background #16161e
active_tab_font_style bold
inactive_tab_foreground #787c99
inactive_tab_background #16161e
inactive_tab_font_style bold
tab_bar_background #101014
# Title bar
macos_titlebar_color #16161e
background_opacity 1
cursor {{colors.on_surface.default.hex}}
cursor_text_color {{colors.on_surface_variant.default.hex}}