readd color and add font size
parent
950eaea9c4
commit
e9508bcb09
|
@ -16,14 +16,15 @@ in
|
||||||
window = {
|
window = {
|
||||||
opacity = 0.98;
|
opacity = 0.98;
|
||||||
};
|
};
|
||||||
# colors = {
|
colors = {
|
||||||
# primary.background = "#050505";
|
primary.background = "#050505";
|
||||||
# };
|
};
|
||||||
# hints.enabled = {
|
# hints.enabled = {
|
||||||
# hyperlinks = true;
|
# hyperlinks = true;
|
||||||
# post_processing = true;
|
# post_processing = true;
|
||||||
# };
|
# };
|
||||||
font = {
|
font = {
|
||||||
|
size = 12.0;
|
||||||
normal = {
|
normal = {
|
||||||
family = "JetBrainsMono Nerd Font";
|
family = "JetBrainsMono Nerd Font";
|
||||||
style = "Regular";
|
style = "Regular";
|
||||||
|
|
Loading…
Reference in New Issue