alacritty.yml (1556B)
1 # Copyright (c) 2017-present Arctic Ice Studio <development@arcticicestudio.com> 2 # Copyright (c) 2017-present Sven Greb <code@svengreb.de> 3 4 # Project: Nord Alacritty 5 # Version: 0.1.0 6 # Repository: https://github.com/arcticicestudio/nord-alacritty 7 # License: MIT 8 # References: 9 # https://github.com/alacritty/alacritty 10 11 colors: 12 primary: 13 background: '#2e3440' 14 foreground: '#d8dee9' 15 dim_foreground: '#a5abb6' 16 cursor: 17 text: '#2e3440' 18 cursor: '#d8dee9' 19 vi_mode_cursor: 20 text: '#2e3440' 21 cursor: '#d8dee9' 22 selection: 23 text: CellForeground 24 background: '#4c566a' 25 search: 26 matches: 27 foreground: CellBackground 28 background: '#88c0d0' 29 bar: 30 background: '#434c5e' 31 foreground: '#d8dee9' 32 normal: 33 black: '#3b4252' 34 red: '#bf616a' 35 green: '#a3be8c' 36 yellow: '#ebcb8b' 37 blue: '#8fa7bc' 38 magenta: '#b48ead' 39 cyan: '#8fbcbb' 40 white: '#d8dee9' 41 bright: 42 black: '#4c566a' 43 red: '#bf616a' 44 green: '#a3be8c' 45 yellow: '#ebcb8b' 46 blue: '#81a1c1' 47 magenta: '#b48ead' 48 cyan: '#8fbcbb' 49 white: '#eceff4' 50 dim: 51 black: '#373e4d' 52 red: '#94545d' 53 green: '#809575' 54 yellow: '#b29e75' 55 blue: '#68809a' 56 magenta: '#8c738c' 57 cyan: '#6d96a5' 58 white: '#aeb3bb' 59 key_bindings: 60 - { key: Return, mods: Control|Shift, action: SpawnNewInstance } 61 background_opacity: 0.90 62 window: 63 padding: 64 x: 20 65 y: 20 66 font: 67 # normal: 68 # family: JetbrainsMonoNL 69 # style: Regular 70 size: 12 71 live_config_reload: true 72 dynamic_padding: true