luke-else.co.uk/static/themes/monokai-dark.css
Luke Else c3055a6882
All checks were successful
Build and Push Development Docker Image / build-and-push (push) Successful in 1m4s
Added a series of nicely curated themes
2025-03-06 15:58:14 +00:00

18 lines
583 B
CSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

:root {
--bg: #272822; /* Classic Monokai dark */
--bg-secondary: #3e3d32; /* Darker olive grey */
--accent: #f92672; /* Monokais signature pink-red */
--header: #a6e22e; /* Neon green */
--fg: #f8f8f2; /* Soft off-white */
--input: #373831; /* Slightly lighter grey-green */
--link: #66d9ef; /* Monokai cyan */
--glow: #49483e; /* Muted background glow */
--hover: #fd7c95; /* Lighter pink hover */
--green: #a6e22e; /* Bright Monokai green */
--red: #f92672; /* Soft pinkish-red */
--blue: #66d9ef; /* Bright cyan */
}