mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25: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
27
config/themes/schemes/poimandres/storm/default.nix
Normal file
27
config/themes/schemes/poimandres/storm/default.nix
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
colours = {
|
||||
primary-background = "252b37";
|
||||
primary-foreground = "a6accd";
|
||||
search-matches-foreground = "1b1e28";
|
||||
search-matches-background = "add7ff";
|
||||
search-focused-match-foreground = "1b1e28";
|
||||
search-focused-match-background = "add7ff";
|
||||
selection-background = "303340";
|
||||
normal-black = "252b37";
|
||||
normal-red = "d0679d";
|
||||
normal-green = "5de4c7";
|
||||
normal-yellow = "fffac2";
|
||||
normal-blue = "89ddff";
|
||||
normal-magenta = "fae4fc";
|
||||
normal-cyan = "add7ff";
|
||||
normal-white = "ffffff";
|
||||
bright-black = "a6accd";
|
||||
bright-red = "d0679d";
|
||||
bright-green = "5de4c7";
|
||||
bright-yellow = "fffac2";
|
||||
bright-blue = "add7ff";
|
||||
bright-cyan = "89ddff";
|
||||
bright-magenta = "fcc5e9";
|
||||
bright-white = "ffffff";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue