Merge branch 'master' into master

This commit is contained in:
indrajit 2022-12-21 19:52:03 +06:00 committed by GitHub
commit 6a7e1c2ff8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 112 additions and 0 deletions

View file

@ -46,6 +46,7 @@ There are multiple ways -
| **_breeze_**<br>[source](https://github.com/KDE/breeze) | ![breeze](images/breeze.png) |
| **_campbell_**<br>[source](https://blogs.msdn.microsoft.com/commandline/2017/08/02/updating-the-windows-console-colors) | ![campbell](images/campbell.png) |
| **_challenger_deep_**<br>[source](https://github.com/challenger-deep-theme/alacritty) | ![challenger_deep](images/challenger_deep.png) |
| **_city_lights_**<br>[source](https://citylights.xyz/) | ![city_lights](images/citylights.png) |
| **_Cobalt2_**<br>[source](https://github.com/wesbos/cobalt2/tree/master/Cobalt2) | ![Cobalt2](images/Cobalt2.png) |
| **_cyber_punk_neon_**<br>[source](https://github.com/Roboron3042/Cyberpunk-Neon) | ![cyber_punk_neon](images/cyber_punk_neon.png) |
| **_darcula_**<br>[source](https://draculatheme.com) | ![darcula](images/darcula.png) |
@ -96,6 +97,7 @@ There are multiple ways -
| **_tomorrow_night_bright_**<br>[source](https://github.com/ChrisKempson/Tomorrow-Theme) | ![tomorrow_night_bright](images/tomorrow_night_bright.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) |
## Contributing

BIN
images/citylights.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

BIN
images/zenburm.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

View file

@ -244,6 +244,31 @@ schemes:
cyan: '0xaaffe4'
white: '0xcbe3e7'
citylights: &citylights
primary:
background: '0x171d23'
foreground: '0xffffff'
cursor:
text: '0xfafafa'
cursor: '0x008b94'
normal:
black: '0x333f4a'
red: '0xd95468'
green: '0x8bd49c'
blue: '0x539afc'
magenta: '0xb62d65'
cyan: '0x70e1e8'
white: '0xb7c5d3'
bright:
black: '0x41505e'
red: '0xd95468'
green: '0x8bd49c'
yellow: '0xebbf83'
blue: '0x5ec4ff'
magenta: '0xe27e8d'
cyan: '0x70e1e8'
white: '0xffffff'
Cobalt2: &Cobalt2
primary:
background: '0x122637'
@ -1498,4 +1523,28 @@ schemes:
cyan: "0xebbcba"
white: "0xe0def4"
zenburn: &zenburn
primary:
background: '0x3A3A3A'
foreground: '0xDCDCCC'
normal:
black: '0x1E2320'
red: '0xD78787'
green: '0x60B48A'
yellow: '0xDFAF8F'
blue: '0x506070'
magenta: '0xDC8CC3'
cyan: '0x8CD0D3'
white: '0xDCDCCC'
bright:
black: '0x709080'
red: '0xDCA3A3'
green: '0xC3BF9F'
yellow: '0xF0DFAF'
blue: '0x94BFF3'
magenta: '0xEC93D3'
cyan: '0x93E0E3'
white: '0xFFFFFF'
colors: *challenger_deep

31
themes/citylights.yaml Normal file
View file

@ -0,0 +1,31 @@
colors:
# Default colors
primary:
background: '0x171d23'
foreground: '0xffffff'
# Cursor colors
cursor:
text: '0xfafafa'
cursor: '0x008b94'
# Normal colors
normal:
black: '0x333f4a'
red: '0xd95468'
green: '0x8bd49c'
blue: '0x539afc'
magenta: '0xb62d65'
cyan: '0x70e1e8'
white: '0xb7c5d3'
# Bright colors
bright:
black: '0x41505e'
red: '0xd95468'
green: '0x8bd49c'
yellow: '0xebbf83'
blue: '0x5ec4ff'
magenta: '0xe27e8d'
cyan: '0x70e1e8'
white: '0xffffff'

30
themes/zenburm.yaml Normal file
View file

@ -0,0 +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'