Browse Source

Update

master
Julian Ospald 4 years ago
parent
commit
714b38a372
No known key found for this signature in database GPG Key ID: 511B62C09D50CD28
1 changed files with 9 additions and 9 deletions
  1. +9
    -9
      alacritty.yml

+ 9
- 9
alacritty.yml View File

@@ -194,14 +194,14 @@ colors:

# Bright colors
bright:
black: '0x000000'
red: '0xcd0000'
green: '0x00cd00'
yellow: '0xcdcd00'
blue: '0x1e90ff'
magenta: '0xcd00cd'
cyan: '0x00cdcd'
white: '0xc0c0c0'
black: '0x4c4c4c'
red: '0xff0000'
green: '0x00ff00'
yellow: '0xffff00'
blue: '0x4682B4'
magenta: '0xff00ff'
cyan: '0x00ffff'
white: '0xffffff'

# black: '0x5c5855'
# red: '0xe8bbd0'
@@ -412,7 +412,7 @@ mouse:
#
# These are the modifiers that need to be held down for opening URLs when clicking
# on them. The available modifiers are documented in the key binding section.
modifiers: Control
#modifiers: Control

# Mouse bindings
#


Loading…
Cancel
Save