diff options
| author | 2025-01-11 12:40:33 -0500 | |
|---|---|---|
| committer | 2025-01-11 12:40:33 -0500 | |
| commit | 2d35d8e272b4d5725c686be5d2b4436a55fe8141 (patch) | |
| tree | 2a7ba5dc3954e8eb8c2ef9fe7d9d9f2c92c969b8 /themes | |
| parent | a6bd778dc3d6652de019f3b96a0c0039628f5339 (diff) | |
| download | dotfiles-2d35d8e272b4d5725c686be5d2b4436a55fe8141.tar.gz dotfiles-2d35d8e272b4d5725c686be5d2b4436a55fe8141.tar.bz2 dotfiles-2d35d8e272b4d5725c686be5d2b4436a55fe8141.zip | |
Update libvirt configs, laptop theme
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/year_of_snake/snake.nix | 23 | ||||
| -rw-r--r-- | themes/year_of_snake/splash.kra | bin | 0 -> 1441596 bytes | |||
| -rw-r--r-- | themes/year_of_snake/splash.png | bin | 0 -> 501920 bytes | |||
| -rw-r--r-- | themes/year_of_snake/wallpaper.kra | bin | 0 -> 7984814 bytes | |||
| -rw-r--r-- | themes/year_of_snake/wallpaper.png | bin | 0 -> 2346081 bytes |
5 files changed, 23 insertions, 0 deletions
diff --git a/themes/year_of_snake/snake.nix b/themes/year_of_snake/snake.nix new file mode 100644 index 0000000..af85640 --- /dev/null +++ b/themes/year_of_snake/snake.nix @@ -0,0 +1,23 @@ +rec { + lightness = "dark"; + background = "2d1a1a"; #2d1a1a + background-alt = "2d1a1a"; #2d1a1a + foreground = "ffffff"; #ffffff + color0 = "${background}"; + color1 = "7b3837"; #7b3837 + color2 = "e5d6cf"; #e5d6cf + color3 = "f5c4a4"; #f5c4a4 + color4 = "f3eff0"; #f3eff0 + color5 = "9e4746"; #9e4746 + color6 = "f2d7b9"; #f2d7b9 + color7 = "${foreground}"; + color8 = "${color6}"; + color9 = "${color1}"; + color10 = "${color2}"; + color11 = "${color3}"; + color12 = "${color4}"; + color13 = "${color5}"; + color14 = "${color6}"; + color15 = "${color7}"; + alpha = 0.96; +} diff --git a/themes/year_of_snake/splash.kra b/themes/year_of_snake/splash.kra Binary files differnew file mode 100644 index 0000000..8f94fa2 --- /dev/null +++ b/themes/year_of_snake/splash.kra diff --git a/themes/year_of_snake/splash.png b/themes/year_of_snake/splash.png Binary files differnew file mode 100644 index 0000000..bedee26 --- /dev/null +++ b/themes/year_of_snake/splash.png diff --git a/themes/year_of_snake/wallpaper.kra b/themes/year_of_snake/wallpaper.kra Binary files differnew file mode 100644 index 0000000..5503f36 --- /dev/null +++ b/themes/year_of_snake/wallpaper.kra diff --git a/themes/year_of_snake/wallpaper.png b/themes/year_of_snake/wallpaper.png Binary files differnew file mode 100644 index 0000000..df88d73 --- /dev/null +++ b/themes/year_of_snake/wallpaper.png |