Created
November 21, 2022 06:04
-
-
Save dppereyra/3c13e7b07a5d20ec8b1682d0aa722deb to your computer and use it in GitHub Desktop.
Blue Mood Theme based on Emacs theme by Nelson Loyola / Syohei YOSHIDA modified for Windows Terminal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"background": "#104E8B", | |
"black": "#000000", | |
"blue": "#205C94", | |
"brightBlack": "#88aaff", | |
"brightBlue": "#00CDCD", | |
"brightCyan": "#F5DEB3", | |
"brightGreen": "#7FFF00", | |
"brightPurple": "#00FFFF", | |
"brightRed": "#FF6347", | |
"brightWhite": "#F5F5F5", | |
"brightYellow": "#FFFF00", | |
"cursorColor": "#F5F5F5", | |
"cyan": "#F5DEB3", | |
"foreground": "#F5F5F5", | |
"green": "#7FFF00", | |
"name": "Blue Mood", | |
"purple": "#4F94CD", | |
"red": "#FF0000", | |
"selectionBackground": "#FFFFFF", | |
"white": "#BFBFBF", | |
"yellow": "#FFD700" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment