Switch to dracula theme in alacritty and nvim

This commit is contained in:
David Holland 2020-03-21 18:17:43 +01:00
parent 66def816f4
commit ffb0c509e4
Signed by: DustVoice
GPG Key ID: 47068995A14EDCA9
2 changed files with 61 additions and 70 deletions

View File

@ -182,83 +182,74 @@ font:
# If `true`, bold text is drawn using the bright color variants. # If `true`, bold text is drawn using the bright color variants.
draw_bold_text_with_bright_colors: true draw_bold_text_with_bright_colors: true
# Colors (Tomorrow Night Bright) # Colors (Dracula)
colors: colors:
# Default colors # Default colors
#primary: primary:
# background: '0x333333' background: '0x282a36'
# foreground: '0xeaeaea' foreground: '0xf8f8f2'
# Bright and dim foreground colors # Bright and dim foreground colors
#
# The dimmed foreground color is calculated automatically if it is not present.
# If the bright foreground color is not set, or `draw_bold_text_with_bright_colors`
# is `false`, the normal foreground color will be used.
# dim_foreground: '0x9a9a9a'
# bright_foreground: '0xffffff'
# Cursor colors
# #
# Colors which should be used to draw the terminal cursor. If these are unset, # The dimmed foreground color is calculated automatically if it is not present.
# the cursor color will be the inverse of the cell color. # If the bright foreground color is not set, or `draw_bold_text_with_bright_colors`
cursor: # is `false`, the normal foreground color will be used.
text: '0x000000' #dim_foreground: '0x9a9a9a'
cursor: '0xffffff' #bright_foreground: '0xffffff'
# Selection colors # Cursor colors
# #
# Colors which should be used to draw the selection area. If selection # Colors which should be used to draw the terminal cursor. If these are unset,
# background is unset, selection color will be the inverse of the cell colors. # the cursor color will be the inverse of the cell color.
# If only text is unset the cell text color will remain the same. cursor:
#selection: text: '0x44475a'
# text: '0xeaeaea' cursor: '0xf8f8f2'
# background: '0x404040'
# Normal colors # Normal colors
#normal: normal:
# black: '0x000000' black: '0x000000'
# red: '0xd54e53' red: '0xff5555'
# green: '0xb9ca4a' green: '0x50fa7b'
# yellow: '0xe6c547' yellow: '0xf1fa8c'
# blue: '0x7aa6da' blue: '0xbd93f9'
# magenta: '0xc397d8' magenta: '0xff79c6'
# cyan: '0x70c0ba' cyan: '0x8be9fd'
# white: '0xeaeaea' white: '0xbfbfbf'
# Bright colors # Bright colors
#bright: bright:
# black: '0x666666' black: '0x4d4d4d'
# red: '0xff3334' red: '0xff6e67'
# green: '0x9ec400' green: '0x5af78e'
# yellow: '0xe7c547' yellow: '0xf4f99d'
# blue: '0x7aa6da' blue: '0xcaa9fa'
# magenta: '0xb77ee0' magenta: '0xff92d0'
# cyan: '0x54ced6' cyan: '0x9aedfe'
# white: '0xffffff' white: '0xe6e6e6'
# Dim colors # Dim colors
# #
# If the dim colors are not set, they will be calculated automatically based # If the dim colors are not set, they will be calculated automatically based
# on the `normal` colors. # on the `normal` colors.
#dim: dim:
# black: '0x000000' black: '0x14151b'
# red: '0x8c3336' red: '0xff2222'
# green: '0x7a8530' green: '0x1ef956'
# yellow: '0x97822e' yellow: '0xebf85b'
# blue: '0x506d8f' blue: '0x4d5b86'
# magenta: '0x80638e' magenta: '0xff46b0'
# cyan: '0x497e7a' cyan: '0x59dffc'
# white: '0x9a9a9a' white: '0xe6e6d1'
# Indexed Colors # Indexed Colors
# #
# The indexed colors include all colors from 16 to 256. # The indexed colors include all colors from 16 to 256.
# When these are not set, they're filled with sensible defaults. # When these are not set, they're filled with sensible defaults.
# #
# Example: # Example:
# `- { index: 16, color: '0xff00ff' }` # `- { index: 16, color: '0xff00ff' }`
# #
#indexed_colors: [] indexed_colors: []
# Visual Bell # Visual Bell
# #

@ -1 +1 @@
Subproject commit a15365a4fe911d3daa9d1e07783f08a3b8abef76 Subproject commit 469392ca96d6f5a5e640fa0f49bfd0f6e53e82a9