switch to Gruvbox Dark Hard
Signed-off-by: fau <fau@faukah.com> Change-Id: I6a6a696426a5ae06361492adc245fb4436411fe8
This commit is contained in:
parent
cffcf81824
commit
dc1fdbe07b
2 changed files with 2 additions and 2 deletions
|
@ -363,7 +363,7 @@ let
|
||||||
};
|
};
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
theme = "nord";
|
theme = "gruvbox_dark_hard";
|
||||||
editor = {
|
editor = {
|
||||||
cursorline = true;
|
cursorline = true;
|
||||||
color-modes = true;
|
color-modes = true;
|
||||||
|
|
|
@ -42,7 +42,7 @@ let
|
||||||
resize-overlay-duration = "0s";
|
resize-overlay-duration = "0s";
|
||||||
shell-integration-features = "cursor,sudo,no-title";
|
shell-integration-features = "cursor,sudo,no-title";
|
||||||
term = "xterm-256color";
|
term = "xterm-256color";
|
||||||
theme = "nightfox";
|
theme = "GruvboxDarkHard";
|
||||||
window-decoration = "none";
|
window-decoration = "none";
|
||||||
window-padding-balance = true;
|
window-padding-balance = true;
|
||||||
window-padding-x = 8;
|
window-padding-x = 8;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue