CursedCord

By cursedelectric Version 1.0 Updated 03/25/2026 1.4K downloads

A sharp theme that removes nitro features and buttons, and rounded edges, and adds lots of color customization.

customizable

Live preview

Full Discord interface with this theme applied โ€” powered by ThemePreview.

Screenshot

CursedCord screenshot
CursedCord.theme.css
GitHub

Open source

https://raw.githubusercontent.com/CursedElectric/CursedCord---Discord-theme/e243322868a46955061073f84892bd75fb057a37/CursedCord.theme.css
1/**
2 * @name CursedCord
3 * @author CursedElectric
4 * @description A sharp theme that removes nitro features and buttons, and rounded edges, and adds lots of color customization
5 * @version 1.0
6 */
7
8
9
10
11@import url(https://cursedelectric.github.io/CursedCord---Discord-theme/CursedCordData.theme.css);
12
13/*reverts discord icons to old style. remove this link to change to default icons -- some icons don't work!! i recommend keeping this off
14@import url(https://davart154.github.io/Themes/Icon%20Revert%202023/2023%20Icon%20Revert.css); */
15
16
17:root,
18.theme-dark, .theme-light {
19 --cursedcord-primary-color: rgb(53, 128, 96)!important; /* main color. used for server bar and many buttons*/
20
21 /*the backgrounds for this theme use bg1 and bg2, with bg1 mostly replacing the brigther backgrounds in vanilla discord and bg2 replacing the darker ones*/
22 --cursedcord-bg1: rgb(80, 80, 80)!important;
23 --cursedcord-bg2:rgb(8, 8, 8)!important;
24 --cursedcord-border:rgba(255, 255, 255, 0.418)!important; /*border color*/
25
26 --cursedcord-primary-text-color:rgb(218, 218, 218)!important; /*main text color and icons color (settings button, call button, screen share, etc etc.*/
27 --cursedcord-secondary-text-color:rgba(204, 204, 204, 0.048)!important; /*color text and icons fades into (usually should be darker/less prominent than primary text color)*/
28
29 --cursedcord-hover-color:rgba(53, 128, 96, 0.247)!important; /*color of hightlighting. when you mouse over a message and it lightens/darkens a little. thats this color. keep alpha low (0.2ish) for best results*/
30
31 --cursedcord-linkcolor:rgb(37, 126, 92)!important; /*color of links */
32 --cursedcord-mention-color: rgb(29, 97, 71)!important; /*color of pinged messages you get - this also includes replying to messages*/
33
34 --cursedcord-notifcolor: rgb(255, 255, 255)!important; /*color for all vanilla discord red notif icons -- ";x new messages"; popups*/
35 --cursedcord-notiftext: rgb(0, 0, 0)!important; /*text color for notif icons -- ";x new messages"; popups*/
36
37 --cursedcord-home-icon: url(https://cursedelectric.neocities.org/fucking%20images/Cursedcord%20icon%20lazy.png)!important; /*icon used at the top left where discord symbol was. change to anything you like! supports gifs and images. unsure of videos*/
38
39
40 /*ALL TOGGLES - leave var blank to show, and "none" to hide*/
41 /*server tags*/
42 --cursedcord-guildtags: !important;
43 /* name, pfp background, avatar banners etc */
44 --cursedcord-decorations:none!important;
45 /*shop button */
46 --cursedcord-shoptoggle:none!important;
47 /*quests button */
48 --cursedcord-questtoggle:none!important;
49 /*nitro + gift button */
50 --cursedcord-nitrotoggle:none!important;
51 /*app launcher on message bar*/
52 --cursedcord-appbutton:none!important;
53 /*sticker button on message bar*/
54 --cursedcord-stickerbutton: !important;
55}
56
57
58/* custom font. use any hosted font for results */
59/*use https://fonts.google.com/ for a list of fonts*/
60@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap);
61*,
62*:before,
63*:after {
64 /*add your font here! -- be sure to mark all variables as !important*/
65 font-family: ";Noto Sans";, sans-serif!important;
66 font-optical-sizing: auto!important;
67 font-weight: 100!important;
68 font-style: normal!important;
69 font-variation-settings:
70 ";wdth"; 100!important;
71}
72