Skip to content

Neovim colors #126

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
};

pinpox-neovim = {
url = "github:pinpox/pinpox-neovim";
url = "github:pinpox/pinpox-neovim/default-colors";
inputs.nixpkgs.follows = "nixpkgs";
};

Expand Down
40 changes: 22 additions & 18 deletions home-manager/colorscheme.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ in
# magenta = "#4c0049"
# red = "#5e0009"
# yellow = "#6e5600"
#

# Light:
# blue = "#9fd8ff"
# cyan = "#83efef"
Expand All @@ -55,23 +55,27 @@ in
# magenta = "#ffc3fa"
# red = "#ffbcb5"
# yellow = "#f4d88c"
#

Black = "24273a"; # 24273a
BrightBlack = "5b6078"; # 5b6078
White = "cad3f5"; # cad3f5
BrightWhite = "747c9e"; # 747c9e
Red = "ed8796"; # ed8796
BrightRed = "ff5370"; # FF5370
Green = "a6da95"; # a6da95
BrightGreen = "68f288"; # 68f288
Yellow = "eed49f"; # eed49f
BrightYellow = "fab387"; # fab387
Blue = "8aadf4"; # 8aadf4
BrightBlue = "74c7ec"; # 74c7ec
Magenta = "cba6f7"; # cba6f7
BrightMagenta = "f5bde6"; # f5bde6
Cyan = "8bd5ca"; # 8bd5ca
BrightCyan = "aee2da"; # aee2da
# foreground = e0e2ea
# background = 14161b

Black = "14161b";
BrightBlack = "2c2e33";
# BrightBlack = "4f5258";
White = "e0e2ea";
BrightWhite = "9b9ea4";

BrightRed = "5e0009";
Red = "ffbcb5";
BrightGreen = "015825";
Green = "aaedb7";
BrightYellow = "6e5600";
Yellow = "f4d88c";
BrightBlue = "005078";
Blue = "9fd8ff";
BrightMagenta = "4c0049";
Magenta = "ffc3fa";
BrightCyan = "007676";
Cyan = "83efef";
};
}
15 changes: 8 additions & 7 deletions home-manager/modules/sway/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ in
"${modifier}+n" = "exec swaync-client -t -sw";

# Scratchpad
"${modifier}+u" = ''[app_id="dropdown"] scratchpad show; [app_id="dropdown"] resize set 98ppt 98ppt; [app_id="dropdown"] move position center'';
"${modifier}+u" =
''[app_id="dropdown"] scratchpad show; [app_id="dropdown"] resize set 98ppt 98ppt; [app_id="dropdown"] move position center'';
};

modifier = "Mod4"; # Win key
Expand Down Expand Up @@ -112,10 +113,10 @@ in
{

focused = {
background = "#${c.Blue}";
border = "#${c.BrightBlue}";
childBorder = "#${c.Blue}";
indicator = "#${c.BrightBlue}";
background = "#${c.BrightGreen}";
border = "#${c.Green}";
childBorder = "#${c.Green}";
indicator = "#${c.BrightGreen}";
text = "#${c.Black}";
};

Expand All @@ -129,10 +130,10 @@ in

unfocused = {
background = "#${c.Black}";
border = "#${c.BrightBlack}";
border = "#${c.Green}";
childBorder = "#${c.Black}";
indicator = "#${c.BrightBlack}";
text = "#${c.BrightBlack}";
text = "#${c.Green}";
};

urgent = {
Expand Down
29 changes: 0 additions & 29 deletions home-manager/modules/swaylock/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,32 +42,3 @@ in
};
};
}
# -i, --image [[<output>]:]<path> Display the given image, optionally only on the given output.
# -k, --show-keyboard-layout Display the current xkb layout while typing.
# -K, --hide-keyboard-layout Hide the current xkb layout while typing.
# -L, --disable-caps-lock-text Disable the Caps Lock text.
# -l, --indicator-caps-lock Show the current Caps Lock state also on the indicator.
# -s, --scaling <mode> Image scaling mode: stretch, fill, fit, center, tile, solid_color.
# -t, --tiling Same as --scaling=tile.
# -u, --no-unlock-indicator Disable the unlock indicator.
# --indicator-thickness <thick> Sets the indicator thickness.
# --indicator-x-position <x> Sets the horizontal position of the indicator.
# --indicator-y-position <y> Sets the vertical position of the indicator.
# --caps-lock-bs-hl-color <color> Sets the color of backspace highlight segments when Caps Lock is active.
# --caps-lock-key-hl-color <color> Sets the color of the key press highlight segments when Caps Lock is active.
# --inside-color <color> Sets the color of the inside of the indicator.
# --inside-clear-color <color> Sets the color of the inside of the indicator when cleared.
# --inside-caps-lock-color <color> Sets the color of the inside of the indicator when Caps Lock is active.
# --inside-ver-color <color> Sets the color of the inside of the indicator when verifying.
# --key-hl-color <color> Sets the color of the key press highlight segments.
# --layout-bg-color <color> Sets the background color of the box containing the layout text.
# --layout-border-color <color> Sets the color of the border of the box containing the layout text.
# --ring-clear-color <color> Sets the color of the ring of the indicator when cleared.
# --ring-caps-lock-color <color> Sets the color of the ring of the indicator when Caps Lock is active.
# --ring-ver-color <color> Sets the color of the ring of the indicator when verifying.
# --ring-wrong-color <color> Sets the color of the ring of the indicator when invalid.
# --separator-color <color> Sets the color of the lines that separate highlight segments.
# --text-clear-color <color> Sets the color of the text when cleared.
# --text-caps-lock-color <color> Sets the color of the text when Caps Lock is active.
# --text-ver-color <color> Sets the color of the text when verifying.
# --text-wrong-color <color> Sets the color of the text when invalid.
4 changes: 2 additions & 2 deletions home-manager/modules/waybar/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ window#waybar {
#workspaces button,
#tags button {
background: @Black;
color: @White;
color: @Green;
padding: 0px 0px;
}

#workspaces button.focused,
#tags button.focused {
background: @Blue;
background: @Green;
color: @Black;
}

Expand Down