2023-10-05 10:09:04 +00:00
|
|
|
# ------------------------------------------------------------------------------
|
2024-01-01 08:54:32 -01:00
|
|
|
# Copyright (C) 2020-2024 Aditya Shakya <adi1090x@gmail.com>
|
2023-10-05 10:09:04 +00:00
|
|
|
#
|
|
|
|
# Hack Theme
|
|
|
|
# ------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
# Colors
|
|
|
|
background='#01161b'
|
|
|
|
foreground='#66FFFF'
|
|
|
|
color0='#01161b'
|
|
|
|
color1='#007b82'
|
|
|
|
color2='#028c94'
|
|
|
|
color3='#039ca4'
|
|
|
|
color4='#04acb5'
|
|
|
|
color5='#05bbc5'
|
|
|
|
color6='#06ccd7'
|
|
|
|
color7='#a3b5b8'
|
|
|
|
color8='#01161b'
|
|
|
|
color9='#007b82'
|
|
|
|
color10='#028c94'
|
|
|
|
color11='#039ca4'
|
|
|
|
color12='#04acb5'
|
|
|
|
color13='#05bbc5'
|
|
|
|
color14='#06ccd7'
|
|
|
|
color15='#a3b5b8'
|
|
|
|
|
|
|
|
accent='#007B82'
|
|
|
|
color_red='#ff0000'
|
|
|
|
color_green='#00ff00'
|
|
|
|
color_yellow='#ffff00'
|
|
|
|
|
|
|
|
light_value='0.05'
|
|
|
|
dark_value='0.30'
|
|
|
|
|
|
|
|
# Wallpaper
|
|
|
|
wdir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
|
|
|
wallpaper="$wdir/wallpaper"
|
|
|
|
|
|
|
|
# Polybar
|
|
|
|
polybar_font='Iosevka Nerd Font:size=10;3'
|
|
|
|
|
|
|
|
# Rofi
|
|
|
|
rofi_font='Iosevka 10'
|
|
|
|
rofi_icon='Papirus-Apps'
|
|
|
|
|
|
|
|
# Terminal
|
|
|
|
terminal_font_name='JetBrainsMono Nerd Font'
|
|
|
|
terminal_font_size='10'
|
|
|
|
|
|
|
|
# Geany
|
|
|
|
geany_colors='hack.conf'
|
|
|
|
geany_font='JetBrains Mono 10'
|
|
|
|
|
|
|
|
# Appearance
|
|
|
|
gtk_font='Noto Sans 9'
|
|
|
|
gtk_theme='Hack'
|
|
|
|
icon_theme='Hack'
|
|
|
|
cursor_theme='LyraB'
|
|
|
|
|
|
|
|
# Openbox
|
|
|
|
ob_theme='Hack'
|
|
|
|
ob_layout='LC'
|
|
|
|
ob_font='JetBrains Mono'
|
|
|
|
ob_font_size='9'
|
|
|
|
ob_menu='menu-simple.xml'
|
|
|
|
ob_margin_t='36'
|
|
|
|
ob_margin_b='36'
|
|
|
|
ob_margin_l='10'
|
|
|
|
ob_margin_r='10'
|
|
|
|
|
|
|
|
# Dunst
|
|
|
|
dunst_width='300'
|
|
|
|
dunst_height='80'
|
|
|
|
dunst_offset='10x36'
|
|
|
|
dunst_origin='top-right'
|
|
|
|
dunst_font='Iosevka 10'
|
|
|
|
dunst_border='1'
|
|
|
|
dunst_separator='2'
|
|
|
|
|
|
|
|
# Plank
|
|
|
|
plank_hmode='auto'
|
|
|
|
plank_offset='0'
|
|
|
|
plank_position='right'
|
|
|
|
plank_theme='Transparent'
|
|
|
|
plank_icon_size='32'
|
|
|
|
plank_zoom_percent='120'
|
|
|
|
|
|
|
|
# Picom
|
|
|
|
picom_backend='glx'
|
|
|
|
picom_corner='0'
|
|
|
|
picom_shadow_r='14'
|
|
|
|
picom_shadow_o='0.30'
|
|
|
|
picom_shadow_x='-12'
|
|
|
|
picom_shadow_y='-12'
|
|
|
|
picom_blur_method='none'
|
|
|
|
picom_blur_strength='0'
|