feat: add terminal theme support (#17)

Co-authored-by: Thomas Croft <thomas.croft@proton.me>
This commit is contained in:
Thomas Croft
2022-07-26 22:31:04 -06:00
committed by GitHub
parent e505c2bf88
commit b8edc0d7b2
5 changed files with 386 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# tokyodark
[colors]
foreground = "#a0a8cd"
background = "#11121d"
cursor_bg = "#a0a8cd"
cursor_border = "#a0a8cd"
cursor_fg = "#11121d"
selection_bg = "#11121d"
selection_fg = "#a0a8cd"
ansi = ["#06080a","#ee6d85","#95c561","#d7a65f","#7199ee","#a485dd","#38a89d","#a0a8cd"]
brights = ["#212234","#ee6d85","#95c561","#d7a65f","#7199ee","#a485dd","#38a89d","#a0a8cd"]