Files
dotfiles/.config/alacritty/alacritty-themes/themes/Monokai.dark.yml
2026-03-15 10:32:59 +05:30

28 lines
524 B
YAML
Executable File

colors:
name: Monokai (dark)
author: Chris Kempson
primary:
background: "#272822"
foreground: "#f8f8f2"
cursor:
text: "#272822"
cursor: "#f8f8f2"
normal:
black: "#272822"
red: "#f92672"
green: "#a6e22e"
yellow: "#f4bf75"
blue: "#66d9ef"
magenta: "#ae81ff"
cyan: "#a1efe4"
white: "#f8f8f2"
bright:
black: "#75715e"
red: "#f92672"
green: "#a6e22e"
yellow: "#f4bf75"
blue: "#66d9ef"
magenta: "#ae81ff"
cyan: "#a1efe4"
white: "#f9f8f5"