Adapting theme.css

This commit is contained in:
2026-03-17 10:32:41 +00:00
parent 4f6d833d5e
commit f150161d7d
4 changed files with 35 additions and 32 deletions
@@ -1,4 +1,3 @@
source = ./variables.conf
source = ./theming.conf source = ./theming.conf
source = ./animations.conf source = ./animations.conf
source = ./bindings.conf source = ./bindings.conf
+27 -23
View File
@@ -1,25 +1,23 @@
# Hyprland Catppuccin Mocha Theme # Hyprland Catppuccin Mocha Theme (solid colors)
# Solid colors only, compatible with current Hyprland
# Colors # Colors
$base = #1e1e2e $base = #1e1e2e
$mantle = #181825 $mantle = #181825
$surface0 = #313244 $surface0 = #313244
$surface1 = #45475a $surface1 = #45475a
$surface2 = #585b70 $surface2 = #585b70
$text = #cdd6f4 $text = #cdd6f4
$rosewater = #f5e0dc $rosewater = #f5e0dc
$lavender = #b4befe $lavender = #b4befe
$red = #f38ba8 $red = #f38ba8
$peach = #fab387 $peach = #fab387
$yellow = #f9e2af $yellow = #f9e2af
$green = #a6e3a1 $green = #a6e3a1
$teal = #94e2d5 $teal = #94e2d5
$blue = #89b4fa $blue = #89b4fa
$mauve = #cba6f7 $mauve = #cba6f7
$flamingo = #f2cdcd $flamingo = #f2cdcd
$inactive = #595959aa $inactive = #595959aa
#$activeborder = #1ae6ccee
# General theming # General theming
general { general {
@@ -30,13 +28,19 @@ general {
resize_on_border = true resize_on_border = true
extend_border_grab_area = 20 extend_border_grab_area = 20
# Solid color borders only # Solid-color borders
col.active_border = $green col.active_border = $green
col.inactive_border = $inactive col.inactive_border = $inactive
} }
# Window decorations # Window decorations
decoration { decoration {
rounding = 8 rounding = 8
# Drop shadows are not supported in native Hyprland # Drop shadows not supported in Hyprland natively
} }
# Input fields, Hyprbar, Hyprlock, Hypridle are optional
input_field {}
hyprbar {}
hyprlock {}
hypridle {}
@@ -1,6 +0,0 @@
# Colors (Hyprland "col" values commonly use rgba(aarrggbb)-style hex)
# See Hyprland variable / type docs for color formats & bools. :contentReference[oaicite:2]{index=2}
$base = rgba(1e1e2eff)
$inactive = rgba(595959aa)
$blue = rgba(33ccffee)
$green = rgba(00ff99ee)
@@ -1,7 +1,7 @@
system: "base16" system: "base16"
name: "Catppuccin Mocha" name: "Catppuccin Mocha Solid"
author: "https://github.com/catppuccin/catppuccin"
variant: "dark" variant: "dark"
author: "https://github.com/catppuccin/catppuccin"
palette: palette:
base00: "#1e1e2e" # base base00: "#1e1e2e" # base
base01: "#181825" # mantle base01: "#181825" # mantle
@@ -19,3 +19,9 @@ palette:
base0D: "#89b4fa" # blue base0D: "#89b4fa" # blue
base0E: "#cba6f7" # mauve base0E: "#cba6f7" # mauve
base0F: "#f2cdcd" # flamingo base0F: "#f2cdcd" # flamingo
# Force solid colors only
targets:
hyprland:
enable: true
solidOnly: true