✨ feat(betterdiscord): added custom css
jetbrains font for discord
This commit is contained in:
parent
2ade521ddd
commit
c09935951a
4 changed files with 9 additions and 6 deletions
3
.config/BetterDiscord/data/stable/custom.css
Normal file
3
.config/BetterDiscord/data/stable/custom.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
* {
|
||||
font-family: "JetBrainsMono NF"!important;
|
||||
}
|
|
@ -11,7 +11,7 @@
|
|||
"customcss": {
|
||||
"customcss": true,
|
||||
"liveUpdate": true,
|
||||
"openAction": "system"
|
||||
"openAction": "detached"
|
||||
},
|
||||
"editor": {
|
||||
"lineNumbers": true,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"Catppuccin Frappe": false,
|
||||
"Catppuccin Macchiato": true,
|
||||
"Comfy": false
|
||||
"Catppuccin Macchiato": true,
|
||||
"Comfy": false
|
||||
}
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
"channelListButtonActive": "true",
|
||||
"msgBarButtonActive": "true",
|
||||
"membersListButtonActive": "true",
|
||||
"userAreaButtonActive": "true",
|
||||
"userAreaButtonActive": "false",
|
||||
"callContainerButtonActive": "true",
|
||||
"profilePanelButtonActive": "true",
|
||||
"disableMsgBarBtnCollapse": "false",
|
||||
|
|
Loading…
Add table
Reference in a new issue