mirror of
https://github.com/alacritty/alacritty-theme
synced 2024-11-16 19:51:03 +01:00
add ubuntu theme and demo screenshot
This commit is contained in:
parent
b7bde1e905
commit
5093434397
4 changed files with 61 additions and 0 deletions
|
@ -94,6 +94,7 @@ There are multiple ways -
|
||||||
| **_tokyo-night-storm_**<br>[source](https://github.com/zatchheems/tokyo-night-alacritty-theme) | ![tokyo-night-storm](images/tokyo-night-storm.png) |
|
| **_tokyo-night-storm_**<br>[source](https://github.com/zatchheems/tokyo-night-alacritty-theme) | ![tokyo-night-storm](images/tokyo-night-storm.png) |
|
||||||
| **_tomorrow_night_**<br>[source](https://github.com/ChrisKempson/Tomorrow-Theme) | ![tomorrow_night](images/tomorrow_night.png) |
|
| **_tomorrow_night_**<br>[source](https://github.com/ChrisKempson/Tomorrow-Theme) | ![tomorrow_night](images/tomorrow_night.png) |
|
||||||
| **_tomorrow_night_bright_**<br>[source](https://github.com/ChrisKempson/Tomorrow-Theme) | ![tomorrow_night_bright](images/tomorrow_night_bright.png) |
|
| **_tomorrow_night_bright_**<br>[source](https://github.com/ChrisKempson/Tomorrow-Theme) | ![tomorrow_night_bright](images/tomorrow_night_bright.png) |
|
||||||
|
| **_ubuntu_** | ![ubuntu](images/ubuntu.png) |
|
||||||
| **_wombat_**<br>[source](https://github.com/djoyner/iTerm2-wombat) | ![wombat](images/wombat.png) |
|
| **_wombat_**<br>[source](https://github.com/djoyner/iTerm2-wombat) | ![wombat](images/wombat.png) |
|
||||||
| **_xterm_** | ![xterm](images/xterm.png) |
|
| **_xterm_** | ![xterm](images/xterm.png) |
|
||||||
|
|
||||||
|
|
BIN
images/ubuntu.png
Normal file
BIN
images/ubuntu.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
26
schemes.yaml
26
schemes.yaml
|
@ -1429,6 +1429,32 @@ schemes:
|
||||||
cyan: '0x54ced6'
|
cyan: '0x54ced6'
|
||||||
white: '0x2a2a2a'
|
white: '0x2a2a2a'
|
||||||
|
|
||||||
|
ubuntu: &ubuntu
|
||||||
|
primary:
|
||||||
|
background: '0x300a24'
|
||||||
|
foreground: '0xeeeeec'
|
||||||
|
cursor:
|
||||||
|
text: '0xbbbbbb'
|
||||||
|
cursor: '0xb4d5ff'
|
||||||
|
normal:
|
||||||
|
black: '0x2e3436'
|
||||||
|
red: '0xcc0000'
|
||||||
|
green: '0x4e9a06'
|
||||||
|
yellow: '0xc4a000'
|
||||||
|
blue: '0x3465a4'
|
||||||
|
magenta: '0x75507b'
|
||||||
|
cyan: '0x06989a'
|
||||||
|
white: '0xd3d7cf'
|
||||||
|
bright:
|
||||||
|
black: '0x555753'
|
||||||
|
red: '0xef2929'
|
||||||
|
green: '0x8ae234'
|
||||||
|
yellow: '0xfce94f'
|
||||||
|
blue: '0x729fcf'
|
||||||
|
magenta: '0xad7fa8'
|
||||||
|
cyan: '0x34e2e2'
|
||||||
|
white: '0xeeeeec'
|
||||||
|
|
||||||
wombat: &wombat
|
wombat: &wombat
|
||||||
primary:
|
primary:
|
||||||
background: '0x1f1f1f'
|
background: '0x1f1f1f'
|
||||||
|
|
34
themes/ubuntu.yaml
Normal file
34
themes/ubuntu.yaml
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
# 0x From the famous Cobalt2 sublime theme
|
||||||
|
# 0x Source : https://github.com/wesbos/cobalt2/tree/master/Cobalt2
|
||||||
|
colors:
|
||||||
|
# 0x Default colors
|
||||||
|
primary:
|
||||||
|
background: '0x300a24'
|
||||||
|
foreground: '0xeeeeec'
|
||||||
|
|
||||||
|
# 0x Colors the cursor will use if `custom_cursor_colors` is true
|
||||||
|
cursor:
|
||||||
|
text: '0xbbbbbb'
|
||||||
|
cursor: '0xb4d5ff'
|
||||||
|
|
||||||
|
# 0x Normal colors
|
||||||
|
normal:
|
||||||
|
black: '0x2e3436'
|
||||||
|
red: '0xcc0000'
|
||||||
|
green: '0x4e9a06'
|
||||||
|
yellow: '0xc4a000'
|
||||||
|
blue: '0x3465a4'
|
||||||
|
magenta: '0x75507b'
|
||||||
|
cyan: '0x06989a'
|
||||||
|
white: '0xd3d7cf'
|
||||||
|
|
||||||
|
# 0x Bright colors
|
||||||
|
bright:
|
||||||
|
black: '0x555753'
|
||||||
|
red: '0xef2929'
|
||||||
|
green: '0x8ae234'
|
||||||
|
yellow: '0xfce94f'
|
||||||
|
blue: '0x729fcf'
|
||||||
|
magenta: '0xad7fa8'
|
||||||
|
cyan: '0x34e2e2'
|
||||||
|
white: '0xeeeeec'
|
Loading…
Reference in a new issue