Overview Version History Q & A Rating & Review
🌙 Comfy Monokai Theme for VS Code
A modern, minimal, and eye-friendly VS Code theme inspired by Monokai — reimagined with muted tones, semantic color mapping, and long-session comfort in mind.
Designed for developers who spend hours coding. Subtle contrast, semantic clarity, and aesthetic consistency.
⚙️ Recommended VS Code Settings
To fully enjoy this theme’s semantic color highlighting, please add the following setting:
// settings.json
"editor.semanticHighlighting.enabled": true
🎨 Semantic Color Table
This theme uses semantic token colors to improve readability and future maintainability.
Semantic Name
Color Code
Description
bg.base
#252A32
Primary background color of editor
bg.raised
#272C33
Elevated panel background
bg.overlay
#2A2F37
Hover/tooltip background overlay
bg.selection
#3A6A9A33
Selection background (semi-transparent)
fg.primary
#DDEFF1
Primary foreground text
fg.secondary
#AEB4BB
Secondary text (less emphasis)
fg.muted
#6B7178
Muted text for placeholder or comments
fg.error
#E06C75
Error text or highlight
fg.warning
#E6DB74
Warning text or annotation
fg.info
#56B6C2
Informational highlight
fg.link
#61AFEF
Link color or clickable content
fg.accent
#4284EB
Interactive accent color (buttons, highlights, etc.)
fg.accentMuted
#4284EB88
Accent color with transparency for secondary uses
terminal.ansiBlack
#3A4449DD
Terminal black (dimmed text / background-like)
terminal.ansiBrightBlack
#3A4449
Terminal bright black (e.g. prompt prefix)
terminal.ansiRed
#E06C75
Terminal red
terminal.ansiBrightRed
#E06C75
Terminal bright red
terminal.ansiGreen
#98C379DD
Terminal green
terminal.ansiBrightGreen
#98C379
Terminal bright green
terminal.ansiYellow
#E6DB74
Terminal yellow
terminal.ansiBrightYellow
#E6DB74
Terminal bright yellow
terminal.ansiBlue
#4284EBDD
Terminal blue
terminal.ansiBrightBlue
#4284EB
Terminal bright blue
terminal.ansiMagenta
#C586C0DD
Terminal magenta
terminal.ansiBrightMagenta
#C586C0
Terminal bright magenta
terminal.ansiCyan
#61AFEFAA
Terminal cyan
terminal.ansiBrightCyan
#61AFEF
Terminal bright cyan
terminal.ansiWhite
#D7DADE99
Terminal white (light gray tone)
terminal.ansiBrightWhite
#DDEFF1
Terminal bright white