cosmic-terminal/color-schemes/Github Dark.ron
2024-09-29 22:07:59 -06:00

38 lines
852 B
Text

(
name: "Github Dark",
foreground: "#8b949e",
background: "#101216",
cursor: "#c9d1d9",
bright_foreground: "#ffffff",
dim_foreground: "#8b949e",
normal: (
black: "#000000",
red: "#f78166",
green: "#56d364",
yellow: "#e3b341",
blue: "#6ca4f8",
magenta: "#db61a2",
cyan: "#2b7489",
white: "#ffffff",
),
bright: (
black: "#4d4d4d",
red: "#f78166",
green: "#56d364",
yellow: "#e3b341",
blue: "#6ca4f8",
magenta: "#db61a2",
cyan: "#2b7489",
white: "#ffffff",
),
dim: (
black: "#000000",
red: "#f78166",
green: "#56d364",
yellow: "#e3b341",
blue: "#6ca4f8",
magenta: "#db61a2",
cyan: "#2b7489",
white: "#ffffff",
),
)