mirror of
https://github.com/alacritty/alacritty-theme.git
synced 2026-09-10 07:36:40 -04:00
Add Dracula+ theme
This commit is contained in:
parent
a587cf8b48
commit
c2369cd1ec
|
|
@ -63,11 +63,11 @@ configuration file.
|
|||
| **_citylights_**<br>[source](https://citylights.xyz/) |  |
|
||||
| **_Cobalt2_**<br>[source](https://github.com/wesbos/cobalt2/tree/master/Cobalt2) |  |
|
||||
| **_cyber_punk_neon_**<br>[source](https://github.com/Roboron3042/Cyberpunk-Neon) |  |
|
||||
| **_darcula_**<br>[source](https://draculatheme.com) |  |
|
||||
| **_dark_pastels_**<br>[source](https://invent.kde.org/utilities/konsole/-/blob/master/data/color-schemes/DarkPastels.colorscheme) |  |
|
||||
| **_deep_space_** |  |
|
||||
| **_doom_one_**<br>[source](https://github.com/hlissner/emacs-doom-themes) |  |
|
||||
| **_dracula_**<br>[source](https://draculatheme.com) |  |
|
||||
| **_dracula_plus_**<br>[source](https://draculatheme.com) |  |
|
||||
| **_everforest_dark_**<br>[source](https://github.com/sainnhe/everforest) |  |
|
||||
| **_everforest_light_**<br>[source](https://github.com/sainnhe/everforest) |  |
|
||||
| **_falcon_**<br>[source](https://github.com/fenetikm/falcon) |  |
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 113 KiB |
BIN
images/dracula_plus.png
Normal file
BIN
images/dracula_plus.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 77 KiB |
|
|
@ -1,28 +0,0 @@
|
|||
# Colors (Darcula)
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#282a36'
|
||||
foreground = '#f8f8f2'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#000000'
|
||||
red = '#ff5555'
|
||||
green = '#50fa7b'
|
||||
yellow = '#f1fa8c'
|
||||
blue = '#caa9fa'
|
||||
magenta = '#ff79c6'
|
||||
cyan = '#8be9fd'
|
||||
white = '#bfbfbf'
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = '#282a35'
|
||||
red = '#ff6e67'
|
||||
green = '#5af78e'
|
||||
yellow = '#f4f99d'
|
||||
blue = '#caa9fa'
|
||||
magenta = '#ff92d0'
|
||||
cyan = '#9aedfe'
|
||||
white = '#e6e6e6'
|
||||
29
themes/dracula_plus.toml
Normal file
29
themes/dracula_plus.toml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# Colors (Dracula+)
|
||||
|
||||
[colors.primary]
|
||||
background = '#212121'
|
||||
foreground = '#F8F8F2'
|
||||
|
||||
[colors.cursor]
|
||||
text = '#0E1415'
|
||||
cursor = '#ECEFF4'
|
||||
|
||||
[colors.normal]
|
||||
black = '#21222C'
|
||||
red = '#FF5555'
|
||||
green = '#50FA7B'
|
||||
yellow = '#FFCB6B'
|
||||
blue = '#82AAFF'
|
||||
magenta = '#C792EA'
|
||||
cyan = '#8BE9FD'
|
||||
white = '#F8F9F2'
|
||||
|
||||
[colors.bright]
|
||||
black = '#545454'
|
||||
red = '#FF6E6E'
|
||||
green = '#69FF94'
|
||||
yellow = '#FFCB6B'
|
||||
blue = '#D6ACFF'
|
||||
magenta = '#FF92DF'
|
||||
cyan = '#A4FFFF'
|
||||
white = '#F8F8F2'
|
||||
Loading…
Reference in a new issue