diff options
| author | seth <[email protected]> | 2023-03-01 12:49:47 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-03-01 12:49:47 -0500 |
| commit | 706dc89a08cede57dfe896441a5bd5b7f3e67c5d (patch) | |
| tree | 3921e511070cb23a122db7a156fafbf54c323d3e /users/seth/desktop/plasma.nix | |
| parent | 6891fa0b2ebc082515a3532d3e23999054cfa3ef (diff) | |
add more plasma config
Diffstat (limited to 'users/seth/desktop/plasma.nix')
| -rw-r--r-- | users/seth/desktop/plasma.nix | 106 |
1 files changed, 105 insertions, 1 deletions
diff --git a/users/seth/desktop/plasma.nix b/users/seth/desktop/plasma.nix index fe8f986..6b5caf3 100644 --- a/users/seth/desktop/plasma.nix +++ b/users/seth/desktop/plasma.nix @@ -1,3 +1,107 @@ {pkgs, ...}: { - home.packages = with pkgs; [catppuccin-kde]; + home.packages = with pkgs; [ + catppuccin-kde + papirus-icon-theme + ]; + + xdg.dataFile."konsole/catppuccin-mocha.colorscheme" = { + text = '' + [Background] + Color=30,30,46 + + [BackgroundFaint] + Color=30,30,46 + + [BackgroundIntense] + Color=30,30,46 + + [Color0] + Color=108,112,134 + + [Color0Faint] + Color=108,112,134 + + [Color0Intense] + Color=108,112,134 + + [Color1] + Color=243,139,168 + + [Color1Faint] + Color=243,139,168 + + [Color1Intense] + Color=243,139,168 + + [Color2] + Color=166,227,161 + + [Color2Faint] + Color=166,227,161 + + [Color2Intense] + Color=166,227,161 + + [Color3] + Color=249,226,175 + + [Color3Faint] + Color=249,226,175 + + [Color3Intense] + Color=249,226,175 + + [Color4] + Color=137,180,250 + + [Color4Faint] + Color=137,180,250 + + [Color4Intense] + Color=137,180,250 + + [Color5] + Color=203,166,247 + + [Color5Faint] + Color=203,166,247 + + [Color5Intense] + Color=203,166,247 + + [Color6] + Color=137,220,235 + + [Color6Faint] + Color=137,220,235 + + [Color6Intense] + Color=137,220,235 + + [Color7] + Color=205,214,244 + + [Color7Faint] + Color=205,214,244 + + [Color7Intense] + Color=205,214,244 + + [Foreground] + Color=205,214,244 + + [ForegroundFaint] + Color=205,214,244 + + [ForegroundIntense] + Color=205,214,244 + + [General] + Blur=false + ColorRandomization=false + Description=Catppuccin Mocha + Opacity=1 + Wallpaper= + ''; + }; } |
