mirror of
https://github.com/danbulant/dotfiles
synced 2026-06-06 16:20:48 +00:00
56 lines
1.1 KiB
Bash
56 lines
1.1 KiB
Bash
# ------------------------------------------------------------------------------
|
|
# Copyright (C) 2020-2022 Aditya Shakya <adi1090x@gmail.com>
|
|
#
|
|
# Adaptive Theme
|
|
# ------------------------------------------------------------------------------
|
|
|
|
# Colors
|
|
background='#222d32'
|
|
foreground='#c4c7c5'
|
|
color0='#263640'
|
|
color1='#ec7875'
|
|
color2='#61c766'
|
|
color3='#fdd835'
|
|
color4='#42a5f5'
|
|
color5='#ba68c8'
|
|
color6='#4dd0e1'
|
|
color7='#bfbaac'
|
|
color8='#4a697d'
|
|
color9='#fb8784'
|
|
color10='#70d675'
|
|
color11='#ffe744'
|
|
color12='#51b4ff'
|
|
color13='#c979d7'
|
|
color14='#5cdff0'
|
|
color15='#fdf6e3'
|
|
|
|
accent='#00BCD4'
|
|
light_value='0.15'
|
|
dark_value='0.30'
|
|
|
|
# Rofi
|
|
rofi_icon='Papirus-Apps'
|
|
|
|
# Terminal
|
|
terminal_font_name='JetBrainsMono Nerd Font'
|
|
terminal_font_size='10'
|
|
terminal_opacity='1.0'
|
|
|
|
# Geany
|
|
geany_colors='adapta.conf'
|
|
geany_font='JetBrains Mono 10'
|
|
|
|
# Appearance
|
|
gtk_font='Noto Sans 9'
|
|
gtk_theme='Adapta-Nokto'
|
|
icon_theme='Luv-Folders-Dark'
|
|
cursor_theme='Vimix'
|
|
|
|
# Dunst
|
|
dunst_width='300'
|
|
dunst_height='80'
|
|
dunst_offset='10x44'
|
|
dunst_origin='top-right'
|
|
dunst_font='Iosevka Custom 9'
|
|
dunst_border='2'
|
|
dunst_separator='2'
|