This commit is contained in:
foglar 2025-02-12 14:16:30 +01:00
parent b6064a8043
commit 0da560797d
3 changed files with 2 additions and 3 deletions

View File

@ -16,7 +16,7 @@
editor = "neovim"; # neovim, vscode
# List all themes: $ nix build nixpkgs#base16-schemes && ls result/share/themes
theme = "red"; # catppuccin-mocha, tokyo-night-dark, one-dark
theme = "evangelion-blood"; # catppuccin-mocha, tokyo-night-dark, one-dark
background = "evangelion.jpg";
resolution = {

View File

@ -64,7 +64,6 @@
"workbench.activityBar.location" = "hidden"; # bottom
"workbench.iconTheme" = "material-icon-theme";
"workbench.productIconTheme" = "material-product-icons";
"workbench.startupEditor" = "none";
"window.menuBarVisibility" = "toggle";
};

View File

@ -20,7 +20,7 @@
base01 = "300505"; # additional background
base02 = "804040"; # selected text, highlights
base03 = "a06000"; # unselected border
base04 = "f03030"; # discord name texts
base04 = "d03030"; # discord name texts
base05 = "f00000"; # text
base06 = "b00505"; # main names in discord?
base07 = "f06060";