diff options
Diffstat (limited to 'dots/alacritty/.config/alacritty/alacritty-theme/themes/enfocado_light.toml')
| -rw-r--r-- | dots/alacritty/.config/alacritty/alacritty-theme/themes/enfocado_light.toml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dots/alacritty/.config/alacritty/alacritty-theme/themes/enfocado_light.toml b/dots/alacritty/.config/alacritty/alacritty-theme/themes/enfocado_light.toml new file mode 100644 index 0000000..5c27f56 --- /dev/null +++ b/dots/alacritty/.config/alacritty/alacritty-theme/themes/enfocado_light.toml @@ -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' |
