From 9baca1ee5b345141023ec192c66438cf92c49b0d Mon Sep 17 00:00:00 2001 From: foglar Date: Mon, 4 Nov 2024 13:50:57 +0100 Subject: [PATCH] file.home --- config/mocha.conf | 78 +++++++++++++++++++++++++++++++++++++++++++++++ nixos/home.nix | 3 +- 2 files changed, 80 insertions(+), 1 deletion(-) create mode 100644 config/mocha.conf diff --git a/config/mocha.conf b/config/mocha.conf new file mode 100644 index 0000000..8ccb56a --- /dev/null +++ b/config/mocha.conf @@ -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 diff --git a/nixos/home.nix b/nixos/home.nix index 0a1a31e..293f202 100644 --- a/nixos/home.nix +++ b/nixos/home.nix @@ -56,7 +56,8 @@ # # the Nix store. Activating the configuration will then make '~/.screenrc' a # # symlink to the Nix store copy. # ".screenrc".source = dotfiles/screenrc; - ".hyprlock".source = ../config/hyprlock.conf; + ".config/hypr/hyprlock.conf".source = ../config/hyprlock.conf; + ".config/hypr/mocha.conf".source = ../config/mocha.conf; # # You can also set the file content immediately. # ".gradle/gradle.properties".text = ''