93 lines
1.7 KiB
Bash
93 lines
1.7 KiB
Bash
# ------------------------------------------------------------------------------
|
|
# Copyright (C) 2020-2023 Aditya Shakya <adi1090x@gmail.com>
|
|
#
|
|
# Beach Theme
|
|
# ------------------------------------------------------------------------------
|
|
|
|
# Colors
|
|
background='#141c21'
|
|
foreground='#93a1a1'
|
|
color0='#263640'
|
|
color1='#d12f2c'
|
|
color2='#819400'
|
|
color3='#b08500'
|
|
color4='#2587cc'
|
|
color5='#696ebf'
|
|
color6='#289c93'
|
|
color7='#bfbaac'
|
|
color8='#4a697d'
|
|
color9='#fa3935'
|
|
color10='#a4bd00'
|
|
color11='#d9a400'
|
|
color12='#2ca2f5'
|
|
color13='#8086e8'
|
|
color14='#33c5ba'
|
|
color15='#fdf6e3'
|
|
|
|
accent='#5294E2'
|
|
light_value='0.03'
|
|
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='Numix-Apps'
|
|
|
|
# Terminal
|
|
terminal_font_name='JetBrainsMono Nerd Font'
|
|
terminal_font_size='10'
|
|
|
|
# Geany
|
|
geany_colors='beach.conf'
|
|
geany_font='JetBrains Mono 10'
|
|
|
|
# Appearance
|
|
gtk_font='Noto Sans 9'
|
|
gtk_theme='Arc'
|
|
icon_theme='Arc-Circle'
|
|
cursor_theme='Future'
|
|
|
|
# Openbox
|
|
ob_theme='Arc'
|
|
ob_layout='CLM'
|
|
ob_font='JetBrains Mono'
|
|
ob_font_size='9'
|
|
ob_menu='menu-icons.xml'
|
|
ob_margin_t='20'
|
|
ob_margin_b='58'
|
|
ob_margin_l='20'
|
|
ob_margin_r='20'
|
|
|
|
# Dunst
|
|
dunst_width='300'
|
|
dunst_height='80'
|
|
dunst_offset='20x58'
|
|
dunst_origin='bottom-right'
|
|
dunst_font='Iosevka Custom 9'
|
|
dunst_border='0'
|
|
dunst_separator='2'
|
|
|
|
# Plank
|
|
plank_hmode='auto'
|
|
plank_offset='80'
|
|
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'
|