alacritty: update colors to be more unix like
This commit is contained in:
@@ -173,7 +173,7 @@ colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x000000'
|
||||
foreground: '0x11ea11'
|
||||
foreground: '0xeeeeee'
|
||||
|
||||
# Bright and dim foreground colors
|
||||
#
|
||||
@@ -203,24 +203,32 @@ colors:
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x000000'
|
||||
red: '0xd54e53'
|
||||
green: '0xb9ca4a'
|
||||
yellow: '0xe6c547'
|
||||
blue: '0x7aa6da'
|
||||
magenta: '0xc397d8'
|
||||
cyan: '0x70c0ba'
|
||||
white: '0xeaeaea'
|
||||
red: '0xdd0000'
|
||||
green: '0x11ea11'
|
||||
yellow: '0xeedd00'
|
||||
blue: '0x2222ee'
|
||||
magenta: '0xcc00dd'
|
||||
cyan: '0x00cccc'
|
||||
white: '0xeeeeee'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x666666'
|
||||
red: '0xff3334'
|
||||
green: '0x9ec400'
|
||||
yellow: '0xe7c547'
|
||||
blue: '0x7aa6da'
|
||||
magenta: '0xb77ee0'
|
||||
cyan: '0x54ced6'
|
||||
white: '0xffffff'
|
||||
black: '0x000000'
|
||||
red: '0xdd0000'
|
||||
green: '0x11ea11'
|
||||
yellow: '0xeedd00'
|
||||
blue: '0x2222ee'
|
||||
magenta: '0xcc00dd'
|
||||
cyan: '0x00cccc'
|
||||
white: '0xeeeeee'
|
||||
# black: '0x666666'
|
||||
# red: '0xff3334'
|
||||
# green: '0x9ec400'
|
||||
# yellow: '0xe7c547'
|
||||
# blue: '0x7aa6da'
|
||||
# magenta: '0xb77ee0'
|
||||
# cyan: '0x54ced6'
|
||||
# white: '0xffffff'
|
||||
|
||||
# Dim colors
|
||||
#
|
||||
@@ -244,7 +252,7 @@ colors:
|
||||
# Example:
|
||||
# `- { index: 16, color: '0xff00ff' }`
|
||||
#
|
||||
indexed_colors: []
|
||||
#indexed_colors: []
|
||||
|
||||
# Visual Bell
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user