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

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

View file

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

View file

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