Adapting theme.css
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
source = ./variables.conf
|
||||
source = ./theming.conf
|
||||
source = ./animations.conf
|
||||
source = ./bindings.conf
|
||||
|
||||
@@ -1,25 +1,23 @@
|
||||
# Hyprland Catppuccin Mocha Theme
|
||||
# Solid colors only, compatible with current Hyprland
|
||||
# Hyprland Catppuccin Mocha Theme (solid colors)
|
||||
|
||||
# Colors
|
||||
$base = #1e1e2e
|
||||
$mantle = #181825
|
||||
$surface0 = #313244
|
||||
$surface1 = #45475a
|
||||
$surface2 = #585b70
|
||||
$text = #cdd6f4
|
||||
$rosewater = #f5e0dc
|
||||
$lavender = #b4befe
|
||||
$red = #f38ba8
|
||||
$peach = #fab387
|
||||
$yellow = #f9e2af
|
||||
$green = #a6e3a1
|
||||
$teal = #94e2d5
|
||||
$blue = #89b4fa
|
||||
$mauve = #cba6f7
|
||||
$flamingo = #f2cdcd
|
||||
$inactive = #595959aa
|
||||
#$activeborder = #1ae6ccee
|
||||
$base = #1e1e2e
|
||||
$mantle = #181825
|
||||
$surface0 = #313244
|
||||
$surface1 = #45475a
|
||||
$surface2 = #585b70
|
||||
$text = #cdd6f4
|
||||
$rosewater = #f5e0dc
|
||||
$lavender = #b4befe
|
||||
$red = #f38ba8
|
||||
$peach = #fab387
|
||||
$yellow = #f9e2af
|
||||
$green = #a6e3a1
|
||||
$teal = #94e2d5
|
||||
$blue = #89b4fa
|
||||
$mauve = #cba6f7
|
||||
$flamingo = #f2cdcd
|
||||
$inactive = #595959aa
|
||||
|
||||
# General theming
|
||||
general {
|
||||
@@ -30,13 +28,19 @@ general {
|
||||
resize_on_border = true
|
||||
extend_border_grab_area = 20
|
||||
|
||||
# Solid color borders only
|
||||
col.active_border = $green
|
||||
# Solid-color borders
|
||||
col.active_border = $green
|
||||
col.inactive_border = $inactive
|
||||
}
|
||||
|
||||
# Window decorations
|
||||
decoration {
|
||||
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"
|
||||
name: "Catppuccin Mocha"
|
||||
author: "https://github.com/catppuccin/catppuccin"
|
||||
name: "Catppuccin Mocha Solid"
|
||||
variant: "dark"
|
||||
author: "https://github.com/catppuccin/catppuccin"
|
||||
palette:
|
||||
base00: "#1e1e2e" # base
|
||||
base01: "#181825" # mantle
|
||||
@@ -19,3 +19,9 @@ palette:
|
||||
base0D: "#89b4fa" # blue
|
||||
base0E: "#cba6f7" # mauve
|
||||
base0F: "#f2cdcd" # flamingo
|
||||
|
||||
# Force solid colors only
|
||||
targets:
|
||||
hyprland:
|
||||
enable: true
|
||||
solidOnly: true
|
||||
|
||||
Reference in New Issue
Block a user