Merge branch 'master' of git.opal.sh:opal/opalfiles

This commit is contained in:
2024-08-17 11:55:00 -07:00
3 changed files with 33 additions and 5 deletions

View File

@@ -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"

View File

@@ -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'

View File

@@ -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