32 lines
764 B
Nix
32 lines
764 B
Nix
{
|
|
i3 = {
|
|
background = "#282828";
|
|
red = "#cc241d";
|
|
green = "#98971a";
|
|
yellow = "#d79921";
|
|
blue = "#458588";
|
|
purple = "#b16286";
|
|
aqua = "#689d68";
|
|
gray = "#a89984";
|
|
darkGray = "#1d2021";
|
|
white = "#ffffff";
|
|
};
|
|
|
|
base03 = "#002b36"; # brblack
|
|
base02 = "#073642"; # black
|
|
base01 = "#586e75"; # brgreen
|
|
base00 = "#657b83"; # bryellow
|
|
base0 = "#839496"; # brblue
|
|
base1 = "#93a1a1"; # brcyan
|
|
base2 = "#eee8d5"; # white
|
|
base3 = "#fdf6e3"; # brwhite
|
|
yellow = "#b58900"; # yellow
|
|
orange = "#cb4b16"; # brred
|
|
red = "#dc322f"; # red
|
|
magenta = "#d33682"; # magenta
|
|
violet = "#6c71c4"; # brmagenta
|
|
blue = "#268bd2"; # blue
|
|
cyan = "#2aa198"; # cyan
|
|
green = "#859900"; # green
|
|
}
|