Compare commits

..

No commits in common. "6bacec4c8484a35d34fdc594aa97ff90a6eba097" and "117bdea98a84773265344a8c11dff4c78186af93" have entirely different histories.

5 changed files with 9 additions and 13 deletions

View file

@ -2,12 +2,9 @@ label {
font: 14pt "Departure Mono Nerd Font"; font: 14pt "Departure Mono Nerd Font";
} }
.background {
background-color: #1d2021;
}
.workspaces button { .workspaces button {
border: 0px; border: 0px;
background-color: #282828;
} }
.workspaces button.urgent { .workspaces button.urgent {

View file

@ -2,13 +2,13 @@
programs.kitty = { programs.kitty = {
enable = true; enable = true;
font = { font = {
name = "Departure Mono Nerd Font"; name = "FiraCode Nerd Font";
size = 12; size = 11;
}; };
keybindings = { keybindings = {
"ctrl+shift+n" = "new_os_window_with_cwd"; "ctrl+shift+n" = "new_os_window_with_cwd";
}; };
settings = rec { settings = {
#adjust_column_width = "70%"; #adjust_column_width = "70%";
color0 = "#282828"; color0 = "#282828";
color8 = "#928374"; color8 = "#928374";
@ -26,8 +26,8 @@
color14 = "#8ec07c"; color14 = "#8ec07c";
color7 = "#a89984"; color7 = "#a89984";
color15 = "#ebdbb2"; color15 = "#ebdbb2";
foreground = color15; foreground = "#ebdbb2";
background = "#1d2021"; background = "#282828";
confirm_os_window_close = 0; confirm_os_window_close = 0;
}; };
}; };

View file

@ -25,7 +25,7 @@
defaultEditor = true; defaultEditor = true;
package = helix-inline-diags.outputs.packages."x86_64-linux".default; package = helix-inline-diags.outputs.packages."x86_64-linux".default;
settings = { settings = {
theme = "gruvbox_dark_hard"; theme = "gruvbox";
editor = { editor = {
line-number = "relative"; line-number = "relative";
bufferline = "multiple"; bufferline = "multiple";

View file

@ -73,7 +73,6 @@ $env.config = {
} }
history: { history: {
file_format: sqlite,
max_size: 1_000_000_000 # Session has to be reloaded for this to take effect max_size: 1_000_000_000 # Session has to be reloaded for this to take effect
isolation: false isolation: false
} }

View file

@ -35,9 +35,9 @@ $env.PROMPT_COMMAND = {||
let deco = if ($env.CMD_COUNT == 0) { let deco = if ($env.CMD_COUNT == 0) {
flag $TRANS "=" $len flag $TRANS "=" $len
} else if ($env.CMD_COUNT | is even) { } else if ($env.CMD_COUNT | is even) {
flag $LESBIAN "" $len flag $LESBIAN "-" $len
} else { } else {
flag $TRANS "" $len flag $TRANS "-" $len
}; };
$item | append $deco | str join $item | append $deco | str join