Revert "feat: switch to black on white theme"
This reverts commit cde3f39c11
.
This commit is contained in:
parent
8d54f859a0
commit
8baeff1f36
4 changed files with 20 additions and 21 deletions
|
@ -17,7 +17,7 @@ in
|
|||
programs.alacritty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
env.TERM = "xterm-mono";
|
||||
env.TERM = "xterm-256color";
|
||||
scrolling.history = 0;
|
||||
font = {
|
||||
size = 9;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
theme = "black"
|
||||
theme = "solarized_light"
|
||||
|
||||
[editor]
|
||||
line-number = "relative"
|
||||
|
|
|
@ -20,7 +20,6 @@ in
|
|||
autocd = true;
|
||||
sessionVariables = {
|
||||
EDITOR = "hx";
|
||||
TERM = "xterm-mono";
|
||||
};
|
||||
history = {
|
||||
extended = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue