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
|
|
|
#
|
|
|
|
# Manhattan Theme
|
|
|
|
# ------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
# Colors
|
|
|
|
background='#282f37'
|
|
|
|
foreground='#f1fcf9'
|
|
|
|
color0='#20262c'
|
|
|
|
color1='#db86ba'
|
|
|
|
color2='#74dd91'
|
|
|
|
color3='#e49186'
|
|
|
|
color4='#75dbe1'
|
|
|
|
color5='#b4a1db'
|
|
|
|
color6='#9ee9ea'
|
|
|
|
color7='#f1fcf9'
|
|
|
|
color8='#465463'
|
|
|
|
color9='#d04e9d'
|
|
|
|
color10='#4bc66d'
|
|
|
|
color11='#db695b'
|
|
|
|
color12='#3dbac2'
|
|
|
|
color13='#825ece'
|
|
|
|
color14='#62cdcd'
|
|
|
|
color15='#e0e5e5'
|
|
|
|
|
|
|
|
element_bg='#1F252B'
|
|
|
|
element_fg='#F0FBF8'
|
|
|
|
element_hl='#B4A1DB'
|
|
|
|
|
|
|
|
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='manhattan.conf'
|
|
|
|
geany_font='JetBrains Mono 10'
|
|
|
|
|
|
|
|
# Appearance
|
|
|
|
gtk_font='Noto Sans 9'
|
|
|
|
gtk_theme='Manhattan'
|
|
|
|
icon_theme='Luv-Folders-Dark'
|
|
|
|
cursor_theme='Vimix-Dark'
|
|
|
|
|
|
|
|
# Openbox
|
|
|
|
ob_theme='Manhattan'
|
|
|
|
ob_layout='LIMC'
|
|
|
|
ob_font='JetBrains Mono'
|
|
|
|
ob_font_size='9'
|
|
|
|
ob_menu='menu-icons.xml'
|
|
|
|
ob_margin_t='10'
|
|
|
|
ob_margin_b='48'
|
|
|
|
ob_margin_l='10'
|
|
|
|
ob_margin_r='10'
|
|
|
|
|
|
|
|
# Dunst
|
|
|
|
dunst_width='300'
|
|
|
|
dunst_height='80'
|
|
|
|
dunst_offset='20x20'
|
|
|
|
dunst_origin='top-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='6'
|
|
|
|
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'
|