GlossyApertures/source/templates/colorscheme-dark-adwaita-ya...

58 lines
1.5 KiB
Bash
Executable File

#! /bin/bash
# This file contains a color scheme for ClearCrystal dark (default)
# To use it, follow these steps:
# 1. execute ./use_scheme.sh <this_file_name>
# (this processes templates to create some files, which are then copyied to their respective source directory)
# 2. go up one directory, to "source", and execute "./compile.sh light" or "./compile.sh dark" depending on whether the theme is light or dark
# Yaru dark: Dark, with orange accents, based on Adwaita
vwindow_fg="#F0F0F0"
vwindow_bg="#353535"
vtext_widget_fg="#F0F0F0"
vtext_widget_bg="#303030"
vselected_fg="#ffffff"
vselected_bg="#da6238"
vbutton_fg="#ffffff"
vbutton_bg="#313131"
vbutton_checked_fg="#ffffff"
vbutton_checked_bg="#131313"
vdisabled_fg="#A79A9A"
vdisabled_bg="#352F2F"
# Usually an automatic fg color on these backgrounds should check this value!
vwarningc="#f57900"
verrorc="#CC0000"
vsuccessc="#33d17a"
vtitlebar_active_fg="#ffffff"
vtitlebar_active_bg="#2C2C2C"
vtitlebar_backdrop_fg="#C2C2C2"
vtitlebar_backdrop_bg=$vwindow_bg
vhint_fg="#B7C9E2"
vhint_bg="#33383F"
vosd_fg=$vhint_fg
vosd_bg=$vhint_bg
vlink_fg="#99A2F1"
vlink_visited_fg="#dc8add"
vbutton_radius="0px"
vwindow_radius="0px"
# export vwindow_fg vwindow_bg vtext_widget_fg vtext_widget_bg vselected_fg vselected_bg vbutton_fg vbutton_bg vbutton_checked_bg vbutton_checked_fg vdisabled_fg vdisabled_bg vwarningc verrorc vsuccessc vtitlebar_active_fg vtitlebar_active_bg vtitlebar_backdrop_fg vtitlebar_backdrop_bg vhint_fg vhint_bg vosd_fg vosd_bg vlink_fg vlink_visited_fg