Adapting theme.css
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Hyprland Catppuccin Mocha Theme
|
# Hyprland Catppuccin Mocha Theme
|
||||||
# Fully compatible with Stylix palette
|
# Solid colors only, compatible with current Hyprland
|
||||||
|
|
||||||
# Colors (from Stylix YAML)
|
# Colors
|
||||||
$base = #1e1e2e
|
$base = #1e1e2e
|
||||||
$mantle = #181825
|
$mantle = #181825
|
||||||
$surface0 = #313244
|
$surface0 = #313244
|
||||||
@@ -18,7 +18,7 @@ $teal = #94e2d5
|
|||||||
$blue = #89b4fa
|
$blue = #89b4fa
|
||||||
$mauve = #cba6f7
|
$mauve = #cba6f7
|
||||||
$flamingo = #f2cdcd
|
$flamingo = #f2cdcd
|
||||||
$inactive = rgba(89, 89, 89, 0.67)
|
$inactive = #595959aa
|
||||||
|
|
||||||
# General theming
|
# General theming
|
||||||
general {
|
general {
|
||||||
@@ -29,38 +29,13 @@ general {
|
|||||||
resize_on_border = true
|
resize_on_border = true
|
||||||
extend_border_grab_area = 20
|
extend_border_grab_area = 20
|
||||||
|
|
||||||
# Gradient active border using Stylix colors
|
# Solid color borders only
|
||||||
col.active_border = linear-gradient($blue, $green)
|
col.active_border = $blue
|
||||||
col.inactive_border = $inactive
|
col.inactive_border = $inactive
|
||||||
}
|
}
|
||||||
|
|
||||||
# Window decorations
|
# Window decorations
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 8
|
rounding = 8
|
||||||
# Drop shadows are not supported natively in Hyprland
|
# Drop shadows are not supported in native Hyprland
|
||||||
}
|
|
||||||
|
|
||||||
# Input fields (e.g., hyprctl menus)
|
|
||||||
input_field {
|
|
||||||
background = $surface0
|
|
||||||
border = $surface1
|
|
||||||
text = $text
|
|
||||||
}
|
|
||||||
|
|
||||||
# Hyprbar (if used)
|
|
||||||
hyprbar {
|
|
||||||
background = $mantle
|
|
||||||
foreground = $text
|
|
||||||
}
|
|
||||||
|
|
||||||
# Hyprlock (if used)
|
|
||||||
hyprlock {
|
|
||||||
background = $mantle
|
|
||||||
text = $text
|
|
||||||
}
|
|
||||||
|
|
||||||
# Hypridle (if used)
|
|
||||||
hypridle {
|
|
||||||
background = $mantle
|
|
||||||
text = $text
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user