diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml index b630fd1..6178203 100644 --- a/.config/alacritty/alacritty.toml +++ b/.config/alacritty/alacritty.toml @@ -1,10 +1,10 @@ -import = ["/home/opal/.config/alacritty/gruvbox-material-hard-dark.toml"] +import = ["/home/opal/.config/alacritty/theme.toml"] [env] -TERM = "xterm-256color" +TERM = "alacritty" [font] -size = 15 +size = 18 [font.normal] family = "Terminus" diff --git a/.config/alacritty/theme.toml b/.config/alacritty/theme.toml new file mode 100644 index 0000000..f9fb56d --- /dev/null +++ b/.config/alacritty/theme.toml @@ -0,0 +1,28 @@ +# Colors (Gruvbox Material Hard Dark) + +# Default colors +[colors.primary] +background = '#1d2021' +foreground = '#d4be98' + +# Normal colors +[colors.normal] +black = '#32302f' +red = '#ea6962' +green = '#a9b665' +yellow = '#d8a657' +blue = '#7daea3' +magenta = '#d3869b' +cyan = '#89b482' +white = '#d4be98' + +# Bright colors (same as normal colors) +[colors.bright] +black = '#32302f' +red = '#ea6962' +green = '#a9b665' +yellow = '#d8a657' +blue = '#7daea3' +magenta = '#d3869b' +cyan = '#89b482' +white = '#d4be98' diff --git a/.config/sway/config b/.config/sway/config index a6e22e1..2042598 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -14,8 +14,8 @@ set $mod Mod4 set $term alacritty # Application Launcher -#set $menu bemenu-run -p Run: -l 10 -c -M 500 --fn 'Hack 16' --tf '#ff4e00' --ff '#dbc077' --hf '#ff4e00' -set $menu rofi -show +set $menu bemenu-run -p Run: -l 10 -c -M 500 --fn 'Terminus 17' --tf '#ff4e00' --ff '#dbc077' --hf '#ff4e00' +#set $menu rofi -show ####################### # GENERAL KEYBINDS