sisko: minor changes
This commit is contained in:
parent
1eb3cdcc13
commit
3918fe6057
@ -51,31 +51,31 @@
|
|||||||
colors = {
|
colors = {
|
||||||
draw_bold_text_with_bright_colors = true;
|
draw_bold_text_with_bright_colors = true;
|
||||||
|
|
||||||
# gruvbox_material_medium_dark
|
# # gruvbox_material_medium_dark
|
||||||
primary = {
|
# primary = {
|
||||||
background = "0x282828";
|
# background = "0x282828";
|
||||||
foreground = "0xd4be98";
|
# foreground = "0xd4be98";
|
||||||
};
|
# };
|
||||||
normal = {
|
# normal = {
|
||||||
black = "0x3c3836";
|
# black = "0x3c3836";
|
||||||
red = "0xea6962";
|
# red = "0xea6962";
|
||||||
green = "0xa9b665";
|
# green = "0xa9b665";
|
||||||
yellow = "0xd8a657";
|
# yellow = "0xd8a657";
|
||||||
blue = "0x7daea3";
|
# blue = "0x7daea3";
|
||||||
magenta = "0xd3869b";
|
# magenta = "0xd3869b";
|
||||||
cyan = "0x89b482";
|
# cyan = "0x89b482";
|
||||||
white = "0xd4be98";
|
# white = "0xd4be98";
|
||||||
};
|
# };
|
||||||
bright = {
|
# bright = {
|
||||||
black = "0x3c3836";
|
# black = "0x3c3836";
|
||||||
red = "0xea6962";
|
# red = "0xea6962";
|
||||||
green = "0xa9b665";
|
# green = "0xa9b665";
|
||||||
yellow = "0xd8a657";
|
# yellow = "0xd8a657";
|
||||||
blue = "0x7daea3";
|
# blue = "0x7daea3";
|
||||||
magenta = "0xd3869b";
|
# magenta = "0xd3869b";
|
||||||
cyan = "0x89b482";
|
# cyan = "0x89b482";
|
||||||
white = "0xd4be98";
|
# white = "0xd4be98";
|
||||||
};
|
# };
|
||||||
|
|
||||||
# # # Tomorrow Night Bright
|
# # # Tomorrow Night Bright
|
||||||
# primary = {
|
# primary = {
|
||||||
@ -112,59 +112,59 @@
|
|||||||
|
|
||||||
|
|
||||||
# Nord:
|
# Nord:
|
||||||
# primary = {
|
primary = {
|
||||||
# background = "0x2e3440";
|
background = "0x2e3440";
|
||||||
# foreground = "0xd8dee9";
|
foreground = "0xd8dee9";
|
||||||
# dim_foreground = "0xa5abb6";
|
dim_foreground = "0xa5abb6";
|
||||||
# };
|
};
|
||||||
|
|
||||||
# cursor = {
|
cursor = {
|
||||||
# text = "0x2e3440";
|
text = "0x2e3440";
|
||||||
# cursor = "0xd8dee9";
|
cursor = "0xd8dee9";
|
||||||
# };
|
};
|
||||||
|
|
||||||
# vi_mode_cursor = {
|
vi_mode_cursor = {
|
||||||
# text = "0x2e3440";
|
text = "0x2e3440";
|
||||||
# cursor = "0xd8dee9";
|
cursor = "0xd8dee9";
|
||||||
# };
|
};
|
||||||
|
|
||||||
# selection = {
|
selection = {
|
||||||
# text = "CellForeground";
|
text = "CellForeground";
|
||||||
# background = "0x4c566a";
|
background = "0x4c566a";
|
||||||
# };
|
};
|
||||||
|
|
||||||
# normal = {
|
normal = {
|
||||||
# black = "0x3b4252";
|
black = "0x3b4252";
|
||||||
# red = "0xbf616a";
|
red = "0xbf616a";
|
||||||
# green = "0xa3be8c";
|
green = "0xa3be8c";
|
||||||
# yellow = "0xebcb8b";
|
yellow = "0xebcb8b";
|
||||||
# blue = "0x81a1c1";
|
blue = "0x81a1c1";
|
||||||
# magenta = "0xb48ead";
|
magenta = "0xb48ead";
|
||||||
# cyan = "0x88c0d0";
|
cyan = "0x88c0d0";
|
||||||
# white = "0xe5e9f0";
|
white = "0xe5e9f0";
|
||||||
# };
|
};
|
||||||
|
|
||||||
# bright = {
|
bright = {
|
||||||
# black = "0x4c566a";
|
black = "0x4c566a";
|
||||||
# red = "0xbf616a";
|
red = "0xbf616a";
|
||||||
# green = "0xa3be8c";
|
green = "0xa3be8c";
|
||||||
# yellow = "0xebcb8b";
|
yellow = "0xebcb8b";
|
||||||
# blue = "0x81a1c1";
|
blue = "0x81a1c1";
|
||||||
# magenta = "0xb48ead";
|
magenta = "0xb48ead";
|
||||||
# cyan = "0x8fbcbb";
|
cyan = "0x8fbcbb";
|
||||||
# white = "0xeceff4";
|
white = "0xeceff4";
|
||||||
# };
|
};
|
||||||
|
|
||||||
# dim = {
|
dim = {
|
||||||
# black = "0x373e4d";
|
black = "0x373e4d";
|
||||||
# red = "0x94545d";
|
red = "0x94545d";
|
||||||
# green = "0x809575";
|
green = "0x809575";
|
||||||
# yellow = "0xb29e75";
|
yellow = "0xb29e75";
|
||||||
# blue = "0x68809a";
|
blue = "0x68809a";
|
||||||
# magenta = "0x8c738c";
|
magenta = "0x8c738c";
|
||||||
# cyan = "0x6d96a5";
|
cyan = "0x6d96a5";
|
||||||
# white = "0xaeb3bb";
|
white = "0xaeb3bb";
|
||||||
# };
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -37,6 +37,7 @@
|
|||||||
allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||||
"copilot.vim"
|
"copilot.vim"
|
||||||
"discord"
|
"discord"
|
||||||
|
"spotify"
|
||||||
"steam"
|
"steam"
|
||||||
"steam-unwrapped"
|
"steam-unwrapped"
|
||||||
"tlclient"
|
"tlclient"
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
pavucontrol
|
pavucontrol
|
||||||
prismlauncher
|
prismlauncher
|
||||||
swayimg
|
swayimg
|
||||||
|
spotify
|
||||||
|
|
||||||
# Window Manager Extras
|
# Window Manager Extras
|
||||||
bibata-cursors
|
bibata-cursors
|
||||||
|
Loading…
Reference in New Issue
Block a user