aboutsummaryrefslogtreecommitdiff
path: root/alacritty.yml
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2023-12-15 21:19:46 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2023-12-15 21:19:46 -0500
commitec83443853116b07f18fbef8c6de31cf157939a0 (patch)
treee84a6bc6c7aa72d11d781b226e81590c0c5d2a76 /alacritty.yml
parent13de3674be8ca27048f7136166626ae0bec277f2 (diff)
downloaddotfiles-ec83443853116b07f18fbef8c6de31cf157939a0.tar.gz
dotfiles-ec83443853116b07f18fbef8c6de31cf157939a0.tar.xz
Add a config for alacritty
Diffstat (limited to 'alacritty.yml')
-rw-r--r--alacritty.yml68
1 files changed, 68 insertions, 0 deletions
diff --git a/alacritty.yml b/alacritty.yml
new file mode 100644
index 0000000..17e6d69
--- /dev/null
+++ b/alacritty.yml
@@ -0,0 +1,68 @@
+window:
+ opacity: 1.0
+
+# Font configuration
+font:
+ size: 11.0
+ normal:
+ Default:
+ - (macOS) Menlo
+ - (Linux/BSD) monospace
+ - (Windows) Consolas
+
+ # family: Curie
+ # style: Italic
+ # family: IBM 3270
+ family: IBM Plex Mono
+ # family: Terminus (TTF)
+ # style: regular
+
+# nord
+colors:
+ primary:
+ background: '#2e3440'
+ foreground: '#d8dee9'
+ dim_foreground: '#a5abb6'
+ cursor:
+ text: '#2e3440'
+ cursor: '#d8dee9'
+ vi_mode_cursor:
+ text: '#2e3440'
+ cursor: '#d8dee9'
+ selection:
+ text: CellForeground
+ background: '#4c566a'
+ search:
+ matches:
+ foreground: CellBackground
+ background: '#88c0d0'
+ footer_bar:
+ background: '#434c5e'
+ foreground: '#d8dee9'
+ normal:
+ black: '#3b4252'
+ red: '#bf616a'
+ green: '#a3be8c'
+ yellow: '#ebcb8b'
+ blue: '#81a1c1'
+ magenta: '#b48ead'
+ cyan: '#88c0d0'
+ white: '#e5e9f0'
+ bright:
+ black: '#4c566a'
+ red: '#bf616a'
+ green: '#a3be8c'
+ yellow: '#ebcb8b'
+ blue: '#81a1c1'
+ magenta: '#b48ead'
+ cyan: '#8fbcbb'
+ white: '#eceff4'
+ dim:
+ black: '#373e4d'
+ red: '#94545d'
+ green: '#809575'
+ yellow: '#b29e75'
+ blue: '#68809a'
+ magenta: '#8c738c'
+ cyan: '#6d96a5'
+ white: '#aeb3bb'