diff options
| author | coasteen <coasteen@proton.me> | 2026-07-09 10:42:28 +0330 |
|---|---|---|
| committer | coasteen <coasteen@proton.me> | 2026-07-09 10:42:28 +0330 |
| commit | 8cbadb61604667b407b53ee1258433994fa4765a (patch) | |
| tree | 97765fb29418fd6278fcb4cbb9760893afaf7a58 /config/alacritty | |
Diffstat (limited to 'config/alacritty')
| -rw-r--r-- | config/alacritty/alacritty.toml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/config/alacritty/alacritty.toml b/config/alacritty/alacritty.toml new file mode 100644 index 0000000..41959d2 --- /dev/null +++ b/config/alacritty/alacritty.toml @@ -0,0 +1,16 @@ +[window] +dimensions = { columns = 100, lines = 25 } +dynamic_title = true +[terminal.shell] +program = "/usr/bin/zsh" +[font] +normal = { family = "JetBrains Mono Nerd Font", style = "Regular" } +size = 13.0 +[cursor] +style = { shape = "Underline", blinking = "Off" } +[colors] +primary = { background = "#121212", foreground = "#e0e0e0" } +cursor = { cursor = "#e0e0e0", text = "#121212" } +selection = { background = "#e0e0e0", text = "#121212" } +normal = { black = "#121212", red = "#d32f2f", green = "#4caf50", yellow = "#ffeb3b", blue = "#2196f3", magenta = "#9c27b0", cyan = "#00bcd4", white = "#e0e0e0" } +bright = { black = "#757575", red = "#f44336", green = "#8bc34a", yellow = "#ffc107", blue = "#3f51b5", magenta = "#673ab7", cyan = "#009688", white = "#ffffff" } |
