mirror of
https://github.com/danbulant/dotfiles
synced 2026-05-19 04:18:55 +00:00
56 lines
1.1 KiB
Bash
56 lines
1.1 KiB
Bash
# ------------------------------------------------------------------------------
|
|
# Copyright (C) 2020-2022 Aditya Shakya <adi1090x@gmail.com>
|
|
#
|
|
# Default Theme
|
|
# ------------------------------------------------------------------------------
|
|
|
|
# Colors
|
|
background='#1E2128'
|
|
foreground='#ABB2BF'
|
|
color0='#32363D'
|
|
color1='#E06B74'
|
|
color2='#98C379'
|
|
color3='#E5C07A'
|
|
color4='#62AEEF'
|
|
color5='#C778DD'
|
|
color6='#55B6C2'
|
|
color7='#ABB2BF'
|
|
color8='#50545B'
|
|
color9='#EA757E'
|
|
color10='#A2CD83'
|
|
color11='#EFCA84'
|
|
color12='#6CB8F9'
|
|
color13='#D282E7'
|
|
color14='#5FC0CC'
|
|
color15='#B5BCC9'
|
|
|
|
accent='#5294E2'
|
|
light_value='0.05'
|
|
dark_value='0.30'
|
|
|
|
# Rofi
|
|
rofi_icon='Zafiro'
|
|
|
|
# Terminal
|
|
terminal_font_name='JetBrainsMono Nerd Font'
|
|
terminal_font_size='10'
|
|
terminal_opacity='1.0'
|
|
|
|
# Geany
|
|
geany_colors='arc.conf'
|
|
geany_font='JetBrains Mono 10'
|
|
|
|
# Appearance
|
|
gtk_font='Noto Sans 9'
|
|
gtk_theme='Arc-Dark'
|
|
icon_theme='Zafiro'
|
|
cursor_theme='Qogirr'
|
|
|
|
# Dunst
|
|
dunst_width='300'
|
|
dunst_height='80'
|
|
dunst_offset='10x48'
|
|
dunst_origin='top-right'
|
|
dunst_font='JetBrains Mono 10'
|
|
dunst_border='2'
|
|
dunst_separator='2'
|