mirror of
https://github.com/danbulant/dotfiles
synced 2026-06-09 09:40:26 +00:00
63 lines
1.2 KiB
Bash
63 lines
1.2 KiB
Bash
# -----------------------------------------------------------------------------
|
|
# Copyright (C) 2020-2022 Aditya Shakya <adi1090x@gmail.com>
|
|
# Everyone is permitted to copy and distribute copies of this file under GNU-GPL3
|
|
#
|
|
# Keyboards color scheme
|
|
# -----------------------------------------------------------------------------
|
|
|
|
# Colors
|
|
background='#1d1f28'
|
|
foreground='#fdfdfd'
|
|
color0='#282a36'
|
|
color1='#f37f97'
|
|
color2='#5adecd'
|
|
color3='#f2a272'
|
|
color4='#8897f4'
|
|
color5='#c574dd'
|
|
color6='#79e6f3'
|
|
color7='#fdfdfd'
|
|
color8='#414458'
|
|
color9='#ff4971'
|
|
color10='#26CDB8'
|
|
color11='#ff8037'
|
|
color12='#556fff'
|
|
color13='#b043d1'
|
|
color14='#3fdcee'
|
|
color15='#bebec1'
|
|
|
|
cursor='#fdfdfd'
|
|
|
|
element_bg='#1F252B'
|
|
element_fg='#F0FBF8'
|
|
element_hl='#B4A1DB'
|
|
|
|
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='0.8'
|
|
|
|
# Geany
|
|
geany_colors='keyboards.conf'
|
|
geany_font='JetBrains Mono 10'
|
|
|
|
# Appearance
|
|
gtk_font='Noto Sans 9'
|
|
gtk_theme='Sweet-Dark'
|
|
icon_theme='Zafiro-Purple'
|
|
cursor_theme='Vimix-Dark'
|
|
|
|
# Dunst
|
|
dunst_width='300'
|
|
dunst_height='80'
|
|
dunst_offset='20x20'
|
|
dunst_origin='top-right'
|
|
dunst_font='Iosevka Custom 9'
|
|
dunst_border='2'
|
|
dunst_separator='2'
|
|
|