catppuccin, khard, khal, vdirsyncer with Google, cleaning, etc.

This commit is contained in:
2022-06-01 17:25:35 -04:00
parent b393ed134b
commit 72697b966b
5 changed files with 412 additions and 47 deletions

View File

@@ -30,36 +30,37 @@
{ key = "B"; mods = "Alt"; chars = "\\x1bb"; }
# - { key: B, mods: Alt, chars: "\x1bb" }
];
colors = { # Nord
primary = {
background = "0x2E3440";
foreground = "0xD8DEE9";
};
cursor = {
text = "0x2E3440";
cursor = "0xD8DEE9";
};
normal = {
black = "0x3B4252";
red = "0xBF616A";
green = "0xA3BE8C";
yellow = "0xEBCB8B";
blue = "0x81A1C1";
magenta = "0xB48EAD";
cyan = "0x88C0D0";
white = "0xE5E9F0";
};
bright = {
black = "0x4C566A";
red = "0xBF616A";
green = "0xA3BE8C";
yellow = "0xEBCB8B";
blue = "0x81A1C1";
magenta = "0xB48EAD";
cyan = "0x8FBCBB";
white = "0xECEFF4";
};
};
# colors = { # Nord
# primary = {
# background = "0x2E3440";
# foreground = "0xD8DEE9";
# };
# cursor = {
# text = "0x2E3440";
# cursor = "0xD8DEE9";
# };
# normal = {
# black = "0x3B4252";
# red = "0xBF616A";
# green = "0xA3BE8C";
# yellow = "0xEBCB8B";
# blue = "0x81A1C1";
# magenta = "0xB48EAD";
# cyan = "0x88C0D0";
# white = "0xE5E9F0";
# };
# bright = {
# black = "0x4C566A";
# red = "0xBF616A";
# green = "0xA3BE8C";
# yellow = "0xEBCB8B";
# blue = "0x81A1C1";
# magenta = "0xB48EAD";
# cyan = "0x8FBCBB";
# white = "0xECEFF4";
# };
# };
};
};
}