mirror of
https://git.disroot.org/eudaimon/Simplewaita.git
synced 2026-03-09 20:21:07 +00:00
Added new color schemes
This commit is contained in:
parent
f673429780
commit
4f036e6565
21 changed files with 1098 additions and 3 deletions
53
source/templates/colorscheme-Soil_dark.sh
Executable file
53
source/templates/colorscheme-Soil_dark.sh
Executable file
|
|
@ -0,0 +1,53 @@
|
|||
#! /bin/bash
|
||||
|
||||
# This file contains a color scheme for Skewaita GTK theme
|
||||
# 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
|
||||
|
||||
|
||||
# Soil colors: dark gray, with green accents, readable and easy on the eyes
|
||||
|
||||
vwindow_fg="#c0c0c0"
|
||||
vwindow_bg="#3f3e3e"
|
||||
vtext_widget_fg="#b0b0b0"
|
||||
vtext_widget_bg="#2d2c2c"
|
||||
|
||||
vselected_fg="#b5f08f"
|
||||
vselected_bg="#669900"
|
||||
|
||||
vbutton_fg=$vtext_widget_fg
|
||||
vbutton_bg="#343F37"
|
||||
vbutton_checked_bg=$vselected_bg
|
||||
vbutton_checked_fg=$vselected_fg
|
||||
|
||||
|
||||
vdisabled_fg="#a14242"
|
||||
vdisabled_bg="#482B2B"
|
||||
|
||||
# Usually an automatic fg color on these backgrounds should check this value!
|
||||
|
||||
vwarningc="#f57900"
|
||||
verrorc="#CC0000"
|
||||
vsuccessc="#33d17a"
|
||||
|
||||
|
||||
vtitlebar_active_fg=$vselected_fg
|
||||
vtitlebar_active_bg=$vselected_bg
|
||||
|
||||
vtitlebar_backdrop_fg=$vwindow_fg
|
||||
vtitlebar_backdrop_bg=$vwindow_bg
|
||||
|
||||
vhint_fg="#5696c1"
|
||||
vhint_bg="#25456e"
|
||||
|
||||
vosd_fg=$vhint_fg
|
||||
vosd_bg=$vhint_bg
|
||||
|
||||
vlink_fg="#99c1f1"
|
||||
vlink_visited_fg="#dc8add"
|
||||
|
||||
|
||||
# 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
|
||||
|
||||
56
source/templates/colorscheme-dark-ClearCrystal-less_dark.sh
Executable file
56
source/templates/colorscheme-dark-ClearCrystal-less_dark.sh
Executable file
|
|
@ -0,0 +1,56 @@
|
|||
#! /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
|
||||
|
||||
|
||||
# Soil colors but less dark: dark gray, with green accents, readable and easy on the eyes
|
||||
|
||||
vwindow_fg="#ffffff"
|
||||
vwindow_bg="#6d6d6d"
|
||||
vtext_widget_fg="#ffffff"
|
||||
vtext_widget_bg="#555555"
|
||||
|
||||
vselected_fg="#d1ff96"
|
||||
vselected_bg="#669900"
|
||||
|
||||
vbutton_fg=$vtext_widget_fg
|
||||
vbutton_bg="#5f6c5e"
|
||||
vbutton_checked_bg=$vselected_bg
|
||||
vbutton_checked_fg=$vselected_fg
|
||||
|
||||
|
||||
vdisabled_fg="#c0977e"
|
||||
vdisabled_bg="#685c56"
|
||||
|
||||
# Usually an automatic fg color on these backgrounds should check this value!
|
||||
|
||||
vwarningc="#f57900"
|
||||
verrorc="#CC0000"
|
||||
vsuccessc="#33d17a"
|
||||
|
||||
|
||||
vtitlebar_active_fg=$vselected_fg
|
||||
vtitlebar_active_bg="#507800"
|
||||
|
||||
vtitlebar_backdrop_fg=$vwindow_fg
|
||||
vtitlebar_backdrop_bg=$vwindow_bg
|
||||
|
||||
vhint_fg="#66cbec"
|
||||
vhint_bg="#203d79"
|
||||
|
||||
vosd_fg=$vhint_fg
|
||||
vosd_bg=$vhint_bg
|
||||
|
||||
vlink_fg="#99c1f1"
|
||||
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
|
||||
|
||||
56
source/templates/colorscheme-dark-ClearCrystal-neutral.sh
Normal file
56
source/templates/colorscheme-dark-ClearCrystal-neutral.sh
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
#! /bin/bash
|
||||
|
||||
# This file contains a color scheme for Skewaita GTK theme
|
||||
# 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
|
||||
|
||||
|
||||
# Soil colors: dark gray, with green accents, readable and easy on the eyes
|
||||
|
||||
vwindow_fg="#EDF0F5"
|
||||
vwindow_bg="#3f3e3e"
|
||||
vtext_widget_fg="#EDF0F5"
|
||||
vtext_widget_bg="#323232"
|
||||
|
||||
vselected_fg="#ffffff"
|
||||
vselected_bg="#769830"
|
||||
|
||||
vbutton_fg=$vtext_widget_fg
|
||||
vbutton_bg="#585858"
|
||||
vbutton_checked_bg=$vselected_bg
|
||||
vbutton_checked_fg=$vselected_fg
|
||||
|
||||
|
||||
vdisabled_fg="#7b7b7b"
|
||||
vdisabled_bg="#494949"
|
||||
|
||||
# Usually an automatic fg color on these backgrounds should check this value!
|
||||
|
||||
vwarningc="#f57900"
|
||||
verrorc="#CC0000"
|
||||
vsuccessc="#33d17a"
|
||||
|
||||
|
||||
vtitlebar_active_fg=$vselected_fg
|
||||
vtitlebar_active_bg="#768556"
|
||||
|
||||
vtitlebar_backdrop_fg=$vwindow_fg
|
||||
vtitlebar_backdrop_bg=$vwindow_bg
|
||||
|
||||
vhint_fg="#66cbec"
|
||||
vhint_bg="#203d79"
|
||||
|
||||
vosd_fg=$vhint_fg
|
||||
vosd_bg=$vhint_bg
|
||||
|
||||
vlink_fg="#99c1f1"
|
||||
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
|
||||
|
||||
56
source/templates/colorscheme-dark-ClearCrystal.sh
Executable file
56
source/templates/colorscheme-dark-ClearCrystal.sh
Executable file
|
|
@ -0,0 +1,56 @@
|
|||
#! /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
|
||||
|
||||
|
||||
# Soil colors: dark gray, with green accents, readable and easy on the eyes
|
||||
|
||||
vwindow_fg="#EDF0F5"
|
||||
vwindow_bg="#3f3e3e"
|
||||
vtext_widget_fg="#EDF0F5"
|
||||
vtext_widget_bg="#323232"
|
||||
|
||||
vselected_fg="#d1ff96"
|
||||
vselected_bg="#669900"
|
||||
|
||||
vbutton_fg=$vtext_widget_fg
|
||||
vbutton_bg="#4e584d"
|
||||
vbutton_checked_bg=$vselected_bg
|
||||
vbutton_checked_fg=$vselected_fg
|
||||
|
||||
|
||||
vdisabled_fg="#7c675a"
|
||||
vdisabled_bg="#493e37"
|
||||
|
||||
# Usually an automatic fg color on these backgrounds should check this value!
|
||||
|
||||
vwarningc="#f57900"
|
||||
verrorc="#CC0000"
|
||||
vsuccessc="#33d17a"
|
||||
|
||||
|
||||
vtitlebar_active_fg=$vselected_fg
|
||||
vtitlebar_active_bg="#365200"
|
||||
|
||||
vtitlebar_backdrop_fg=$vwindow_fg
|
||||
vtitlebar_backdrop_bg=$vwindow_bg
|
||||
|
||||
vhint_fg="#66cbec"
|
||||
vhint_bg="#203d79"
|
||||
|
||||
vosd_fg=$vhint_fg
|
||||
vosd_bg=$vhint_bg
|
||||
|
||||
vlink_fg="#99c1f1"
|
||||
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
|
||||
|
||||
56
source/templates/colorscheme-dark-KvCyan.sh
Executable file
56
source/templates/colorscheme-dark-KvCyan.sh
Executable file
|
|
@ -0,0 +1,56 @@
|
|||
#! /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
|
||||
|
||||
|
||||
# KvCyan: dark cyan, with brighter cyan accents, readable and easy on the eyes, based on Kvantum's KvCyan theme.
|
||||
|
||||
vwindow_fg="#ffffff"
|
||||
vwindow_bg="#344d5b"
|
||||
vtext_widget_fg="#ffffff"
|
||||
vtext_widget_bg="#232332"
|
||||
|
||||
vselected_fg="#ffffff"
|
||||
vselected_bg="#006d8c"
|
||||
|
||||
vbutton_fg=$vtext_widget_fg
|
||||
vbutton_bg="#2e404a"
|
||||
vbutton_checked_bg=$vselected_bg
|
||||
vbutton_checked_fg=$vselected_fg
|
||||
|
||||
|
||||
vdisabled_fg="#A7A7A7"
|
||||
vdisabled_bg="#30363A"
|
||||
|
||||
# Usually an automatic fg color on these backgrounds should check this value!
|
||||
|
||||
vwarningc="#f57900"
|
||||
verrorc="#CC0000"
|
||||
vsuccessc="#33d17a"
|
||||
|
||||
|
||||
vtitlebar_active_fg=$vselected_fg
|
||||
vtitlebar_active_bg="#344d5b"
|
||||
|
||||
vtitlebar_backdrop_fg=$vwindow_fg
|
||||
vtitlebar_backdrop_bg=$vwindow_bg
|
||||
|
||||
vhint_fg="#76D5F5"
|
||||
vhint_bg="#003553"
|
||||
|
||||
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
|
||||
|
||||
56
source/templates/colorscheme-dark-Pandora.sh
Executable file
56
source/templates/colorscheme-dark-Pandora.sh
Executable file
|
|
@ -0,0 +1,56 @@
|
|||
#! /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
|
||||
|
||||
|
||||
# Pandora: midnightblue ish with purple accents and green buttons
|
||||
|
||||
vwindow_fg="#12c3e9"
|
||||
vwindow_bg="#162748"
|
||||
vtext_widget_fg="#28D7FF"
|
||||
vtext_widget_bg="#17184f"
|
||||
|
||||
vselected_fg="#7CE7FF"
|
||||
vselected_bg="#6823f1"
|
||||
|
||||
vbutton_fg="#05d75b"
|
||||
vbutton_bg="#09483c"
|
||||
vbutton_checked_fg="#32f291"
|
||||
vbutton_checked_bg="#00751b"
|
||||
|
||||
|
||||
vdisabled_fg="#A50052"
|
||||
vdisabled_bg="#520B2E"
|
||||
|
||||
# Usually an automatic fg color on these backgrounds should check this value!
|
||||
|
||||
vwarningc="#F5BC00"
|
||||
verrorc="#FF0000"
|
||||
vsuccessc="#87D133"
|
||||
|
||||
|
||||
vtitlebar_active_fg="#32f291"
|
||||
vtitlebar_active_bg=$vwindow_bg
|
||||
|
||||
vtitlebar_backdrop_fg="#229159"
|
||||
vtitlebar_backdrop_bg=$vwindow_bg
|
||||
|
||||
vhint_fg="#ADFFF8"
|
||||
vhint_bg="#34005F"
|
||||
|
||||
vosd_fg=$vhint_fg
|
||||
vosd_bg=$vhint_bg
|
||||
|
||||
vlink_fg="#AEB6FF"
|
||||
vlink_visited_fg="#FD99FF"
|
||||
|
||||
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
|
||||
|
||||
57
source/templates/colorscheme-dark-adwaita-yaru.sh
Executable file
57
source/templates/colorscheme-dark-adwaita-yaru.sh
Executable file
|
|
@ -0,0 +1,57 @@
|
|||
#! /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
|
||||
|
||||
57
source/templates/colorscheme-dark-adwaita.sh
Executable file
57
source/templates/colorscheme-dark-adwaita.sh
Executable file
|
|
@ -0,0 +1,57 @@
|
|||
#! /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
|
||||
|
||||
|
||||
# Dark adwaia: dark blue accents, based on Awaita-dark.
|
||||
|
||||
vwindow_fg="#F0F0F0"
|
||||
vwindow_bg="#353535"
|
||||
vtext_widget_fg="#F0F0F0"
|
||||
vtext_widget_bg="#303030"
|
||||
|
||||
vselected_fg="#ffffff"
|
||||
vselected_bg="#15539e"
|
||||
|
||||
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
|
||||
|
||||
56
source/templates/colorscheme-dark-debian.sh
Executable file
56
source/templates/colorscheme-dark-debian.sh
Executable file
|
|
@ -0,0 +1,56 @@
|
|||
#! /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
|
||||
|
||||
|
||||
# DarkDebian: dark with Debian base color accents, based on Kvantum's DarkRed theme.
|
||||
|
||||
vwindow_fg="#ffffff"
|
||||
vwindow_bg="#4f4f4f"
|
||||
vtext_widget_fg="#ffffff"
|
||||
vtext_widget_bg="#2e2e2e"
|
||||
|
||||
vselected_fg="#ffffff"
|
||||
vselected_bg="#a80030"
|
||||
|
||||
vbutton_fg=$vtext_widget_fg
|
||||
vbutton_bg="#3b3b3b"
|
||||
vbutton_checked_bg=$vselected_bg
|
||||
vbutton_checked_fg=$vselected_fg
|
||||
|
||||
|
||||
vdisabled_fg="#A7A7A7"
|
||||
vdisabled_bg="#5E5E5E"
|
||||
|
||||
# Usually an automatic fg color on these backgrounds should check this value!
|
||||
|
||||
vwarningc="#F5BC00"
|
||||
verrorc="#FF5E00"
|
||||
vsuccessc="#38D133"
|
||||
|
||||
|
||||
vtitlebar_active_fg=$vselected_fg
|
||||
vtitlebar_active_bg="#633133"
|
||||
|
||||
vtitlebar_backdrop_fg=$vwindow_fg
|
||||
vtitlebar_backdrop_bg=$vwindow_bg
|
||||
|
||||
vhint_fg="#DFABBA"
|
||||
vhint_bg="#313131"
|
||||
|
||||
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
|
||||
|
||||
56
source/templates/colorscheme-dark-forest.sh
Executable file
56
source/templates/colorscheme-dark-forest.sh
Executable file
|
|
@ -0,0 +1,56 @@
|
|||
#! /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
|
||||
|
||||
|
||||
# Soil colors: dark gray, with green accents, readable and easy on the eyes
|
||||
|
||||
vwindow_fg="#e6e6fa"
|
||||
vwindow_bg="#424242"
|
||||
vtext_widget_fg="#EDF0F5"
|
||||
vtext_widget_bg="#5b5b5b"
|
||||
|
||||
vselected_fg="#d1ff96"
|
||||
vselected_bg="#669900"
|
||||
|
||||
vbutton_fg=$vtext_widget_fg
|
||||
vbutton_bg="#584d47"
|
||||
vbutton_checked_bg=$vselected_bg
|
||||
vbutton_checked_fg=$vselected_fg
|
||||
|
||||
|
||||
vdisabled_fg="#817A7A"
|
||||
vdisabled_bg="#4B4B4B"
|
||||
|
||||
# Usually an automatic fg color on these backgrounds should check this value!
|
||||
|
||||
vwarningc="#f57900"
|
||||
verrorc="#CC0000"
|
||||
vsuccessc="#33d17a"
|
||||
|
||||
|
||||
vtitlebar_active_fg="#71e4e0"
|
||||
vtitlebar_active_bg="#375153"
|
||||
|
||||
vtitlebar_backdrop_fg=$vtitlebar_active_fg
|
||||
vtitlebar_backdrop_bg="#455050"
|
||||
|
||||
vhint_fg="#CFEC66"
|
||||
vhint_bg="#1A5212"
|
||||
|
||||
vosd_fg=$vhint_fg
|
||||
vosd_bg=$vhint_bg
|
||||
|
||||
vlink_fg="#99c1f1"
|
||||
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
|
||||
|
||||
56
source/templates/colorscheme-dark-matrix.sh
Normal file
56
source/templates/colorscheme-dark-matrix.sh
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
#! /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
|
||||
|
||||
|
||||
# Dark Yellow: dark with yellow base color accents, based on Kvantum's DarkRed theme.
|
||||
|
||||
vwindow_fg="#00ff00"
|
||||
vwindow_bg="#000F00"
|
||||
vtext_widget_fg="#00ff00"
|
||||
vtext_widget_bg="#002000"
|
||||
|
||||
vselected_fg="#99ff99"
|
||||
vselected_bg="#00BB00"
|
||||
|
||||
vbutton_fg=$vtext_widget_fg
|
||||
vbutton_bg="#004400"
|
||||
vbutton_checked_bg=$vselected_bg
|
||||
vbutton_checked_fg=$vselected_fg
|
||||
|
||||
|
||||
vdisabled_fg="#AA0000"
|
||||
vdisabled_bg="#420000"
|
||||
|
||||
# Usually an automatic fg color on these backgrounds should check this value!
|
||||
|
||||
vwarningc="#F1F500"
|
||||
verrorc="#FF7B00"
|
||||
vsuccessc="#00FFC8"
|
||||
|
||||
|
||||
vtitlebar_active_fg="#00ff00"
|
||||
vtitlebar_active_bg="#008800"
|
||||
|
||||
vtitlebar_backdrop_fg="#00DD00"
|
||||
vtitlebar_backdrop_bg="#004400"
|
||||
|
||||
vhint_fg="#00ff00"
|
||||
vhint_bg="#004E00"
|
||||
|
||||
vosd_fg=$vhint_fg
|
||||
vosd_bg=$vhint_bg
|
||||
|
||||
vlink_fg="#74FFF8"
|
||||
vlink_visited_fg="#FD9EFF"
|
||||
|
||||
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
|
||||
|
||||
56
source/templates/colorscheme-dark-red.sh
Executable file
56
source/templates/colorscheme-dark-red.sh
Executable file
|
|
@ -0,0 +1,56 @@
|
|||
#! /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
|
||||
|
||||
|
||||
# DarkRed: dark with red accents, based on Kvantum's DarkRed theme.
|
||||
|
||||
vwindow_fg="#ffffff"
|
||||
vwindow_bg="#3f3f3f"
|
||||
vtext_widget_fg="#ffffff"
|
||||
vtext_widget_bg="#2e2e2e"
|
||||
|
||||
vselected_fg="#ffffff"
|
||||
vselected_bg="#a11014"
|
||||
|
||||
vbutton_fg=$vtext_widget_fg
|
||||
vbutton_bg="#333333"
|
||||
vbutton_checked_bg=$vselected_bg
|
||||
vbutton_checked_fg=$vselected_fg
|
||||
|
||||
|
||||
vdisabled_fg="#A7A7A7"
|
||||
vdisabled_bg="#404040"
|
||||
|
||||
# Usually an automatic fg color on these backgrounds should check this value!
|
||||
|
||||
vwarningc="#F5BC00"
|
||||
verrorc="#FF5E00"
|
||||
vsuccessc="#38D133"
|
||||
|
||||
|
||||
vtitlebar_active_fg=$vselected_fg
|
||||
vtitlebar_active_bg="#633133"
|
||||
|
||||
vtitlebar_backdrop_fg=$vwindow_fg
|
||||
vtitlebar_backdrop_bg=$vwindow_bg
|
||||
|
||||
vhint_fg="#DBDBB6"
|
||||
vhint_bg="#000000"
|
||||
|
||||
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
|
||||
|
||||
56
source/templates/colorscheme-dark-yellow.sh
Normal file
56
source/templates/colorscheme-dark-yellow.sh
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
#! /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
|
||||
|
||||
|
||||
# Dark Yellow: dark with yellow base color accents, based on Kvantum's DarkRed theme.
|
||||
|
||||
vwindow_fg="#ffffff"
|
||||
vwindow_bg="#333333"
|
||||
vtext_widget_fg="#ffffff"
|
||||
vtext_widget_bg="#2e2e2e"
|
||||
|
||||
vselected_fg="#000000"
|
||||
vselected_bg="#FFEE00"
|
||||
|
||||
vbutton_fg=$vtext_widget_fg
|
||||
vbutton_bg="#464646"
|
||||
vbutton_checked_bg=$vselected_bg
|
||||
vbutton_checked_fg=$vselected_fg
|
||||
|
||||
|
||||
vdisabled_fg="#929292"
|
||||
vdisabled_bg="#2E2828"
|
||||
|
||||
# Usually an automatic fg color on these backgrounds should check this value!
|
||||
|
||||
vwarningc="#F59F00"
|
||||
verrorc="#DD1A00"
|
||||
vsuccessc="#33D168"
|
||||
|
||||
|
||||
vtitlebar_active_fg="#ffffff"
|
||||
vtitlebar_active_bg="#5C570F"
|
||||
|
||||
vtitlebar_backdrop_fg=$vwindow_fg
|
||||
vtitlebar_backdrop_bg=$vwindow_bg
|
||||
|
||||
vhint_fg="#FFF495"
|
||||
vhint_bg="#362E00"
|
||||
|
||||
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
|
||||
|
||||
53
source/templates/colorscheme-light-ClearCrystal.sh
Executable file
53
source/templates/colorscheme-light-ClearCrystal.sh
Executable file
|
|
@ -0,0 +1,53 @@
|
|||
#! /bin/bash
|
||||
|
||||
# This file contains a color scheme for ClearCrystal light
|
||||
# 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
|
||||
|
||||
|
||||
# Original Skewaita: light, with grayish tones and light green accents, VERY easy on the eyes
|
||||
|
||||
vwindow_fg="#241f31"
|
||||
vwindow_bg="#a7a7a7"
|
||||
vtext_widget_fg="#241f31"
|
||||
vtext_widget_bg="#b5b5b5"
|
||||
|
||||
vselected_fg="#d1ff96"
|
||||
vselected_bg="#456800"
|
||||
|
||||
vbutton_fg="#241f31"
|
||||
vbutton_bg="#bcbeb9"
|
||||
vbutton_checked_bg=$vselected_bg
|
||||
vbutton_checked_fg=$vselected_fg
|
||||
|
||||
|
||||
vdisabled_fg="#552222"
|
||||
vdisabled_bg="#938989"
|
||||
|
||||
# Usually an automatic fg color on these backgrounds should check this value!
|
||||
|
||||
vwarningc="#f57900"
|
||||
verrorc="#990000"
|
||||
vsuccessc="#73d216"
|
||||
|
||||
|
||||
vtitlebar_active_fg="#000000"
|
||||
vtitlebar_active_bg="#8B9772"
|
||||
|
||||
vtitlebar_backdrop_fg=$vwindow_fg
|
||||
vtitlebar_backdrop_bg=$vwindow_bg
|
||||
|
||||
vhint_fg="#002269"
|
||||
vhint_bg="#6789b4"
|
||||
|
||||
vosd_fg=$vhint_fg
|
||||
vosd_bg=$vhint_bg
|
||||
|
||||
vlink_fg="#004B91"
|
||||
vlink_visited_fg="#680091"
|
||||
|
||||
|
||||
# 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
|
||||
|
||||
|
|
@ -48,9 +48,6 @@ vosd_bg=$vhint_bg
|
|||
vlink_fg="#004B91"
|
||||
vlink_visited_fg="#680091"
|
||||
|
||||
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
|
||||
|
||||
53
source/templates/colorscheme-light-adwaita.sh
Normal file
53
source/templates/colorscheme-light-adwaita.sh
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
#! /bin/bash
|
||||
|
||||
# This file contains a color scheme for GlossyApertures theme
|
||||
# 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
|
||||
|
||||
|
||||
# Light greenyellow: light, with grayish tones and greenyellow accents, easy on the eyes
|
||||
|
||||
vwindow_fg="#1d1d1d"
|
||||
vwindow_bg="#f6f5f4"
|
||||
vtext_widget_fg="#1d1d1d"
|
||||
vtext_widget_bg="#fcfcfc"
|
||||
|
||||
vselected_fg="#FFFFFF"
|
||||
vselected_bg="#3584e4"
|
||||
|
||||
vbutton_fg="#1d1d1d"
|
||||
vbutton_bg="#EEEDED"
|
||||
vbutton_checked_bg="#c4beb8"
|
||||
vbutton_checked_fg="#000000"
|
||||
|
||||
|
||||
vdisabled_fg="#807a6a"
|
||||
vdisabled_bg="#E6E0D7"
|
||||
|
||||
# Usually an automatic fg color on these backgrounds should check this value!
|
||||
|
||||
vwarningc="#e17800"
|
||||
verrorc="#df0000"
|
||||
vsuccessc="#13D2A2"
|
||||
|
||||
|
||||
vtitlebar_active_fg=$vwindow_fg
|
||||
vtitlebar_active_bg="#EEEDED"
|
||||
|
||||
vtitlebar_backdrop_fg=$vwindow_fg
|
||||
vtitlebar_backdrop_bg=$vwindow_bg
|
||||
|
||||
vhint_fg="#132933"
|
||||
vhint_bg="#CAD3EB"
|
||||
|
||||
vosd_fg=$vhint_fg
|
||||
vosd_bg=$vhint_bg
|
||||
|
||||
vlink_fg="#004B91"
|
||||
vlink_visited_fg="#680091"
|
||||
|
||||
|
||||
# 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
|
||||
|
||||
53
source/templates/colorscheme-light-blue.sh
Executable file
53
source/templates/colorscheme-light-blue.sh
Executable file
|
|
@ -0,0 +1,53 @@
|
|||
#! /bin/bash
|
||||
|
||||
# This file contains a color scheme for GlossyApertures theme
|
||||
# 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
|
||||
|
||||
|
||||
# GlossyApertures: light, with grayish tones and blueish cyan accents, easy on the eyes
|
||||
|
||||
vwindow_fg="#1d1d1d"
|
||||
vwindow_bg="#c9c9c9"
|
||||
vtext_widget_fg="#1d1d1d"
|
||||
vtext_widget_bg="#e5e5e5"
|
||||
|
||||
vselected_fg="#000000"
|
||||
vselected_bg="#9dccff"
|
||||
|
||||
vbutton_fg="#1d1d1d"
|
||||
vbutton_bg="#d3d3d3"
|
||||
vbutton_checked_bg=$vselected_bg
|
||||
vbutton_checked_fg=$vselected_fg
|
||||
|
||||
|
||||
vdisabled_fg="#552222"
|
||||
vdisabled_bg="#c7bebe"
|
||||
|
||||
# Usually an automatic fg color on these backgrounds should check this value!
|
||||
|
||||
vwarningc="#e17800"
|
||||
verrorc="#df0000"
|
||||
vsuccessc="#13d272"
|
||||
|
||||
|
||||
vtitlebar_active_fg=$vselected_fg
|
||||
vtitlebar_active_bg="#9bb5d2"
|
||||
|
||||
vtitlebar_backdrop_fg=$vwindow_fg
|
||||
vtitlebar_backdrop_bg=$vwindow_bg
|
||||
|
||||
vhint_fg="#504300"
|
||||
vhint_bg="#ffffa4"
|
||||
|
||||
vosd_fg=$vhint_fg
|
||||
vosd_bg=$vhint_bg
|
||||
|
||||
vlink_fg="#004B91"
|
||||
vlink_visited_fg="#680091"
|
||||
|
||||
|
||||
# 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
|
||||
|
||||
53
source/templates/colorscheme-light-debian.sh
Normal file
53
source/templates/colorscheme-light-debian.sh
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
#! /bin/bash
|
||||
|
||||
# This file contains a color scheme for GlossyApertures theme
|
||||
# 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
|
||||
|
||||
|
||||
# Light Turquoise: light, with grayish tones and turquoise accents, easy on the eyes
|
||||
|
||||
vwindow_fg="#1d1d1d"
|
||||
vwindow_bg="#c9c9c9"
|
||||
vtext_widget_fg="#1d1d1d"
|
||||
vtext_widget_bg="#e5e5e5"
|
||||
|
||||
vselected_fg="#ffffff"
|
||||
vselected_bg="#a80030"
|
||||
|
||||
vbutton_fg="#1d1d1d"
|
||||
vbutton_bg="#d3d3d3"
|
||||
vbutton_checked_bg=$vselected_bg
|
||||
vbutton_checked_fg=$vselected_fg
|
||||
|
||||
|
||||
vdisabled_fg="#807a6a"
|
||||
vdisabled_bg="#c3bbaf"
|
||||
|
||||
# Usually an automatic fg color on these backgrounds should check this value!
|
||||
|
||||
vwarningc="#e17800"
|
||||
verrorc="#df0000"
|
||||
vsuccessc="#6FD213"
|
||||
|
||||
|
||||
vtitlebar_active_fg="#ffffff"
|
||||
vtitlebar_active_bg="#C2355D"
|
||||
|
||||
vtitlebar_backdrop_fg=$vwindow_fg
|
||||
vtitlebar_backdrop_bg=$vwindow_bg
|
||||
|
||||
vhint_fg="#132933"
|
||||
vhint_bg="#A4E2FF"
|
||||
|
||||
vosd_fg=$vhint_fg
|
||||
vosd_bg=$vhint_bg
|
||||
|
||||
vlink_fg="#004B91"
|
||||
vlink_visited_fg="#680091"
|
||||
|
||||
|
||||
# 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
|
||||
|
||||
53
source/templates/colorscheme-light-greenyellow.sh
Normal file
53
source/templates/colorscheme-light-greenyellow.sh
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
#! /bin/bash
|
||||
|
||||
# This file contains a color scheme for GlossyApertures theme
|
||||
# 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
|
||||
|
||||
|
||||
# Light greenyellow: light, with grayish tones and greenyellow accents, easy on the eyes
|
||||
|
||||
vwindow_fg="#1d1d1d"
|
||||
vwindow_bg="#c9c9c9"
|
||||
vtext_widget_fg="#1d1d1d"
|
||||
vtext_widget_bg="#e5e5e5"
|
||||
|
||||
vselected_fg="#000000"
|
||||
vselected_bg="#B1FF67"
|
||||
|
||||
vbutton_fg="#1d1d1d"
|
||||
vbutton_bg="#d3d3d3"
|
||||
vbutton_checked_bg=$vselected_bg
|
||||
vbutton_checked_fg=$vselected_fg
|
||||
|
||||
|
||||
vdisabled_fg="#807a6a"
|
||||
vdisabled_bg="#c3bbaf"
|
||||
|
||||
# Usually an automatic fg color on these backgrounds should check this value!
|
||||
|
||||
vwarningc="#e17800"
|
||||
verrorc="#df0000"
|
||||
vsuccessc="#13D2A2"
|
||||
|
||||
|
||||
vtitlebar_active_fg=$vwindow_fg
|
||||
vtitlebar_active_bg="#C4E7A3"
|
||||
|
||||
vtitlebar_backdrop_fg=$vwindow_fg
|
||||
vtitlebar_backdrop_bg=$vwindow_bg
|
||||
|
||||
vhint_fg="#132933"
|
||||
vhint_bg="#A4E2FF"
|
||||
|
||||
vosd_fg=$vhint_fg
|
||||
vosd_bg=$vhint_bg
|
||||
|
||||
vlink_fg="#004B91"
|
||||
vlink_visited_fg="#680091"
|
||||
|
||||
|
||||
# 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
|
||||
|
||||
53
source/templates/colorscheme-light-turquoise-darker.sh
Normal file
53
source/templates/colorscheme-light-turquoise-darker.sh
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
#! /bin/bash
|
||||
|
||||
# This file contains a color scheme for GlossyApertures theme
|
||||
# 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
|
||||
|
||||
|
||||
# Light Turquoise: light, with grayish tones and turquoise accents, easy on the eyes
|
||||
|
||||
vwindow_fg="#1d1d1d"
|
||||
vwindow_bg="#bbbbbb"
|
||||
vtext_widget_fg="#1d1d1d"
|
||||
vtext_widget_bg="#CCCCCC"
|
||||
|
||||
vselected_fg="#000000"
|
||||
vselected_bg="#38E7B6"
|
||||
|
||||
vbutton_fg="#1d1d1d"
|
||||
vbutton_bg="#dddddd"
|
||||
vbutton_checked_bg=$vselected_bg
|
||||
vbutton_checked_fg=$vselected_fg
|
||||
|
||||
|
||||
vdisabled_fg="#807a6a"
|
||||
vdisabled_bg="#c3bbaf"
|
||||
|
||||
# Usually an automatic fg color on these backgrounds should check this value!
|
||||
|
||||
vwarningc="#e17800"
|
||||
verrorc="#df0000"
|
||||
vsuccessc="#6FD213"
|
||||
|
||||
|
||||
vtitlebar_active_fg=$vwindow_fg
|
||||
vtitlebar_active_bg="#9BDDCA"
|
||||
|
||||
vtitlebar_backdrop_fg=$vwindow_fg
|
||||
vtitlebar_backdrop_bg=$vwindow_bg
|
||||
|
||||
vhint_fg="#132933"
|
||||
vhint_bg="#A4E2FF"
|
||||
|
||||
vosd_fg=$vhint_fg
|
||||
vosd_bg=$vhint_bg
|
||||
|
||||
vlink_fg="#004B91"
|
||||
vlink_visited_fg="#680091"
|
||||
|
||||
|
||||
# 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
|
||||
|
||||
53
source/templates/colorscheme-light-turquoise.sh
Normal file
53
source/templates/colorscheme-light-turquoise.sh
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
#! /bin/bash
|
||||
|
||||
# This file contains a color scheme for GlossyApertures theme
|
||||
# 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
|
||||
|
||||
|
||||
# Light Turquoise: light, with grayish tones and turquoise accents, easy on the eyes
|
||||
|
||||
vwindow_fg="#1d1d1d"
|
||||
vwindow_bg="#c9c9c9"
|
||||
vtext_widget_fg="#1d1d1d"
|
||||
vtext_widget_bg="#e5e5e5"
|
||||
|
||||
vselected_fg="#000000"
|
||||
vselected_bg="#38E7B6"
|
||||
|
||||
vbutton_fg="#1d1d1d"
|
||||
vbutton_bg="#d3d3d3"
|
||||
vbutton_checked_bg=$vselected_bg
|
||||
vbutton_checked_fg=$vselected_fg
|
||||
|
||||
|
||||
vdisabled_fg="#807a6a"
|
||||
vdisabled_bg="#c3bbaf"
|
||||
|
||||
# Usually an automatic fg color on these backgrounds should check this value!
|
||||
|
||||
vwarningc="#e17800"
|
||||
verrorc="#df0000"
|
||||
vsuccessc="#6FD213"
|
||||
|
||||
|
||||
vtitlebar_active_fg=$vwindow_fg
|
||||
vtitlebar_active_bg="#9BDDCA"
|
||||
|
||||
vtitlebar_backdrop_fg=$vwindow_fg
|
||||
vtitlebar_backdrop_bg=$vwindow_bg
|
||||
|
||||
vhint_fg="#132933"
|
||||
vhint_bg="#A4E2FF"
|
||||
|
||||
vosd_fg=$vhint_fg
|
||||
vosd_bg=$vhint_bg
|
||||
|
||||
vlink_fg="#004B91"
|
||||
vlink_visited_fg="#680091"
|
||||
|
||||
|
||||
# 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue