purpledawn update
This commit is contained in:
parent
45ecc61547
commit
b4364f1922
BIN
config/backgrounds/purpledawn.png
Normal file
BIN
config/backgrounds/purpledawn.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 MiB |
BIN
config/ram.png
Normal file
BIN
config/ram.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 52 KiB |
@ -16,7 +16,7 @@
|
||||
editor = "neovim"; # neovim, vscode
|
||||
|
||||
# List all themes: $ nix build nixpkgs#base16-schemes && ls result/share/themes
|
||||
theme = "catppuccin-mocha"; # catppuccin-mocha, tokyo-night-dark, one-dark
|
||||
theme = "catppuccin-mocha"; # catppuccin-mocha, tokyo-night-dark, one-dark, purple-dawn
|
||||
background =
|
||||
if userSettings.theme == "catppuccin-mocha"
|
||||
then "aurora_borealis.png"
|
||||
@ -24,6 +24,8 @@
|
||||
then "evangelion.jpg"
|
||||
else if "tokyo-night-dark" == userSettings.theme
|
||||
then "lain.png"
|
||||
else if "purple-dawn" == userSettings.theme
|
||||
then "purpledawn.png"
|
||||
else "aurora_borealis.png";
|
||||
|
||||
resolution = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user