All Projects → KillYoy → DiscordNight

KillYoy / DiscordNight

Licence: other
An actual Dark/Nightmode Theme for Discord/BetterDiscord

Programming Languages

CSS
56736 projects

Projects that are alternatives of or similar to DiscordNight

Turn-Off-the-Lights-Chrome-extension
Chrome extension
Stars: ✭ 81 (-5.81%)
Mutual labels:  night-mode, dark-theme, darkmode, nightmode
Turn-Off-the-Lights-Firefox-extension-WebExtensions
Firefox extension (WebExtensions)
Stars: ✭ 19 (-77.91%)
Mutual labels:  night-mode, dark-theme, darkmode, nightmode
Darkreader
Dark Reader Chrome and Firefox extension
Stars: ✭ 12,052 (+13913.95%)
Mutual labels:  night-mode, dark-theme, darkmode, nightmode
Darkmode.js
🌓 Add a dark-mode / night-mode to your website in a few seconds
Stars: ✭ 2,339 (+2619.77%)
Mutual labels:  dark-theme, dark, darkmode, nightmode
Jxtheme
A powerful and lightweight and customization theme/skin library for iOS 9+ in swift. 主题、换肤、暗黑模式
Stars: ✭ 220 (+155.81%)
Mutual labels:  skin, night-mode, dark-theme, dark
GithubDarkTheme
Dark Theme for Github
Stars: ✭ 60 (-30.23%)
Mutual labels:  dark-theme, dark, darkmode
AndroidMultiTheme
一个对安卓应用支持多种主题的库,并可以不用重新创建Activity来动态切换主题。Android library support multi theme for app, and change theme dynamically without recreation of Activity.
Stars: ✭ 24 (-72.09%)
Mutual labels:  dark-theme, darkmode, nightmode
Swifttheme
🎨 Powerful theme/skin manager for iOS 9+ 主题/换肤, 暗色模式
Stars: ✭ 2,259 (+2526.74%)
Mutual labels:  skin, night-mode
alfred-night-shift
🌝 Alfred 3 workflow to toggle night shift
Stars: ✭ 18 (-79.07%)
Mutual labels:  night, night-mode
LilyPichu
A theme based on @Melonturtle_ stream design
Stars: ✭ 68 (-20.93%)
Mutual labels:  betterdiscord, betterdiscord-theme
Night Owl Vscode Theme
🌌 NIGHT OWL: A VS Code dark theme for contrast for nighttime coding, 🦉 LIGHT OWL: a daytime light theme
Stars: ✭ 2,368 (+2653.49%)
Mutual labels:  night, dark-theme
discord-revamp
A revamp based on Discord's website.
Stars: ✭ 28 (-67.44%)
Mutual labels:  betterdiscord, betterdiscord-theme
wluma
Automatic brightness adjustment based on screen contents and ALS
Stars: ✭ 290 (+237.21%)
Mutual labels:  night-mode, dark-theme
Redshift
Redshift adjusts the color temperature of your screen according to your surroundings. This may help your eyes hurt less if you are working in front of the screen at night.
Stars: ✭ 5,223 (+5973.26%)
Mutual labels:  night, night-mode
Thememanager
ThemeManager is a lightweight library for application to switching themes. support more attributes and theme extensions. more easy and convenient to use.
Stars: ✭ 165 (+91.86%)
Mutual labels:  skin, night-mode
Chameleon
Android Change Skin, Android Night Mode, 安卓换肤,安卓夜间模式
Stars: ✭ 141 (+63.95%)
Mutual labels:  skin, night-mode
Night Pihole
🌙 A Dark theme for your Pi-hole Dashboard.
Stars: ✭ 64 (-25.58%)
Mutual labels:  night, dark-theme
slack-custom-controls
Dark Theme Mode and Sidebar Toggle For Slack
Stars: ✭ 12 (-86.05%)
Mutual labels:  dark-theme, darkmode
mongood
A MongoDB GUI with Fluent Design
Stars: ✭ 674 (+683.72%)
Mutual labels:  dark-theme, darkmode
Discourse-Dark
🏛️ Darken Discourse forums
Stars: ✭ 43 (-50%)
Mutual labels:  dark-theme, dark

Requires Discord desktop app with BetterDiscord installed.

After installing BetterDiscord:

  1. Download DiscordNight.theme.css and navigate to Settings > Themes and click on Open Themes Folder or place the file in %appdata%/BetterDiscord/themes
  2. Refresh Discord using CTRL+R or restart Discord.
  3. Go to Settings > BetterDiscord > Themes and enable DiscordNight.
  • Dark Theme needs to be enabled in Settings > Appearance > Theme and select Dark.

  • BetterDiscord Minimal Mode is currently not supported.

