diff options
Diffstat (limited to '.config/alacritty/dark-scheme.toml')
| -rw-r--r-- | .config/alacritty/dark-scheme.toml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.config/alacritty/dark-scheme.toml b/.config/alacritty/dark-scheme.toml new file mode 100644 index 0000000..3e29f1e --- /dev/null +++ b/.config/alacritty/dark-scheme.toml @@ -0,0 +1,27 @@ +[colors.primary] +background = '#101418' +foreground = '#ededed' + +[colors.selection] +background = '#313131' +text = '#fffefe' + +[colors.normal] +black = '#2b1b1b' +red = '#e42222' +green = '#12df1d' +yellow = '#e9b218' +blue = '#4879f6' +magenta = '#dd0ffd' +cyan = '#41c1e6' +white = '#dcdcd0' + +[colors.bright] +black = '#52545b' +red = '#fb6a6a' +green = '#74f435' +yellow = '#ebcb71' +blue = '#8896ff' +magenta = '#ec77ff' +cyan = '#84e5f3' +white = '#f7f7f1' |