This commit is contained in:
fqbn207
2025-02-03 10:44:47 +01:00
parent 7c6a0f15c2
commit cc09b2f70f

View File

@ -10,7 +10,7 @@
font = { font = {
size = 17; size = 17;
normal = { normal = {
family = "FantasqueSansMono"; family = "TerminessNerdFont";
style = "Regular"; style = "Regular";
}; };
}; };
@ -19,10 +19,31 @@
}; };
colors = { colors = {
primary = { primary = {
foreground = "#FFFFFF"; foreground = "#f2f4f8";
background = "#121212"; background = "#121212";
}; };
normal = {
black = "#121212";
red = "#ee5396";
green = "#25be6a";
yellow = "#08bdba";
blue = "#78a9ff";
magenta = "#be95ff";
cyan = "#33b1ff";
white = "#dfdfe0";
};
bright = {
black = "#525252";
red = "#ff7eb6";
green = "#42be65";
yellow = "#3ddbd9";
blue = "#82cfff";
magenta = "#df99ff";
cyan = "#6ea6ff";
white = "#ffffff";
}; };
}; };
}; };
};
} }