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 = "#f7768e";
|
||||
integer = "#ff9e64";
|
||||
parameter0 = "#e0af68";
|
||||
parameter1 = "#cfc9c2";
|
||||
string0 = "#9ece6a";
|
||||
property = "#73daca";
|
||||
string1 = "#b4f9f8";
|
||||
builtin = "#2ac3de";
|
||||
object = "#7dcfff";
|
||||
function = "#7aa2f7";
|
||||
control = "#bb9af7";
|
||||
variable = "#c0caf5";
|
||||
markdown = "#9aa5ce";
|
||||
comments = "#565f89";
|
||||
terminal = "#414868";
|
||||
foreground = "#a9b1d6";
|
||||
background = "#24283b";
|
||||
keyword = "f7768e";
|
||||
integer = "ff9e64";
|
||||
parameter0 = "e0af68";
|
||||
parameter1 = "cfc9c2";
|
||||
string0 = "9ece6a";
|
||||
property = "73daca";
|
||||
string1 = "b4f9f8";
|
||||
builtin = "2ac3de";
|
||||
object = "7dcfff";
|
||||
function = "7aa2f7";
|
||||
control = "bb9af7";
|
||||
variable = "c0caf5";
|
||||
markdown = "9aa5ce";
|
||||
comments = "565f89";
|
||||
terminal = "414868";
|
||||
foreground = "a9b1d6";
|
||||
background = "24283b";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue