From 0da560797d31c67c0072749dc9569701879004b4 Mon Sep 17 00:00:00 2001 From: foglar Date: Wed, 12 Feb 2025 14:16:30 +0100 Subject: [PATCH] cleanup --- flake.nix | 2 +- nixos/home/packages/programming/code.nix | 1 - nixos/system/settings/style.nix | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 9139694..d2eb32a 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = { diff --git a/nixos/home/packages/programming/code.nix b/nixos/home/packages/programming/code.nix index 09f04ad..44ab1d1 100644 --- a/nixos/home/packages/programming/code.nix +++ b/nixos/home/packages/programming/code.nix @@ -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"; }; diff --git a/nixos/system/settings/style.nix b/nixos/system/settings/style.nix index 284f8eb..7655901 100644 --- a/nixos/system/settings/style.nix +++ b/nixos/system/settings/style.nix @@ -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";