DNOME icon indicating copy to clipboard operation
DNOME copied to clipboard

Adwaita-inspired Discord Theme

branding

DNOME

Adwaita-inspired Discord Theme


action accessibility COC AGPL-3.0

Info

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 OS.

The theme is mostly a recolor of elements rather than a complete restyle as to not (completely) remove Discord's branding (https://stopthemingmy.app/). Feel free to fork this and add any additional styling you might want.

The theme is written in Less and supports both light and dark mode! You can also customize some of its elements!

Screenshots

screenshot of main text area
screenshot of profile modal
screenshot of guild explorer
screenshot of playing profile modal
screenshot of settings
screenshot of message

Installing

You can inject it using Crycord, BeauitfulDiscord, BetterDiscord, Powercord & any other CSS injector available.

There are 3 options for obtaining the theme:

  1. DNOME-latest.css, which imports the latest compiled version.
  2. dist/DNOME.css, which is the latest compiled version.
  3. Compile it yourself.

Some client mods require certain changes. The theme is in its simpliest 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.

For BetterDiscord

BetterDiscord requires a non-css META tag and a specific suffix on the filename. There are 2 options for installing the theme:

  1. Download DNOME.theme.css and place it in your themes/ folder.
  2. Copy paste the contents of the desired file in the Custom CSS section in settings.

Compiling

  • Install Less
  • $ lessc ./src/DNOME.less ./dist/DNOME.css
  • Done

Contributing

  1. Read the Code of Conduct
  2. Fork it ( https://github.com/GeopJr/DNOME/fork )
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Commit your changes (git commit -am 'feat: some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create a new Pull Request

Made with contributors-img.