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>
|
|
#
|
|
# Forest Theme
|
|
# ------------------------------------------------------------------------------
|
|
|
|
# Colors
|
|
background='#000000'
|
|
foreground='#ffffff'
|
|
color0='#000000'
|
|
color1='#3B4252'
|
|
color2='#BF616A'
|
|
color3='#A3BE8C'
|
|
color4='#EBCB8B'
|
|
color5='#81A1C1'
|
|
color6='#88C0D0'
|
|
color7='#ffffff'
|
|
color8='#4C566A'
|
|
color9='#BF616A'
|
|
color10='#A3BE8C'
|
|
color11='#EBCB8B'
|
|
color12='#81A1C1'
|
|
color13='#B48EAD'
|
|
color14='#8FBCBB'
|
|
color15='#ECEFF4'
|
|
|
|
accent='#00BCD4'
|
|
light_value='0.05'
|
|
dark_value='0.30'
|
|
|
|
# Rofi
|
|
rofi_icon='Papirus-Apps'
|
|
|
|
# Terminal
|
|
terminal_font_name='JetBrainsMono Nerd Font'
|
|
terminal_font_size='14'
|
|
terminal_opacity='0.8'
|
|
|
|
# Geany
|
|
geany_colors='black.conf'
|
|
geany_font='JetBrains Mono 16'
|
|
|
|
# Appearance
|
|
gtk_font='JetBrainsMono Nerd Fon 13'
|
|
gtk_theme='Windows-10-Dark'
|
|
icon_theme='Colloid-grey-dark'
|
|
cursor_theme='Pear'
|
|
|
|
# Dunst
|
|
dunst_width='300'
|
|
dunst_height='80'
|
|
dunst_offset='10x40'
|
|
dunst_origin='top-right'
|
|
dunst_font='Iosevka Custom 11'
|
|
dunst_border='2'
|
|
dunst_separator='2'
|