]> Freerunner's - dotfiles.git/commitdiff
hypr: use variables in colors (dedicated file) WIP
authorAndre Ramnitz <tux.rising@gmail.com>
Tue, 10 Sep 2024 19:29:52 +0000 (21:29 +0200)
committerAndre Ramnitz <tux.rising@gmail.com>
Sat, 14 Sep 2024 23:08:26 +0000 (01:08 +0200)
config/dot-config/hypr/colors.conf [new file with mode: 0644]
config/dot-config/hypr/hyprland.conf

diff --git a/config/dot-config/hypr/colors.conf b/config/dot-config/hypr/colors.conf
new file mode 100644 (file)
index 0000000..e578961
--- /dev/null
@@ -0,0 +1,20 @@
+## Base16 Rosé Pine
+# Author: Emilia Dunfelt &lt;sayhi@dunfelt.se&gt;
+
+$base00 = 0xff191724
+$base01 = 0xff1f1d2e
+$base02 = 0xff26233a
+$base03 = 0xff555169
+$base04 = 0xff6e6a86
+$base05 = 0xffe0def4
+$base06 = 0xfff0f0f3
+$base07 = 0xffc5c3ce
+$base08 = 0xffe2e1e7
+$base09 = 0xffeb6f92
+$base0A = 0xfff6c177
+$base0B = 0xffebbcba
+$base0C = 0xff31748f
+$base0D = 0xff9ccfd8
+$base0E = 0xffc4a7e7
+$base0F = 0xffe5e5e5
+
index 52924b08c529a74df195b19c264753d157b9ee67..0ca6359cc7258d623b307945c4302ddfd4a22524 100644 (file)
@@ -4,6 +4,8 @@
 
 autogenerated = 0 # remove this line to remove the warning
 
+source=./colors.conf
+
 debug:disable_logs = true # file logging. defaults to 1 for production
 
 # See https://wiki.hyprland.org/Configuring/Monitors/
@@ -75,8 +77,8 @@ general {
     gaps_in = 6
     gaps_out = 12
     border_size = 1
-    col.active_border = rgba(5dc5f8ee) rgba(24acd4ee) 40deg
-    col.inactive_border = rgba(e6e6e677) rgba(61616188) 40deg
+    col.active_border = $base0D $base0C 40deg
+    col.inactive_border = $base04 $base02 40deg
     col.nogroup_border_active = rgba(993399ee) rgba(663399ee) 40deg
     col.nogroup_border = rgba(73267377) rgba(4c267377) 40deg