Merge branch 'master' of git.opal.sh:opal/opalfiles
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
import = ["/home/opal/.config/alacritty/gruvbox-material-hard-dark.toml"]
|
import = ["/home/opal/.config/alacritty/theme.toml"]
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
TERM = "xterm-256color"
|
TERM = "alacritty"
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
size = 15
|
size = 18
|
||||||
|
|
||||||
[font.normal]
|
[font.normal]
|
||||||
family = "Terminus"
|
family = "Terminus"
|
||||||
|
|||||||
28
.config/alacritty/theme.toml
Normal file
28
.config/alacritty/theme.toml
Normal 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'
|
||||||
@@ -14,8 +14,8 @@ set $mod Mod4
|
|||||||
set $term alacritty
|
set $term alacritty
|
||||||
|
|
||||||
# Application Launcher
|
# Application Launcher
|
||||||
#set $menu bemenu-run -p Run: -l 10 -c -M 500 --fn 'Hack 16' --tf '#ff4e00' --ff '#dbc077' --hf '#ff4e00'
|
set $menu bemenu-run -p Run: -l 10 -c -M 500 --fn 'Terminus 17' --tf '#ff4e00' --ff '#dbc077' --hf '#ff4e00'
|
||||||
set $menu rofi -show
|
#set $menu rofi -show
|
||||||
|
|
||||||
#######################
|
#######################
|
||||||
# GENERAL KEYBINDS
|
# GENERAL KEYBINDS
|
||||||
|
|||||||
Reference in New Issue
Block a user