Add Nord tab colors
This commit is contained in:
parent
828b0d359b
commit
58beb55c0b
1 changed files with 23 additions and 0 deletions
23
i3.nix
23
i3.nix
|
@ -20,6 +20,29 @@ in {
|
||||||
inner = 12;
|
inner = 12;
|
||||||
smartGaps = true;
|
smartGaps = true;
|
||||||
};
|
};
|
||||||
|
colors = {
|
||||||
|
focused = {
|
||||||
|
border = "#4c566a";
|
||||||
|
background = "#4c566a";
|
||||||
|
text = "#eceff4";
|
||||||
|
indicator = "#ff00ff";
|
||||||
|
childBorder = "#ff00ff";
|
||||||
|
};
|
||||||
|
focusedInactive = {
|
||||||
|
border = "#434c5e";
|
||||||
|
background = "#434c5e";
|
||||||
|
text = "#e5e9f0";
|
||||||
|
indicator = "#ff00ff";
|
||||||
|
childBorder = "#ff00ff";
|
||||||
|
};
|
||||||
|
unfocused = {
|
||||||
|
border = "#2e3440";
|
||||||
|
background = "#2e3440";
|
||||||
|
text = "#e5e9f0";
|
||||||
|
indicator = "#ff00ff";
|
||||||
|
childBorder = "#ff00ff";
|
||||||
|
};
|
||||||
|
};
|
||||||
startup = [
|
startup = [
|
||||||
{
|
{
|
||||||
command = "(systemctl --user restart polybar &) && (nm-applet &) && lock";
|
command = "(systemctl --user restart polybar &) && (nm-applet &) && lock";
|
||||||
|
|
Loading…
Add table
Reference in a new issue