Compare commits
2 commits
cc80c71f88
...
cde3f39c11
Author | SHA1 | Date | |
---|---|---|---|
cde3f39c11 | |||
d257a18c2c |
6 changed files with 55 additions and 20 deletions
|
@ -19,24 +19,24 @@ let
|
||||||
"helix"
|
"helix"
|
||||||
];
|
];
|
||||||
colors = {
|
colors = {
|
||||||
background = "fdf6e3";
|
background = "ffffff";
|
||||||
foreground = "657b83";
|
foreground = "000000";
|
||||||
regular0 = "eee8d5"; # background darker
|
regular0 = "000000";
|
||||||
regular1 = "dc322f"; # red
|
regular1 = "000000";
|
||||||
regular2 = "859900"; # green
|
regular2 = "000000";
|
||||||
regular3 = "b58900"; # dark orange
|
regular3 = "000000";
|
||||||
regular4 = "268bd2"; # azure blue
|
regular4 = "000000";
|
||||||
regular5 = "d33682"; # hot pink
|
regular5 = "000000";
|
||||||
regular6 = "2aa198"; # petrol
|
regular6 = "000000";
|
||||||
regular7 = "073642"; # navy
|
regular7 = "000000";
|
||||||
bright0 = "cb4b16"; # orange
|
bright0 = "ffffff";
|
||||||
bright1 = "fdf6e3"; # foreground
|
bright1 = "ffffff";
|
||||||
bright2 = "93a1a1"; # grey
|
bright2 = "ffffff";
|
||||||
bright3 = "839496"; # slightly darker grey
|
bright3 = "ffffff";
|
||||||
bright4 = "657b83"; # even slightly darker grey
|
bright4 = "ffffff";
|
||||||
bright5 = "6c71c4"; # purple
|
bright5 = "ffffff";
|
||||||
bright6 = "586e75"; # pretty dark grey
|
bright6 = "ffffff";
|
||||||
bright7 = "002b36"; # dark navy blue
|
bright7 = "ffffff";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
|
@ -17,7 +17,7 @@ in
|
||||||
programs.alacritty = {
|
programs.alacritty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
env.TERM = "xterm-256color";
|
env.TERM = "xterm-mono";
|
||||||
scrolling.history = 0;
|
scrolling.history = 0;
|
||||||
font = {
|
font = {
|
||||||
size = 9;
|
size = 9;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
theme = "solarized_light"
|
theme = "black"
|
||||||
|
|
||||||
[editor]
|
[editor]
|
||||||
line-number = "relative"
|
line-number = "relative"
|
||||||
|
|
33
home/modules/helix/config/themes/black.toml
Normal file
33
home/modules/helix/config/themes/black.toml
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
"ui.background" = {bg="white"}
|
||||||
|
"ui.text" = "black"
|
||||||
|
"ui.linenr" = {bg="white", fg="black"}
|
||||||
|
"ui.linenr.selected" = {bg="white", fg="black"}
|
||||||
|
"ui.selection" = {bg="black", fg="white"}
|
||||||
|
"ui.cursorline" = {bg="black", fg="white"}
|
||||||
|
"ui.statusline" = {fg="white", bg="black"}
|
||||||
|
"ui.statusline.inactive" = {fg="black", bg="white"}
|
||||||
|
"ui.virtual" = "indent"
|
||||||
|
"ui.virtual.ruler" = { bg = "black", fg ="white" }
|
||||||
|
"ui.cursor.match" = { bg="black", fg="white" }
|
||||||
|
"ui.cursor" = {bg="black", fg="white"}
|
||||||
|
"ui.debug" = {fg="black"}
|
||||||
|
"ui.highlight" = { modifiers = ["underlined"] }
|
||||||
|
"ui.highlight.frameline" = { bg="black", fg="white" }
|
||||||
|
"ui.help" = { bg="black", fg="white" }
|
||||||
|
"ui.popup" = { bg="black", fg="white" }
|
||||||
|
"ui.text.info" = { bg="black", fg="white" }
|
||||||
|
"ui.menu" = { fg="white", bg="black" }
|
||||||
|
"ui.menu.selected" = { bg="white", fg="black" }
|
||||||
|
"ui.window" = { bg="white" }
|
||||||
|
"diagnostic" = { modifiers=["reversed"] }
|
||||||
|
"diagnostic.error" = {modifiers=["bold", "underlined"]}
|
||||||
|
"diagnostic.warning" = {modifiers=["underlined", "italic"]}
|
||||||
|
"diagnostic.hint" = {modifiers=["underlined"]}
|
||||||
|
"diagnostic.unnecessary" = {modifiers = ["dim"]}
|
||||||
|
"diagnostic.deprecated" = {modifiers = ["crossed_out"]}
|
||||||
|
"ui.bufferline" = { fg="black", bg="white" }
|
||||||
|
"ui.bufferline.active" = { fg="black", bg="white" }
|
||||||
|
|
||||||
|
[palette]
|
||||||
|
white = "#ffffff"
|
||||||
|
black = "#000000"
|
|
@ -20,6 +20,7 @@ in
|
||||||
autocd = true;
|
autocd = true;
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
EDITOR = "hx";
|
EDITOR = "hx";
|
||||||
|
TERM = "xterm-mono";
|
||||||
};
|
};
|
||||||
history = {
|
history = {
|
||||||
extended = true;
|
extended = true;
|
||||||
|
|
|
@ -14,6 +14,7 @@ with pkgs; [
|
||||||
bluez-tools
|
bluez-tools
|
||||||
btop # htop
|
btop # htop
|
||||||
choose # alternative to cut and awk with more readable syntax
|
choose # alternative to cut and awk with more readable syntax
|
||||||
|
chromium
|
||||||
colordiff
|
colordiff
|
||||||
darcs
|
darcs
|
||||||
delta # feature-rich diff viewer
|
delta # feature-rich diff viewer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue