Skip to content

Instantly share code, notes, and snippets.

@cvega
Created February 29, 2024 19:29
Show Gist options
  • Save cvega/cc5b99eab1ddb7e5c32eee344d134ca5 to your computer and use it in GitHub Desktop.
Save cvega/cc5b99eab1ddb7e5c32eee344d134ca5 to your computer and use it in GitHub Desktop.
[colors]
indexed_colors = []
[colors.bright]
black = "0x4d4d4d"
blue = "0xcaa9fa"
cyan = "0x9aedfe"
green = "0x5af78e"
magenta = "0xff92d0"
red = "0xff6e67"
white = "0xe6e6e6"
yellow = "0xf4f99d"
[colors.cursor]
cursor = "0xf8f8f2"
text = "0x44475a"
[colors.dim]
black = "0x14151b"
blue = "0x4d5b86"
cyan = "0x59dffc"
green = "0x1ef956"
magenta = "0xff46b0"
red = "0xff2222"
white = "0xe6e6d1"
yellow = "0xebf85b"
[colors.normal]
black = "0x000000"
blue = "0xbd93f9"
cyan = "0x8be9fd"
green = "0x50fa7b"
magenta = "0xff79c6"
red = "0xff5555"
white = "0xbfbfbf"
yellow = "0xf1fa8c"
[colors.primary]
background = "0x282a36"
foreground = "0xf8f8f2"
[env]
TERM = "xterm-256color"
[font]
size = 20
[font.normal]
family = "FiraCode Nerd Font"
style = "Retina"
[scrolling]
history = 20000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment