Skip to content

freesiagaul/monokai-pro-betterdiscord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

Monokai Pro: BetterDiscord Theme

License GitHub last commit Repository size

Smooth Monokai Pro-inspired theme for Discord.

image

Background

This theme was designed to be minimal - such that my IDE and Discord looked the same. But found others wanted to use it, so it's public so I can link it to them. :)

This theme could be improved a lot, so feel free to play around!

Installation

BetterDiscord

  1. Ensure you have BetterDiscord downloaded
  2. Download monokai_theme.css
  3. Add the file to your theme folder (should be in Discord settings) OR copy+paste into [custom css] in [settings]

Vesktop

  1. Ensure you have Vesktop installed
  2. Download monokai_theme.css
  3. Add the file to the theme folder (under Themes in Vesktop settings) OR copy and paste into QuickCSS (Themes in settings)

Vesktop with Home-Manager

If you manage your system via Home-Manager either via the NixOS module or as standalone you can also use my (TheNeekOfficial) setup to install it declaratively.
{ pkgs, lib, ... }:
let
  # Freesia's discord css
  monokai-pro-css = pkgs.fetchFromGitHub {
    owner = "freesiagaul";
    repo = "monokai-pro-betterdiscord";
    rev = "fb4c83348e4578e8ee9e1334b5b335b11f62a7e6"; # Current as of ~26th of February
    sha256 = "JUpOCSxJaq4CHCnyAYhsBNsNiz3OxYCerhS7b78/3w4="; # Current as of ~26th of February
  } + "/monokai.theme.css";
in
{
  home.packages = with pkgs; [ 
    vesktop
  ];

  home.file.".config/vesktop/themes/monokai-pro.css" = {
    source = monokai-pro-css;
  };
}

Just add this to your home.nix or in your flake.nix dependent on how you've set up home-manager.

Credits

This theme was inspired by:

About

Monokai Pro theme designed for BetterDiscord

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages