mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
28 lines
785 B
Nix
Executable file
28 lines
785 B
Nix
Executable file
{
|
|
font = "";
|
|
colours = {
|
|
primary-background = "252b37";
|
|
primary-foreground = "a6accd";
|
|
search-matches-foreground = "1b1e28";
|
|
search-matches-background = "add7ff";
|
|
search-focused-match-foreground = "1b1e28";
|
|
search-focused-match-background = "add7ff";
|
|
selection-background = "303340";
|
|
normal-black = "252b37";
|
|
normal-red = "d0679d";
|
|
normal-green = "5de4c7";
|
|
normal-yellow = "fffac2";
|
|
normal-blue = "89ddff";
|
|
normal-magenta = "fae4fc";
|
|
normal-cyan = "add7ff";
|
|
normal-white = "ffffff";
|
|
bright-black = "a6accd";
|
|
bright-red = "d0679d";
|
|
bright-green = "5de4c7";
|
|
bright-yellow = "fffac2";
|
|
bright-blue = "add7ff";
|
|
bright-cyan = "89ddff";
|
|
bright-magenta = "fcc5e9";
|
|
bright-white = "ffffff";
|
|
};
|
|
}
|