Revert "feat: switch to black on white theme"

This reverts commit cde3f39c11.
This commit is contained in:
Tim Schubert 2025-05-17 12:34:08 +02:00
parent 8d54f859a0
commit 8baeff1f36
No known key found for this signature in database
4 changed files with 20 additions and 21 deletions

View file

@ -19,24 +19,24 @@ let
"helix" "helix"
]; ];
colors = { colors = {
background = "ffffff"; background = "fdf6e3";
foreground = "000000"; foreground = "657b83";
regular0 = "000000"; regular0 = "eee8d5"; # background darker
regular1 = "000000"; regular1 = "dc322f"; # red
regular2 = "000000"; regular2 = "859900"; # green
regular3 = "000000"; regular3 = "b58900"; # dark orange
regular4 = "000000"; regular4 = "268bd2"; # azure blue
regular5 = "000000"; regular5 = "d33682"; # hot pink
regular6 = "000000"; regular6 = "2aa198"; # petrol
regular7 = "000000"; regular7 = "073642"; # navy
bright0 = "ffffff"; bright0 = "cb4b16"; # orange
bright1 = "ffffff"; bright1 = "fdf6e3"; # foreground
bright2 = "ffffff"; bright2 = "93a1a1"; # grey
bright3 = "ffffff"; bright3 = "839496"; # slightly darker grey
bright4 = "ffffff"; bright4 = "657b83"; # even slightly darker grey
bright5 = "ffffff"; bright5 = "6c71c4"; # purple
bright6 = "ffffff"; bright6 = "586e75"; # pretty dark grey
bright7 = "ffffff"; bright7 = "002b36"; # dark navy blue
}; };
in in
{ {

View file

@ -17,7 +17,7 @@ in
programs.alacritty = { programs.alacritty = {
enable = true; enable = true;
settings = { settings = {
env.TERM = "xterm-mono"; env.TERM = "xterm-256color";
scrolling.history = 0; scrolling.history = 0;
font = { font = {
size = 9; size = 9;

View file

@ -1,4 +1,4 @@
theme = "black" theme = "solarized_light"
[editor] [editor]
line-number = "relative" line-number = "relative"

View file

@ -20,7 +20,6 @@ in
autocd = true; autocd = true;
sessionVariables = { sessionVariables = {
EDITOR = "hx"; EDITOR = "hx";
TERM = "xterm-mono";
}; };
history = { history = {
extended = true; extended = true;