add theme files and screenshots

This commit is contained in:
robocopAlpha 2020-07-31 18:16:08 +03:00
parent 4eec771d68
commit 1a4ef8b6ed
25 changed files with 365 additions and 0 deletions

24
themes/terminalBasic.yml Normal file
View file

@ -0,0 +1,24 @@
# Colors (Terminal.app Basic)
colors:
primary:
background: '#FFFFFF'
foreground: '#000000'
normal:
black: '#000000'
red: '#990000'
green: '#00A600'
yellow: '#e1b600'
blue: '#0000B2'
magenta: '#B200B2'
cyan: '#00A6B2'
white: '#BFBFBF'
bright:
black: '#666666'
red: '#E50000'
green: '#00D900'
yellow: '#e1b600'
blue: '#0000FF'
magenta: '#E500E5'
cyan: '#00E5E5'
white: '#E5E5E5'