fix: terminal colors

main
mandlm 2022-02-21 15:21:10 +01:00
parent e61ae6ea9b
commit ccf5317ca4
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 308 additions and 312 deletions

View File

@ -3,89 +3,89 @@
# Any items in the `env` entry below will be added as # Any items in the `env` entry below will be added as
# environment variables. Some entries may override variables # environment variables. Some entries may override variables
# set by alacritty itself. # set by alacritty itself.
#env: env:
# TERM variable TERM: xterm-256color
# #
# This value is used to set the `$TERM` environment variable for # This value is used to set the `$TERM` environment variable for
# each instance of Alacritty. If it is not present, alacritty will # each instance of Alacritty. If it is not present, alacritty will
# check the local terminfo database and use `alacritty` if it is # check the local terminfo database and use `alacritty` if it is
# available, otherwise `xterm-256color` is used. # available, otherwise `xterm-256color` is used.
#TERM: alacritty #TERM: alacritty
#window: #window:
# Window dimensions (changes require restart) # Window dimensions (changes require restart)
# #
# Specified in number of columns/lines, not pixels. # Specified in number of columns/lines, not pixels.
# If both are `0`, this setting is ignored. # If both are `0`, this setting is ignored.
#dimensions: #dimensions:
# columns: 0 # columns: 0
# lines: 0 # lines: 0
# Window position (changes require restart) # Window position (changes require restart)
# #
# Specified in number of pixels. # Specified in number of pixels.
# If the position is not set, the window manager will handle the placement. # If the position is not set, the window manager will handle the placement.
#position: #position:
# x: 0 # x: 0
# y: 0 # y: 0
# Window padding (changes require restart) # Window padding (changes require restart)
# #
# Blank space added around the window in pixels. This padding is scaled # Blank space added around the window in pixels. This padding is scaled
# by DPI and the specified value is always added at both opposing sides. # by DPI and the specified value is always added at both opposing sides.
#padding: #padding:
# x: 0 # x: 0
# y: 0 # y: 0
# Spread additional padding evenly around the terminal content. # Spread additional padding evenly around the terminal content.
#dynamic_padding: false #dynamic_padding: false
# Window decorations # Window decorations
# #
# Values for `decorations`: # Values for `decorations`:
# - full: Borders and title bar # - full: Borders and title bar
# - none: Neither borders nor title bar # - none: Neither borders nor title bar
# #
# Values for `decorations` (macOS only): # Values for `decorations` (macOS only):
# - transparent: Title bar, transparent background and title bar buttons # - transparent: Title bar, transparent background and title bar buttons
# - buttonless: Title bar, transparent background, but no title bar buttons # - buttonless: Title bar, transparent background, but no title bar buttons
#decorations: full #decorations: full
# Startup Mode (changes require restart) # Startup Mode (changes require restart)
# #
# Values for `startup_mode`: # Values for `startup_mode`:
# - Windowed # - Windowed
# - Maximized # - Maximized
# - Fullscreen # - Fullscreen
# #
# Values for `startup_mode` (macOS only): # Values for `startup_mode` (macOS only):
# - SimpleFullscreen # - SimpleFullscreen
#startup_mode: Windowed #startup_mode: Windowed
# Window title # Window title
#title: Alacritty #title: Alacritty
# Window class (Linux/BSD only): # Window class (Linux/BSD only):
#class: #class:
# Application instance name # Application instance name
#instance: Alacritty #instance: Alacritty
# General application class # General application class
#general: Alacritty #general: Alacritty
# GTK theme variant (Linux/BSD only) # GTK theme variant (Linux/BSD only)
# #
# Override the variant of the GTK theme. Commonly supported values are `dark` and `light`. # Override the variant of the GTK theme. Commonly supported values are `dark` and `light`.
# Set this to `None` to use the default theme variant. # Set this to `None` to use the default theme variant.
#gtk_theme_variant: None #gtk_theme_variant: None
#scrolling: #scrolling:
# Maximum number of lines in the scrollback buffer. # Maximum number of lines in the scrollback buffer.
# Specifying '0' will disable scrolling. # Specifying '0' will disable scrolling.
#history: 10000 #history: 10000
# Number of lines the viewport will move for every line scrolled when # Number of lines the viewport will move for every line scrolled when
# scrollback is enabled (history > 0). # scrollback is enabled (history > 0).
#multiplier: 3 #multiplier: 3
# Font configuration # Font configuration
font: font:
@ -104,39 +104,39 @@ font:
# Bold font face # Bold font face
#bold: #bold:
# Font family # Font family
# #
# If the bold family is not specified, it will fall back to the # If the bold family is not specified, it will fall back to the
# value specified for the normal font. # value specified for the normal font.
#family: monospace #family: monospace
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
#style: Bold #style: Bold
# Italic font face # Italic font face
#italic: #italic:
# Font family # Font family
# #
# If the italic family is not specified, it will fall back to the # If the italic family is not specified, it will fall back to the
# value specified for the normal font. # value specified for the normal font.
#family: monospace #family: monospace
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
#style: Italic #style: Italic
# Bold italic font face # Bold italic font face
#bold_italic: #bold_italic:
# Font family # Font family
# #
# If the bold italic family is not specified, it will fall back to the # If the bold italic family is not specified, it will fall back to the
# value specified for the normal font. # value specified for the normal font.
#family: monospace #family: monospace
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
#style: Bold Italic #style: Bold Italic
# Point size # Point size
size: 8.0 size: 10.0
# Offset is the extra space around each character. `offset.y` can be thought of # Offset is the extra space around each character. `offset.y` can be thought of
# as modifying the line spacing, and `offset.x` as modifying the letter spacing. # as modifying the line spacing, and `offset.x` as modifying the letter spacing.
@ -172,152 +172,148 @@ font:
# Colors (Tomorrow Night Bright) # Colors (Tomorrow Night Bright)
#colors: #colors:
# Default colors # Default colors
#primary: #primary:
# background: '#000000' # background: '#000000'
# foreground: '#eaeaea' # foreground: '#eaeaea'
# Bright and dim foreground colors # Bright and dim foreground colors
# #
# The dimmed foreground color is calculated automatically if it is not present. # The dimmed foreground color is calculated automatically if it is not present.
# If the bright foreground color is not set, or `draw_bold_text_with_bright_colors` # If the bright foreground color is not set, or `draw_bold_text_with_bright_colors`
# is `false`, the normal foreground color will be used. # is `false`, the normal foreground color will be used.
#dim_foreground: '#9a9a9a' #dim_foreground: '#9a9a9a'
#bright_foreground: '#ffffff' #bright_foreground: '#ffffff'
# Cursor colors # Cursor colors
# #
# Colors which should be used to draw the terminal cursor. If these are unset, # Colors which should be used to draw the terminal cursor. If these are unset,
# the cursor color will be the inverse of the cell color. # the cursor color will be the inverse of the cell color.
#cursor: #cursor:
# text: '#000000' # text: '#000000'
# cursor: '#ffffff' # cursor: '#ffffff'
# Selection colors # Selection colors
# #
# Colors which should be used to draw the selection area. If selection # Colors which should be used to draw the selection area. If selection
# background is unset, selection color will be the inverse of the cell colors. # background is unset, selection color will be the inverse of the cell colors.
# If only text is unset the cell text color will remain the same. # If only text is unset the cell text color will remain the same.
#selection: #selection:
# text: '#eaeaea' # text: '#eaeaea'
# background: '#404040' # background: '#404040'
# Normal colors # Normal colors
#normal: #normal:
# black: '#000000' # black: '#000000'
# red: '#d54e53' # red: '#d54e53'
# green: '#b9ca4a' # green: '#b9ca4a'
# yellow: '#e6c547' # yellow: '#e6c547'
# blue: '#7aa6da' # blue: '#7aa6da'
# magenta: '#c397d8' # magenta: '#c397d8'
# cyan: '#70c0ba' # cyan: '#70c0ba'
# white: '#eaeaea' # white: '#eaeaea'
# Bright colors # Bright colors
#bright: #bright:
# black: '#666666' # black: '#666666'
# red: '#ff3334' # red: '#ff3334'
# green: '#9ec400' # green: '#9ec400'
# yellow: '#e7c547' # yellow: '#e7c547'
# blue: '#7aa6da' # blue: '#7aa6da'
# magenta: '#b77ee0' # magenta: '#b77ee0'
# cyan: '#54ced6' # cyan: '#54ced6'
# white: '#ffffff' # white: '#ffffff'
# Dim colors # Dim colors
# #
# If the dim colors are not set, they will be calculated automatically based # If the dim colors are not set, they will be calculated automatically based
# on the `normal` colors. # on the `normal` colors.
#dim: #dim:
# black: '#000000' # black: '#000000'
# red: '#8c3336' # red: '#8c3336'
# green: '#7a8530' # green: '#7a8530'
# yellow: '#97822e' # yellow: '#97822e'
# blue: '#506d8f' # blue: '#506d8f'
# magenta: '#80638e' # magenta: '#80638e'
# cyan: '#497e7a' # cyan: '#497e7a'
# white: '#9a9a9a' # white: '#9a9a9a'
# Indexed Colors # Indexed Colors
# #
# The indexed colors include all colors from 16 to 256. # The indexed colors include all colors from 16 to 256.
# When these are not set, they're filled with sensible defaults. # When these are not set, they're filled with sensible defaults.
# #
# Example: # Example:
# `- { index: 16, color: '#ff00ff' }` # `- { index: 16, color: '#ff00ff' }`
# #
#indexed_colors: [] #indexed_colors: []
schemes: schemes:
solarized_dark: &dark solarized_dark: &dark # Default colors
# Default colors primary:
primary: background: "#002b36" # base03
background: '#002b36' # base03 foreground: "#839496" # base0
foreground: '#839496' # base0
# Cursor colors # Cursor colors
cursor: cursor:
text: '#002b36' # base03 text: "#002b36" # base03
cursor: '#839496' # base0 cursor: "#839496" # base0
# Normal colors # Normal colors
normal: normal:
black: '#073642' # base02 black: "#073642" # base02
red: '#dc322f' # red red: "#dc322f" # red
green: '#859900' # green green: "#859900" # green
yellow: '#b58900' # yellow yellow: "#b58900" # yellow
blue: '#268bd2' # blue blue: "#268bd2" # blue
magenta: '#d33682' # magenta magenta: "#d33682" # magenta
cyan: '#2aa198' # cyan cyan: "#2aa198" # cyan
white: '#eee8d5' # base2 white: "#eee8d5" # base2
# Bright colors # Bright colors
bright: bright:
black: '#002b36' # base03 black: "#002b36" # base03
red: '#cb4b16' # orange red: "#cb4b16" # orange
green: '#586e75' # base01 green: "#586e75" # base01
yellow: '#657b83' # base00 yellow: "#657b83" # base00
blue: '#839496' # base0 blue: "#839496" # base0
magenta: '#6c71c4' # violet magenta: "#6c71c4" # violet
cyan: '#93a1a1' # base1 cyan: "#93a1a1" # base1
white: '#fdf6e3' # base3 white: "#fdf6e3" # base3
solarized_light: &light solarized_light: &light # Default colors
# Default colors primary:
primary: background: "#fdf6e3" # base3
background: '#fdf6e3' # base3 foreground: "#657b83" # base00
foreground: '#657b83' # base00
# Cursor colors # Cursor colors
cursor: cursor:
text: '#fdf6e3' # base3 text: "#fdf6e3" # base3
cursor: '#657b83' # base00 cursor: "#657b83" # base00
# Normal colors # Normal colors
normal: normal:
black: '#073642' # base02 black: "#073642" # base02
red: '#dc322f' # red red: "#dc322f" # red
green: '#859900' # green green: "#859900" # green
yellow: '#b58900' # yellow yellow: "#b58900" # yellow
blue: '#268bd2' # blue blue: "#268bd2" # blue
magenta: '#d33682' # magenta magenta: "#d33682" # magenta
cyan: '#2aa198' # cyan cyan: "#2aa198" # cyan
white: '#eee8d5' # base2 white: "#eee8d5" # base2
# Bright colors
bright:
black: '#002b36' # base03
red: '#cb4b16' # orange
green: '#586e75' # base01
yellow: '#657b83' # base00
blue: '#839496' # base0
magenta: '#6c71c4' # violet
cyan: '#93a1a1' # base1
white: '#fdf6e3' # base3
colors: *light
# Bright colors
bright:
black: "#002b36" # base03
red: "#cb4b16" # orange
green: "#586e75" # base01
yellow: "#657b83" # base00
blue: "#839496" # base0
magenta: "#6c71c4" # violet
cyan: "#93a1a1" # base1
white: "#fdf6e3" # base3
colors: *dark
# Visual Bell # Visual Bell
# #
# Any time the BEL code is received, Alacritty "rings" the visual bell. Once # Any time the BEL code is received, Alacritty "rings" the visual bell. Once
@ -351,26 +347,26 @@ colors: *light
#background_opacity: 1.0 #background_opacity: 1.0
#selection: #selection:
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t" #semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
# When set to `true`, selected text will be copied to the primary clipboard. # When set to `true`, selected text will be copied to the primary clipboard.
#save_to_clipboard: false #save_to_clipboard: false
# Allow terminal applications to change Alacritty's window title. # Allow terminal applications to change Alacritty's window title.
#dynamic_title: true #dynamic_title: true
#cursor: #cursor:
# Cursor style # Cursor style
# #
# Values for `style`: # Values for `style`:
# - ▇ Block # - ▇ Block
# - _ Underline # - _ Underline
# - | Beam # - | Beam
#style: Block #style: Block
# If this is `true`, the cursor will be rendered as a hollow box when the # If this is `true`, the cursor will be rendered as a hollow box when the
# window is not focused. # window is not focused.
#unfocused_hollow: true #unfocused_hollow: true
# Live config reload (changes require restart) # Live config reload (changes require restart)
#live_config_reload: true #live_config_reload: true
@ -409,38 +405,38 @@ colors: *light
#alt_send_esc: true #alt_send_esc: true
#mouse: #mouse:
# Click settings # Click settings
# #
# The `double_click` and `triple_click` settings control the time # The `double_click` and `triple_click` settings control the time
# alacritty should wait for accepting multiple clicks as one double # alacritty should wait for accepting multiple clicks as one double
# or triple click. # or triple click.
#double_click: { threshold: 300 } #double_click: { threshold: 300 }
#triple_click: { threshold: 300 } #triple_click: { threshold: 300 }
# If this is `true`, the cursor is temporarily hidden when typing. # If this is `true`, the cursor is temporarily hidden when typing.
#hide_when_typing: false #hide_when_typing: false
#url: #url:
# URL launcher # URL launcher
# #
# This program is executed when clicking on a text which is recognized as a URL. # This program is executed when clicking on a text which is recognized as a URL.
# The URL is always added to the command as the last parameter. # The URL is always added to the command as the last parameter.
# #
# When set to `None`, URL launching will be disabled completely. # When set to `None`, URL launching will be disabled completely.
# #
# Default: # Default:
# - (macOS) open # - (macOS) open
# - (Linux/BSD) xdg-open # - (Linux/BSD) xdg-open
# - (Windows) explorer # - (Windows) explorer
#launcher: #launcher:
# program: xdg-open # program: xdg-open
# args: [] # args: []
# URL modifiers # URL modifiers
# #
# These are the modifiers that need to be held down for opening URLs when clicking # 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. # on them. The available modifiers are documented in the key binding section.
#modifiers: None #modifiers: None
# Mouse bindings # Mouse bindings
# #
@ -571,60 +567,60 @@ colors: *light
# If the same trigger is assigned to multiple actions, all of them are executed # If the same trigger is assigned to multiple actions, all of them are executed
# at once. # at once.
#key_bindings: #key_bindings:
# (Windows, Linux, and BSD only) # (Windows, Linux, and BSD only)
#- { key: V, mods: Control|Shift, action: Paste } #- { key: V, mods: Control|Shift, action: Paste }
#- { key: C, mods: Control|Shift, action: Copy } #- { key: C, mods: Control|Shift, action: Copy }
#- { key: Insert, mods: Shift, action: PasteSelection } #- { key: Insert, mods: Shift, action: PasteSelection }
#- { key: Key0, mods: Control, action: ResetFontSize } #- { key: Key0, mods: Control, action: ResetFontSize }
#- { key: Equals, mods: Control, action: IncreaseFontSize } #- { key: Equals, mods: Control, action: IncreaseFontSize }
#- { key: Add, mods: Control, action: IncreaseFontSize } #- { key: Add, mods: Control, action: IncreaseFontSize }
#- { key: Subtract, mods: Control, action: DecreaseFontSize } #- { key: Subtract, mods: Control, action: DecreaseFontSize }
#- { key: Minus, mods: Control, action: DecreaseFontSize } #- { key: Minus, mods: Control, action: DecreaseFontSize }
# (Windows only) # (Windows only)
#- { key: Return, mods: Alt, action: ToggleFullscreen } #- { key: Return, mods: Alt, action: ToggleFullscreen }
# (macOS only) # (macOS only)
#- { key: Key0, mods: Command, action: ResetFontSize } #- { key: Key0, mods: Command, action: ResetFontSize }
#- { key: Equals, mods: Command, action: IncreaseFontSize } #- { key: Equals, mods: Command, action: IncreaseFontSize }
#- { key: Add, mods: Command, action: IncreaseFontSize } #- { key: Add, mods: Command, action: IncreaseFontSize }
#- { key: Minus, mods: Command, action: DecreaseFontSize } #- { key: Minus, mods: Command, action: DecreaseFontSize }
#- { key: K, mods: Command, action: ClearHistory } #- { key: K, mods: Command, action: ClearHistory }
#- { key: K, mods: Command, chars: "\x0c" } #- { key: K, mods: Command, chars: "\x0c" }
#- { key: V, mods: Command, action: Paste } #- { key: V, mods: Command, action: Paste }
#- { key: C, mods: Command, action: Copy } #- { key: C, mods: Command, action: Copy }
#- { key: H, mods: Command, action: Hide } #- { key: H, mods: Command, action: Hide }
#- { key: M, mods: Command, action: Minimize } #- { key: M, mods: Command, action: Minimize }
#- { key: Q, mods: Command, action: Quit } #- { key: Q, mods: Command, action: Quit }
#- { key: W, mods: Command, action: Quit } #- { key: W, mods: Command, action: Quit }
#- { key: F, mods: Command|Control, action: ToggleFullscreen } #- { key: F, mods: Command|Control, action: ToggleFullscreen }
#- { key: Paste, action: Paste } #- { key: Paste, action: Paste }
#- { key: Copy, action: Copy } #- { key: Copy, action: Copy }
#- { key: L, mods: Control, action: ClearLogNotice } #- { key: L, mods: Control, action: ClearLogNotice }
#- { key: L, mods: Control, chars: "\x0c" } #- { key: L, mods: Control, chars: "\x0c" }
#- { key: PageUp, mods: Shift, action: ScrollPageUp, mode: ~Alt } #- { key: PageUp, mods: Shift, action: ScrollPageUp, mode: ~Alt }
#- { key: PageDown, mods: Shift, action: ScrollPageDown, mode: ~Alt } #- { key: PageDown, mods: Shift, action: ScrollPageDown, mode: ~Alt }
#- { key: Home, mods: Shift, action: ScrollToTop, mode: ~Alt } #- { key: Home, mods: Shift, action: ScrollToTop, mode: ~Alt }
#- { key: End, mods: Shift, action: ScrollToBottom, mode: ~Alt } #- { key: End, mods: Shift, action: ScrollToBottom, mode: ~Alt }
#debug: #debug:
# Display the time it takes to redraw each frame. # Display the time it takes to redraw each frame.
#render_timer: false #render_timer: false
# Keep the log file after quitting Alacritty. # Keep the log file after quitting Alacritty.
#persistent_logging: false #persistent_logging: false
# Log level # Log level
# #
# Values for `log_level`: # Values for `log_level`:
# - None # - None
# - Error # - Error
# - Warn # - Warn
# - Info # - Info
# - Debug # - Debug
# - Trace # - Trace
#log_level: Warn #log_level: Warn
# Print all received window events. # Print all received window events.
#print_events: false #print_events: false