Minor edits.

This commit is contained in:
Derek Taylor
2025-04-28 20:33:24 -05:00
parent f208326a03
commit 8d559f0129
6 changed files with 204 additions and 115 deletions

View File

@@ -1,37 +1,5 @@
[colors]
draw_bold_text_with_bright_colors = true
[colors.bright]
black = "#5b6268"
blue = "#3071db"
cyan = "#46d9ff"
green = "#4db5bd"
magenta = "#a9a1e1"
red = "#da8548"
white = "#dfdfdf"
yellow = "#ecbe7b"
[colors.cursor]
cursor = "#528bff"
text = "CellBackground"
[colors.normal]
black = "#1c1f24"
blue = "#51afef"
cyan = "#5699af"
green = "#98be65"
magenta = "#c678dd"
red = "#ff6c6b"
white = "#abb2bf"
yellow = "#da8548"
[colors.primary]
background = "#282c34"
foreground = "#bbc2cf"
[colors.selection]
background = "#3e4451"
text = "CellForeground"
[general]
import = ["~/.config/alacritty/themes/themes/doom_one.toml"]
[env]
TERM = "xterm-256color"