readd color and add font size
This commit is contained in:
parent
950eaea9c4
commit
e9508bcb09
1 changed files with 4 additions and 3 deletions
|
@ -16,14 +16,15 @@ in
|
|||
window = {
|
||||
opacity = 0.98;
|
||||
};
|
||||
# colors = {
|
||||
# primary.background = "#050505";
|
||||
# };
|
||||
colors = {
|
||||
primary.background = "#050505";
|
||||
};
|
||||
# hints.enabled = {
|
||||
# hyperlinks = true;
|
||||
# post_processing = true;
|
||||
# };
|
||||
font = {
|
||||
size = 12.0;
|
||||
normal = {
|
||||
family = "JetBrainsMono Nerd Font";
|
||||
style = "Regular";
|
||||
|
|
Loading…
Reference in a new issue