Add Dracula+ theme

This commit is contained in:
Dhaval Kumar 2024-03-24 23:25:54 +05:30 committed by GitHub
parent a587cf8b48
commit c2369cd1ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 30 additions and 29 deletions

View file

@ -63,11 +63,11 @@ configuration file.
| **_citylights_**<br>[source](https://citylights.xyz/) | ![citylights](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) |
| **_dark_pastels_**<br>[source](https://invent.kde.org/utilities/konsole/-/blob/master/data/color-schemes/DarkPastels.colorscheme) | ![dark_pastels](images/dark_pastels.png) |
| **_deep_space_** | ![depp_space](images/deep_space.png) |
| **_doom_one_**<br>[source](https://github.com/hlissner/emacs-doom-themes) | ![doom_one](images/doom_one.png) |
| **_dracula_**<br>[source](https://draculatheme.com) | ![dracula](images/dracula.png) |
| **_dracula_plus_**<br>[source](https://draculatheme.com) | ![dracula_plus](images/dracula_plus.png) |
| **_everforest_dark_**<br>[source](https://github.com/sainnhe/everforest) | ![everforest_dark](images/everforest_dark.png) |
| **_everforest_light_**<br>[source](https://github.com/sainnhe/everforest) | ![everforest_light](images/everforest_light.png) |
| **_falcon_**<br>[source](https://github.com/fenetikm/falcon) | ![falcon](images/falcon.png) |

Binary file not shown.

Before

Width:  |  Height:  |  Size: 113 KiB

BIN
images/dracula_plus.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

View file

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