mirror of
https://github.com/dchakro/alacritty_colors.git
synced 2026-05-20 10:29:07 -07:00
add theme files and screenshots
This commit is contained in:
parent
4eec771d68
commit
1a4ef8b6ed
25 changed files with 365 additions and 0 deletions
24
themes/terminalBasic.yml
Normal file
24
themes/terminalBasic.yml
Normal 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'
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue