Compare commits
7 Commits
cad9c3e5f5
...
627604d3f7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
627604d3f7 | ||
|
|
2598b7562f | ||
|
|
b1c16c99ec | ||
|
|
47cce625be | ||
|
|
9a2eeb694e | ||
|
|
3b84087084 | ||
|
|
ccff2e66bb |
@@ -27,15 +27,15 @@
|
|||||||
},
|
},
|
||||||
"NxNORTH": {
|
"NxNORTH": {
|
||||||
"base": {
|
"base": {
|
||||||
"foreground": "#fce3ce",
|
"foreground": "#cdfded",
|
||||||
"background": "#180b01"
|
"background": "#001810"
|
||||||
},
|
},
|
||||||
"to_alter": {
|
"to_alter": {
|
||||||
"accent": "#f4923d",
|
"accent": "#37fab7",
|
||||||
"secondary": "#32ff9c",
|
"secondary": "#ff3235",
|
||||||
"tertiary": "#f76b3a",
|
"tertiary": "#e1cc50",
|
||||||
"special": "#3c9ff4",
|
"special": "#fa3679",
|
||||||
"weird": "#61f43c"
|
"weird": "#3638fa"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"NxDCS": {
|
"NxDCS": {
|
||||||
|
|||||||
Binary file not shown.
@@ -65,7 +65,8 @@ in /* css */ ''
|
|||||||
|
|
||||||
background : linear-gradient(180deg,rgba(${f secondary.dark}, ${builtins.toString rice.transparency}) 0%, rgba(${f accent.dark}, ${builtins.toString rice.transparency}) 100%) !important;
|
background : linear-gradient(180deg,rgba(${f secondary.dark}, ${builtins.toString rice.transparency}) 0%, rgba(${f accent.dark}, ${builtins.toString rice.transparency}) 100%) !important;
|
||||||
}
|
}
|
||||||
.tabbrowser-tab[selected="true"] {
|
.tabbrowser-tab[selected="true"], .tab-text[selected=""],
|
||||||
|
.tab-close-button[selected=""] {
|
||||||
color: ${background} !important;
|
color: ${background} !important;
|
||||||
}
|
}
|
||||||
hbox#browser {
|
hbox#browser {
|
||||||
|
|||||||
@@ -39,6 +39,9 @@ in /* css */ ''
|
|||||||
body, html, .bg-neutral-background, .threadline, reddit-sidebar-nav, shreddit-post, aside, .reddit-search-bar, comment-body-header, shreddit-comment-tree, #flex-left-nav-container {
|
body, html, .bg-neutral-background, .threadline, reddit-sidebar-nav, shreddit-post, aside, .reddit-search-bar, comment-body-header, shreddit-comment-tree, #flex-left-nav-container {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
#search-dropdown-results-container {
|
||||||
|
background: rgba(${f background},0.8) !important;
|
||||||
|
}
|
||||||
#main-content {
|
#main-content {
|
||||||
background-color: rgba(${f background},0.5)!important;
|
background-color: rgba(${f background},0.5)!important;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -305,31 +305,40 @@
|
|||||||
"constant" = accent.bright;
|
"constant" = accent.bright;
|
||||||
"constant.character.escape" = special.bright;
|
"constant.character.escape" = special.bright;
|
||||||
"constant.numeric" = foreground;
|
"constant.numeric" = foreground;
|
||||||
"constructor" = weird.base;
|
"constructor" = secondary.bright;
|
||||||
"debug" = yellow.base;
|
"debug" = yellow.base;
|
||||||
"diagnostic.modifiers" = [ "underline" ];
|
"diagnostic.modifiers" = [ "underline" ];
|
||||||
"diff.delta" = subtle.bright;
|
"diff.delta" = subtle.bright;
|
||||||
"diff.minus" = negative.bright;
|
"diff.minus" = negative.bright;
|
||||||
"diff.plus" = positive.bright;
|
"diff.plus" = positive.bright;
|
||||||
"error" = red.base;
|
"error" = negative.base;
|
||||||
"function" = secondary.bright;
|
"function" = secondary.bright;
|
||||||
"hint" = tertiary.bright;
|
"hint" = tertiary.bright;
|
||||||
"info" = foreground;
|
"info" = foreground;
|
||||||
"keyword" = special.base;
|
"keyword" = {
|
||||||
"keyword.modifiers" = [ "italic" ];
|
fg = special.base;
|
||||||
|
modifiers = [ "bold" ];
|
||||||
|
};
|
||||||
"label" = foreground;
|
"label" = foreground;
|
||||||
"namespace" = weird.bright;
|
"namespace" = weird.bright;
|
||||||
"operator" = foreground;
|
"operator" = foreground;
|
||||||
"special" = special.base;
|
"special" = special.base;
|
||||||
"string" = secondary.bright;
|
"string" = secondary.bright;
|
||||||
"type" = red.base;
|
"type" = {
|
||||||
"variable" = accent.base;
|
fg = tertiary.base;
|
||||||
"variableother.member" = foreground;
|
};
|
||||||
"warning" = red.base;
|
"variable" = { fg = accent.base; };
|
||||||
|
"variable.builtin" = { fg = accent.base; bg = subtle.darker; };
|
||||||
|
"variable.parameter" = { fg = accent.base; bg = accent.darker; };
|
||||||
|
"warning" = yellow.base;
|
||||||
|
|
||||||
"markup.heading" = accent.base;
|
"markup.heading" = {
|
||||||
|
fg = accent.base;
|
||||||
|
bg = accent.darker;
|
||||||
|
modifiers = [ "bold" ];
|
||||||
|
};
|
||||||
"markup.bold" = {
|
"markup.bold" = {
|
||||||
fg = tertiary.bright;
|
fg = secondary.bright;
|
||||||
modifiers = [ "bold" ];
|
modifiers = [ "bold" ];
|
||||||
};
|
};
|
||||||
"italic" = {
|
"italic" = {
|
||||||
@@ -339,7 +348,7 @@
|
|||||||
"markup.linktext" = accent.base;
|
"markup.linktext" = accent.base;
|
||||||
"markup.linkurl" = {
|
"markup.linkurl" = {
|
||||||
fg = tertiary.dark;
|
fg = tertiary.dark;
|
||||||
modifiers = [ "underlined" ];
|
underline.style = "line";
|
||||||
};
|
};
|
||||||
"markup.list" = accent.bright;
|
"markup.list" = accent.bright;
|
||||||
"markup.quote" = weird.bright;
|
"markup.quote" = weird.bright;
|
||||||
@@ -398,8 +407,8 @@
|
|||||||
bg = background;
|
bg = background;
|
||||||
};
|
};
|
||||||
"ui.menu.selected" = {
|
"ui.menu.selected" = {
|
||||||
fg = secondary.base;
|
fg = secondary.bright;
|
||||||
bg = secondary.dark;
|
bg = secondary.darker;
|
||||||
};
|
};
|
||||||
"ui.popup" = {
|
"ui.popup" = {
|
||||||
bg = accent.darker;
|
bg = accent.darker;
|
||||||
@@ -444,9 +453,9 @@
|
|||||||
};
|
};
|
||||||
"ui.virtual.jump-label" = {
|
"ui.virtual.jump-label" = {
|
||||||
fg = special.base;
|
fg = special.base;
|
||||||
underline = {
|
bg = special.dark;
|
||||||
style = "dotted";
|
underline.style = "dotted";
|
||||||
};
|
modifiers = [ "bold" ];
|
||||||
};
|
};
|
||||||
"ui.window" = {
|
"ui.window" = {
|
||||||
bg = accent.darker;
|
bg = accent.darker;
|
||||||
|
|||||||
@@ -163,6 +163,7 @@ in {
|
|||||||
# Magic
|
# Magic
|
||||||
{ on = "<C-h>"; run = "shell 'hx .' --block"; desc = "Open current directoy in Helix"; }
|
{ on = "<C-h>"; run = "shell 'hx .' --block"; desc = "Open current directoy in Helix"; }
|
||||||
{ on = "<C-g>"; run = "shell 'lazygit' --block"; desc = "Open current directoy in Lazygit"; }
|
{ on = "<C-g>"; run = "shell 'lazygit' --block"; desc = "Open current directoy in Lazygit"; }
|
||||||
|
{ on = "<C-y>"; run = ''shell 'ghostty --command="yazi"' ''; desc = "Open current directoy in a new ghostty window"; }
|
||||||
];
|
];
|
||||||
tasks.keymap = [
|
tasks.keymap = [
|
||||||
# Task
|
# Task
|
||||||
@@ -403,8 +404,8 @@ in {
|
|||||||
};
|
};
|
||||||
tasks = {
|
tasks = {
|
||||||
border = { fg = border2; };
|
border = { fg = border2; };
|
||||||
title = {};
|
title = { fg = accent.base; bold = true; };
|
||||||
hovered = { underline = true; };
|
hovered = { fg = accent.bright; };
|
||||||
};
|
};
|
||||||
which = {
|
which = {
|
||||||
mask = { bg = black.base; };
|
mask = { bg = black.base; };
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
variables = {
|
variables = {
|
||||||
EDITOR = "hx";
|
EDITOR = "hx";
|
||||||
VISUAL = "hx";
|
VISUAL = "hx";
|
||||||
|
TERMINAL = "ghostty";
|
||||||
};
|
};
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
helix
|
helix
|
||||||
|
|||||||
Reference in New Issue
Block a user