Update alacritty config (auto-formatting)

This commit is contained in:
ItsDrike 2024-02-17 23:12:13 +01:00
parent b29dfb9af6
commit eba5d3fdbc
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -189,8 +189,8 @@ draw_bold_text_with_bright_colors: false
colors: colors:
# Default colors # Default colors
primary: primary:
background: '#191919' background: "#191919"
foreground: '#d8dee9' foreground: "#d8dee9"
#background: '#1d1f21' #background: '#1d1f21'
#foreground: '#c5c8c6' #foreground: '#c5c8c6'
@ -263,36 +263,36 @@ colors:
# Normal colors # Normal colors
normal: normal:
#black: '#191919' #black: '#191919'
black: '#46494d' black: "#46494d"
red: '#b02626' red: "#b02626"
green: '#40a62f' green: "#40a62f"
yellow: '#f2e635' yellow: "#f2e635"
blue: '#314ad0' blue: "#314ad0"
magenta: '#b30ad0' magenta: "#b30ad0"
cyan: '#32d0fc' cyan: "#32d0fc"
white: '#acadb1' white: "#acadb1"
# Bright colors # Bright colors
bright: bright:
black: '#666666' black: "#666666"
red: '#ce2727' red: "#ce2727"
green: '#47c930' green: "#47c930"
yellow: '#fff138' yellow: "#fff138"
blue: '#2e4bea' blue: "#2e4bea"
magenta: '#cc15ed' magenta: "#cc15ed"
cyan: '#54d9ff' cyan: "#54d9ff"
white: '#dbdbdb' white: "#dbdbdb"
# Dim colors # Dim colors
dim: dim:
black: '#676f78' black: "#676f78"
red: '#b55454' red: "#b55454"
green: '#78a670' green: "#78a670"
yellow: '#faf380' yellow: "#faf380"
blue: '#707fd0' blue: "#707fd0"
magenta: '#c583d0' magenta: "#c583d0"
cyan: '#8adaf1' cyan: "#8adaf1"
white: '#e0e3e7' white: "#e0e3e7"
# Indexed Colors # Indexed Colors
# #
@ -303,7 +303,6 @@ colors:
# `- { index: 16, color: '#ff00ff' }` # `- { index: 16, color: '#ff00ff' }`
# #
#indexed_colors: [] #indexed_colors: []
# Bell # Bell
# #
# The bell is rung every time the BEL control character is received. # The bell is rung every time the BEL control character is received.