File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 1515@import " themes/_solarized-dark" ;
1616@import " themes/_solarized-light" ;
1717@import " themes/_tango" ;
18+ @import " themes/_gruvbox-dark" ;
Original file line number Diff line number Diff line change 1+ /*
2+ Based on gruvbox: https://github.com/morhetz/gruvbox
3+ */
4+ .asciinema-player-theme-gruvbox-dark {
5+ --term-color-foreground : #fbf1c7 ;
6+ --term-color-background : #282828 ;
7+ --term-color-0 : #282828 ;
8+ --term-color-1 : #cc241d ;
9+ --term-color-2 : #98971a ;
10+ --term-color-3 : #d79921 ;
11+ --term-color-4 : #458588 ;
12+ --term-color-5 : #b16286 ;
13+ --term-color-6 : #689d6a ;
14+ --term-color-7 : #a89984 ;
15+ --term-color-8 : #7c6f65 ;
16+ --term-color-9 : #fb4934 ;
17+ --term-color-10 : #b8bb26 ;
18+ --term-color-11 : #fabd2f ;
19+ --term-color-12 : #83a598 ;
20+ --term-color-13 : #d3869b ;
21+ --term-color-14 : #8ec07c ;
22+ --term-color-15 : #fbf1c7 ;
23+ }
You can’t perform that action at this time.
0 commit comments