mirror of
https://github.com/kmein/niveum
synced 2026-03-19 19:41:08 +01:00
rofi: terminal font
This commit is contained in:
@@ -7,9 +7,13 @@ with import <dot/theme.nix>;
|
|||||||
terminal = config.defaultApplications.terminal;
|
terminal = config.defaultApplications.terminal;
|
||||||
borderWidth = 0;
|
borderWidth = 0;
|
||||||
lines = 5;
|
lines = 5;
|
||||||
font = "${uiFont.name} ${toString (uiFont.size + 1)}";
|
font = "${terminalFont.name} ${toString (terminalFont.size + 1)}";
|
||||||
colors = rec {
|
colors = rec {
|
||||||
window = { background = invertedColorScheme.background; border = invertedColorScheme.background; separator = invertedColorScheme.black.light; };
|
window = {
|
||||||
|
background = invertedColorScheme.background;
|
||||||
|
border = invertedColorScheme.background;
|
||||||
|
separator = invertedColorScheme.black.light;
|
||||||
|
};
|
||||||
rows = {
|
rows = {
|
||||||
normal = {
|
normal = {
|
||||||
background = window.background;
|
background = window.background;
|
||||||
|
|||||||
Reference in New Issue
Block a user