theme-light.toml (436B)
1 [colors.primary] 2 background = '#f4f4f7' 3 foreground = '#080B11' 4 5 [colors.cursor] 6 text = '#f4f4f7' 7 cursor = '#080B11' 8 9 [colors.normal] 10 black = '#f4f4f7' 11 red = '#104390' 12 green = '#123ea6' 13 yellow = '#e26e19' 14 blue = '#1351ac' 15 magenta = '#1761cf' 16 cyan = '#387de8' 17 white = '#080B11' 18 19 [colors.bright] 20 black = '#6d7079' 21 red = '#104390' 22 green = '#123ea6' 23 yellow = '#e26e19' 24 blue = '#1351ac' 25 magenta = '#1761cf' 26 cyan = '#387de8' 27 white = '#080B11'