cleanup
This commit is contained in:
parent
b6064a8043
commit
0da560797d
@ -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 = {
|
||||
|
||||
@ -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";
|
||||
};
|
||||
|
||||
|
||||
@ -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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user