Chonk
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
"ui.background" = { fg = "foreground", bg = "background" }
|
||||
"ui.cursor" = { fg = "background", bg = "orange", modifiers = ["dim"] }
|
||||
"ui.cursor.match" = { fg = "green", modifiers = ["underlined"] }
|
||||
"ui.cursor.primary" = { fg = "background", bg = "cyan", modifier = ["dim"] }
|
||||
"ui.cursor.primary" = { fg = "background", bg = "cyan", modifiers = ["dim"] }
|
||||
"ui.help" = { fg = "foreground", bg = "background_dark" }
|
||||
"ui.linenr" = { fg = "comment" }
|
||||
"ui.linenr.selected" = { fg = "foreground" }
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
programs.kitty.font.size = 19;
|
||||
programs.kitty.font.size = 17;
|
||||
|
||||
services.picom = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user