Adapting theme.css
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
# Hyprland Catppuccin Mocha Theme
|
# Hyprland Catppuccin Mocha Theme (solid colors)
|
||||||
# Solid colors only, compatible with current Hyprland
|
|
||||||
|
|
||||||
# Colors
|
# Colors
|
||||||
$base = #1e1e2e
|
$base = #1e1e2e
|
||||||
@@ -19,7 +18,6 @@ $blue = #89b4fa
|
|||||||
$mauve = #cba6f7
|
$mauve = #cba6f7
|
||||||
$flamingo = #f2cdcd
|
$flamingo = #f2cdcd
|
||||||
$inactive = #595959aa
|
$inactive = #595959aa
|
||||||
#$activeborder = #1ae6ccee
|
|
||||||
|
|
||||||
# General theming
|
# General theming
|
||||||
general {
|
general {
|
||||||
@@ -30,7 +28,7 @@ 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
|
||||||
}
|
}
|
||||||
@@ -38,5 +36,11 @@ general {
|
|||||||
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user