Ayu mirage theme
This commit is contained in:
parent
9904baca2d
commit
4627af9181
5 changed files with 43 additions and 13 deletions
27
themes/ayu-mirage.nix
Normal file
27
themes/ayu-mirage.nix
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
primary = {
|
||||
background = "#1f2430";
|
||||
foreground = "#cbccc6";
|
||||
bright_foreground = "#f28779";
|
||||
};
|
||||
normal = {
|
||||
black = "#212733";
|
||||
red = "#f08778";
|
||||
green = "#53bf97";
|
||||
yellow = "#fdcc60";
|
||||
blue = "#60b8d6";
|
||||
magenta = "#ec7171";
|
||||
cyan = "#98e6ca";
|
||||
white = "#fafafa";
|
||||
};
|
||||
bright = {
|
||||
black = "#686868";
|
||||
red = "#f58c7d";
|
||||
green = "#58c49c";
|
||||
yellow = "#ffd165";
|
||||
blue = "#65bddb";
|
||||
magenta = "#f17676";
|
||||
cyan = "#9debcf";
|
||||
white = "#ffffff";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue