mirror of
https://github.com/danbulant/dotfiles
synced 2026-06-03 14:50:29 +00:00
57 lines
1.1 KiB
Bash
57 lines
1.1 KiB
Bash
# ------------------------------------------------------------------------------
|
|
# Copyright (C) 2020-2022 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'
|
|
|
|
# Rofi
|
|
rofi_icon='Numix-Apps'
|
|
|
|
# Terminal
|
|
terminal_font_name='JetBrainsMono Nerd Font'
|
|
terminal_font_size='10'
|
|
terminal_opacity='1.0'
|
|
|
|
# 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'
|
|
|
|
# Dunst
|
|
dunst_width='300'
|
|
dunst_height='80'
|
|
dunst_offset='20x58'
|
|
dunst_origin='bottom-right'
|
|
dunst_font='Iosevka Custom 9'
|
|
dunst_border='2'
|
|
dunst_separator='2'
|
|
|