1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-23 05:12:40 +03:00

Re-sync color schemes

This commit is contained in:
Wez Furlong 2020-07-18 09:27:30 -07:00
parent bffcf9dbaf
commit d23156403d
4 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# Adventure
[colors]
foreground = "#feffff"
background = "#040404"
cursor_bg = "#feffff"
cursor_fg = "#000000"
selection_bg = "#606060"
selection_fg = "#ffffff"
ansi = ["#040404","#d84a33","#5da602","#eebb6e","#417ab3","#e5c499","#bdcfe5","#dbded8"]
brights = ["#685656","#d76b42","#99b52c","#ffb670","#97d7ef","#aa7900","#bdcfe5","#e4d5c7"]

View File

@ -0,0 +1,11 @@
# Tinacious Design (Dark)
[colors]
foreground = "#cbcbf0"
background = "#1d1d26"
cursor_bg = "#cbcbf0"
cursor_fg = "#ffffff"
selection_bg = "#ff3399"
selection_fg = "#ffffff"
ansi = ["#1d1d26","#ff3399","#00d364","#ffcc66","#00cbff","#cc66ff","#00ceca","#cbcbf0"]
brights = ["#636667","#ff2f92","#00d364","#ffd479","#00cbff","#d783ff","#00d5d4","#d5d6f3"]

View File

@ -0,0 +1,11 @@
# Tinacious Design (Light)
[colors]
foreground = "#1d1d26"
background = "#f8f8ff"
cursor_bg = "#cbcbf0"
cursor_fg = "#ffffff"
selection_bg = "#ff3399"
selection_fg = "#ffffff"
ansi = ["#1d1d26","#ff3399","#00d364","#ffcc66","#00cbff","#cc66ff","#00ceca","#cbcbf0"]
brights = ["#636667","#ff2f92","#00d364","#ffd479","#00cbff","#d783ff","#00d5d4","#d5d6f3"]

View File

@ -29,6 +29,12 @@ brief notes about them may accumulate here.
to negotiate a robust context. This is useful on systems with dual
high/low power GPU hardware where the OpenGL versions for the two GPUs
are different!
* Color Schemes: synced with [](https://github.com/mbadolato/iTerm2-Color-Schemes/commit/ea2c84115d8cff97b5255a7344090902ae669245)
which includes new schemes: `Adventure`, `Banana Blueberry`, `Blue Matrix`,
`BlueBerryPie`, `Cyberdyne`, `Django`, `DjangoRebornAgain`, `DjangoSmooth`,
`DoomOne`, `Konsolas`, `Laser`, `Mirage`, `Rouge 2`, `Sakura`, `Scarlet
Protocol`, `synthwave-everything`, `Tinacious Design (Dark)`, `Tinacious
Design (Light)`.
### 20200620-160318-e00b076c