home: alacritty: setup config
This commit is contained in:
parent
36d8b273b7
commit
0e07f901bc
9 changed files with 196 additions and 11 deletions
|
|
@ -1,12 +1,31 @@
|
|||
{
|
||||
background = "#282828";
|
||||
red = "#cc241d";
|
||||
green = "#98971a";
|
||||
yellow = "#d79921";
|
||||
blue = "#458588";
|
||||
purple = "#b16286";
|
||||
aqua = "#689d68";
|
||||
gray = "#a89984";
|
||||
darkGray = "#1d2021";
|
||||
white = "#ffffff";
|
||||
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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue