Compare commits

..

7 Commits

Author SHA1 Message Date
henrov 26807debf1 let's try green 2026-03-17 10:02:27 +00:00
henrov b237eb1f53 Adapting theme.css 2026-03-17 10:00:00 +00:00
henrov e801dfa112 Adapting theme.css 2026-03-17 09:55:21 +00:00
henrov 352945b12a Trying to get hyprland theming override stylix theming 2026-03-17 09:54:07 +00:00
henrov 44947adcdb Adapting theme.css 2026-03-17 09:45:28 +00:00
henrov 8b854bf0d0 Adapting theme.css 2026-03-17 09:39:14 +00:00
henrov 40f6fa8d5d Adapting theme.css 2026-03-17 09:35:54 +00:00
516 changed files with 18 additions and 46913 deletions
@@ -1,5 +1,5 @@
source = ./variables.conf source = ./variables.conf
source = ./theme.css source = ./theming.conf
source = ./animations.conf source = ./animations.conf
source = ./bindings.conf source = ./bindings.conf
# source = ./behaviour.conf # source = ./behaviour.conf
@@ -1,69 +1,42 @@
# Hyprland Catppuccin Mocha Theme # Hyprland Catppuccin Mocha Theme
# Generated from Stylix YAML # Solid colors only, compatible with current Hyprland
# Colors # Colors
$base = #1e1e2e $base = #1e1e2e
$inactive = #595959aa
$mantle = #181825 $mantle = #181825
$crust = #11111b
$surface0 = #313244 $surface0 = #313244
$surface1 = #45475a $surface1 = #45475a
$surface2 = #585b70 $surface2 = #585b70
$overlay0 = #6c7086
$overlay1 = #7f849c
$overlay2 = #9399b2
$subtext0 = #a6adc8
$subtext1 = #bac2de
$text = #cdd6f4 $text = #cdd6f4
$lavender = #b4befe
$blue = #89b4fa
$sapphire = #74c7ec
$sky = #89dceb
$teal = #94e2d5
$green = #a6e3a1
$yellow = #f9e2af
$peach = #fab387
$maroon = #eba0ac
$red = #f38ba8
$mauve = #cba6f7
$pink = #f5c2e7
$flamingo = #f2cdcd
$rosewater = #f5e0dc $rosewater = #f5e0dc
$lavender = #b4befe
$red = #f38ba8
$peach = #fab387
$yellow = #f9e2af
$green = #a6e3a1
$teal = #94e2d5
$blue = #89b4fa
$mauve = #cba6f7
$flamingo = #f2cdcd
$inactive = #595959aa
#$activeborder = #1ae6ccee
# General theming # General theming
general { general {
gaps_in = 2 gaps_in = 2
gaps_out = 4 gaps_out = 4
border_size = 4 border_size = 4
col.active_border = #89b4fa #a6e3a1 45deg
col.inactive_border = $inactive
layout = scrolling layout = scrolling
resize_on_border = true resize_on_border = true
extend_border_grab_area = 20 extend_border_grab_area = 20
# Solid color borders only
col.active_border = $green
col.inactive_border = $inactive
} }
# Window decorations # Window decorations
decoration { decoration {
rounding = 8 rounding = 8
# drop shadows not supported natively in Hyprland # Drop shadows are not supported in native Hyprland
}
# Input fields
input_field {
# Optional: set background, border, text colors
}
# Hyprbar
hyprbar {
# Optional: colors for bars
}
# Hyprlock
hyprlock {
# Optional: lock screen colors
}
# Hypridle
hypridle {
# Optional: idle screen colors
} }
@@ -1,23 +0,0 @@
button_offset=9
button_spacing=0
show_app_icon=false
full_width_title=true
title_shadow_active=false
title_shadow_inactive=false
title_horizontal_offset=3
active_text_color=#afafaf
active_text_shadow_color=#252525
inactive_text_color=#808080
inactive_text_shadow_color=#252525
shadow_delta_height=2
shadow_delta_width=0
shadow_delta_x=0
shadow_delta_y=-5
shadow_opacity=40

Some files were not shown because too many files have changed in this diff Show More