mirror of
https://github.com/alacritty/alacritty-theme.git
synced 2026-09-10 07:36:40 -04:00
Add bluish theme
This commit is contained in:
parent
024c5c0dfb
commit
82c4a6af24
|
|
@ -42,6 +42,7 @@ configuration file.
|
|||
| **_ayu_light_**<br>[source](https://github.com/ayu-theme/ayu-colors) |  |
|
||||
| **_base16_default_dark_**<br>[source](https://github.com/chriskempson/base16) |  |
|
||||
| **_blood_moon_**<br>[source](https://github.com/dguo/blood-moon) |  |
|
||||
| **_bluish_** |  |
|
||||
| **_breeze_**<br>[source](https://github.com/KDE/breeze) |  |
|
||||
| **_campbell_**<br>[source](https://blogs.msdn.microsoft.com/commandline/2017/08/02/updating-the-windows-console-colors) |  |
|
||||
| **_challenger_deep_**<br>[source](https://github.com/challenger-deep-theme/alacritty) |  |
|
||||
|
|
@ -69,7 +70,7 @@ configuration file.
|
|||
| **_low_contrast_** |  |
|
||||
| **_material_theme_**<br>[source](https://github.com/equinusocio/material-theme) |  |
|
||||
| **_material_theme_mod_** |  |
|
||||
| **_monokai_charcoal_**<br>[source](https://github.com/dodeca12/Monokai-Charcoal-Theme-for-Alacritty/blob/main/monokai_charcoal_white.yaml) |  |
|
||||
| **_monokai_charcoal_**<br>[source](https://github.com/dodeca12/Monokai-Charcoal-Theme-for-Alacritty/blob/main/monokai_charcoal_white.yaml) |  |
|
||||
| **_monokai_pro_**<br>[source](https://gist.github.com/AlphaTechnolog/d1d5f6557f77f71519cb5713268da7dd) |  |
|
||||
| **_moonlight_ii_vscode_**<br>[source](https://github.com/atomiks/moonlight-vscode-theme) |  |
|
||||
| **_night_owlish_light_** |  |
|
||||
|
|
@ -99,7 +100,7 @@ configuration file.
|
|||
| **_tokyo-night-storm_**<br>[source](https://github.com/zatchheems/tokyo-night-alacritty-theme) |  |
|
||||
| **_tomorrow_night_**<br>[source](https://github.com/ChrisKempson/Tomorrow-Theme) |  |
|
||||
| **_tomorrow_night_bright_**<br>[source](https://github.com/ChrisKempson/Tomorrow-Theme) |  |
|
||||
| **_ubuntu_**<br>[source](https://design.ubuntu.com/brand/colour-palette/) |  |
|
||||
| **_ubuntu_**<br>[source](https://design.ubuntu.com/brand/colour-palette/) |  |
|
||||
| **_wombat_**<br>[source](https://github.com/djoyner/iTerm2-wombat) |  |
|
||||
| **_xterm_** |  |
|
||||
| **_zenburm_**<br>[source](https://github.com/jnurmine/Zenburn) |  |
|
||||
|
|
|
|||
BIN
images/bluish.png
Normal file
BIN
images/bluish.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 109 KiB |
23
schemes.yaml
23
schemes.yaml
|
|
@ -182,6 +182,29 @@ schemes:
|
|||
cyan: '0x00CCCC'
|
||||
white: '0xFFFAFA'
|
||||
|
||||
bluish: &bluish
|
||||
primary:
|
||||
background: '0x2c3640'
|
||||
foreground: '0x297dd3'
|
||||
normal:
|
||||
black: '0x0b0b0c'
|
||||
red: '0x377fc4'
|
||||
green: '0x2691e7'
|
||||
yellow: '0x2090c1'
|
||||
blue: '0x2c5e87'
|
||||
magenta: '0x436280'
|
||||
cyan: '0x547aa2'
|
||||
white: '0x536679'
|
||||
bright:
|
||||
black: '0x23272c'
|
||||
red: '0x66a5cc'
|
||||
green: '0x59b0f2'
|
||||
yellow: '0x4bb0d3'
|
||||
blue: '0x487092'
|
||||
magenta: '0x50829e'
|
||||
cyan: '0x658795'
|
||||
white: '0x4d676b'
|
||||
|
||||
breeze: &breeze
|
||||
primary:
|
||||
background: '0x232627'
|
||||
|
|
|
|||
27
themes/bluish.yaml
Normal file
27
themes/bluish.yaml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x2c3640'
|
||||
foreground: '0x297dd3'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x0b0b0c'
|
||||
red: '0x377fc4'
|
||||
green: '0x2691e7'
|
||||
yellow: '0x2090c1'
|
||||
blue: '0x2c5e87'
|
||||
magenta: '0x436280'
|
||||
cyan: '0x547aa2'
|
||||
white: '0x536679'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x23272c'
|
||||
red: '0x66a5cc'
|
||||
green: '0x59b0f2'
|
||||
yellow: '0x4bb0d3'
|
||||
blue: '0x487092'
|
||||
magenta: '0x50829e'
|
||||
cyan: '0x658795'
|
||||
white: '0x4d676b'
|
||||
Loading…
Reference in a new issue