mirror of
https://github.com/alacritty/alacritty-theme
synced 2024-11-16 19:51:03 +01:00
Fix Zenburn name typo
This commit is contained in:
parent
0fb8868d63
commit
e4464d5ed8
3 changed files with 31 additions and 31 deletions
|
@ -119,7 +119,7 @@ configuration file.
|
|||
| **_ubuntu_**<br>[source](https://design.ubuntu.com/brand/colour-palette/) | ![ubuntu](images/ubuntu.png) |
|
||||
| **_wombat_**<br>[source](https://github.com/djoyner/iTerm2-wombat) | ![wombat](images/wombat.png) |
|
||||
| **_xterm_** | ![xterm](images/xterm.png) |
|
||||
| **_zenburm_**<br>[source](https://github.com/jnurmine/Zenburn) | ![zenburm](images/zenburm.png) |
|
||||
| **_zenburn_**<br>[source](https://github.com/jnurmine/Zenburn) | ![zenburn](images/zenburn.png) |
|
||||
|
||||
## Contributing
|
||||
|
||||
|
|
Before Width: | Height: | Size: 109 KiB After Width: | Height: | Size: 109 KiB |
|
@ -1,30 +1,30 @@
|
|||
|
||||
# Colors (Zenburn)
|
||||
# Orginally designed by jnurmine for vim.
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x3A3A3A'
|
||||
foreground: '0xDCDCCC'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x1E2320'
|
||||
red: '0xD78787'
|
||||
green: '0x60B48A'
|
||||
yellow: '0xDFAF8F'
|
||||
blue: '0x506070'
|
||||
magenta: '0xDC8CC3'
|
||||
cyan: '0x8CD0D3'
|
||||
white: '0xDCDCCC'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x709080'
|
||||
red: '0xDCA3A3'
|
||||
green: '0xC3BF9F'
|
||||
yellow: '0xF0DFAF'
|
||||
blue: '0x94BFF3'
|
||||
magenta: '0xEC93D3'
|
||||
cyan: '0x93E0E3'
|
||||
white: '0xFFFFFF'
|
||||
|
||||
# Colors (Zenburn)
|
||||
# Orginally designed by jnurmine for vim.
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x3A3A3A'
|
||||
foreground: '0xDCDCCC'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x1E2320'
|
||||
red: '0xD78787'
|
||||
green: '0x60B48A'
|
||||
yellow: '0xDFAF8F'
|
||||
blue: '0x506070'
|
||||
magenta: '0xDC8CC3'
|
||||
cyan: '0x8CD0D3'
|
||||
white: '0xDCDCCC'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x709080'
|
||||
red: '0xDCA3A3'
|
||||
green: '0xC3BF9F'
|
||||
yellow: '0xF0DFAF'
|
||||
blue: '0x94BFF3'
|
||||
magenta: '0xEC93D3'
|
||||
cyan: '0x93E0E3'
|
||||
white: '0xFFFFFF'
|
Loading…
Reference in a new issue