Adapting theme.css
This commit is contained in:
@@ -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
|
||||||
|
|||||||
+12
-17
@@ -1,9 +1,7 @@
|
|||||||
# Hyprland Catppuccin Mocha Theme
|
# Catppuccin Mocha for Hyprland
|
||||||
# Generated from Stylix YAML
|
# Colors (match your variables.conf or override here)
|
||||||
|
|
||||||
# Colors
|
|
||||||
$base = #1e1e2e
|
$base = #1e1e2e
|
||||||
$inactive = #595959aa
|
$inactive = rgba(595959aa)
|
||||||
$mantle = #181825
|
$mantle = #181825
|
||||||
$crust = #11111b
|
$crust = #11111b
|
||||||
$surface0 = #313244
|
$surface0 = #313244
|
||||||
@@ -35,35 +33,32 @@ general {
|
|||||||
gaps_in = 2
|
gaps_in = 2
|
||||||
gaps_out = 4
|
gaps_out = 4
|
||||||
border_size = 4
|
border_size = 4
|
||||||
col.active_border = #89b4fa #a6e3a1
|
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||||
col.inactive_border = $inactive
|
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 # Makes it easier to "grab" the edge
|
||||||
}
|
}
|
||||||
|
|
||||||
# Window decorations
|
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 8
|
rounding = 8
|
||||||
# drop shadows not supported natively in Hyprland
|
drop_shadow = true
|
||||||
|
shadow_range = 10
|
||||||
|
shadow_render_power = 3
|
||||||
}
|
}
|
||||||
|
|
||||||
# Input fields
|
# Input fields (e.g., Hyprctl menus)
|
||||||
input_field {
|
input_field {
|
||||||
# Optional: set background, border, text colors
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Hyprbar
|
# Hyprbar (if used)
|
||||||
hyprbar {
|
hyprbar {
|
||||||
# Optional: colors for bars
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Hyprlock
|
# Hyprlock (if used)
|
||||||
hyprlock {
|
hyprlock {
|
||||||
# Optional: lock screen colors
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Hypridle
|
# Hypridle (if used)
|
||||||
hypridle {
|
hypridle {
|
||||||
# Optional: idle screen colors
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user