28 lines
524 B
YAML
28 lines
524 B
YAML
|
colors:
|
||
|
name: Isotope (dark)
|
||
|
author: Chris Kempson
|
||
|
primary:
|
||
|
background: "#000000"
|
||
|
foreground: "#d0d0d0"
|
||
|
cursor:
|
||
|
text: "#000000"
|
||
|
cursor: "#d0d0d0"
|
||
|
normal:
|
||
|
black: "#000000"
|
||
|
red: "#ff0000"
|
||
|
green: "#33ff00"
|
||
|
yellow: "#ff0099"
|
||
|
blue: "#0066ff"
|
||
|
magenta: "#cc00ff"
|
||
|
cyan: "#00ffff"
|
||
|
white: "#d0d0d0"
|
||
|
bright:
|
||
|
black: "#808080"
|
||
|
red: "#ff0000"
|
||
|
green: "#33ff00"
|
||
|
yellow: "#ff0099"
|
||
|
blue: "#0066ff"
|
||
|
magenta: "#cc00ff"
|
||
|
cyan: "#00ffff"
|
||
|
white: "#ffffff"
|