diff options
author | Tyler Davis <tyler@gluecode.net> | 2024-06-19 00:45:32 +0000 |
---|---|---|
committer | Tyler Davis <tyler@gluecode.net> | 2024-06-19 00:45:32 +0000 |
commit | 54b6ca39bfb6326f1afba4239083a77bd51f4f55 (patch) | |
tree | 18d2256641f8e4a32077d48e699678be6ab89020 /.config/alacritty/themes/doom_one.toml | |
parent | c03f11cc52b18f8849b4e45b8e8ab65b7d515627 (diff) | |
download | dotfiles-54b6ca39bfb6326f1afba4239083a77bd51f4f55.tar.gz dotfiles-54b6ca39bfb6326f1afba4239083a77bd51f4f55.zip |
Remove unnecessary additional configs
Diffstat (limited to '.config/alacritty/themes/doom_one.toml')
-rw-r--r-- | .config/alacritty/themes/doom_one.toml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/.config/alacritty/themes/doom_one.toml b/.config/alacritty/themes/doom_one.toml deleted file mode 100644 index c7133f6..0000000 --- a/.config/alacritty/themes/doom_one.toml +++ /dev/null @@ -1,17 +0,0 @@ -# Colors (Doom One) - -# Default colors -[colors.primary] -background = '#282c34' -foreground = '#bbc2cf' - -# Normal colors -[colors.normal] -black = '#282c34' -red = '#ff6c6b' -green = '#98be65' -yellow = '#ecbe7b' -blue = '#51afef' -magenta = '#c678dd' -cyan = '#46d9ff' -white = '#bbc2cf' |