diff options
Diffstat (limited to 'ar/.config/alacritty/themes/gruvbox_dark.toml')
| -rw-r--r-- | ar/.config/alacritty/themes/gruvbox_dark.toml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/ar/.config/alacritty/themes/gruvbox_dark.toml b/ar/.config/alacritty/themes/gruvbox_dark.toml new file mode 100644 index 0000000..706b416 --- /dev/null +++ b/ar/.config/alacritty/themes/gruvbox_dark.toml @@ -0,0 +1,27 @@ +[colors.primary] +background = "#282828" +foreground = "#ebdbb2" + +[colors.cursor] +cursor = "#add8e6" +text = "#282828" + +[colors.normal] +black = "#282828" +red = "#cc241d" +green = "#939e45" +yellow = "#d79921" +blue = "#458588" +magenta = "#b16286" +cyan = "#689d6a" +white = "#a89984" + +[colors.bright] +black = "#928374" +red = "#fb4934" +green = "#b8bb26" +yellow = "#fabd2f" +blue = "#83a598" +magenta = "#d3869b" +cyan = "#8ec07c" +white = "#ebdbb2" |
