Skip to content

Instantly share code, notes, and snippets.

@tomoyk
Created February 5, 2024 09:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomoyk/fe68c0356be709f0f9e0528565ff054e to your computer and use it in GitHub Desktop.
Save tomoyk/fe68c0356be709f0f9e0528565ff054e to your computer and use it in GitHub Desktop.
items:
- colors:
name: 3024 (dark)
author: Chris Kempson
primary:
background: "#090300"
foreground: "#a5a2a2"
cursor:
text: "#090300"
cursor: "#a5a2a2"
normal:
black: "#090300"
red: "#db2d20"
green: "#01a252"
yellow: "#fded02"
blue: "#01a0e4"
magenta: "#a16a94"
cyan: "#b5e4f4"
white: "#a5a2a2"
bright:
black: "#5c5855"
red: "#db2d20"
green: "#01a252"
yellow: "#fded02"
blue: "#01a0e4"
magenta: "#a16a94"
cyan: "#b5e4f4"
white: "#f7f7f7"
colors:
# Default colors
primary:
background: '#232627'
foreground: '#fcfcfc'
dim_foreground: '#eff0f1'
bright_foreground: '#ffffff'
dim_background: '#31363b'
bright_background: '#000000'
# Normal colors
normal:
black: '#232627'
red: '#ed1515'
green: '#11d116'
yellow: '#f67400'
blue: '#1d99f3'
magenta: '#9b59b6'
cyan: '#1abc9c'
white: '#fcfcfc'
# Bright colors
bright:
black: '#7f8c8d'
red: '#c0392b'
green: '#1cdc9a'
yellow: '#fdbc4b'
blue: '#3daee9'
magenta: '#8e44ad'
cyan: '#16a085'
white: '#ffffff'
# Dim colors
dim:
black: '#31363b'
red: '#783228'
green: '#17a262'
yellow: '#b65619'
blue: '#1b668f'
magenta: '#614a73'
cyan: '#186c60'
white: '#63686d'
# Font
font:
size: 18
normal:
family: Cica
style: Regular
bold:
family: Cica
style: Bold
italic:
family: Cica
style: Italic
bold_italic:
family: Cica
style: Bold Itali
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment