Fix Zenburn name typo

This commit is contained in:
方而静 2023-05-27 11:41:57 +08:00 committed by GitHub
parent 0fb8868d63
commit e4464d5ed8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 31 additions and 31 deletions

View file

@ -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

View file

Before

Width:  |  Height:  |  Size: 109 KiB

After

Width:  |  Height:  |  Size: 109 KiB

View file

@ -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'