Update
64
home/themes/heaven.nix
Normal file
@@ -0,0 +1,64 @@
|
||||
{
|
||||
imports = [ ./config/template.nix ./config/load_colors.nix ];
|
||||
|
||||
theme = {
|
||||
wallpaper = "default.png";
|
||||
|
||||
font-mono = "FiraCode Nerd Font Mono";
|
||||
font = "SFProDisplay Nerd Font";
|
||||
|
||||
rounding = 12;
|
||||
gaps-in = 10;
|
||||
gaps-out = 20;
|
||||
border-size = 3;
|
||||
|
||||
neofetch = "nerdfetch";
|
||||
|
||||
waybar = {
|
||||
transparent = true;
|
||||
float = true;
|
||||
};
|
||||
|
||||
colors = {
|
||||
bg = "040409";
|
||||
fg = "FCFCFC";
|
||||
alt-bg = "101012";
|
||||
alt-fg = "ECECEC";
|
||||
|
||||
primary-ansi-16 = "red";
|
||||
primary-bg = "a158ff";
|
||||
primary-fg = "000000";
|
||||
|
||||
secondary-bg = "4928B8";
|
||||
secondary-fg = "000000";
|
||||
|
||||
# Black
|
||||
color0 = "000000";
|
||||
# Red
|
||||
color1 = "f7768e";
|
||||
# Green
|
||||
color2 = "73daca";
|
||||
# Yellow
|
||||
color3 = "e0af68";
|
||||
# Blue
|
||||
color4 = "7aa2f7";
|
||||
# Magenta
|
||||
color5 = "a158ff";
|
||||
# Cyan
|
||||
color6 = "7dcfff";
|
||||
# White
|
||||
color7 = "E4E5E7";
|
||||
|
||||
# Bright
|
||||
color8 = "515878";
|
||||
color9 = "f7869e";
|
||||
color10 = "83eada";
|
||||
color11 = "f0bf78";
|
||||
color12 = "8ab2f7";
|
||||
color13 = "A988F8";
|
||||
color14 = "8ddfff";
|
||||
color15 = "f4f5f7";
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{ ... }: { imports = [ ./nixy.nix ./wallpapers ./config/load_colors.nix ]; }
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
imports = [ ./config/template.nix ];
|
||||
imports = [ ./config/template.nix ./config/load_colors.nix ];
|
||||
|
||||
theme = {
|
||||
wallpaper = "default.png";
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
{ ... }: { imports = [ ./wip.nix ./config/load_colors.nix ]; }
|
||||
|
Before Width: | Height: | Size: 3.7 MiB After Width: | Height: | Size: 3.7 MiB |
|
Before Width: | Height: | Size: 7.1 MiB After Width: | Height: | Size: 7.1 MiB |
|
Before Width: | Height: | Size: 3.6 MiB After Width: | Height: | Size: 3.6 MiB |
|
Before Width: | Height: | Size: 13 MiB After Width: | Height: | Size: 13 MiB |
|
Before Width: | Height: | Size: 826 KiB After Width: | Height: | Size: 826 KiB |
|
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
|
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 1.7 MiB |
|
Before Width: | Height: | Size: 12 MiB After Width: | Height: | Size: 12 MiB |
|
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 95 KiB |
|
Before Width: | Height: | Size: 378 KiB After Width: | Height: | Size: 378 KiB |
|
Before Width: | Height: | Size: 288 KiB After Width: | Height: | Size: 288 KiB |
|
Before Width: | Height: | Size: 641 KiB After Width: | Height: | Size: 641 KiB |
|
Before Width: | Height: | Size: 1.0 MiB After Width: | Height: | Size: 1.0 MiB |
|
Before Width: | Height: | Size: 8.6 MiB After Width: | Height: | Size: 8.6 MiB |
@@ -1,5 +1,5 @@
|
||||
{
|
||||
imports = [ ./config/template.nix ];
|
||||
imports = [ ./config/template.nix ./config/load_colors.nix ];
|
||||
|
||||
theme = {
|
||||
wallpaper = "Fuji-Light.png";
|
||||
|
||||