This is a Discord theme inspired by GNOME's default theme, Adwaita, in an attempt to make Discord look like it's part of the environment.
The theme is written in Less and supports both light and dark mode. There's a few config options in ./src/DNOME.less. If you are looking to recolor it, you can do so by modifying the Less/CSS variables found in ./src/modules/variables/.
The theme might be missing styles on elements that I don't have access to (Nitro) or are new (app directory) or changed class names. Please open an issue if you find any.
Note: might be outdated or not match the current version of Discord.
You can inject it using Crycord, BeauitfulDiscord, BetterDiscord, Powercord & any other CSS injector available.
There are 3 options for obtaining the theme:
Some client mods require special metadata. The theme is in its simplest form.
However, if you feel something needs extra instructions, open an issue and I'll list it below.
Keep in mind that many plugins and elements from them might not be styled.
BetterDiscord requires a non-CSS META tag and a specific suffix on the filename. There are 2 options for installing the theme:
themes/
folder.Custom CSS
section in settings.You can compile DNOME from your browser!
Visit https://dnome.geopjr.dev/ and follow the instructions.
$ make less
or
$ lessc ./src/DNOME.less ./dist/DNOME.css
./dist/DNOME.css
You can use colors from your current GTK theme by running:
$ make gtk
or
$ node gtk/grab_theme_colors.mjs
and then compiling DNOME again.
Warning Manually set your Discord theme in settings to the one matching your GTK theme (Dark/Light). DNOME doesn't override everything on Discord but rather enhance it.
You can change the accent color to match one of the Adwaita named ones.
@accent_name
variable in ./src/DNOME.less to the one you wantThey have been pre-compiled alongside the main stylesheet under dist
.
Visit https://dnome.geopjr.dev/ and follow the instructions.