mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 10:35:13 -05:00
feat: dank themes module
This commit is contained in:
parent
87b2f7e687
commit
de0e79f326
25 changed files with 803 additions and 55 deletions
13
config/themes/schemes/monokai/default.nix
Normal file
13
config/themes/schemes/monokai/default.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
colours = {
|
||||
background = "2e2e2e";
|
||||
comments = "797979";
|
||||
white = "d6d6d6";
|
||||
yellow = "e5b567";
|
||||
green = "b4d273";
|
||||
orange = "e87d3e";
|
||||
purple = "9e86c8";
|
||||
pink = "b05279";
|
||||
blue = "6c99bb";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue