mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Color scheme changes. Desktop profile stuff.
Removed redshift, not supported under wayland afaik. Moved to Arc-Dark because ow my eyes. Added pcmanfm to desktop profile. Changed color scheme a bit to be less confusing.
This commit is contained in:
parent
e47f7f8905
commit
a66a11c8ac
2 changed files with 6 additions and 11 deletions
|
|
@ -48,6 +48,7 @@ in {
|
|||
pkgs.gimp-with-plugins
|
||||
pkgs.vscode
|
||||
pkgs.cryptsetup
|
||||
pkgs.pcmanfm
|
||||
pkgs.neofetch
|
||||
pkgs.htop
|
||||
];
|
||||
|
|
@ -61,12 +62,6 @@ in {
|
|||
indicator = true;
|
||||
};
|
||||
|
||||
services.redshift = {
|
||||
enable = true;
|
||||
latitude = "51.5074";
|
||||
longitude = "0.1278";
|
||||
};
|
||||
|
||||
gtk = {
|
||||
enable = true;
|
||||
iconTheme = {
|
||||
|
|
@ -74,7 +69,7 @@ in {
|
|||
package = pkgs.numix-icon-theme-square;
|
||||
};
|
||||
theme = {
|
||||
name = "Arc";
|
||||
name = "Arc-Dark";
|
||||
package = pkgs.arc-theme;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -224,14 +224,14 @@ in {
|
|||
childBorder = colors.bright.black;
|
||||
};
|
||||
focusedInactive = {
|
||||
border = colors.bright.black;
|
||||
background = colors.bright.green;
|
||||
text = colors.black;
|
||||
border = colors.base16.color0;
|
||||
background = colors.base16.color11;
|
||||
text = colors.base16.color12;
|
||||
indicator = colors.green;
|
||||
childBorder = colors.bright.black;
|
||||
};
|
||||
unfocused = {
|
||||
border = colors.bright.black;
|
||||
border = colors.base16.color0;
|
||||
background = colors.base16.color8;
|
||||
text = colors.base16.color12;
|
||||
indicator = colors.bright.black;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue