Skip to content

Instantly share code, notes, and snippets.

@bitsper2nd
bitsper2nd / monokai-slack.md
Created November 18, 2021 15:56
Monokai Plus for Slack

Open your Slack workspace on the browser or desktop app. Go to preferences/themes. Copy/paste one of the bundled color codes below.

  • Monokai Plus: #2D2A2E,#2F2F2F,#19181A,#FFD866,#19181A,#FCFCFA,#A9DC76,#FF6188,#2D2A2E,#FCFCFA

  • Monokai Plus Octagon: #282A3A,#1E1F2B,#161821,#FFD76D,#161821,#EAF2F1,#BAD761,#FF657A,#282A3A,#EAF2F1

  • Monokai Plus Machine: #273136,#2F2F2F,#161B1E,#FFED72,#161B1E,#F2FFFC,#A2E57B,#FF6D7E,#273136,#F2FFFC

  • Monokai Plus Ristretto: #2C2525,#2F2F2F,#191515,#F9CC6C,#191515,#FFF1F3,#ADDA78,#FD6883,#2C2525,#FFF1F3

@bitsper2nd
bitsper2nd / monokai-windows-terminal.md
Last active September 22, 2022 19:04
Monokai Plus color schemes for Windows Terminal

Open Windows Terminal settings.json file in your preferred text editor and add the following color schemes.

    [
        {
            "background": "#403E41",
            "black": "#403E41",
            "blue": "#FC9867",
            "brightBlack": "#727072",
            "brightBlue": "#FC9867",