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