holy carp rose pine

This commit is contained in:
atagen 2023-05-21 03:06:20 +10:00
parent 1fbcd75f4f
commit d8ffd94212
6 changed files with 81 additions and 28 deletions

View file

@ -59,7 +59,7 @@ in {
meslo-lgs-nf
libsForQt5.qtstyleplugin-kvantum
# libsForQt5.qtstyleplugin-kvantum
gtk-engine-murrine
material-icons
@ -157,6 +157,29 @@ in {
};
xdg.enable = true;
xresources.properties = with palette-hex; {
"*.foreground" = util.fg;
"*.background" = util.bg;
"*.cursorColor" = util.cursor;
"*.selection_foreground" = util.fg_sel;
"*.selection_background" = util.bg_sel;
"*.color0" = normal.black;
"*.color1" = normal.red;
"*.color2" = normal.green;
"*.color3" = normal.yellow;
"*.color4" = normal.blue;
"*.color5" = normal.magenta;
"*.color6" = normal.cyan;
"*.color7" = normal.white;
"*.color8" = bright.black;
"*.color9" = bright.red;
"*.color10" = bright.green;
"*.color11" = bright.yellow;
"*.color12" = bright.blue;
"*.color13" = bright.magenta;
"*.color14" = bright.cyan;
"*.color15" = bright.white;
};
xdg.configFile =
builtins.mapAttrs (name: value: {
enable = true;
@ -188,13 +211,6 @@ in {
bright.black]
(builtins.readFile dots/swaync/style.css));
};
} //
{
"Kvantum/gruvbox-kvantum" = {
enable = true;
recursive = true;
source = pkgs.rice.kvantum.package;
};
};
xdg.systemDirs.data = [
@ -294,7 +310,7 @@ in {
enable = true;
# package = inputs.helix.packages.${pkgs.hostPlatform.system}.default;
settings = {
theme = "base16_default";
theme = "rose_pine";
editor.lsp.display-messages = true;
};
};