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
|
@ -1,21 +1,21 @@
|
|||
{
|
||||
colours = {
|
||||
keyword = "#8c4351";
|
||||
integer = "#965027";
|
||||
parameter0 = "#8f5e15";
|
||||
parameter1 = "#634f30";
|
||||
string0 = "#385f0d";
|
||||
string1 = "#33635c";
|
||||
property = "#33635c";
|
||||
builtin = "#006c86";
|
||||
object = "#0f4b6e";
|
||||
function = "#2959aa";
|
||||
control = "#5a3e8e";
|
||||
variable = "#343b58";
|
||||
markdown = "#40434f";
|
||||
comments = "#6c6e75";
|
||||
terminal = "#343B58";
|
||||
foreground = "#343b58";
|
||||
background = "#e6e7ed";
|
||||
keyword = "8c4351";
|
||||
integer = "965027";
|
||||
parameter0 = "8f5e15";
|
||||
parameter1 = "634f30";
|
||||
string0 = "385f0d";
|
||||
string1 = "33635c";
|
||||
property = "33635c";
|
||||
builtin = "006c86";
|
||||
object = "0f4b6e";
|
||||
function = "2959aa";
|
||||
control = "5a3e8e";
|
||||
variable = "343b58";
|
||||
markdown = "40434f";
|
||||
comments = "6c6e75";
|
||||
terminal = "343B58";
|
||||
foreground = "343b58";
|
||||
background = "e6e7ed";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue