diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index d130856..d6af683 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -181,12 +181,12 @@ font: # If `true`, bold text is drawn using the bright color variants. #draw_bold_text_with_bright_colors: false - # Colors (Gotham) -colors: +# Colors (Tomorrow Night) +#colors: # Default colors - primary: - background: '0x0a0f14' - foreground: '0x98d1ce' + #primary: + # background: '#1d1f21' + # foreground: '#c5c8c6' # Bright and dim foreground colors # @@ -203,9 +203,9 @@ colors: # # Allowed values are CellForeground/CellBackground, which reference the # affected cell, or hexadecimal colors like #ff00ff. - cursor: - text: '0x0a0f14' - cursor: '0xfdff00' + #cursor: + # text: CellBackground + # cursor: CellForeground # Vi mode cursor colors # @@ -273,26 +273,26 @@ colors: # background: CellForeground # Normal colors - normal: - black: '0x0a0f14' - red: '0xc33027' - green: '0x26998b' - yellow: '0xedb54b' - blue: '0x195495' - magenta: '0x4e5165' - cyan: '0x33859d' - white: '0x98d1ce' + #normal: + # black: '#1d1f21' + # red: '#cc6666' + # green: '#b5bd68' + # yellow: '#f0c674' + # blue: '#81a2be' + # magenta: '#b294bb' + # cyan: '#8abeb7' + # white: '#c5c8c6' # Bright colors - bright: - black: '0x10355b' - red: '0xdf6939' - green: '0x089f2d' - yellow: '0x645351' - blue: '0x0937b8' - magenta: '0x888ba5' - cyan: '0x599caa' - white: '0xd3ebe9' + #bright: + # black: '#666666' + # red: '#d54e53' + # green: '#b9ca4a' + # yellow: '#e7c547' + # blue: '#7aa6da' + # magenta: '#c397d8' + # cyan: '#70c0b1' + # white: '#eaeaea' # Dim colors # @@ -440,6 +440,9 @@ colors: # Send ESC (\x1b) before characters when alt is pressed. #alt_send_esc: true +# Offer IPC using `alacritty msg` (unix only) +#ipc_socket: true + #mouse: # Click settings # @@ -456,7 +459,7 @@ colors: # # Terminal hints can be used to find text in the visible part of the terminal # and pipe it to other applications. -#hints: +hints: # Keys used for the hint labels. #alphabet: "jfkdls;ahgurieowpq" @@ -484,14 +487,14 @@ colors: # Select the hint's text. # - MoveViModeCursor # Move the vi mode cursor to the beginning of the hint. - #enabled: - # - regex: "(ipfs:|ipns:|magnet:|mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)\ - # [^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩`]+" - # command: xdg-open - # post_processing: true - # mouse: - # enabled: true - # mods: None + enabled: + - regex: "(ipfs:|ipns:|magnet:|mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)\ + [^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩`]+" + command: xdg-open + post_processing: true + mouse: + enabled: true + mods: Control # binding: # key: U # mods: Control|Shift @@ -595,6 +598,8 @@ colors: # - ToggleFullscreen # - SpawnNewInstance # Spawn a new instance of Alacritty. +# - CreateNewWindow +# Create a new Alacritty window from the current process. # - ClearLogNotice # Clear Alacritty's UI warning and error notice. # - ClearSelection