Skip to content

Instantly share code, notes, and snippets.

@jhilker98
Last active February 4, 2022 19:09
Show Gist options
  • Save jhilker98/a94ba489a7604bb097fb18726323d60d to your computer and use it in GitHub Desktop.
Save jhilker98/a94ba489a7604bb097fb18726323d60d to your computer and use it in GitHub Desktop.
wip color schemes

Custom Color Schemes

these are my wip color schemes

Color Scheme 1

Toml

[colors]

# special
foreground      = #c5c8c6
foreground_bold = #c5c8c6
cursor          = #c5c8c6
background      = #1e1e1e

# black
color0  = #232323
color8  = #505050

# red
color1  = #a54242
color9  = #cc6666

# green
color2  = #8c9440
color10 = #b5bd68

# yellow
color3  = #de935f
color11 = #f0c674

# blue
color4  = #5f819d
color12 = #81a2be

# magenta
color5  = #85678f
color13 = #b294bb

# cyan
color6  = #5e8d87
color14 = #8abeb7

# white
color7  = #707880
color15 = #c5c8c6

Xresources

! special
*.foreground:   #c5c8c6
*.background:   #1e1e1e
*.cursorColor:  #c5c8c6

! black
*.color0:       #232323
*.color8:       #505050

! red
*.color1:       #a54242
*.color9:       #cc6666

! green
*.color2:       #8c9440
*.color10:      #b5bd68

! yellow
*.color3:       #de935f
*.color11:      #f0c674

! blue
*.color4:       #5f819d
*.color12:      #81a2be

! magenta
*.color5:       #85678f
*.color13:      #b294bb

! cyan
*.color6:       #5e8d87
*.color14:      #8abeb7

! white
*.color7:       #707880
*.color15:      #c5c8c6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment