mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-18 02:55:12 -05:00
feat: dank themes module
This commit is contained in:
parent
87b2f7e687
commit
de0e79f326
25 changed files with 803 additions and 55 deletions
25
config/themes/schemes/plastic/default.nix
Normal file
25
config/themes/schemes/plastic/default.nix
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
colours = {
|
||||
blue0 = "1085FF";
|
||||
blue1 = "61AFEF";
|
||||
blue2 = "56B6C2";
|
||||
black0 = "21252B";
|
||||
black1 = "0D1117";
|
||||
black2 = "181A1F";
|
||||
gray0 = "C6CCD7";
|
||||
gray1 = "A9B2C3";
|
||||
gray2 = "5F6672";
|
||||
gray3 = "A9B2C31A";
|
||||
gray4 = "E9D16C";
|
||||
red0 = "E06C75";
|
||||
red1 = "D74E42";
|
||||
red2 = "E48189";
|
||||
green0 = "98C379";
|
||||
green1 = "CBF6AC0D";
|
||||
yellow0 = "E5C07B";
|
||||
yellow1 = "FF9FA80D";
|
||||
yellow2 = "FF9FA81A";
|
||||
purple0 = "B57EDC";
|
||||
white0 = "ffffff";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue