Update color schemes
This commit is contained in:
parent
b564a0af0b
commit
1ed5b08c94
6 changed files with 6 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
gtk.enable = true;
|
||||
|
||||
stylix = {
|
||||
image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png;
|
||||
image = lib.mkForce /etc/nixos/git/wallpapers/${theme}/wallpaper1.png;
|
||||
opacity = {
|
||||
desktop = 0.7;
|
||||
popups = 0.7;
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{lib, inputs, pkgs, gpu, system, theme, ...}: {
|
||||
# Themes https://github.com/tinted-theming/base16-schemes
|
||||
stylix = {
|
||||
image = /etc/nixos/git/docs/icons/nixos/white.png;
|
||||
polarity = "dark";
|
||||
base16Scheme = ./everforest-dark-hard.yaml;
|
||||
};
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{lib, inputs, pkgs, gpu, system, theme, ...}: {
|
||||
# Themes https://github.com/tinted-theming/base16-schemes
|
||||
stylix = {
|
||||
image = /etc/nixos/git/docs/icons/nixos/white.png;
|
||||
polarity = "dark";
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-hard.yaml";
|
||||
};
|
|
@ -1,6 +1,7 @@
|
|||
{lib, inputs, pkgs, gpu, system, theme, ...}: {
|
||||
# Themes https://github.com/tinted-theming/base16-schemes
|
||||
stylix = {
|
||||
image = /etc/nixos/git/docs/icons/nixos/white.png;
|
||||
polarity = "dark";
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/atelier-cave.yaml";
|
||||
};
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{lib, inputs, pkgs, gpu, system, theme, ...}: {
|
||||
# Themes https://github.com/tinted-theming/base16-schemes
|
||||
stylix = {
|
||||
image = /etc/nixos/git/docs/icons/nixos/white.png;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-terminal-light.yaml";
|
||||
};
|
||||
}
|
|
@ -1,6 +1,7 @@
|
|||
{lib, inputs, pkgs, gpu, system, theme, ...}: {
|
||||
# Themes https://github.com/tinted-theming/base16-schemes
|
||||
stylix = {
|
||||
image = /etc/nixos/git/docs/icons/nixos/white.png;
|
||||
polarity = "dark";
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-terminal-dark.yaml";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue