More tweaks I guess
This commit is contained in:
parent
c1d4107b9e
commit
8e89a53a31
|
@ -24,7 +24,7 @@ in
|
||||||
fonts.normal.family = "Nerd Font Source Code Pro";
|
fonts.normal.family = "Nerd Font Source Code Pro";
|
||||||
|
|
||||||
env = { TERM = "xterm-256color"; };
|
env = { TERM = "xterm-256color"; };
|
||||||
working_directory = "~/Projects";
|
working_directory = "/home/adrielus/Projects/";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -8,5 +8,5 @@ listview {
|
||||||
}
|
}
|
||||||
|
|
||||||
element selected {
|
element selected {
|
||||||
background-color: #373759;
|
/* background-color: #373759; */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue