Add Enfocado theme

This commit is contained in:
codex0x09 2024-04-24 05:18:53 +02:00 committed by GitHub
parent 5f906a45b8
commit 091a94e4f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 60 additions and 0 deletions

View file

@ -68,6 +68,8 @@ configuration file.
| **_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) |
| **_enfocado_dark_**<br>[source](https://github.com/wuelnerdotexe/vim-enfocado.git) |![enfocado_dark](images/enfocado_dark.png) |
| **_enfocado_light_**<br>[source](https://github.com/wuelnerdotexe/vim-enfocado.git) |![enfocado_light](images/enfocado_light.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) |

BIN
images/enfocado_dark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

BIN
images/enfocado_light.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

29
themes/enfocado_dark.toml Normal file
View file

@ -0,0 +1,29 @@
# Theme: enfocado_dark
# Source: https://github.com/wuelnerdotexe/vim-enfocado
# Default colors
[colors.primary]
background = '#181818'
foreground = '#b9b9b9'
# Normal colors
[colors.normal]
black = '#3b3b3b'
red = '#ed4a46'
green = '#70b433'
yellow = '#dbb32d'
blue = '#368aeb'
magenta = '#eb6eb7'
cyan = '#3fc5b7'
white = '#b9b9b9'
# Bright colors
[colors.bright]
black = '#777777'
red = '#ff5e56'
green = '#83c746'
yellow = '#efc541'
blue = '#4f9cfe'
magenta = '#ff81ca'
cyan = '#56d8c9'
white = '#dedede'

View file

@ -0,0 +1,29 @@
# Theme: enfocado_light
# Source: https://github.com/wuelnerdotexe/vim-enfocado
# Default colors
[colors.primary]
background = '#ffffff'
foreground = '#474747'
# Normal colors
[colors.normal]
black = '#282828'
red = '#d6000c'
green = '#1d9700'
yellow = '#c49700'
blue = '#0064e4'
magenta = '#dd0f9d'
cyan = '#00ad9c'
white = '#cdcdcd'
# Bright colors
[colors.bright]
black = '#878787'
red = '#df0000'
green = '#008400'
yellow = '#af8500'
blue = '#0054cf'
magenta = '#c7008b'
cyan = '#009a8a'
white = '#ebebeb'