feat(powercord): add Discolored theme
This commit is contained in:
parent
10fe8fb158
commit
d9170aea67
2 changed files with 7 additions and 2 deletions
|
@ -73,6 +73,9 @@
|
||||||
discord-voice-chat-utilities = { url = "github:dutake/voice-chat-utilities"; flake = false; };
|
discord-voice-chat-utilities = { url = "github:dutake/voice-chat-utilities"; flake = false; };
|
||||||
discord-voice-user-count = { url = "github:tuanbinhtran/voice-user-count"; flake = false; };
|
discord-voice-user-count = { url = "github:tuanbinhtran/voice-user-count"; flake = false; };
|
||||||
discord-webhook-tag = { url = "github:BenSegal855/webhook-tag"; flake = false; };
|
discord-webhook-tag = { url = "github:BenSegal855/webhook-tag"; flake = false; };
|
||||||
|
|
||||||
|
# --- Themes ---
|
||||||
|
discord-Discolored = { url = "github:NYRI4/Discolored"; flake = false; };
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = inputs@{ self, nixpkgs, fup, powercord-overlay, ... }:
|
outputs = inputs@{ self, nixpkgs, fup, powercord-overlay, ... }:
|
||||||
|
@ -159,7 +162,9 @@
|
||||||
discord-voice-user-count
|
discord-voice-user-count
|
||||||
discord-webhook-tag
|
discord-webhook-tag
|
||||||
];
|
];
|
||||||
themes = with inputs; [ ];
|
themes = with inputs; [
|
||||||
|
discord-Discolored
|
||||||
|
];
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -30,12 +30,12 @@
|
||||||
"89099006448868140": {
|
"89099006448868140": {
|
||||||
"expanded": true,
|
"expanded": true,
|
||||||
"dms": [
|
"dms": [
|
||||||
|
"348663317486632960",
|
||||||
"183915359173214208",
|
"183915359173214208",
|
||||||
"212382908663595009",
|
"212382908663595009",
|
||||||
"478663934279155714",
|
"478663934279155714",
|
||||||
"337004876347473922",
|
"337004876347473922",
|
||||||
"283423992856051732",
|
"283423992856051732",
|
||||||
"348663317486632960",
|
|
||||||
"537011807056035840",
|
"537011807056035840",
|
||||||
"98221020120354816",
|
"98221020120354816",
|
||||||
"372115591248740353",
|
"372115591248740353",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue