From 69da68576ed38fc325c8f29c7c25aa978e314665 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Fri, 26 Jun 2026 09:52:47 +0900 Subject: modified bin/maimpick, created alacritty/ --- ar/.config/alacritty/themes/gruvbox_dark.toml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 ar/.config/alacritty/themes/gruvbox_dark.toml (limited to 'ar/.config/alacritty/themes') 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" -- cgit v1.2.3