diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2024-04-13 11:54:45 +0200 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2024-04-13 11:54:45 +0200 |
| commit | 811e9b4b7250ac7f9771006f5d51498a82ed9f66 (patch) | |
| tree | 60b19123ac24f0ab73900a5011e614c5eb08e13b /alacritty/alacritty.yml | |
| parent | fb6a07c00ceff707c8c48a6c6e7c1b5186eef3b8 (diff) | |
alacritty: migrate from yaml to new toml config format
Diffstat (limited to 'alacritty/alacritty.yml')
| -rw-r--r-- | alacritty/alacritty.yml | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml deleted file mode 100644 index a14fd74..0000000 --- a/alacritty/alacritty.yml +++ /dev/null @@ -1,58 +0,0 @@ -font: - normal: - family: Iosevka Term - style: Regular - size: 8.0 - -hints: - enabled: - - regex: "(ipfs:|ipns:|magnet:|mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)\ - [^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩`]+" - hyperlinks: true - command: xdg-open - post_processing: true - mouse: - enabled: true - mods: None - - regex: "(?:Closes:.|\\#)(1?\\d{6})" - command: open_url.sh - mouse: - enabled: true - - regex: "(1?\\d{6})@bugs.debian.org" - command: open_url.sh - mouse: - enabled: true - -# srcery -colors: - # Default colors - primary: - background: '#1c1b19' - foreground: '#fce8c3' - - # Cursor colors - cursor: - text: CellBackground - cursor: '#fbb829' - - # Normal colors - normal: - black: '#1c1b19' - red: '#ef2f27' - green: '#519f50' - yellow: '#fbb829' - blue: '#2c78bf' - magenta: '#e02c6d' - cyan: '#0aaeb3' - white: '#baa67f' - - # Bright colors - bright: - black: '#918175' - red: '#f75341' - green: '#98bc37' - yellow: '#fed06e' - blue: '#68a8e4' - magenta: '#ff5c8f' - cyan: '#2be4d0' - white: '#fce8c3' |
