some theming

This commit is contained in:
2026-04-11 09:46:27 +02:00
parent 3acc5bc70d
commit aae65576fb
7 changed files with 190 additions and 331 deletions
+13 -4
View File
@@ -114,6 +114,15 @@ env = QT_QPA_PLATFORMTHEME,kde
# permission = /usr/(bin|local/bin)/hyprpm, plugin, allow
#####################
### COLOR SCHEMES ###
#####################
source=themes/mocha.conf
$color_active_border = rgba($sapphireAlphaee)
$color_inactive_border = rgba($surface1Alphaee)
$color_decoration_shadow = rgba($sapphireAlphaee)
#####################
### LOOK AND FEEL ###
#####################
@@ -125,11 +134,11 @@ general {
gaps_in = 3
gaps_out = 4
border_size = 2
border_size = 3
# https://wiki.hypr.land/Configuring/Variables/#variable-types for info about colors
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
col.inactive_border = rgba(595959aa)
col.active_border = $color_active_border
col.inactive_border = $color_inactive_border
# Set to true enable resizing windows by clicking and dragging on borders and gaps
resize_on_border = true
@@ -153,7 +162,7 @@ decoration {
enabled = true
range = 10
render_power = 3
color = rgba(1a1a1aee)
color = $color_decoration_shadow
}
# https://wiki.hypr.land/Configuring/Variables/#blur
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
out_dir="$HOME/dotfiles/themes/.config/catppuccin/mocha.conf"
url="https://raw.githubusercontent.com/catppuccin/hyprland/main/themes/mocha.conf"
curl -o "$out_dir" "$url"
+78
View File
@@ -0,0 +1,78 @@
$rosewater = rgb(f5e0dc)
$rosewaterAlpha = f5e0dc
$flamingo = rgb(f2cdcd)
$flamingoAlpha = f2cdcd
$pink = rgb(f5c2e7)
$pinkAlpha = f5c2e7
$mauve = rgb(cba6f7)
$mauveAlpha = cba6f7
$red = rgb(f38ba8)
$redAlpha = f38ba8
$maroon = rgb(eba0ac)
$maroonAlpha = eba0ac
$peach = rgb(fab387)
$peachAlpha = fab387
$yellow = rgb(f9e2af)
$yellowAlpha = f9e2af
$green = rgb(a6e3a1)
$greenAlpha = a6e3a1
$teal = rgb(94e2d5)
$tealAlpha = 94e2d5
$sky = rgb(89dceb)
$skyAlpha = 89dceb
$sapphire = rgb(74c7ec)
$sapphireAlpha = 74c7ec
$blue = rgb(89b4fa)
$blueAlpha = 89b4fa
$lavender = rgb(b4befe)
$lavenderAlpha = b4befe
$text = rgb(cdd6f4)
$textAlpha = cdd6f4
$subtext1 = rgb(bac2de)
$subtext1Alpha = bac2de
$subtext0 = rgb(a6adc8)
$subtext0Alpha = a6adc8
$overlay2 = rgb(9399b2)
$overlay2Alpha = 9399b2
$overlay1 = rgb(7f849c)
$overlay1Alpha = 7f849c
$overlay0 = rgb(6c7086)
$overlay0Alpha = 6c7086
$surface2 = rgb(585b70)
$surface2Alpha = 585b70
$surface1 = rgb(45475a)
$surface1Alpha = 45475a
$surface0 = rgb(313244)
$surface0Alpha = 313244
$base = rgb(1e1e2e)
$baseAlpha = 1e1e2e
$mantle = rgb(181825)
$mantleAlpha = 181825
$crust = rgb(11111b)
$crustAlpha = 11111b