theme-dark.toml (436B)
1 [colors.bright] 2 black = "#8e8f90" 3 blue = "#7A8692" 4 cyan = "#9E9EA0" 5 green = "#747A85" 6 magenta = "#918E8E" 7 red = "#A58F78" 8 white = "#cccdce" 9 yellow = "#817F81" 10 11 [colors.cursor] 12 cursor = "#cccdce" 13 text = "#090909" 14 15 [colors.normal] 16 black = "#090909" 17 blue = "#7A8692" 18 cyan = "#9E9EA0" 19 green = "#747A85" 20 magenta = "#918E8E" 21 red = "#712F18" 22 white = "#cccdce" 23 yellow = "#817F81" 24 25 [colors.primary] 26 background = "#090909" 27 foreground = "#cccdce"