Keep in mind that things may break at any time because of Discords background updates which may cause you to have to reinstall BetterDiscord or wait for the theme to be updated.
In case there is anything that has not yet been fixed or any plugin related issues feel free to either make a new issue or contact me KillYoy#0295 on Discord.

This theme supports USRBG by Tropical.

Preview

A comparison with and without the theme enabled: (Images are slightly outdated)

Main window comparison Matching colored underlines for member list roles requires the BetterRoleColors plugin.

Settings comparison

Customizing the theme

DiscordNight has certain unique variables that can easily be modified to change the visibility and width of certain elements. The code can either be added to the DiscordNight.theme.css or the Custom CSS menu in Discord settings:

:root {
    --User-List-Width: 200px;                        /* 200px, Discord default = 240px */

    --User-Popout-Width: 236px;                      /* 236px, Discord default = 250px */

    --Channel-List-Width: 196px;                     /* 196px, Discord default = 240px */
    --Channel-Invite-Edit-Buttons: none;             /* flex = ON, none = OFF */
    --Channel-Category-Invite-Button: flex;          /* flex = ON, none = OFF */
    --Channel-List-Active-Threads: flex;             /* flex = ON, none = OFF */
    --Channel-List-Upcoming-Events: flex;            /* flex = ON, none = OFF */
    --Channel-List-Boost-Goal: block;                /* block = ON, none = OFF */

    --Search-List-Width: 488px;                      /* 488px, Discord default = 418px */

    --Inbox-List-Width: 522px;                       /* 522px, Discord default = 480px */

    --Titlebar-Help-Icon: none;                      /* flex = ON, none = OFF */

    --Emoji-Menu-Height: 618px;                      /* 618px or 498px, Discord default = 444px */

    --Chatbox-Gift-Button: none;                     /* flex = ON, none = OFF */
    --Chatbox-GIF-Button: none;                      /* flex = ON, none = OFF */
    --Chatbox-Stickers-Button: none;                 /* flex = ON, none = OFF */

    --Chat-Emoji-Size: 1.75rem;                      /* 1.75rem, Discord default = 1.375rem */
    --Chat-Emoji-Large-Size: 2rem;                   /* 2rem, Discord default = 3rem */
    --Chat-Sticker-Size: 5rem;                       /* 5rem, Discord default = 10rem */

    --Chat-Wave-To-New-User-Button: flex;            /* flex = ON, none = OFF */
    --Chat-Wave-To-New-DM-Button: flex;              /* flex = ON, none = OFF */

    --Voice-Noise-Suppression: none;                 /* flex = ON, none = OFF */

    --Embed-Remove-Button: flex;                     /* flex = ON, none = OFF */

    --Context-Menu-Emoji-Toolbar: none;              /* flex = ON, none = OFF */

    --Home-Store-Button: none;                       /* block = ON, none = OFF */
    --Home-Direct-Messages-Header: flex;             /* flex = ON none = OFF */
    --Home-Close-DM-Button: block;                   /* block = ON, none = OFF */
	
    --Friends-List-Searchbar: flex;                  /* flex = ON, none = OFF */

    --Text-Channels-Capital-Letter: capitalize;      /* capitalize, none */
}

Want certain things to look like they normally do in Discord?

I have made some import addons which changes certain aspects of the theme.
You can change the Server list message notice and Chat file attachment button back to their original appearance by adding either of these two lines of code to your DiscordNight.theme.css

@import url("https://killyoy.github.io/DiscordNight/Addons/Vanilla_ServerList_Message_Notice.theme.css"); 
@import url("https://killyoy.github.io/DiscordNight/Addons/Vanilla_Attachment_Button.theme.css"); 

Installing DiscordNight using other methods (Not recommended)

  • If you don't want to use BetterDiscord or it does not work for some reason the CSS can be injected using Discords developer tools using Ctrl+Shift+I in the Desktop app or F12 in the browser. In the Sources tab go click on assets and find the file that ends with .css and paste in the code from DiscordNight.css into it, if done correctly the theme should be loaded until the next time Discord restarts (Keep in mind that images loaded from an external address will not load this way).

Installing DiscordNight to your internet browser

  • By using a stylesheet addon like Stylus, you can create a style for discordapp.com and paste in the code from DiscordNight.css (Not everything will work correctly like scrollbars and external images)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].