chore(sway): simplify sway colours
This commit is contained in:
parent
962dadf536
commit
5f2c4b18b2
1 changed files with 1 additions and 9 deletions
|
@ -56,15 +56,7 @@
|
||||||
|
|
||||||
bars = [
|
bars = [
|
||||||
{
|
{
|
||||||
colors = {
|
colors.background = "#222222";
|
||||||
background = "#222222";
|
|
||||||
focusedWorkspace = {
|
|
||||||
background = "#ffffff";
|
|
||||||
border = "#ffffff";
|
|
||||||
text = "#333333";
|
|
||||||
};
|
|
||||||
statusline = "#ffffff";
|
|
||||||
};
|
|
||||||
|
|
||||||
fonts = {
|
fonts = {
|
||||||
names = [ "JetBrainsMono Nerd Font Mono" ];
|
names = [ "JetBrainsMono Nerd Font Mono" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue