dotfiles/alacritty/themes/Theme2.toml

32 lines
474 B
TOML
Raw Normal View History

2024-03-25 21:09:54 +00:00
[colors]
author = ""
name = "theme2"
[colors.bright]
black = "#484848"
blue = "#23aaff"
cyan = "#bbcd81"
green = "#4b8a10"
magenta = "#ab005b"
red = "#be6262"
white = "#bbbbbb"
yellow = "#e5d95e"
[colors.cursor]
cursor = "#ffffff"
text = "#000000"
[colors.normal]
black = "#191919"
blue = "#23ffa8"
cyan = "#68a783"
green = "#66b61a"
magenta = "#ff00da"
red = "#eb3d51"
white = "#eaeaea"
yellow = "#d98e1d"
[colors.primary]
background = "#000000"
foreground = "#ffffff"