28 lines
522 B
YAML
28 lines
522 B
YAML
colors:
|
|
name: Ocean (dark)
|
|
author: Chris Kempson
|
|
primary:
|
|
background: "#2b303b"
|
|
foreground: "#c0c5ce"
|
|
cursor:
|
|
text: "#2b303b"
|
|
cursor: "#c0c5ce"
|
|
normal:
|
|
black: "#2b303b"
|
|
red: "#bf616a"
|
|
green: "#a3be8c"
|
|
yellow: "#ebcb8b"
|
|
blue: "#8fa1b3"
|
|
magenta: "#b48ead"
|
|
cyan: "#96b5b4"
|
|
white: "#c0c5ce"
|
|
bright:
|
|
black: "#65737e"
|
|
red: "#bf616a"
|
|
green: "#a3be8c"
|
|
yellow: "#ebcb8b"
|
|
blue: "#8fa1b3"
|
|
magenta: "#b48ead"
|
|
cyan: "#96b5b4"
|
|
white: "#eff1f5"
|