New colorscheme for alacritty

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2020-01-08 20:37:32 +02:00
parent b6bda6809d
commit 1a57039d91
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -7,11 +7,14 @@ window:
y: 20 y: 20
dynamic_padding: false dynamic_padding: false
decorations: full decorations: full
scrolling: scrolling:
history: 10000 history: 10000
multiplier: 3 multiplier: 3
auto_scroll: false auto_scroll: false
tabspaces: 8 tabspaces: 8
font: font:
normal: normal:
family: Hack Nerd Font Mono family: Hack Nerd Font Mono
@ -23,52 +26,77 @@ font:
x: 0 x: 0
y: 0 y: 0
use_thin_strokes: true use_thin_strokes: true
draw_bold_text_with_bright_colors: true
# Base16 Horizon Dark - alacritty color config
# Michaël Ball (http://github.com/michael-ball/)
colors: colors:
# Default colors
primary: primary:
background: '#282828' background: '0x1c1e26'
foreground: '#ebdbb2' foreground: '0xcbced0'
# Colors the cursor will use if `custom_cursor_colors` is true
cursor:
text: '0x1c1e26'
cursor: '0xcbced0'
# Normal colors
normal: normal:
black: '#282828' black: '0x1c1e26'
red: '#cc241d' red: '0xe93c58'
green: '#98971a' green: '0xefaf8e'
yellow: '#d79921' yellow: '0xefb993'
blue: '#458588' blue: '0xdf5273'
magenta: '#b16286' magenta: '0xb072d1'
cyan: '#689d6a' cyan: '0x24a8b4'
white: '#a89984' white: '0xcbced0'
# Bright colors
bright: bright:
black: '#928374' black: '0x6f6f70'
red: '#fb4934' red: '0xe58d7d'
green: '#b8bb26' green: '0x232530'
yellow: '#fabd2f' yellow: '0x2e303e'
blue: '#83a598' blue: '0x9da0a2'
magenta: '#d3869b' magenta: '0xdcdfe4'
cyan: '#8ec07c' cyan: '0xe4a382'
white: '#ebdbb2' white: '0xe3e6ee'
draw_bold_text_with_bright_colors: false
visual_bell: visual_bell:
animation: EaseOutExpo animation: EaseOutExpo
duration: 0 duration: 0
color: '#ffffff' color: '#ffffff'
background_opacity: 1.0 background_opacity: 1.0
mouse_bindings: mouse_bindings:
- { mouse: Middle, action: PasteSelection } - { mouse: Middle, action: PasteSelection }
mouse: mouse:
double_click: { threshold: 300 } double_click: { threshold: 300 }
triple_click: { threshold: 300 } triple_click: { threshold: 300 }
hide_when_typing: false hide_when_typing: false
url: url:
modifiers: None modifiers: None
selection: selection:
semantic_escape_chars: ',│`|:"'' ()[]{}<>' semantic_escape_chars: ',│`|:"'' ()[]{}<>'
save_to_clipboard: false save_to_clipboard: false
dynamic_title: true dynamic_title: true
cursor: cursor:
style: Block style: Block
unfocused_hollow: true unfocused_hollow: true
live_config_reload: true live_config_reload: true
enable_experimental_conpty_backend: true enable_experimental_conpty_backend: true
alt_send_esc: true alt_send_esc: true
key_bindings: key_bindings:
- { key: Paste, action: Paste } - { key: Paste, action: Paste }
- { key: Copy, action: Copy } - { key: Copy, action: Copy }