Adding local theme

This commit is contained in:
2026-03-16 19:35:16 +00:00
parent 83f56734ef
commit 13a8f5e6fe
516 changed files with 46896 additions and 4 deletions
+14 -2
View File
@@ -614,10 +614,22 @@ You'll notice the color values in multiple places outside this as well.
#+BEGIN_SRC nix :tangle generated/out_of_tree/core/theme.nix :noweb tangle :mkdirp yes :eval never-html
{ pkgs, ... }:
let
catppuccin-mocha = pkgs.runCommand "catppuccin-mocha-theme" {} ''
mkdir -p $out/share/themes
ln -s ${./assets/hyprland/themes/Catppuccin-Mocha-Standard-Blue-Dark} $out/share/themes/
'';
in
{
environment.systemPackages = [
pkgs.catppuccin-gtk
];
catppuccin-mocha
];
environment.sessionVariables = {
GTK_THEME = "Catppuccin-Mocha-Standard-Blue-Dark";
GTK_ICON_THEME = "Papirus-Dark";
GTK_ENABLE_DARK_MODE = "1";
};
catppuccin = {
enable = true;
@@ -0,0 +1,23 @@
button_offset=9
button_spacing=0
show_app_icon=false
full_width_title=true
title_shadow_active=false
title_shadow_inactive=false
title_horizontal_offset=3
active_text_color=#afafaf
active_text_shadow_color=#252525
inactive_text_color=#808080
inactive_text_shadow_color=#252525
shadow_delta_height=2
shadow_delta_width=0
shadow_delta_x=0
shadow_delta_y=-5
shadow_opacity=40

Some files were not shown because too many files have changed in this diff Show More