Update color schemes

This commit is contained in:
iFargle 2024-02-14 13:49:43 +09:00
parent b564a0af0b
commit 1ed5b08c94
6 changed files with 6 additions and 1 deletions

View file

@ -13,7 +13,7 @@
gtk.enable = true; gtk.enable = true;
stylix = { stylix = {
image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png; image = lib.mkForce /etc/nixos/git/wallpapers/${theme}/wallpaper1.png;
opacity = { opacity = {
desktop = 0.7; desktop = 0.7;
popups = 0.7; popups = 0.7;

View file

@ -1,6 +1,7 @@
{lib, inputs, pkgs, gpu, system, theme, ...}: { {lib, inputs, pkgs, gpu, system, theme, ...}: {
# Themes https://github.com/tinted-theming/base16-schemes # Themes https://github.com/tinted-theming/base16-schemes
stylix = { stylix = {
image = /etc/nixos/git/docs/icons/nixos/white.png;
polarity = "dark"; polarity = "dark";
base16Scheme = ./everforest-dark-hard.yaml; base16Scheme = ./everforest-dark-hard.yaml;
}; };

View file

@ -1,6 +1,7 @@
{lib, inputs, pkgs, gpu, system, theme, ...}: { {lib, inputs, pkgs, gpu, system, theme, ...}: {
# Themes https://github.com/tinted-theming/base16-schemes # Themes https://github.com/tinted-theming/base16-schemes
stylix = { stylix = {
image = /etc/nixos/git/docs/icons/nixos/white.png;
polarity = "dark"; polarity = "dark";
base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-hard.yaml"; base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-hard.yaml";
}; };

View file

@ -1,6 +1,7 @@
{lib, inputs, pkgs, gpu, system, theme, ...}: { {lib, inputs, pkgs, gpu, system, theme, ...}: {
# Themes https://github.com/tinted-theming/base16-schemes # Themes https://github.com/tinted-theming/base16-schemes
stylix = { stylix = {
image = /etc/nixos/git/docs/icons/nixos/white.png;
polarity = "dark"; polarity = "dark";
base16Scheme = "${pkgs.base16-schemes}/share/themes/atelier-cave.yaml"; base16Scheme = "${pkgs.base16-schemes}/share/themes/atelier-cave.yaml";
}; };

View file

@ -1,6 +1,7 @@
{lib, inputs, pkgs, gpu, system, theme, ...}: { {lib, inputs, pkgs, gpu, system, theme, ...}: {
# Themes https://github.com/tinted-theming/base16-schemes # Themes https://github.com/tinted-theming/base16-schemes
stylix = { stylix = {
image = /etc/nixos/git/docs/icons/nixos/white.png;
base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-terminal-light.yaml"; base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-terminal-light.yaml";
}; };
} }

View file

@ -1,6 +1,7 @@
{lib, inputs, pkgs, gpu, system, theme, ...}: { {lib, inputs, pkgs, gpu, system, theme, ...}: {
# Themes https://github.com/tinted-theming/base16-schemes # Themes https://github.com/tinted-theming/base16-schemes
stylix = { stylix = {
image = /etc/nixos/git/docs/icons/nixos/white.png;
polarity = "dark"; polarity = "dark";
base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-terminal-dark.yaml"; base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-terminal-dark.yaml";
}; };