Adapting theme.css
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
source = ./variables.conf
|
source = ./variables.conf
|
||||||
source = ./theming.conf
|
source = ./theme.css
|
||||||
source = ./animations.conf
|
source = ./animations.conf
|
||||||
source = ./bindings.conf
|
source = ./bindings.conf
|
||||||
# source = ./behaviour.conf
|
# source = ./behaviour.conf
|
||||||
|
|||||||
+10
-6
@@ -1,7 +1,7 @@
|
|||||||
# Catppuccin Mocha for Hyprland
|
# Catppuccin Mocha for Hyprland
|
||||||
# Colors (match your variables.conf or override here)
|
# Colors (match your variables.conf or override here)
|
||||||
$base = #1e1e2e
|
$base = #1e1e2e
|
||||||
$inactive = rgba(595959aa)
|
$inactive = rgba(89, 89, 89, 0.67)
|
||||||
$mantle = #181825
|
$mantle = #181825
|
||||||
$crust = #11111b
|
$crust = #11111b
|
||||||
$surface0 = #313244
|
$surface0 = #313244
|
||||||
@@ -33,32 +33,36 @@ general {
|
|||||||
gaps_in = 2
|
gaps_in = 2
|
||||||
gaps_out = 4
|
gaps_out = 4
|
||||||
border_size = 4
|
border_size = 4
|
||||||
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
col.active_border = rgba(51, 204, 255, 0.933) rgba(0, 255, 153, 0.933) 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 # Makes it easier to "grab" the edge
|
extend_border_grab_area = 20
|
||||||
}
|
}
|
||||||
|
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 8
|
rounding = 8
|
||||||
drop_shadow = true
|
shadow_enabled = true # replaces drop_shadow
|
||||||
shadow_range = 10
|
shadow_offset = 10 # replaces shadow_range
|
||||||
shadow_render_power = 3
|
shadow_strength = 0.3 # replaces shadow_render_power; adjust 0–1
|
||||||
}
|
}
|
||||||
|
|
||||||
# Input fields (e.g., Hyprctl menus)
|
# Input fields (e.g., Hyprctl menus)
|
||||||
input_field {
|
input_field {
|
||||||
|
# Optional: set input field background, border, text
|
||||||
}
|
}
|
||||||
|
|
||||||
# Hyprbar (if used)
|
# Hyprbar (if used)
|
||||||
hyprbar {
|
hyprbar {
|
||||||
|
# Optional: set bar colors
|
||||||
}
|
}
|
||||||
|
|
||||||
# Hyprlock (if used)
|
# Hyprlock (if used)
|
||||||
hyprlock {
|
hyprlock {
|
||||||
|
# Optional: set lock screen colors
|
||||||
}
|
}
|
||||||
|
|
||||||
# Hypridle (if used)
|
# Hypridle (if used)
|
||||||
hypridle {
|
hypridle {
|
||||||
|
# Optional: set idle screen colors
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user