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
616ce7fbca
commit
87b2f7e687
62 changed files with 1589 additions and 201 deletions
41
config/themes/schemes/material/sky-blue/default.nix
Normal file
41
config/themes/schemes/material/sky-blue/default.nix
Normal file
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
colours = {
|
||||
foreground = "005761";
|
||||
text = "01579B";
|
||||
background-selection = "ade2eb";
|
||||
foreground-selection = "FFFFFF";
|
||||
buttons = "c9eef2";
|
||||
disabled = "e7f2f3";
|
||||
contrast = "E4F2F2";
|
||||
active = "caedf2";
|
||||
border = "d0edf1";
|
||||
highlight = "d1eafa";
|
||||
tree = "b6e1e780";
|
||||
notifications = "e0eff1";
|
||||
accent = "00c6e0";
|
||||
excluded-files = "c1def0";
|
||||
green = "91b859";
|
||||
yellow = "f6a434";
|
||||
blue = "6182b8";
|
||||
red = "e53935";
|
||||
purple = "7c4dff";
|
||||
orange = "f76d47";
|
||||
cyan = "39adb5";
|
||||
gray = "01579B";
|
||||
black = "272727";
|
||||
error = "e53935";
|
||||
comments = "01579B";
|
||||
variables = "272727";
|
||||
links = "39ADB5";
|
||||
functions = "6182B8";
|
||||
keywords = "7C4DFF";
|
||||
tags = "E53935";
|
||||
strings = "91B859";
|
||||
operators = "39ADB5";
|
||||
attributes = "F6A434";
|
||||
numbers = "F76D47";
|
||||
parameters = "F76D47";
|
||||
background0 = "F5F5F5";
|
||||
background1 = "e7f2f3";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue