Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue #5 - match theme to Dracula specification #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
114 changes: 96 additions & 18 deletions dracula.minttyrc
Original file line number Diff line number Diff line change
@@ -1,18 +1,96 @@
ForegroundColour=248,248,242
BackgroundColour=40,42,54
Black=0,0,0
BoldBlack=104,104,104
Red=255,85,85
BoldRed=255,110,103
Green=80,250,123
BoldGreen=90,247,142
Yellow=241,250,140
BoldYellow=244,249,157
Blue=202,169,250
BoldBlue=202,169,250
Magenta=255,121,198
BoldMagenta=255,146,208
Cyan=139,233,253
BoldCyan=154,237,254
White=191,191,191
BoldWhite=230,230,230
# Dracula theme for use with mintty
#
# Based on https://spec.draculatheme.com/#sec-Color-Palette (2024-09-20)
#
# - https://mintty.github.io/
# - https://github.com/mintty/mintty

# #282A36
BackgroundColour = 40,42,54

# #F8F8F2
ForegroundColour = 248,248,242
CursorColour = 248,248,242


# ANSI Black
# 30m / 40m
# #21222C
Black = 33,34,44

# ANSI Black Bright
# 1;30m
# #6272A4
BoldBlack = 98,114,164

# ANSI Red
# 31m / 41m
# #FF5555
Red = 255,85,85

# ANSI Red Bright
# 1;31m
# #FF6E6E
BoldRed = 255,110,110

# ANSI Green
# 32m / 42m
# #50FA7B
Green = 80,250,123

# ANSI Green Bright
# 1;32m
# #69FF94
BoldGreen = 105,255,148

# ANSI Yellow
# 33m / 43m
# #F1FA8C
Yellow = 241,250,140

# ANSI Yellow Bright
# 1;33m
# #FFFFA5
BoldYellow = 255,255,165

# ANSI Blue
# 34m / 44m
# #BD93F9
Blue = 189,147,249

# ANSI Blue Bright
# 1;34m
# #D6ACFF
BoldBlue = 214,172,255

# ANSI Magenta
# 35m / 45m
# #FF79C6
Magenta = 255,121,198

# ANSI Magenta Bright
# 1;35m
# #FF92DF
BoldMagenta = 255,146,223

# ANSI Cyan
# 36m / 46m
# #8BE9FD
Cyan = 139,233,253

# ANSI Cyan Bright
# 1;36m
# #A4FFFF
BoldCyan = 164,255,255

# ANSI White
# 37m / 47m
# #F8F8F2
White = 248,248,242

# ANSI White Bright
# 1;37m
# FFFFFF
BoldWhite = 255,255,255

# {{! Theme rendered with https://github.com/clach04/terminal_style_toolkit }}
Binary file modified screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.