Fetch the gtk flatcolor theme folder from github
@ -1,4 +1,5 @@
|
||||
# Todolist {
|
||||
|
||||
feel free to contribute <3 ([CONTRIBUTING.md](CONTRIBUTING.md))
|
||||
|
||||
- [ ] Nixy
|
||||
@ -7,6 +8,7 @@ feel free to contribute <3 ([CONTRIBUTING.md](CONTRIBUTING.md))
|
||||
- [ ] Clipse: clipboard manager
|
||||
- [ ] Walker launcher implementation
|
||||
- [ ] Swaync implementation
|
||||
- [ ] Fetch the gtk flatcolor theme from github to make nixy lighter
|
||||
|
||||
- [ ] Qutebrowser
|
||||
- [ ] !!! Bitwarden integration (I need this.)
|
||||
@ -17,7 +19,6 @@ feel free to contribute <3 ([CONTRIBUTING.md](CONTRIBUTING.md))
|
||||
- [ ] wlogout: fade in
|
||||
- [ ] Fix screenshots (screenshot region's border shows up in the screenshot, hyprshot jq error?)
|
||||
- [ ] Hyprlock themes (repo hyprlock-styles on github)
|
||||
- [ ] Hypridle fix: suspend not working?
|
||||
|
||||
- [ ] Nixvim
|
||||
- [ ] Keymaps:
|
||||
|
32
flake.lock
@ -299,11 +299,11 @@
|
||||
"xdph": "xdph"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1724685939,
|
||||
"narHash": "sha256-NPe9mnMCB5JqSZCEgJH3lm0Vpa6+OODL74di/POsk4U=",
|
||||
"lastModified": 1724784150,
|
||||
"narHash": "sha256-XlmFLoLppuKxSh2eGPXy27+tNIQ+w+cXoh8Ln3vBJew=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "8d6c18076f3268a6c85c6085d29f898267028101",
|
||||
"revCount": 5141,
|
||||
"rev": "17ed4fc04cedbaad365bdebf6bfe0160c527f3fe",
|
||||
"revCount": 5147,
|
||||
"submodules": true,
|
||||
"type": "git",
|
||||
"url": "https://github.com/hyprwm/Hyprland"
|
||||
@ -458,11 +458,11 @@
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1724469941,
|
||||
"narHash": "sha256-+U5152FwmDD9EUOiFi5CFxCK6/yFESyDei9jEIlmUtI=",
|
||||
"lastModified": 1724561770,
|
||||
"narHash": "sha256-zv8C9RNa86CIpyHwPIVO/k+5TfM8ZbjGwOOpTe1grls=",
|
||||
"owner": "lnl7",
|
||||
"repo": "nix-darwin",
|
||||
"rev": "ea319a737939094b48fda9063fa3201ef2479aac",
|
||||
"rev": "ac5694a0b855a981e81b4d9f14052e3ff46ca39e",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@ -566,11 +566,11 @@
|
||||
"treefmt-nix": "treefmt-nix"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1724598705,
|
||||
"narHash": "sha256-/oaK6niVP0wezfXoJcKAP2Ho887hKza7y1n8HazCkKA=",
|
||||
"lastModified": 1724820329,
|
||||
"narHash": "sha256-jXaDebjRjcUgZcMNXkvA99s/tTUvZfLLJxLwf1e/qwE=",
|
||||
"owner": "nix-community",
|
||||
"repo": "nixvim",
|
||||
"rev": "bb8ecad13c229e1c89301055c8e54d8d0e33e839",
|
||||
"rev": "70e9532ec290769e4d671747b0f65b1c29a3c14e",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@ -588,11 +588,11 @@
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1723969429,
|
||||
"narHash": "sha256-BuewfNEXEf11MIkJY+uvWsdLu1dIvgJqntWChvNdALg=",
|
||||
"lastModified": 1724584782,
|
||||
"narHash": "sha256-7FfHv7b1jwMPSu9SPY9hdxStk8E6EeSwzqdvV69U4BM=",
|
||||
"owner": "NuschtOS",
|
||||
"repo": "search",
|
||||
"rev": "a05d1805f2a2bc47d230e5e92aecbf69f784f3d0",
|
||||
"rev": "5a08d691de30b6fc28d58ce71a5e420f2694e087",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@ -703,11 +703,11 @@
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1724645793,
|
||||
"narHash": "sha256-z0QdJ8N24msqy6uakRNHpCsrNsswTA9/Evsd3+DOAZc=",
|
||||
"lastModified": 1724818600,
|
||||
"narHash": "sha256-7i8zqLTds2bXs6n/2ucSJdmKTzhajCktQ2WWFOVW3x0=",
|
||||
"owner": "Gerg-L",
|
||||
"repo": "spicetify-nix",
|
||||
"rev": "2e3b9ea2f89113d71ab57127ca7226253afd2660",
|
||||
"rev": "c8050c21e2e61efe0ac2d423eac9062c62bb6633",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -73,10 +73,7 @@ let
|
||||
|
||||
in {
|
||||
|
||||
imports = [
|
||||
./duckduckgo-colorscheme.nix
|
||||
# ./userscripts.nix
|
||||
];
|
||||
imports = [ ./duckduckgo-colorscheme.nix ];
|
||||
|
||||
programs.qutebrowser = {
|
||||
enable = true;
|
||||
|
@ -1,14 +0,0 @@
|
||||
{ pkgs, ... }: {
|
||||
|
||||
home.packages = with pkgs; [
|
||||
keyutils
|
||||
python3
|
||||
python311Packages.pyperclip
|
||||
python312Packages.tldextract
|
||||
];
|
||||
|
||||
xdg.configFile."qutebrowser/userscripts/bitwarden" = {
|
||||
source = ./userscripts/qute-bitwarden.py;
|
||||
executable = true;
|
||||
};
|
||||
}
|
@ -1,291 +0,0 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# SPDX-FileCopyrightText: Chris Braun (cryzed) <cryzed@googlemail.com>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
"""
|
||||
Insert login information using Bitwarden CLI and a dmenu-compatible application
|
||||
(e.g. dmenu, rofi -dmenu, ...).
|
||||
"""
|
||||
|
||||
USAGE = """The domain of the site has to be in the name of the Bitwarden entry, for example: "github.com/cryzed" or
|
||||
"websites/github.com". The login information is inserted by emulating key events using qutebrowser's fake-key command in this manner:
|
||||
[USERNAME]<Tab>[PASSWORD], which is compatible with almost all login forms.
|
||||
|
||||
If enabled, with the `--totp` flag, it will also move the TOTP code to the
|
||||
clipboard, much like the Firefox add-on.
|
||||
|
||||
You must log into Bitwarden CLI using `bw login` prior to use of this script.
|
||||
The session key will be stored using keyctl for the number of seconds passed to
|
||||
the --auto-lock option.
|
||||
|
||||
To use in qutebrowser, run: `spawn --userscript qute-bitwarden`
|
||||
"""
|
||||
|
||||
EPILOG = """Dependencies: tldextract (Python 3 module), pyperclip (optional
|
||||
Python module, used for TOTP codes), Bitwarden CLI (1.7.4 is known to work
|
||||
but older versions may well also work)
|
||||
|
||||
WARNING: The login details are viewable as plaintext in qutebrowser's debug log
|
||||
(qute://log) and might be shared if you decide to submit a crash report!"""
|
||||
|
||||
import argparse
|
||||
import enum
|
||||
import functools
|
||||
import os
|
||||
import shlex
|
||||
import subprocess
|
||||
import sys
|
||||
import json
|
||||
import tldextract
|
||||
|
||||
argument_parser = argparse.ArgumentParser(
|
||||
description=__doc__,
|
||||
usage=USAGE,
|
||||
epilog=EPILOG,
|
||||
)
|
||||
argument_parser.add_argument('url', nargs='?', default=os.getenv('QUTE_URL'))
|
||||
argument_parser.add_argument('--dmenu-invocation', '-d', default='wofi --dmenu -i',
|
||||
help='Invocation used to execute a dmenu-provider')
|
||||
argument_parser.add_argument('--password-prompt-invocation', '-p', default='rofi -dmenu -p "Master Password" -password -lines 0',
|
||||
help='Invocation used to prompt the user for their Bitwarden password')
|
||||
argument_parser.add_argument('--no-insert-mode', '-n', dest='insert_mode', action='store_false',
|
||||
help="Don't automatically enter insert mode")
|
||||
argument_parser.add_argument('--totp', '-t', action='store_true',
|
||||
help="Copy TOTP key to clipboard")
|
||||
argument_parser.add_argument('--io-encoding', '-i', default='UTF-8',
|
||||
help='Encoding used to communicate with subprocesses')
|
||||
argument_parser.add_argument('--merge-candidates', '-m', action='store_true',
|
||||
help='Merge pass candidates for fully-qualified and registered domain name')
|
||||
argument_parser.add_argument('--auto-lock', type=int, default=900,
|
||||
help='Automatically lock the vault after this many seconds')
|
||||
group = argument_parser.add_mutually_exclusive_group()
|
||||
group.add_argument('--username-only', '-e',
|
||||
action='store_true', help='Only insert username')
|
||||
group.add_argument('--password-only', '-w',
|
||||
action='store_true', help='Only insert password')
|
||||
group.add_argument('--totp-only', '-T',
|
||||
action='store_true', help='Only insert totp code')
|
||||
|
||||
stderr = functools.partial(print, file=sys.stderr)
|
||||
|
||||
|
||||
class ExitCodes(enum.IntEnum):
|
||||
SUCCESS = 0
|
||||
FAILURE = 1
|
||||
# 1 is automatically used if Python throws an exception
|
||||
NO_PASS_CANDIDATES = 2
|
||||
COULD_NOT_MATCH_USERNAME = 3
|
||||
COULD_NOT_MATCH_PASSWORD = 4
|
||||
|
||||
|
||||
def qute_command(command):
|
||||
with open(os.environ['QUTE_FIFO'], 'w') as fifo:
|
||||
fifo.write(command + '\n')
|
||||
fifo.flush()
|
||||
|
||||
|
||||
def ask_password(password_prompt_invocation):
|
||||
process = subprocess.run(
|
||||
shlex.split(password_prompt_invocation),
|
||||
text=True,
|
||||
stdout=subprocess.PIPE,
|
||||
)
|
||||
if process.returncode > 0:
|
||||
raise Exception('Could not unlock vault')
|
||||
master_pass = process.stdout.strip()
|
||||
return subprocess.check_output(
|
||||
['bw', 'unlock', '--raw', master_pass],
|
||||
text=True,
|
||||
).strip()
|
||||
|
||||
|
||||
def get_session_key(auto_lock, password_prompt_invocation):
|
||||
if auto_lock == 0:
|
||||
subprocess.call(['keyctl', 'purge', 'user', 'bw_session'])
|
||||
return ask_password(password_prompt_invocation)
|
||||
else:
|
||||
process = subprocess.run(
|
||||
['keyctl', 'request', 'user', 'bw_session'],
|
||||
text=True,
|
||||
stdout=subprocess.PIPE,
|
||||
)
|
||||
key_id = process.stdout.strip()
|
||||
if process.returncode > 0:
|
||||
session = ask_password(password_prompt_invocation)
|
||||
if not session:
|
||||
raise Exception('Could not unlock vault')
|
||||
key_id = subprocess.check_output(
|
||||
['keyctl', 'add', 'user', 'bw_session', session, '@u'],
|
||||
text=True,
|
||||
).strip()
|
||||
|
||||
if auto_lock > 0:
|
||||
subprocess.call(['keyctl', 'timeout', str(key_id), str(auto_lock)])
|
||||
return subprocess.check_output(
|
||||
['keyctl', 'pipe', str(key_id)],
|
||||
text=True,
|
||||
).strip()
|
||||
|
||||
|
||||
def pass_(domain, encoding, auto_lock, password_prompt_invocation):
|
||||
session_key = get_session_key(auto_lock, password_prompt_invocation)
|
||||
process = subprocess.run(
|
||||
['bw', 'list', 'items', '--session', session_key, '--url', domain],
|
||||
capture_output=True,
|
||||
)
|
||||
|
||||
err = process.stderr.decode(encoding).strip()
|
||||
if err:
|
||||
msg = 'Bitwarden CLI returned for {:s} - {:s}'.format(domain, err)
|
||||
stderr(msg)
|
||||
|
||||
if process.returncode:
|
||||
return '[]'
|
||||
|
||||
out = process.stdout.decode(encoding).strip()
|
||||
|
||||
return out
|
||||
|
||||
|
||||
def get_totp_code(selection_id, domain_name, encoding, auto_lock, password_prompt_invocation):
|
||||
session_key = get_session_key(auto_lock, password_prompt_invocation)
|
||||
process = subprocess.run(
|
||||
['bw', 'get', 'totp', '--session', session_key, selection_id],
|
||||
capture_output=True,
|
||||
)
|
||||
|
||||
err = process.stderr.decode(encoding).strip()
|
||||
if err:
|
||||
# domain_name instead of selection_id to make it more user-friendly
|
||||
msg = 'Bitwarden CLI returned for {:s} - {:s}'.format(domain_name, err)
|
||||
stderr(msg)
|
||||
|
||||
if process.returncode:
|
||||
return '[]'
|
||||
|
||||
out = process.stdout.decode(encoding).strip()
|
||||
|
||||
return out
|
||||
|
||||
|
||||
def dmenu(items, invocation, encoding):
|
||||
command = shlex.split(invocation)
|
||||
process = subprocess.run(command, input='\n'.join(
|
||||
items).encode(encoding), stdout=subprocess.PIPE)
|
||||
return process.stdout.decode(encoding).strip()
|
||||
|
||||
|
||||
def fake_key_raw(text):
|
||||
for character in text:
|
||||
# Escape all characters by default, space requires special handling
|
||||
sequence = '" "' if character == ' ' else r'\{}'.format(character)
|
||||
qute_command('fake-key {}'.format(sequence))
|
||||
|
||||
|
||||
def main(arguments):
|
||||
if not arguments.url:
|
||||
argument_parser.print_help()
|
||||
return ExitCodes.FAILURE
|
||||
|
||||
extract_result = tldextract.extract(arguments.url)
|
||||
|
||||
# Try to find candidates using targets in the following order: fully-qualified domain name (includes subdomains),
|
||||
# the registered domain name and finally: the IPv4 address if that's what
|
||||
# the URL represents
|
||||
candidates = []
|
||||
for target in filter(None, [
|
||||
extract_result.fqdn,
|
||||
extract_result.registered_domain,
|
||||
extract_result.subdomain + '.' + extract_result.domain,
|
||||
extract_result.domain,
|
||||
extract_result.ipv4]):
|
||||
target_candidates = json.loads(
|
||||
pass_(
|
||||
target,
|
||||
arguments.io_encoding,
|
||||
arguments.auto_lock,
|
||||
arguments.password_prompt_invocation,
|
||||
)
|
||||
)
|
||||
if not target_candidates:
|
||||
continue
|
||||
|
||||
candidates = candidates + target_candidates
|
||||
if not arguments.merge_candidates:
|
||||
break
|
||||
else:
|
||||
if not candidates:
|
||||
stderr('No pass candidates for URL {!r} found!'.format(
|
||||
arguments.url))
|
||||
return ExitCodes.NO_PASS_CANDIDATES
|
||||
|
||||
if len(candidates) == 1:
|
||||
selection = candidates.pop()
|
||||
else:
|
||||
choices = ['{:s} | {:s}'.format(c['name'], c['login']['username']) for c in candidates]
|
||||
choice = dmenu(choices, arguments.dmenu_invocation, arguments.io_encoding)
|
||||
choice_tokens = choice.split('|')
|
||||
choice_name = choice_tokens[0].strip()
|
||||
choice_username = choice_tokens[1].strip()
|
||||
selection = next((c for (i, c) in enumerate(candidates)
|
||||
if c['name'] == choice_name
|
||||
and c['login']['username'] == choice_username),
|
||||
None)
|
||||
|
||||
# Nothing was selected, simply return
|
||||
if not selection:
|
||||
return ExitCodes.SUCCESS
|
||||
|
||||
username = selection['login']['username']
|
||||
password = selection['login']['password']
|
||||
totp = selection['login']['totp']
|
||||
|
||||
if arguments.username_only:
|
||||
fake_key_raw(username)
|
||||
elif arguments.password_only:
|
||||
fake_key_raw(password)
|
||||
elif arguments.totp_only:
|
||||
# No point in moving it to the clipboard in this case
|
||||
fake_key_raw(
|
||||
get_totp_code(
|
||||
selection['id'],
|
||||
selection['name'],
|
||||
arguments.io_encoding,
|
||||
arguments.auto_lock,
|
||||
arguments.password_prompt_invocation,
|
||||
)
|
||||
)
|
||||
else:
|
||||
# Enter username and password using fake-key and <Tab> (which seems to work almost universally), then switch
|
||||
# back into insert-mode, so the form can be directly submitted by
|
||||
# hitting enter afterwards
|
||||
fake_key_raw(username)
|
||||
qute_command('fake-key <Tab>')
|
||||
fake_key_raw(password)
|
||||
|
||||
if arguments.insert_mode:
|
||||
qute_command('mode-enter insert')
|
||||
|
||||
# If it finds a TOTP code, it copies it to the clipboard,
|
||||
# which is the same behavior as the Firefox add-on.
|
||||
if not arguments.totp_only and totp and arguments.totp:
|
||||
# The import is done here, to make pyperclip an optional dependency
|
||||
import pyperclip
|
||||
pyperclip.copy(
|
||||
get_totp_code(
|
||||
selection['id'],
|
||||
selection['name'],
|
||||
arguments.io_encoding,
|
||||
arguments.auto_lock,
|
||||
arguments.password_prompt_invocation,
|
||||
)
|
||||
)
|
||||
|
||||
return ExitCodes.SUCCESS
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
arguments = argument_parser.parse_args()
|
||||
sys.exit(main(arguments))
|
@ -32,7 +32,34 @@
|
||||
home.file = {
|
||||
".local/share/themes/FlatColor" = {
|
||||
recursive = true;
|
||||
source = ./theme;
|
||||
source = pkgs.stdenv.mkDerivation {
|
||||
name = "FlatColor";
|
||||
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "jasperro";
|
||||
repo = "FlatColor";
|
||||
rev = "0a56c50e8c5e2ad35f6174c19a00e01b30874074";
|
||||
hash = "sha256-P8RnYTk9Z1rCBEEMLTVRrNr5tUM/Pc9dsdMtpHd1Y18=";
|
||||
};
|
||||
|
||||
buildPhase = ''
|
||||
mkdir -p $out
|
||||
# delete the default gtk-color-scheme:
|
||||
file="./gtk-2.0/gtkrc"
|
||||
sed -i '3,29d' $file
|
||||
sed -i '3i include "../colors2"' $file
|
||||
|
||||
file="./gtk-3.0/gtk.css"
|
||||
sed -i '2,10d' $file
|
||||
sed -i '2i @import url("../colors3");' $file
|
||||
|
||||
file="./gtk-3.20/gtk.css"
|
||||
sed -i '2,26d' $file
|
||||
sed -i '2i @import url("../colors3");' $file
|
||||
|
||||
cp -r . $out
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
".local/share/themes/FlatColor/colors2".text = ''
|
||||
|
@ -1,771 +0,0 @@
|
||||
#modded Numix gtkrc
|
||||
|
||||
gtk-color-scheme = "include ../colors2"
|
||||
gtk-auto-mnemonics = 1
|
||||
|
||||
# Default Style
|
||||
# DO --NOT-- CHANGE ACTIVE
|
||||
# IT's THE COLOR THAT WPGTK REPLACES
|
||||
# FEEL FREE TO MODIFY EVERYTHING ELSE IN gtkrc.base
|
||||
|
||||
style "murrine-default" {
|
||||
GtkArrow::arrow-scaling= 0.6
|
||||
|
||||
GtkButton::child-displacement-x = 0
|
||||
GtkButton::child-displacement-y = 0
|
||||
|
||||
GtkButton::default-border = { 0, 0, 0, 0 }
|
||||
|
||||
GtkButtonBox::child-min-height = 26
|
||||
|
||||
GtkCheckButton::indicator-size = 16
|
||||
|
||||
# The following line hints to gecko (and possibly other appliations)
|
||||
# that the entry should be drawn transparently on the canvas.
|
||||
# Without this, gecko will fill in the background of the entry.
|
||||
GtkEntry::honors-transparent-bg-hint = 1
|
||||
GtkEntry::state-hint = 0
|
||||
|
||||
GtkExpander::expander-size = 16
|
||||
|
||||
GtkImage::x-ayatana-indicator-dynamic = 1
|
||||
|
||||
GtkMenu::horizontal-padding = 0
|
||||
GtkMenu::vertical-padding = 0
|
||||
|
||||
GtkMenuBar::internal-padding = 0
|
||||
GtkMenuBar::window-dragging = 1
|
||||
|
||||
GtkMenuItem::arrow-scaling= 0.5
|
||||
|
||||
GtkPaned::handle-size = 1
|
||||
|
||||
GtkProgressBar::min-horizontal-bar-height = 12
|
||||
GtkProgressBar::min-vertical-bar-width = 12
|
||||
|
||||
GtkRange::trough-border = 0
|
||||
GtkRange::slider-width = 8
|
||||
GtkRange::stepper-size = 12
|
||||
GtkRange::stepper_spacing = 0
|
||||
GtkRange::trough-under-steppers = 1
|
||||
|
||||
GtkScale::slider-length = 16
|
||||
GtkScale::slider-width = 16
|
||||
GtkScale::trough-side-details = 1
|
||||
|
||||
GtkScrollbar::activate-slider = 1
|
||||
GtkScrollbar::has-backward-stepper = 0
|
||||
GtkScrollbar::has-forward-stepper = 0
|
||||
GtkScrollbar::has-secondary-backward-stepper = 0
|
||||
GtkScrollbar::has-secondary-forward-stepper = 0
|
||||
GtkScrollbar::min-slider-length = 80
|
||||
GtkScrollbar::slider-width = 8
|
||||
GtkScrollbar::trough-border = 0
|
||||
|
||||
GtkScrolledWindow::scrollbar-spacing = 0
|
||||
GtkScrolledWindow::scrollbars-within-bevel = 1
|
||||
|
||||
GtkSeparatorMenuItem::horizontal-padding = 0
|
||||
|
||||
GtkToolbar::internal-padding = 0
|
||||
|
||||
GtkTreeView::expander-size = 11
|
||||
GtkTreeView::vertical-separator = 0
|
||||
|
||||
GtkWidget::focus-line-width = 1
|
||||
# The following line prevents the Firefox tabs
|
||||
# from jumping a few pixels when you create a new tab
|
||||
GtkWidget::focus-padding = 0
|
||||
|
||||
GtkWidget::wide-separators = 1
|
||||
GtkWidget::separator-width = 1
|
||||
GtkWidget::separator-height = 1
|
||||
|
||||
GtkWindow::resize-grip-height = 0
|
||||
GtkWindow::resize-grip-width = 0
|
||||
|
||||
WnckTasklist::fade-overlay-rect = 0
|
||||
|
||||
GnomeHRef::link_color = @link_color
|
||||
GtkHTML::link-color = @link_color
|
||||
GtkIMHtmlr::hyperlink-color = @link_color
|
||||
GtkIMHtml::hyperlink-color = @link_color
|
||||
GtkWidget::link-color = @link_color
|
||||
GtkWidget::visited-link-color = @text_color
|
||||
|
||||
GtkToolbar::shadow-type = GTK_SHADOW_NONE # Makes toolbars flat and unified
|
||||
GtkMenuBar::shadow-type = GTK_SHADOW_NONE # Makes menubars flat and unified
|
||||
|
||||
xthickness = 1
|
||||
ythickness = 1
|
||||
|
||||
fg[NORMAL] = @text_color
|
||||
fg[PRELIGHT] = @text_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
fg[ACTIVE] = @text_color
|
||||
fg[INSENSITIVE] = mix (0.5, @bg_color, @text_color)
|
||||
|
||||
bg[NORMAL] = @bg_color
|
||||
bg[PRELIGHT] = shade (1.02, @bg_color)
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
bg[ACTIVE] = @bg_color
|
||||
bg[INSENSITIVE] = @bg_color
|
||||
|
||||
base[NORMAL] = shade(0.85, @color0)
|
||||
base[PRELIGHT] = shade (0.85, @color0)
|
||||
base[SELECTED] = @selected_bg_color
|
||||
base[ACTIVE] = @selected_bg_color
|
||||
base[INSENSITIVE] = shade (0.85, @bg_color)
|
||||
|
||||
text[NORMAL] = @text_color
|
||||
text[PRELIGHT] = @text_color
|
||||
text[SELECTED] = @selected_fg_color
|
||||
text[ACTIVE] = @selected_fg_color
|
||||
text[INSENSITIVE] = mix (0.5, @bg_color, @text_color)
|
||||
|
||||
engine "murrine" {
|
||||
animation = FALSE
|
||||
arrowstyle = 1 # 0 = normal arrows, 1 = filled arrows
|
||||
border_shades = { 1.0, 1.0 } # gradient to draw on border
|
||||
colorize_scrollbar = TRUE
|
||||
comboboxstyle = 0 # 0 = normal combobox, 1 = colorized combobox below arrow
|
||||
contrast = 0.0 # overal contrast with borders
|
||||
focusstyle = 1 # 0 = none, 1 = grey dotted, 2 = colored with fill, 3 = colored glow
|
||||
glazestyle = 0 # 0 = flat highlight, 1 = curved highlight, 2 = concave, 3 = top curved highlight, 4 = beryl highlight
|
||||
glowstyle = 0 # 0 = glow on top, 1 = glow on bottom, 2 = glow on top and bottom, 3 = glow on middle vertically, 4 = glow on middle horizontally, 5 = glow on all sides
|
||||
glow_shade = 1.0 # amount of glow
|
||||
gradient_shades = { 1.0, 1.0, 1.0, 1.0 } # gradient to draw on widgets
|
||||
highlight_shade = 1.0 # amount of highlight
|
||||
lightborder_shade = 1.0 # amount of inset light border
|
||||
lightborderstyle = 1 # 0 = lightborder on top side, 1 = lightborder on all sides
|
||||
listviewheaderstyle = 0 # 0 = flat, 1 = glassy, 2 = raised
|
||||
listviewstyle = 0 # 0 = none, 1 = dotted, 2 = line
|
||||
menubaritemstyle = 0 # 0 = menuitem look, 1 = button look
|
||||
menubarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
|
||||
menuitemstyle = 0 # 0 = flat, 1 = glassy, 2 = striped
|
||||
menustyle = 0 # 0 = none, 1 = vertical striped
|
||||
progressbarstyle = 0 # 0 = none, 1 = diagonal striped, 2 = vertical striped
|
||||
reliefstyle = 0 # 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, 4 = stronger shadow with gradient
|
||||
roundness = 0 # roundness of widgets
|
||||
scrollbarstyle = 0 # 0 = none, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles
|
||||
sliderstyle = 0 # 0 = none, 1 = handles
|
||||
stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles
|
||||
toolbarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient
|
||||
}
|
||||
}
|
||||
|
||||
style "murrine-wide" {
|
||||
xthickness = 2
|
||||
ythickness = 2
|
||||
}
|
||||
|
||||
style "murrine-wider" {
|
||||
xthickness = 3
|
||||
ythickness = 3
|
||||
}
|
||||
|
||||
style "murrine-thin" {
|
||||
xthickness = 0
|
||||
ythickness = 0
|
||||
}
|
||||
|
||||
# Notebook
|
||||
|
||||
style "murrine-notebook-bg" {
|
||||
bg[NORMAL] = @bg_color
|
||||
bg[ACTIVE] = shade (0.70, @bg_color)
|
||||
}
|
||||
|
||||
style "murrine-notebook" = "murrine-notebook-bg" {
|
||||
xthickness = 2
|
||||
ythickness = 2
|
||||
|
||||
engine "murrine" {
|
||||
roundness = 0
|
||||
}
|
||||
}
|
||||
|
||||
# Various Standard Widgets
|
||||
|
||||
style "murrine-button" = "murrine-wider" {
|
||||
bg[NORMAL] = shade (1.3, @bg_color)
|
||||
bg[PRELIGHT] = shade (0.80, @selected_bg_color)
|
||||
bg[ACTIVE] = shade (1.00, @selected_bg_color)
|
||||
bg[INSENSITIVE] = shade (0.85, @bg_color)
|
||||
|
||||
engine "murrine" {
|
||||
}
|
||||
}
|
||||
|
||||
style "murrine-scrollbar" {
|
||||
bg[NORMAL] = @bg_color
|
||||
bg[PRELIGHT] = mix (0.31, @text_color, @bg_color)
|
||||
bg[ACTIVE] = @selected_bg_color
|
||||
|
||||
engine "murrine" {
|
||||
roundness = 0
|
||||
contrast = 0.0
|
||||
border_shades = { 0.9, 0.9 }
|
||||
trough_shades = { 0.97, 0.97 }
|
||||
trough_border_shades = { 1.0, 1.0 }
|
||||
}
|
||||
}
|
||||
|
||||
style "murrine-overlay-scrollbar" {
|
||||
bg[ACTIVE] = shade (0.8, @bg_color)
|
||||
bg[INSENSITIVE] = shade (0.97, @bg_color)
|
||||
|
||||
base[SELECTED] = shade (0.6, @bg_color)
|
||||
base[INSENSITIVE] = shade (0.85, @bg_color)
|
||||
}
|
||||
|
||||
style "murrine-scale" = "murrine-thin" {
|
||||
bg[NORMAL] = @bg_color
|
||||
bg[ACTIVE] = @bg_color
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
bg[INSENSITIVE] = shade (0.95, @bg_color)
|
||||
|
||||
engine "murrine" {
|
||||
roundness = 8
|
||||
gradient_shades = { 1.08, 1.08, 1.08, 1.08 }
|
||||
border_shades = { 1.0, 1.0 }
|
||||
trough_shades = { 1.08, 1.08 }
|
||||
trough_border_shades = { 0.8, 0.8 }
|
||||
}
|
||||
}
|
||||
|
||||
style "murrine-progressbar" = "murrine-thin" {
|
||||
bg[NORMAL] = @bg_color
|
||||
bg[ACTIVE] = shade(0.60, @bg_color)
|
||||
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
|
||||
engine "murrine" {
|
||||
roundness = 0
|
||||
border_shades = { 1.2, 1.2 }
|
||||
trough_border_shades = { 0.8, 0.8 }
|
||||
}
|
||||
}
|
||||
|
||||
style "murrine-treeview-header" = "murrine-button" {
|
||||
engine "murrine" {
|
||||
roundness = 0
|
||||
}
|
||||
}
|
||||
|
||||
style "murrine-treeview" {
|
||||
engine "murrine" {
|
||||
roundness = 0
|
||||
}
|
||||
}
|
||||
|
||||
style "murrine-frame-title" {
|
||||
fg[NORMAL] = lighter (@text_color)
|
||||
}
|
||||
|
||||
style "murrine-tooltips" {
|
||||
xthickness = 5
|
||||
ythickness = 5
|
||||
|
||||
bg[NORMAL] = @tooltip_bg_color
|
||||
bg[SELECTED] = @tooltip_bg_color
|
||||
|
||||
fg[NORMAL] = @text_color
|
||||
|
||||
engine "murrine" {
|
||||
textstyle = 0
|
||||
roundness = 0
|
||||
rgba = FALSE
|
||||
}
|
||||
}
|
||||
|
||||
style "murrine-spinbutton" = "murrine-button" {
|
||||
engine "murrine" {
|
||||
}
|
||||
}
|
||||
|
||||
style "murrine-radiocheck" = "murrine-default" {
|
||||
bg[SELECTED] = @bg_color
|
||||
|
||||
text[NORMAL] = @selected_bg_color
|
||||
text[PRELIGHT] = @selected_bg_color
|
||||
}
|
||||
|
||||
style "murrine-entry" = "murrine-wider" {
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
|
||||
engine "murrine" {
|
||||
border_shades = { 1.15, 1.15 }
|
||||
}
|
||||
}
|
||||
|
||||
style "metacity-frame" = "murrine-default" {
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
}
|
||||
|
||||
style "murrine-statusbar" {
|
||||
bg[NORMAL] = @bg_color
|
||||
}
|
||||
style "murrine-comboboxentry" = "murrine-entry" { }
|
||||
style "murrine-hscale" = "murrine-scale" { }
|
||||
style "murrine-vscale" = "murrine-scale" { }
|
||||
style "murrine-hscrollbar" = "murrine-scrollbar" { }
|
||||
style "murrine-vscrollbar" = "murrine-scrollbar" { }
|
||||
|
||||
# Menus
|
||||
|
||||
style "murrine-menu" = "murrine-thin" {
|
||||
bg[NORMAL] = shade(0.8, @menu_bg_color)
|
||||
bg[PRELIGHT] = @selected_bg_color
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
bg[ACTIVE] = @menu_bg_color
|
||||
bg[INSENSITIVE] = @menu_bg_color
|
||||
|
||||
fg[NORMAL] = @menu_fg_color
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
fg[ACTIVE] = @selected_fg_color
|
||||
fg[INSENSITIVE] = mix (0.5, @menu_bg_color, @menu_fg_color)
|
||||
|
||||
text[NORMAL] = @menu_fg_color
|
||||
text[PRELIGHT] = @selected_fg_color
|
||||
text[SELECTED] = @selected_fg_color
|
||||
text[ACTIVE] = @selected_fg_color
|
||||
text[INSENSITIVE] = mix (0.5, @menu_bg_color, @menu_fg_color)
|
||||
|
||||
engine "murrine" {
|
||||
roundness = 0
|
||||
}
|
||||
}
|
||||
|
||||
style "murrine-menu-item" = "murrine-wider" {
|
||||
bg[PRELIGHT] = @selected_bg_color
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
bg[ACTIVE] = @selected_bg_color
|
||||
|
||||
fg[NORMAL] = @menu_fg_color # Fix for XFCE menu text
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
fg[ACTIVE] = @selected_fg_color
|
||||
fg[INSENSITIVE] = mix (0.5, @menu_bg_color, @menu_fg_color)
|
||||
|
||||
engine "murrine" {
|
||||
textstyle = 0
|
||||
border_shades = { 1.2, 1.2 }
|
||||
}
|
||||
}
|
||||
|
||||
style "murrine-separator-menu-item" = "murrine-thin" { }
|
||||
|
||||
style "murrine-menubar" {
|
||||
bg[NORMAL] = @bg_color
|
||||
bg[PRELIGHT] = mix (0.21, @text_color, @bg_color)
|
||||
bg[SELECTED] = mix (0.21, @text_color, @bg_color)
|
||||
bg[ACTIVE] = shade (0.9, @bg_color)
|
||||
bg[INSENSITIVE] = @bg_color
|
||||
|
||||
fg[NORMAL] = @text_color
|
||||
fg[PRELIGHT] = shade (1.08, @text_color)
|
||||
fg[SELECTED] = shade (1.08, @text_color)
|
||||
fg[ACTIVE] = @text_color
|
||||
fg[INSENSITIVE] = mix (0.5, @bg_color, @text_color)
|
||||
|
||||
engine "murrine" {
|
||||
roundness = 0
|
||||
}
|
||||
}
|
||||
|
||||
style "murrine-menubaritem" {
|
||||
bg[NORMAL] = @bg_color
|
||||
bg[PRELIGHT] = @selected_bg_color
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
bg[ACTIVE] = shade (0.9, @bg_color)
|
||||
bg[INSENSITIVE] = @bg_color
|
||||
|
||||
fg[NORMAL] = @text_color
|
||||
fg[PRELIGHT] = shade (1.08, @text_color)
|
||||
fg[SELECTED] = shade (1.08, @text_color)
|
||||
fg[ACTIVE] = @text_color
|
||||
fg[INSENSITIVE] = mix (0.5, @bg_color, @text_color)
|
||||
|
||||
engine "murrine" {
|
||||
roundness = 0
|
||||
}
|
||||
}
|
||||
|
||||
# Toolbars
|
||||
|
||||
style "murrine-toolbar" = "murrine-thin" {
|
||||
bg[NORMAL] = @bg_color
|
||||
bg[PRELIGHT] = shade (1.02, @bg_color)
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
bg[ACTIVE] = shade (0.9, @bg_color)
|
||||
bg[INSENSITIVE] = @bg_color
|
||||
|
||||
fg[NORMAL] = @text_color
|
||||
fg[PRELIGHT] = @text_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
fg[ACTIVE] = @text_color
|
||||
fg[INSENSITIVE] = mix (0.5, @bg_color, @text_color)
|
||||
|
||||
engine "murrine" {
|
||||
}
|
||||
}
|
||||
|
||||
style "murrine-toolbutton" = "murrine-button" {
|
||||
bg[NORMAL] = shade (1.08, @bg_color)
|
||||
bg[PRELIGHT] = shade (1.10, @bg_color)
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
bg[ACTIVE] = shade (0.95, @bg_color)
|
||||
bg[INSENSITIVE] = shade (0.85, @bg_color)
|
||||
|
||||
fg[NORMAL] = @text_color
|
||||
fg[PRELIGHT] = @text_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
fg[ACTIVE] = @text_color
|
||||
fg[INSENSITIVE] = mix (0.5, @bg_color, @text_color)
|
||||
|
||||
engine "murrine" {
|
||||
}
|
||||
}
|
||||
|
||||
class "GtkToolbar" style "murrine-toolbar"
|
||||
class "GtkHandleBox" style "murrine-toolbar"
|
||||
widget_class "*Toolbar*.*Separator*" style "murrine-toolbar"
|
||||
|
||||
# Panels
|
||||
|
||||
style "murrine-panel" = "murrine-thin" {
|
||||
xthickness = 2
|
||||
|
||||
bg[NORMAL] = @menu_bg_color
|
||||
bg[PRELIGHT] = shade(0.8, @selected_bg_color)
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
bg[ACTIVE] = @selected_bg_color
|
||||
bg[INSENSITIVE] = @menu_bg_color
|
||||
|
||||
fg[NORMAL] = @text_color
|
||||
fg[PRELIGHT] = @text_color
|
||||
fg[SELECTED] = @text_color
|
||||
fg[ACTIVE] = @text_color
|
||||
fg[INSENSITIVE] = shade(0.8, @text_color)
|
||||
|
||||
base[NORMAL] = @menu_bg_color
|
||||
base[PRELIGHT] = mix (0.21, @text_color, @menu_bg_color)
|
||||
base[SELECTED] = @selected_bg_color
|
||||
base[ACTIVE] = @selected_bg_color
|
||||
base[INSENSITIVE] = @menu_bg_color
|
||||
|
||||
text[NORMAL] = @text_color
|
||||
text[PRELIGHT] = shade (1.08, @text_color)
|
||||
text[SELECTED] = shade (1.08, @text_color)
|
||||
text[ACTIVE] = @text_color
|
||||
text[INSENSITIVE] = mix (0.5, @menu_bg_color, @text_color)
|
||||
|
||||
engine "murrine" {
|
||||
roundness = 0
|
||||
contrast = 0.0
|
||||
}
|
||||
}
|
||||
|
||||
widget "*PanelWidget*" style "murrine-panel"
|
||||
widget "*PanelApplet*" style "murrine-panel"
|
||||
widget "*fast-user-switch*" style "murrine-panel"
|
||||
widget "*CPUFreq*Applet*" style "murrine-panel"
|
||||
widget "*indicator-applet*" style "murrine-panel"
|
||||
class "PanelApp*" style "murrine-panel"
|
||||
class "PanelToplevel*" style "murrine-panel"
|
||||
widget_class "*PanelToplevel*" style "murrine-panel"
|
||||
widget_class "*notif*" style "murrine-panel"
|
||||
widget_class "*Notif*" style "murrine-panel"
|
||||
widget_class "*Tray*" style "murrine-panel"
|
||||
widget_class "*tray*" style "murrine-panel"
|
||||
widget_class "*computertemp*" style "murrine-panel"
|
||||
widget_class "*Applet*Tomboy*" style "murrine-panel"
|
||||
widget_class "*Applet*Netstatus*" style "murrine-panel"
|
||||
widget "*gdm-user-switch-menubar*" style "murrine-panel"
|
||||
|
||||
style "bold-panel-item" {
|
||||
font_name = "Bold"
|
||||
|
||||
engine "murrine" {
|
||||
roundness = 0
|
||||
}
|
||||
}
|
||||
|
||||
widget "*Panel*MenuBar*" style "bold-panel-item"
|
||||
widget "*gimmie*" style "bold-panel-item"
|
||||
|
||||
# widget_class "*Mail*" style "murrine-panel" # Disabled to fix Evolution bug
|
||||
# class "*Panel*" style "murrine-panel" # Disabled to fix bug
|
||||
|
||||
# XFCE Styles
|
||||
|
||||
style "workspace-switcher" = "murrine-panel" {
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
}
|
||||
|
||||
style "xfce-header" {
|
||||
bg[NORMAL] = shade (0.9, @bg_color)
|
||||
base[NORMAL] = shade (1.18, @bg_color)
|
||||
}
|
||||
|
||||
style "xfdesktop-windowlist" {
|
||||
bg[NORMAL] = @bg_color
|
||||
fg[INSENSITIVE] = shade (0.95, @bg_color)
|
||||
text[INSENSITIVE] = shade (0.95, @bg_color)
|
||||
}
|
||||
|
||||
style "xfdesktop-icon-view" {
|
||||
XfdesktopIconView::label-alpha = 0
|
||||
XfdesktopIconView::selected-label-alpha = 60
|
||||
XfdesktopIconVIew::ellipsize-icon-labels = 1
|
||||
|
||||
base[NORMAL] = @selected_bg_color
|
||||
base[SELECTED] = @selected_bg_color
|
||||
base[ACTIVE] = @selected_bg_color
|
||||
|
||||
fg[NORMAL] = @selected_fg_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
fg[ACTIVE] = @selected_fg_color
|
||||
|
||||
engine "murrine" {
|
||||
textstyle = 5
|
||||
text_shade = 0.05
|
||||
}
|
||||
}
|
||||
|
||||
style "xfwm-tabwin" {
|
||||
Xfwm4TabwinWidget::border-width = 0
|
||||
Xfwm4TabwinWidget::icon-size = 64
|
||||
|
||||
bg[NORMAL] = @menu_bg_color
|
||||
fg[NORMAL] = @menu_fg_color
|
||||
|
||||
engine "murrine" {
|
||||
focusstyle = 0
|
||||
}
|
||||
}
|
||||
|
||||
style "xfsm-logout" {
|
||||
bg[NORMAL] = @menu_bg_color
|
||||
bg[ACTIVE] = @menu_bg_color
|
||||
bg[PRELIGHT] = shade (1.1, @menu_bg_color)
|
||||
bg[SELECTED] = shade (0.5, @menu_bg_color)
|
||||
bg[INSENSITIVE] = shade (1.3, @menu_bg_color)
|
||||
|
||||
fg[NORMAL] = @menu_fg_color
|
||||
fg[PRELIGHT] = @menu_fg_color
|
||||
|
||||
text[NORMAL] = @menu_fg_color
|
||||
|
||||
engine "murrine" {
|
||||
}
|
||||
}
|
||||
|
||||
style "xfsm-logout-button" {
|
||||
bg[NORMAL] = shade (1.2, @menu_bg_color)
|
||||
bg[PRELIGHT] = shade (1.4, @menu_bg_color)
|
||||
|
||||
engine "murrine" {
|
||||
}
|
||||
}
|
||||
|
||||
widget "*WnckPager*" style "workspace-switcher"
|
||||
|
||||
widget "*Xfce*Panel*" style "murrine-panel"
|
||||
class "*Xfce*Panel*" style "murrine-panel"
|
||||
|
||||
# Thunar Styles
|
||||
|
||||
style "sidepane" {
|
||||
base[NORMAL] = @bg_color
|
||||
base[INSENSITIVE] = shade(0.90, @bg_color)
|
||||
bg[NORMAL] = @bg_color
|
||||
text[NORMAL] = @text_color
|
||||
}
|
||||
|
||||
widget_class "*ThunarShortcutsView*" style "sidepane"
|
||||
widget_class "*ThunarTreeView*" style "sidepane"
|
||||
widget_class "*ThunarLocationEntry*" style "murrine-entry"
|
||||
|
||||
# Gtk2 Open-File Dialog
|
||||
|
||||
widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.GtkTreeView*" style "sidepane"
|
||||
widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.<GtkTreeView>.<GtkButton>" style "murrine-treeview-header"
|
||||
|
||||
# Google Chrome/Chromium Styles (requires 9.0.597 or newer)
|
||||
|
||||
style "chromium-toolbar-button" {
|
||||
engine "murrine" {
|
||||
roundness = 2
|
||||
textstyle = 0
|
||||
}
|
||||
}
|
||||
|
||||
style "chrome-gtk-frame" {
|
||||
ChromeGtkFrame::frame-color = @titlebar_bg_color
|
||||
ChromeGtkFrame::inactive-frame-color = @titlebar_bg_color
|
||||
|
||||
ChromeGtkFrame::frame-gradient-size = 0
|
||||
ChromeGtkFrame::frame-gradient-color = @titlebar_bg_color
|
||||
|
||||
ChromeGtkFrame::incognito-frame-color = @titlebar_bg_color
|
||||
ChromeGtkFrame::incognito-inactive-frame-color = @titlebar_bg_color
|
||||
|
||||
ChromeGtkFrame::incognito-frame-gradient-size = 0
|
||||
ChromeGtkFrame::incognito-frame-gradient-color = @titlebar_bg_color
|
||||
|
||||
ChromeGtkFrame::scrollbar-trough-color = @bg_color
|
||||
ChromeGtkFrame::scrollbar-slider-normal-color = mix (0.21, @text_color, @bg_color)
|
||||
ChromeGtkFrame::scrollbar-slider-prelight-color = mix (0.31, @text_color, @bg_color)
|
||||
}
|
||||
|
||||
class "ChromeGtkFrame" style "chrome-gtk-frame"
|
||||
|
||||
widget_class "*Chrom*Button*" style "chromium-toolbar-button"
|
||||
|
||||
# General Styles
|
||||
|
||||
class "GtkWidget" style "murrine-default"
|
||||
|
||||
class "GtkFrame" style "murrine-wide"
|
||||
class "MetaFrames" style "metacity-frame"
|
||||
class "GtkWindow" style "metacity-frame"
|
||||
|
||||
class "GtkSeparator" style "murrine-wide"
|
||||
class "GtkCalendar" style "murrine-wide"
|
||||
|
||||
class "GtkSpinButton" style "murrine-spinbutton"
|
||||
|
||||
class "GtkScale" style "murrine-scale"
|
||||
class "GtkVScale" style "murrine-vscale"
|
||||
class "GtkHScale" style "murrine-hscale"
|
||||
class "GtkScrollbar" style "murrine-scrollbar"
|
||||
class "GtkVScrollbar" style "murrine-vscrollbar"
|
||||
class "GtkHScrollbar" style "murrine-hscrollbar"
|
||||
|
||||
class "GtkRadio*" style "murrine-radiocheck"
|
||||
class "GtkCheck*" style "murrine-radiocheck"
|
||||
|
||||
class "GtkEntry" style "murrine-entry"
|
||||
|
||||
widget_class "*<GtkNotebook>" style "murrine-notebook"
|
||||
widget_class "*<GtkNotebook>*<GtkEventBox>" style "murrine-notebook-bg"
|
||||
widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "murrine-notebook-bg"
|
||||
widget_class "*<GtkNotebook>*<GtkLayout>" style "murrine-notebook-bg"
|
||||
widget_class "*.GtkNotebook.*.GtkViewport" style "murrine-notebook"
|
||||
|
||||
widget_class "*<GtkButton>" style "murrine-button"
|
||||
widget_class "*<GtkStatusbar>*" style "murrine-statusbar"
|
||||
widget_class "*<GtkProgress>" style "murrine-progressbar"
|
||||
widget_class "*<GtkProgressBar>" style "murrine-progressbar"
|
||||
|
||||
widget_class "*<GtkComboBoxEntry>*" style "murrine-comboboxentry"
|
||||
widget_class "*<GtkCombo>*" style "murrine-comboboxentry"
|
||||
|
||||
widget_class "*<GtkMenu>*" style "murrine-menu"
|
||||
widget_class "*<GtkMenuItem>*" style "murrine-menu-item"
|
||||
widget_class "*<GtkSeparatorMenuItem>*" style "murrine-separator-menu-item"
|
||||
widget_class "*Menu*.*Sepa*" style "murrine-separator-menu-item"
|
||||
widget_class "*<GtkMenuBar>*" style "murrine-menubar"
|
||||
widget_class "*<GtkMenuBar>*<GtkMenuItem>*" style "murrine-menubaritem"
|
||||
|
||||
widget_class "*GtkToolButton*" style "murrine-toolbutton"
|
||||
widget_class "*GtkToggleToolButton*" style "murrine-toolbutton"
|
||||
widget_class "*GtkMenuToolButton*" style "murrine-toolbutton"
|
||||
widget_class "*GtkToolbar*Button" style "murrine-toolbutton"
|
||||
|
||||
widget_class "*.<GtkFrame>.<GtkLabel>" style "murrine-frame-title"
|
||||
|
||||
widget_class "*.<GtkTreeView>*" style "murrine-treeview"
|
||||
widget_class "*.<GtkTreeView>.<GtkButton>" style "murrine-treeview-header"
|
||||
widget_class "*.<GtkCTree>.<GtkButton>" style "murrine-treeview-header"
|
||||
widget_class "*.<GtkList>.<GtkButton>" style "murrine-treeview-header"
|
||||
widget_class "*.<GtkCList>.<GtkButton>" style "murrine-treeview-header"
|
||||
|
||||
widget "gtk-tooltip*" style "murrine-tooltips"
|
||||
|
||||
widget_class "*<GtkScrolledWindow>*<OsScrollbar>" style "murrine-overlay-scrollbar"
|
||||
|
||||
# Workarounds and Non-Standard Styling
|
||||
|
||||
style "text-is-fg-color-workaround" {
|
||||
text[NORMAL] = @text_color
|
||||
text[PRELIGHT] = @text_color
|
||||
text[SELECTED] = @selected_fg_color
|
||||
text[ACTIVE] = @text_color
|
||||
text[INSENSITIVE] = mix (0.5, @bg_color, @text_color)
|
||||
}
|
||||
|
||||
widget_class "*.<GtkComboBox>.<GtkCellView>" style "text-is-fg-color-workaround"
|
||||
|
||||
style "fg-is-text-color-workaround" {
|
||||
fg[NORMAL] = @text_color
|
||||
fg[PRELIGHT] = @text_color
|
||||
fg[ACTIVE] = @selected_fg_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
fg[INSENSITIVE] = darker (@text_color)
|
||||
}
|
||||
|
||||
widget_class "*<GtkListItem>*" style "fg-is-text-color-workaround"
|
||||
widget_class "*<GtkCList>" style "fg-is-text-color-workaround"
|
||||
widget_class "*<EelEditableLabel>" style "fg-is-text-color-workaround"
|
||||
|
||||
style "murrine-evo-new-button-workaround" {
|
||||
engine "murrine" {
|
||||
toolbarstyle = 0
|
||||
}
|
||||
}
|
||||
|
||||
widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "murrine-evo-new-button-workaround"
|
||||
|
||||
style "inkscape-toolbar-fix" {
|
||||
engine "murrine" {
|
||||
gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
|
||||
highlight_shade = 1.0
|
||||
}
|
||||
}
|
||||
|
||||
#widget "*GtkHandleBox*" style "inkscape-toolbar-fix"
|
||||
#widget "*HandleBox*CommandsToolbar*" style "inkscape-toolbar-fix"
|
||||
#widget "*HandleBox*SnapToolbar*" style "inkscape-toolbar-fix"
|
||||
widget "*HandleBox*SelectToolbar*" style "inkscape-toolbar-fix"
|
||||
widget "*HandleBox*NodeToolbar*" style "inkscape-toolbar-fix"
|
||||
widget "*HandleBox*TweakToolbar*" style "inkscape-toolbar-fix"
|
||||
widget "*HandleBox*ZoomToolbar*" style "inkscape-toolbar-fix"
|
||||
widget "*HandleBox*StarToolbar*" style "inkscape-toolbar-fix"
|
||||
widget "*HandleBox*RectToolbar*" style "inkscape-toolbar-fix"
|
||||
widget "*HandleBox*3DBoxToolbar*" style "inkscape-toolbar-fix"
|
||||
widget "*HandleBox*ArcToolbar*" style "inkscape-toolbar-fix"
|
||||
widget "*HandleBox*SpiralToolbar*" style "inkscape-toolbar-fix"
|
||||
widget "*HandleBox*PencilToolbar*" style "inkscape-toolbar-fix"
|
||||
widget "*HandleBox*PenToolbar*" style "inkscape-toolbar-fix"
|
||||
widget "*HandleBox*CalligraphyToolbar*" style "inkscape-toolbar-fix"
|
||||
widget "*HandleBox*EraserToolbar*" style "inkscape-toolbar-fix"
|
||||
widget "*HandleBox*LPEToolToolbar*" style "inkscape-toolbar-fix"
|
||||
widget "*HandleBox*DropperToolbar*" style "inkscape-toolbar-fix"
|
||||
widget "*HandleBox*ConnectorToolbar*" style "inkscape-toolbar-fix"
|
||||
widget "*HandleBox*PaintbucketToolbar*" style "inkscape-toolbar-fix"
|
||||
|
||||
# Performance Fixes
|
||||
|
||||
style "performance-fix" {
|
||||
engine "murrine" {
|
||||
textstyle = 0
|
||||
}
|
||||
}
|
||||
|
||||
widget_class "*gtkmm__GtkWindow*" style "performance-fix" # Inkscape
|
||||
widget_class "*GimpDisplayShell*" style "performance-fix" # Gimp
|
||||
widget_class "*GimpToolbox*" style "performance-fix"
|
||||
widget_class "*GimpMenuDock*" style "performance-fix"
|
||||
widget "*OOoFixed*" style "performance-fix" # Openoffice/Libreoffice
|
||||
widget_class "*MozContainer*" style "performance-fix" # Firefox (Not sure if this one does anything though.)
|
||||
|
||||
widget_class "*XfceHeading*" style "xfce-header"
|
||||
widget_class "*XfceDesktop*" style "xfdesktop-windowlist"
|
||||
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"
|
||||
widget "xfwm4-tabwin*" style "xfwm-tabwin"
|
||||
widget_class "*XfsmLogoutDialog*" style "xfsm-logout"
|
||||
widget_class "*XfsmLogoutDialog*GtkButton" style "xfsm-logout-button"
|
@ -1,797 +0,0 @@
|
||||
#modded Numix gtkrc
|
||||
|
||||
gtk-color-scheme = "bg_color:{color0}
|
||||
color0:{color0}
|
||||
color1:{color1}
|
||||
color2:{color2}
|
||||
color3:{color3}
|
||||
color4:{color4}
|
||||
color5:{color5}
|
||||
color6:{color6}
|
||||
color7:{color7}
|
||||
color8:{color8}
|
||||
color9:{color9}
|
||||
color10:{color10}
|
||||
color11:{color11}
|
||||
color12:{color12}
|
||||
color13:{color13}
|
||||
color14:{color14}
|
||||
color15:{color15}
|
||||
text_color:{color15}
|
||||
selected_bg_color:{active}
|
||||
selected_fg_color:{color15}
|
||||
tooltip_bg_color:{color0}
|
||||
tooltip_fg_color:{color15}
|
||||
titlebar_bg_color:{color0}
|
||||
titlebar_fg_color:{color15}
|
||||
menu_bg_color:{color0}
|
||||
menu_fg_color:{color15}
|
||||
link_color:{active}"
|
||||
gtk-auto-mnemonics = 1
|
||||
|
||||
# Default Style
|
||||
# DO --NOT-- CHANGE ACTIVE
|
||||
# IT's THE COLOR THAT WPGTK REPLACES
|
||||
# FEEL FREE TO MODIFY EVERYTHING ELSE IN gtkrc.base
|
||||
|
||||
style "murrine-default" {{
|
||||
GtkArrow::arrow-scaling= 0.6
|
||||
|
||||
GtkButton::child-displacement-x = 0
|
||||
GtkButton::child-displacement-y = 0
|
||||
|
||||
GtkButton::default-border = {{ 0, 0, 0, 0 }}
|
||||
|
||||
GtkButtonBox::child-min-height = 26
|
||||
|
||||
GtkCheckButton::indicator-size = 16
|
||||
|
||||
# The following line hints to gecko (and possibly other appliations)
|
||||
# that the entry should be drawn transparently on the canvas.
|
||||
# Without this, gecko will fill in the background of the entry.
|
||||
GtkEntry::honors-transparent-bg-hint = 1
|
||||
GtkEntry::state-hint = 0
|
||||
|
||||
GtkExpander::expander-size = 16
|
||||
|
||||
GtkImage::x-ayatana-indicator-dynamic = 1
|
||||
|
||||
GtkMenu::horizontal-padding = 0
|
||||
GtkMenu::vertical-padding = 0
|
||||
|
||||
GtkMenuBar::internal-padding = 0
|
||||
GtkMenuBar::window-dragging = 1
|
||||
|
||||
GtkMenuItem::arrow-scaling= 0.5
|
||||
|
||||
GtkPaned::handle-size = 1
|
||||
|
||||
GtkProgressBar::min-horizontal-bar-height = 12
|
||||
GtkProgressBar::min-vertical-bar-width = 12
|
||||
|
||||
GtkRange::trough-border = 0
|
||||
GtkRange::slider-width = 8
|
||||
GtkRange::stepper-size = 12
|
||||
GtkRange::stepper_spacing = 0
|
||||
GtkRange::trough-under-steppers = 1
|
||||
|
||||
GtkScale::slider-length = 16
|
||||
GtkScale::slider-width = 16
|
||||
GtkScale::trough-side-details = 1
|
||||
|
||||
GtkScrollbar::activate-slider = 1
|
||||
GtkScrollbar::has-backward-stepper = 0
|
||||
GtkScrollbar::has-forward-stepper = 0
|
||||
GtkScrollbar::has-secondary-backward-stepper = 0
|
||||
GtkScrollbar::has-secondary-forward-stepper = 0
|
||||
GtkScrollbar::min-slider-length = 80
|
||||
GtkScrollbar::slider-width = 8
|
||||
GtkScrollbar::trough-border = 0
|
||||
|
||||
GtkScrolledWindow::scrollbar-spacing = 0
|
||||
GtkScrolledWindow::scrollbars-within-bevel = 1
|
||||
|
||||
GtkSeparatorMenuItem::horizontal-padding = 0
|
||||
|
||||
GtkToolbar::internal-padding = 0
|
||||
|
||||
GtkTreeView::expander-size = 11
|
||||
GtkTreeView::vertical-separator = 0
|
||||
|
||||
GtkWidget::focus-line-width = 1
|
||||
# The following line prevents the Firefox tabs
|
||||
# from jumping a few pixels when you create a new tab
|
||||
GtkWidget::focus-padding = 0
|
||||
|
||||
GtkWidget::wide-separators = 1
|
||||
GtkWidget::separator-width = 1
|
||||
GtkWidget::separator-height = 1
|
||||
|
||||
GtkWindow::resize-grip-height = 0
|
||||
GtkWindow::resize-grip-width = 0
|
||||
|
||||
WnckTasklist::fade-overlay-rect = 0
|
||||
|
||||
GnomeHRef::link_color = @link_color
|
||||
GtkHTML::link-color = @link_color
|
||||
GtkIMHtmlr::hyperlink-color = @link_color
|
||||
GtkIMHtml::hyperlink-color = @link_color
|
||||
GtkWidget::link-color = @link_color
|
||||
GtkWidget::visited-link-color = @text_color
|
||||
|
||||
GtkToolbar::shadow-type = GTK_SHADOW_NONE # Makes toolbars flat and unified
|
||||
GtkMenuBar::shadow-type = GTK_SHADOW_NONE # Makes menubars flat and unified
|
||||
|
||||
xthickness = 1
|
||||
ythickness = 1
|
||||
|
||||
fg[NORMAL] = @text_color
|
||||
fg[PRELIGHT] = @text_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
fg[ACTIVE] = @text_color
|
||||
fg[INSENSITIVE] = mix (0.5, @bg_color, @text_color)
|
||||
|
||||
bg[NORMAL] = @bg_color
|
||||
bg[PRELIGHT] = shade (1.02, @bg_color)
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
bg[ACTIVE] = @bg_color
|
||||
bg[INSENSITIVE] = @bg_color
|
||||
|
||||
base[NORMAL] = shade(0.85, @color0)
|
||||
base[PRELIGHT] = shade (0.85, @color0)
|
||||
base[SELECTED] = @selected_bg_color
|
||||
base[ACTIVE] = @selected_bg_color
|
||||
base[INSENSITIVE] = shade (0.85, @bg_color)
|
||||
|
||||
text[NORMAL] = @text_color
|
||||
text[PRELIGHT] = @text_color
|
||||
text[SELECTED] = @selected_fg_color
|
||||
text[ACTIVE] = @selected_fg_color
|
||||
text[INSENSITIVE] = mix (0.5, @bg_color, @text_color)
|
||||
|
||||
engine "murrine" {{
|
||||
animation = FALSE
|
||||
arrowstyle = 1 # 0 = normal arrows, 1 = filled arrows
|
||||
border_shades = {{ 1.0, 1.0 }} # gradient to draw on border
|
||||
colorize_scrollbar = TRUE
|
||||
comboboxstyle = 0 # 0 = normal combobox, 1 = colorized combobox below arrow
|
||||
contrast = 0.0 # overal contrast with borders
|
||||
focusstyle = 1 # 0 = none, 1 = grey dotted, 2 = colored with fill, 3 = colored glow
|
||||
glazestyle = 0 # 0 = flat highlight, 1 = curved highlight, 2 = concave, 3 = top curved highlight, 4 = beryl highlight
|
||||
glowstyle = 0 # 0 = glow on top, 1 = glow on bottom, 2 = glow on top and bottom, 3 = glow on middle vertically, 4 = glow on middle horizontally, 5 = glow on all sides
|
||||
glow_shade = 1.0 # amount of glow
|
||||
gradient_shades = {{ 1.0, 1.0, 1.0, 1.0 }} # gradient to draw on widgets
|
||||
highlight_shade = 1.0 # amount of highlight
|
||||
lightborder_shade = 1.0 # amount of inset light border
|
||||
lightborderstyle = 1 # 0 = lightborder on top side, 1 = lightborder on all sides
|
||||
listviewheaderstyle = 0 # 0 = flat, 1 = glassy, 2 = raised
|
||||
listviewstyle = 0 # 0 = none, 1 = dotted, 2 = line
|
||||
menubaritemstyle = 0 # 0 = menuitem look, 1 = button look
|
||||
menubarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
|
||||
menuitemstyle = 0 # 0 = flat, 1 = glassy, 2 = striped
|
||||
menustyle = 0 # 0 = none, 1 = vertical striped
|
||||
progressbarstyle = 0 # 0 = none, 1 = diagonal striped, 2 = vertical striped
|
||||
reliefstyle = 0 # 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, 4 = stronger shadow with gradient
|
||||
roundness = 0 # roundness of widgets
|
||||
scrollbarstyle = 0 # 0 = none, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles
|
||||
sliderstyle = 0 # 0 = none, 1 = handles
|
||||
stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles
|
||||
toolbarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient
|
||||
}}
|
||||
}}
|
||||
|
||||
style "murrine-wide" {{
|
||||
xthickness = 2
|
||||
ythickness = 2
|
||||
}}
|
||||
|
||||
style "murrine-wider" {{
|
||||
xthickness = 3
|
||||
ythickness = 3
|
||||
}}
|
||||
|
||||
style "murrine-thin" {{
|
||||
xthickness = 0
|
||||
ythickness = 0
|
||||
}}
|
||||
|
||||
# Notebook
|
||||
|
||||
style "murrine-notebook-bg" {{
|
||||
bg[NORMAL] = @bg_color
|
||||
bg[ACTIVE] = shade (0.70, @bg_color)
|
||||
}}
|
||||
|
||||
style "murrine-notebook" = "murrine-notebook-bg" {{
|
||||
xthickness = 2
|
||||
ythickness = 2
|
||||
|
||||
engine "murrine" {{
|
||||
roundness = 0
|
||||
}}
|
||||
}}
|
||||
|
||||
# Various Standard Widgets
|
||||
|
||||
style "murrine-button" = "murrine-wider" {{
|
||||
bg[NORMAL] = shade (1.3, @bg_color)
|
||||
bg[PRELIGHT] = shade (0.80, @selected_bg_color)
|
||||
bg[ACTIVE] = shade (1.00, @selected_bg_color)
|
||||
bg[INSENSITIVE] = shade (0.85, @bg_color)
|
||||
|
||||
engine "murrine" {{
|
||||
}}
|
||||
}}
|
||||
|
||||
style "murrine-scrollbar" {{
|
||||
bg[NORMAL] = @bg_color
|
||||
bg[PRELIGHT] = mix (0.31, @text_color, @bg_color)
|
||||
bg[ACTIVE] = @selected_bg_color
|
||||
|
||||
engine "murrine" {{
|
||||
roundness = 0
|
||||
contrast = 0.0
|
||||
border_shades = {{ 0.9, 0.9 }}
|
||||
trough_shades = {{ 0.97, 0.97 }}
|
||||
trough_border_shades = {{ 1.0, 1.0 }}
|
||||
}}
|
||||
}}
|
||||
|
||||
style "murrine-overlay-scrollbar" {{
|
||||
bg[ACTIVE] = shade (0.8, @bg_color)
|
||||
bg[INSENSITIVE] = shade (0.97, @bg_color)
|
||||
|
||||
base[SELECTED] = shade (0.6, @bg_color)
|
||||
base[INSENSITIVE] = shade (0.85, @bg_color)
|
||||
}}
|
||||
|
||||
style "murrine-scale" = "murrine-thin" {{
|
||||
bg[NORMAL] = @bg_color
|
||||
bg[ACTIVE] = @bg_color
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
bg[INSENSITIVE] = shade (0.95, @bg_color)
|
||||
|
||||
engine "murrine" {{
|
||||
roundness = 8
|
||||
gradient_shades = {{ 1.08, 1.08, 1.08, 1.08 }}
|
||||
border_shades = {{ 1.0, 1.0 }}
|
||||
trough_shades = {{ 1.08, 1.08 }}
|
||||
trough_border_shades = {{ 0.8, 0.8 }}
|
||||
}}
|
||||
}}
|
||||
|
||||
style "murrine-progressbar" = "murrine-thin" {{
|
||||
bg[NORMAL] = @bg_color
|
||||
bg[ACTIVE] = shade(0.60, @bg_color)
|
||||
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
|
||||
engine "murrine" {{
|
||||
roundness = 0
|
||||
border_shades = {{ 1.2, 1.2 }}
|
||||
trough_border_shades = {{ 0.8, 0.8 }}
|
||||
}}
|
||||
}}
|
||||
|
||||
style "murrine-treeview-header" = "murrine-button" {{
|
||||
engine "murrine" {{
|
||||
roundness = 0
|
||||
}}
|
||||
}}
|
||||
|
||||
style "murrine-treeview" {{
|
||||
engine "murrine" {{
|
||||
roundness = 0
|
||||
}}
|
||||
}}
|
||||
|
||||
style "murrine-frame-title" {{
|
||||
fg[NORMAL] = lighter (@text_color)
|
||||
}}
|
||||
|
||||
style "murrine-tooltips" {{
|
||||
xthickness = 5
|
||||
ythickness = 5
|
||||
|
||||
bg[NORMAL] = @tooltip_bg_color
|
||||
bg[SELECTED] = @tooltip_bg_color
|
||||
|
||||
fg[NORMAL] = @text_color
|
||||
|
||||
engine "murrine" {{
|
||||
textstyle = 0
|
||||
roundness = 0
|
||||
rgba = FALSE
|
||||
}}
|
||||
}}
|
||||
|
||||
style "murrine-spinbutton" = "murrine-button" {{
|
||||
engine "murrine" {{
|
||||
}}
|
||||
}}
|
||||
|
||||
style "murrine-radiocheck" = "murrine-default" {{
|
||||
bg[SELECTED] = @bg_color
|
||||
|
||||
text[NORMAL] = @selected_bg_color
|
||||
text[PRELIGHT] = @selected_bg_color
|
||||
}}
|
||||
|
||||
style "murrine-entry" = "murrine-wider" {{
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
|
||||
engine "murrine" {{
|
||||
border_shades = {{ 1.15, 1.15 }}
|
||||
}}
|
||||
}}
|
||||
|
||||
style "metacity-frame" = "murrine-default" {{
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
}}
|
||||
|
||||
style "murrine-statusbar" {{
|
||||
bg[NORMAL] = @bg_color
|
||||
}}
|
||||
style "murrine-comboboxentry" = "murrine-entry" {{ }}
|
||||
style "murrine-hscale" = "murrine-scale" {{ }}
|
||||
style "murrine-vscale" = "murrine-scale" {{ }}
|
||||
style "murrine-hscrollbar" = "murrine-scrollbar" {{ }}
|
||||
style "murrine-vscrollbar" = "murrine-scrollbar" {{ }}
|
||||
|
||||
# Menus
|
||||
|
||||
style "murrine-menu" = "murrine-thin" {{
|
||||
bg[NORMAL] = shade(0.8, @menu_bg_color)
|
||||
bg[PRELIGHT] = @selected_bg_color
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
bg[ACTIVE] = @menu_bg_color
|
||||
bg[INSENSITIVE] = @menu_bg_color
|
||||
|
||||
fg[NORMAL] = @menu_fg_color
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
fg[ACTIVE] = @selected_fg_color
|
||||
fg[INSENSITIVE] = mix (0.5, @menu_bg_color, @menu_fg_color)
|
||||
|
||||
text[NORMAL] = @menu_fg_color
|
||||
text[PRELIGHT] = @selected_fg_color
|
||||
text[SELECTED] = @selected_fg_color
|
||||
text[ACTIVE] = @selected_fg_color
|
||||
text[INSENSITIVE] = mix (0.5, @menu_bg_color, @menu_fg_color)
|
||||
|
||||
engine "murrine" {{
|
||||
roundness = 0
|
||||
}}
|
||||
}}
|
||||
|
||||
style "murrine-menu-item" = "murrine-wider" {{
|
||||
bg[PRELIGHT] = @selected_bg_color
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
bg[ACTIVE] = @selected_bg_color
|
||||
|
||||
fg[NORMAL] = @menu_fg_color # Fix for XFCE menu text
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
fg[ACTIVE] = @selected_fg_color
|
||||
fg[INSENSITIVE] = mix (0.5, @menu_bg_color, @menu_fg_color)
|
||||
|
||||
engine "murrine" {{
|
||||
textstyle = 0
|
||||
border_shades = {{ 1.2, 1.2 }}
|
||||
}}
|
||||
}}
|
||||
|
||||
style "murrine-separator-menu-item" = "murrine-thin" {{ }}
|
||||
|
||||
style "murrine-menubar" {{
|
||||
bg[NORMAL] = @bg_color
|
||||
bg[PRELIGHT] = mix (0.21, @text_color, @bg_color)
|
||||
bg[SELECTED] = mix (0.21, @text_color, @bg_color)
|
||||
bg[ACTIVE] = shade (0.9, @bg_color)
|
||||
bg[INSENSITIVE] = @bg_color
|
||||
|
||||
fg[NORMAL] = @text_color
|
||||
fg[PRELIGHT] = shade (1.08, @text_color)
|
||||
fg[SELECTED] = shade (1.08, @text_color)
|
||||
fg[ACTIVE] = @text_color
|
||||
fg[INSENSITIVE] = mix (0.5, @bg_color, @text_color)
|
||||
|
||||
engine "murrine" {{
|
||||
roundness = 0
|
||||
}}
|
||||
}}
|
||||
|
||||
style "murrine-menubaritem" {{
|
||||
bg[NORMAL] = @bg_color
|
||||
bg[PRELIGHT] = @selected_bg_color
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
bg[ACTIVE] = shade (0.9, @bg_color)
|
||||
bg[INSENSITIVE] = @bg_color
|
||||
|
||||
fg[NORMAL] = @text_color
|
||||
fg[PRELIGHT] = shade (1.08, @text_color)
|
||||
fg[SELECTED] = shade (1.08, @text_color)
|
||||
fg[ACTIVE] = @text_color
|
||||
fg[INSENSITIVE] = mix (0.5, @bg_color, @text_color)
|
||||
|
||||
engine "murrine" {{
|
||||
roundness = 0
|
||||
}}
|
||||
}}
|
||||
|
||||
# Toolbars
|
||||
|
||||
style "murrine-toolbar" = "murrine-thin" {{
|
||||
bg[NORMAL] = @bg_color
|
||||
bg[PRELIGHT] = shade (1.02, @bg_color)
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
bg[ACTIVE] = shade (0.9, @bg_color)
|
||||
bg[INSENSITIVE] = @bg_color
|
||||
|
||||
fg[NORMAL] = @text_color
|
||||
fg[PRELIGHT] = @text_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
fg[ACTIVE] = @text_color
|
||||
fg[INSENSITIVE] = mix (0.5, @bg_color, @text_color)
|
||||
|
||||
engine "murrine" {{
|
||||
}}
|
||||
}}
|
||||
|
||||
style "murrine-toolbutton" = "murrine-button" {{
|
||||
bg[NORMAL] = shade (1.08, @bg_color)
|
||||
bg[PRELIGHT] = shade (1.10, @bg_color)
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
bg[ACTIVE] = shade (0.95, @bg_color)
|
||||
bg[INSENSITIVE] = shade (0.85, @bg_color)
|
||||
|
||||
fg[NORMAL] = @text_color
|
||||
fg[PRELIGHT] = @text_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
fg[ACTIVE] = @text_color
|
||||
fg[INSENSITIVE] = mix (0.5, @bg_color, @text_color)
|
||||
|
||||
engine "murrine" {{
|
||||
}}
|
||||
}}
|
||||
|
||||
class "GtkToolbar" style "murrine-toolbar"
|
||||
class "GtkHandleBox" style "murrine-toolbar"
|
||||
widget_class "*Toolbar*.*Separator*" style "murrine-toolbar"
|
||||
|
||||
# Panels
|
||||
|
||||
style "murrine-panel" = "murrine-thin" {{
|
||||
xthickness = 2
|
||||
|
||||
bg[NORMAL] = @menu_bg_color
|
||||
bg[PRELIGHT] = shade(0.8, @selected_bg_color)
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
bg[ACTIVE] = @selected_bg_color
|
||||
bg[INSENSITIVE] = @menu_bg_color
|
||||
|
||||
fg[NORMAL] = @text_color
|
||||
fg[PRELIGHT] = @text_color
|
||||
fg[SELECTED] = @text_color
|
||||
fg[ACTIVE] = @text_color
|
||||
fg[INSENSITIVE] = shade(0.8, @text_color)
|
||||
|
||||
base[NORMAL] = @menu_bg_color
|
||||
base[PRELIGHT] = mix (0.21, @text_color, @menu_bg_color)
|
||||
base[SELECTED] = @selected_bg_color
|
||||
base[ACTIVE] = @selected_bg_color
|
||||
base[INSENSITIVE] = @menu_bg_color
|
||||
|
||||
text[NORMAL] = @text_color
|
||||
text[PRELIGHT] = shade (1.08, @text_color)
|
||||
text[SELECTED] = shade (1.08, @text_color)
|
||||
text[ACTIVE] = @text_color
|
||||
text[INSENSITIVE] = mix (0.5, @menu_bg_color, @text_color)
|
||||
|
||||
engine "murrine" {{
|
||||
roundness = 0
|
||||
contrast = 0.0
|
||||
}}
|
||||
}}
|
||||
|
||||
widget "*PanelWidget*" style "murrine-panel"
|
||||
widget "*PanelApplet*" style "murrine-panel"
|
||||
widget "*fast-user-switch*" style "murrine-panel"
|
||||
widget "*CPUFreq*Applet*" style "murrine-panel"
|
||||
widget "*indicator-applet*" style "murrine-panel"
|
||||
class "PanelApp*" style "murrine-panel"
|
||||
class "PanelToplevel*" style "murrine-panel"
|
||||
widget_class "*PanelToplevel*" style "murrine-panel"
|
||||
widget_class "*notif*" style "murrine-panel"
|
||||
widget_class "*Notif*" style "murrine-panel"
|
||||
widget_class "*Tray*" style "murrine-panel"
|
||||
widget_class "*tray*" style "murrine-panel"
|
||||
widget_class "*computertemp*" style "murrine-panel"
|
||||
widget_class "*Applet*Tomboy*" style "murrine-panel"
|
||||
widget_class "*Applet*Netstatus*" style "murrine-panel"
|
||||
widget "*gdm-user-switch-menubar*" style "murrine-panel"
|
||||
|
||||
style "bold-panel-item" {{
|
||||
font_name = "Bold"
|
||||
|
||||
engine "murrine" {{
|
||||
roundness = 0
|
||||
}}
|
||||
}}
|
||||
|
||||
widget "*Panel*MenuBar*" style "bold-panel-item"
|
||||
widget "*gimmie*" style "bold-panel-item"
|
||||
|
||||
# widget_class "*Mail*" style "murrine-panel" # Disabled to fix Evolution bug
|
||||
# class "*Panel*" style "murrine-panel" # Disabled to fix bug
|
||||
|
||||
# XFCE Styles
|
||||
|
||||
style "workspace-switcher" = "murrine-panel" {{
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
}}
|
||||
|
||||
style "xfce-header" {{
|
||||
bg[NORMAL] = shade (0.9, @bg_color)
|
||||
base[NORMAL] = shade (1.18, @bg_color)
|
||||
}}
|
||||
|
||||
style "xfdesktop-windowlist" {{
|
||||
bg[NORMAL] = @bg_color
|
||||
fg[INSENSITIVE] = shade (0.95, @bg_color)
|
||||
text[INSENSITIVE] = shade (0.95, @bg_color)
|
||||
}}
|
||||
|
||||
style "xfdesktop-icon-view" {{
|
||||
XfdesktopIconView::label-alpha = 0
|
||||
XfdesktopIconView::selected-label-alpha = 60
|
||||
XfdesktopIconVIew::ellipsize-icon-labels = 1
|
||||
|
||||
base[NORMAL] = @selected_bg_color
|
||||
base[SELECTED] = @selected_bg_color
|
||||
base[ACTIVE] = @selected_bg_color
|
||||
|
||||
fg[NORMAL] = @selected_fg_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
fg[ACTIVE] = @selected_fg_color
|
||||
|
||||
engine "murrine" {{
|
||||
textstyle = 5
|
||||
text_shade = 0.05
|
||||
}}
|
||||
}}
|
||||
|
||||
style "xfwm-tabwin" {{
|
||||
Xfwm4TabwinWidget::border-width = 0
|
||||
Xfwm4TabwinWidget::icon-size = 64
|
||||
|
||||
bg[NORMAL] = @menu_bg_color
|
||||
fg[NORMAL] = @menu_fg_color
|
||||
|
||||
engine "murrine" {{
|
||||
focusstyle = 0
|
||||
}}
|
||||
}}
|
||||
|
||||
style "xfsm-logout" {{
|
||||
bg[NORMAL] = @menu_bg_color
|
||||
bg[ACTIVE] = @menu_bg_color
|
||||
bg[PRELIGHT] = shade (1.1, @menu_bg_color)
|
||||
bg[SELECTED] = shade (0.5, @menu_bg_color)
|
||||
bg[INSENSITIVE] = shade (1.3, @menu_bg_color)
|
||||
|
||||
fg[NORMAL] = @menu_fg_color
|
||||
fg[PRELIGHT] = @menu_fg_color
|
||||
|
||||
text[NORMAL] = @menu_fg_color
|
||||
|
||||
engine "murrine" {{
|
||||
}}
|
||||
}}
|
||||
|
||||
style "xfsm-logout-button" {{
|
||||
bg[NORMAL] = shade (1.2, @menu_bg_color)
|
||||
bg[PRELIGHT] = shade (1.4, @menu_bg_color)
|
||||
|
||||
engine "murrine" {{
|
||||
}}
|
||||
}}
|
||||
|
||||
widget "*WnckPager*" style "workspace-switcher"
|
||||
|
||||
widget "*Xfce*Panel*" style "murrine-panel"
|
||||
class "*Xfce*Panel*" style "murrine-panel"
|
||||
|
||||
# Thunar Styles
|
||||
|
||||
style "sidepane" {{
|
||||
base[NORMAL] = @bg_color
|
||||
base[INSENSITIVE] = shade(0.90, @bg_color)
|
||||
bg[NORMAL] = @bg_color
|
||||
text[NORMAL] = @text_color
|
||||
}}
|
||||
|
||||
widget_class "*ThunarShortcutsView*" style "sidepane"
|
||||
widget_class "*ThunarTreeView*" style "sidepane"
|
||||
widget_class "*ThunarLocationEntry*" style "murrine-entry"
|
||||
|
||||
# Gtk2 Open-File Dialog
|
||||
|
||||
widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.GtkTreeView*" style "sidepane"
|
||||
widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.<GtkTreeView>.<GtkButton>" style "murrine-treeview-header"
|
||||
|
||||
# Google Chrome/Chromium Styles (requires 9.0.597 or newer)
|
||||
|
||||
style "chromium-toolbar-button" {{
|
||||
engine "murrine" {{
|
||||
roundness = 2
|
||||
textstyle = 0
|
||||
}}
|
||||
}}
|
||||
|
||||
style "chrome-gtk-frame" {{
|
||||
ChromeGtkFrame::frame-color = @titlebar_bg_color
|
||||
ChromeGtkFrame::inactive-frame-color = @titlebar_bg_color
|
||||
|
||||
ChromeGtkFrame::frame-gradient-size = 0
|
||||
ChromeGtkFrame::frame-gradient-color = @titlebar_bg_color
|
||||
|
||||
ChromeGtkFrame::incognito-frame-color = @titlebar_bg_color
|
||||
ChromeGtkFrame::incognito-inactive-frame-color = @titlebar_bg_color
|
||||
|
||||
ChromeGtkFrame::incognito-frame-gradient-size = 0
|
||||
ChromeGtkFrame::incognito-frame-gradient-color = @titlebar_bg_color
|
||||
|
||||
ChromeGtkFrame::scrollbar-trough-color = @bg_color
|
||||
ChromeGtkFrame::scrollbar-slider-normal-color = mix (0.21, @text_color, @bg_color)
|
||||
ChromeGtkFrame::scrollbar-slider-prelight-color = mix (0.31, @text_color, @bg_color)
|
||||
}}
|
||||
|
||||
class "ChromeGtkFrame" style "chrome-gtk-frame"
|
||||
|
||||
widget_class "*Chrom*Button*" style "chromium-toolbar-button"
|
||||
|
||||
# General Styles
|
||||
|
||||
class "GtkWidget" style "murrine-default"
|
||||
|
||||
class "GtkFrame" style "murrine-wide"
|
||||
class "MetaFrames" style "metacity-frame"
|
||||
class "GtkWindow" style "metacity-frame"
|
||||
|
||||
class "GtkSeparator" style "murrine-wide"
|
||||
class "GtkCalendar" style "murrine-wide"
|
||||
|
||||
class "GtkSpinButton" style "murrine-spinbutton"
|
||||
|
||||
class "GtkScale" style "murrine-scale"
|
||||
class "GtkVScale" style "murrine-vscale"
|
||||
class "GtkHScale" style "murrine-hscale"
|
||||
class "GtkScrollbar" style "murrine-scrollbar"
|
||||
class "GtkVScrollbar" style "murrine-vscrollbar"
|
||||
class "GtkHScrollbar" style "murrine-hscrollbar"
|
||||
|
||||
class "GtkRadio*" style "murrine-radiocheck"
|
||||
class "GtkCheck*" style "murrine-radiocheck"
|
||||
|
||||
class "GtkEntry" style "murrine-entry"
|
||||
|
||||
widget_class "*<GtkNotebook>" style "murrine-notebook"
|
||||
widget_class "*<GtkNotebook>*<GtkEventBox>" style "murrine-notebook-bg"
|
||||
widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "murrine-notebook-bg"
|
||||
widget_class "*<GtkNotebook>*<GtkLayout>" style "murrine-notebook-bg"
|
||||
widget_class "*.GtkNotebook.*.GtkViewport" style "murrine-notebook"
|
||||
|
||||
widget_class "*<GtkButton>" style "murrine-button"
|
||||
widget_class "*<GtkStatusbar>*" style "murrine-statusbar"
|
||||
widget_class "*<GtkProgress>" style "murrine-progressbar"
|
||||
widget_class "*<GtkProgressBar>" style "murrine-progressbar"
|
||||
|
||||
widget_class "*<GtkComboBoxEntry>*" style "murrine-comboboxentry"
|
||||
widget_class "*<GtkCombo>*" style "murrine-comboboxentry"
|
||||
|
||||
widget_class "*<GtkMenu>*" style "murrine-menu"
|
||||
widget_class "*<GtkMenuItem>*" style "murrine-menu-item"
|
||||
widget_class "*<GtkSeparatorMenuItem>*" style "murrine-separator-menu-item"
|
||||
widget_class "*Menu*.*Sepa*" style "murrine-separator-menu-item"
|
||||
widget_class "*<GtkMenuBar>*" style "murrine-menubar"
|
||||
widget_class "*<GtkMenuBar>*<GtkMenuItem>*" style "murrine-menubaritem"
|
||||
|
||||
widget_class "*GtkToolButton*" style "murrine-toolbutton"
|
||||
widget_class "*GtkToggleToolButton*" style "murrine-toolbutton"
|
||||
widget_class "*GtkMenuToolButton*" style "murrine-toolbutton"
|
||||
widget_class "*GtkToolbar*Button" style "murrine-toolbutton"
|
||||
|
||||
widget_class "*.<GtkFrame>.<GtkLabel>" style "murrine-frame-title"
|
||||
|
||||
widget_class "*.<GtkTreeView>*" style "murrine-treeview"
|
||||
widget_class "*.<GtkTreeView>.<GtkButton>" style "murrine-treeview-header"
|
||||
widget_class "*.<GtkCTree>.<GtkButton>" style "murrine-treeview-header"
|
||||
widget_class "*.<GtkList>.<GtkButton>" style "murrine-treeview-header"
|
||||
widget_class "*.<GtkCList>.<GtkButton>" style "murrine-treeview-header"
|
||||
|
||||
widget "gtk-tooltip*" style "murrine-tooltips"
|
||||
|
||||
widget_class "*<GtkScrolledWindow>*<OsScrollbar>" style "murrine-overlay-scrollbar"
|
||||
|
||||
# Workarounds and Non-Standard Styling
|
||||
|
||||
style "text-is-fg-color-workaround" {{
|
||||
text[NORMAL] = @text_color
|
||||
text[PRELIGHT] = @text_color
|
||||
text[SELECTED] = @selected_fg_color
|
||||
text[ACTIVE] = @text_color
|
||||
text[INSENSITIVE] = mix (0.5, @bg_color, @text_color)
|
||||
}}
|
||||
|
||||
widget_class "*.<GtkComboBox>.<GtkCellView>" style "text-is-fg-color-workaround"
|
||||
|
||||
style "fg-is-text-color-workaround" {{
|
||||
fg[NORMAL] = @text_color
|
||||
fg[PRELIGHT] = @text_color
|
||||
fg[ACTIVE] = @selected_fg_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
fg[INSENSITIVE] = darker (@text_color)
|
||||
}}
|
||||
|
||||
widget_class "*<GtkListItem>*" style "fg-is-text-color-workaround"
|
||||
widget_class "*<GtkCList>" style "fg-is-text-color-workaround"
|
||||
widget_class "*<EelEditableLabel>" style "fg-is-text-color-workaround"
|
||||
|
||||
style "murrine-evo-new-button-workaround" {{
|
||||
engine "murrine" {{
|
||||
toolbarstyle = 0
|
||||
}}
|
||||
}}
|
||||
|
||||
widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "murrine-evo-new-button-workaround"
|
||||
|
||||
style "inkscape-toolbar-fix" {{
|
||||
engine "murrine" {{
|
||||
gradient_shades = {{ 1.0, 1.0, 1.0, 1.0 }}
|
||||
highlight_shade = 1.0
|
||||
}}
|
||||
}}
|
||||
|
||||
#widget "*GtkHandleBox*" style "inkscape-toolbar-fix"
|
||||
#widget "*HandleBox*CommandsToolbar*" style "inkscape-toolbar-fix"
|
||||
#widget "*HandleBox*SnapToolbar*" style "inkscape-toolbar-fix"
|
||||
widget "*HandleBox*SelectToolbar*" style "inkscape-toolbar-fix"
|
||||
widget "*HandleBox*NodeToolbar*" style "inkscape-toolbar-fix"
|
||||
widget "*HandleBox*TweakToolbar*" style "inkscape-toolbar-fix"
|
||||
widget "*HandleBox*ZoomToolbar*" style "inkscape-toolbar-fix"
|
||||
widget "*HandleBox*StarToolbar*" style "inkscape-toolbar-fix"
|
||||
widget "*HandleBox*RectToolbar*" style "inkscape-toolbar-fix"
|
||||
widget "*HandleBox*3DBoxToolbar*" style "inkscape-toolbar-fix"
|
||||
widget "*HandleBox*ArcToolbar*" style "inkscape-toolbar-fix"
|
||||
widget "*HandleBox*SpiralToolbar*" style "inkscape-toolbar-fix"
|
||||
widget "*HandleBox*PencilToolbar*" style "inkscape-toolbar-fix"
|
||||
widget "*HandleBox*PenToolbar*" style "inkscape-toolbar-fix"
|
||||
widget "*HandleBox*CalligraphyToolbar*" style "inkscape-toolbar-fix"
|
||||
widget "*HandleBox*EraserToolbar*" style "inkscape-toolbar-fix"
|
||||
widget "*HandleBox*LPEToolToolbar*" style "inkscape-toolbar-fix"
|
||||
widget "*HandleBox*DropperToolbar*" style "inkscape-toolbar-fix"
|
||||
widget "*HandleBox*ConnectorToolbar*" style "inkscape-toolbar-fix"
|
||||
widget "*HandleBox*PaintbucketToolbar*" style "inkscape-toolbar-fix"
|
||||
|
||||
# Performance Fixes
|
||||
|
||||
style "performance-fix" {{
|
||||
engine "murrine" {{
|
||||
textstyle = 0
|
||||
}}
|
||||
}}
|
||||
|
||||
widget_class "*gtkmm__GtkWindow*" style "performance-fix" # Inkscape
|
||||
widget_class "*GimpDisplayShell*" style "performance-fix" # Gimp
|
||||
widget_class "*GimpToolbox*" style "performance-fix"
|
||||
widget_class "*GimpMenuDock*" style "performance-fix"
|
||||
widget "*OOoFixed*" style "performance-fix" # Openoffice/Libreoffice
|
||||
widget_class "*MozContainer*" style "performance-fix" # Firefox (Not sure if this one does anything though.)
|
||||
|
||||
widget_class "*XfceHeading*" style "xfce-header"
|
||||
widget_class "*XfceDesktop*" style "xfdesktop-windowlist"
|
||||
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"
|
||||
widget "xfwm4-tabwin*" style "xfwm-tabwin"
|
||||
widget_class "*XfsmLogoutDialog*" style "xfsm-logout"
|
||||
widget_class "*XfsmLogoutDialog*GtkButton" style "xfsm-logout-button"
|
Before Width: | Height: | Size: 184 B |
Before Width: | Height: | Size: 286 B |
Before Width: | Height: | Size: 152 B |
Before Width: | Height: | Size: 152 B |
Before Width: | Height: | Size: 54 KiB |
Before Width: | Height: | Size: 169 B |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 257 B |
Before Width: | Height: | Size: 287 B |
Before Width: | Height: | Size: 287 B |
Before Width: | Height: | Size: 150 B |
Before Width: | Height: | Size: 150 B |
Before Width: | Height: | Size: 150 B |
Before Width: | Height: | Size: 187 B |
Before Width: | Height: | Size: 224 B |
Before Width: | Height: | Size: 239 B |
Before Width: | Height: | Size: 173 B |
Before Width: | Height: | Size: 173 B |
Before Width: | Height: | Size: 248 B |
Before Width: | Height: | Size: 207 B |
Before Width: | Height: | Size: 270 B |
Before Width: | Height: | Size: 190 B |
@ -1,429 +0,0 @@
|
||||
/***********************
|
||||
* fallback mode panel *
|
||||
***********************/
|
||||
PanelWidget,
|
||||
PanelApplet,
|
||||
PanelToplevel {
|
||||
padding: 0;
|
||||
background-color: @theme_bg_color;
|
||||
background-image: none;
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
PanelApplet {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
PanelSeparator {
|
||||
border-width: 0;
|
||||
background-color: @theme_bg_color;
|
||||
background-image: none;
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.gnome-panel-menu-bar,
|
||||
PanelApplet > GtkMenuBar.menubar,
|
||||
PanelApplet > GtkMenuBar.menubar.menuitem,
|
||||
PanelMenuBar.menubar,
|
||||
PanelMenuBar.menubar.menuitem {
|
||||
-Panelpanel-icon-visible: true;
|
||||
|
||||
border-width: 0;
|
||||
background-color: @theme_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
PanelAppletFrame {
|
||||
border-width: 0;
|
||||
background-color: @theme_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
PanelApplet .button {
|
||||
-GtkButton-inner-border: 2;
|
||||
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
border-color: transparent;
|
||||
background-color: @theme_bg_color;
|
||||
background-image: none;
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
PanelApplet .button:active,
|
||||
PanelApplet .button:active:prelight {
|
||||
border-width: 0 ;
|
||||
border-radius: 0;
|
||||
background-color: @theme_selected_bg_color;
|
||||
background-image: none;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
PanelApplet .button:prelight {
|
||||
background-color: @theme_bg_color;
|
||||
background-image: none;
|
||||
color: shade(@theme_fg_color, 0.7);
|
||||
}
|
||||
|
||||
WnckPager, WnckTasklist {
|
||||
background-color: @theme_bg_color;
|
||||
}
|
||||
|
||||
/************
|
||||
* nautilus *
|
||||
************/
|
||||
.nautilus-canvas-item {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.nautilus-desktop.nautilus-canvas-item {
|
||||
color: white;
|
||||
text-shadow: 1px 1px black;
|
||||
}
|
||||
|
||||
.nautilus-desktop.nautilus-canvas-item:active {
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.nautilus-desktop.nautilus-canvas-item:selected {
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
.nautilus-desktop.nautilus-canvas-item:active,
|
||||
.nautilus-desktop.nautilus-canvas-item:prelight,
|
||||
.nautilus-desktop.nautilus-canvas-item:selected {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
NautilusWindow .toolbar {
|
||||
border-width: 0;
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
NautilusWindow .sidebar .frame {
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
NautilusWindow > GtkGrid > .pane-separator,
|
||||
NautilusWindow > GtkGrid > .pane-separator:hover {
|
||||
border-width: 0;
|
||||
border-style: none;
|
||||
background-color: @theme_bg_color;
|
||||
}
|
||||
|
||||
NautilusNotebook.notebook tab {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
NautilusNotebook .frame {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
NautilusQueryEditor .primary-toolbar.toolbar {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
NautilusQueryEditor .toolbar {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
NautilusQueryEditor .toolbar:nth-child(2) {
|
||||
|
||||
}
|
||||
|
||||
NautilusQueryEditor .toolbar:last-child,
|
||||
NautilusQueryEditor .primary-toolbar.toolbar:only-child {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
/******************
|
||||
* gnome terminal *
|
||||
******************/
|
||||
VteTerminal {
|
||||
background-color: @theme_bg_color;
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
TerminalWindow GtkNotebook.notebook {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
TerminalWindow .scrollbars-junction,
|
||||
TerminalWindow .scrollbar.trough {
|
||||
|
||||
}
|
||||
|
||||
TerminalWindow .scrollbar.button,
|
||||
TerminalWindow .scrollbar.button:active,
|
||||
TerminalWindow .scrollbar.button:active:hover {
|
||||
|
||||
}
|
||||
|
||||
TerminalWindow .scrollbar.slider {
|
||||
|
||||
}
|
||||
|
||||
TerminalWindow .scrollbar.slider:hover,
|
||||
TerminalWindow .scrollbar.slider.vertical:hover {
|
||||
|
||||
}
|
||||
|
||||
TerminalWindow .scrollbar.slider:active,
|
||||
TerminalWindow .scrollbar.slider.vertical:active {
|
||||
|
||||
}
|
||||
|
||||
/*********
|
||||
* gedit *
|
||||
*********/
|
||||
GeditWindow .pane-separator,
|
||||
GeditWindow .pane-separator:hover {
|
||||
border-width: 0;
|
||||
border-style: none;
|
||||
background-color: @theme_bg_color;
|
||||
}
|
||||
|
||||
GeditPanel.title GtkLabel {
|
||||
padding: 4px 0;
|
||||
}
|
||||
|
||||
GeditPanel.vertical .title {
|
||||
padding: 4px 0 4px 3px;
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
GeditPanel .toolbar {
|
||||
border-style: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
GeditDocumentsPanel .view {
|
||||
background-color: @theme_base_color;
|
||||
}
|
||||
|
||||
GeditPanel.vertical .notebook {
|
||||
padding: 0;
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
GeditPanel.horizontal .notebook {
|
||||
padding: 0;
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
GeditWindow .notebook {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
GeditPanel .notebook tab,
|
||||
GeditWindow .notebook tab {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
GeditStatusMenuButton {
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
GeditStatusMenuButton.button,
|
||||
GeditStatusMenuButton.button:hover,
|
||||
GeditStatusMenuButton.button:active,
|
||||
GeditStatusMenuButton.button:active:hover {
|
||||
border-image: none;
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
GeditStatusMenuButton.button:hover,
|
||||
GeditStatusMenuButton.button:active,
|
||||
GeditStatusMenuButton.button:active:hover {
|
||||
|
||||
}
|
||||
|
||||
GeditStatusMenuButton.button:active {
|
||||
|
||||
}
|
||||
|
||||
GeditViewFrame .gedit-search-slider {
|
||||
padding: 4px;
|
||||
border-width: 0;
|
||||
border-style: none;
|
||||
background-color: @theme_bg_color;
|
||||
}
|
||||
GeditViewFrame .gedit-search-slider .entry {
|
||||
padding: 6px 6px 7px 6px;
|
||||
}
|
||||
GeditViewFrame .gedit-search-slider .not-found {
|
||||
background-color: @error_bg_color;
|
||||
background-image: none;
|
||||
color: @error_fg_color;
|
||||
}
|
||||
|
||||
GeditViewFrame .gedit-search-slider .not-found:selected {
|
||||
background-color: shade(@theme_selected_bg_color, 1.2);
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
GeditFileBrowserWidget .primary-toolbar.toolbar {
|
||||
padding: 2px;
|
||||
border: none;
|
||||
background-color: @theme_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.gedit-search-entry-occurrences-tag {
|
||||
color: @theme_text_color;
|
||||
margin: 2px;
|
||||
padding: 2px;
|
||||
}
|
||||
/***************
|
||||
* font-viewer *
|
||||
***************/
|
||||
SushiFontWidget {
|
||||
padding: 6px 12px;
|
||||
}
|
||||
|
||||
/*************
|
||||
* gucharmap *
|
||||
*************/
|
||||
GucharmapChartable {
|
||||
background-color: @theme_base_color;
|
||||
}
|
||||
|
||||
GucharmapChartable:active,
|
||||
GucharmapChartable:focus,
|
||||
GucharmapChartable:selected {
|
||||
background-color: @theme_selected_bg_color;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
/* gnome-documents */
|
||||
.documents-dropdown,
|
||||
.documents-dropdown .view {
|
||||
background-color: @theme_bg_color;
|
||||
}
|
||||
|
||||
.documents-dropdown.frame {
|
||||
padding: 6px;
|
||||
border-width: 0;
|
||||
border-style: none;
|
||||
}
|
||||
.documents-dropdown .view.radio,
|
||||
.documents-dropdown .view.radio:focus {
|
||||
background-image: url("assets/blank.png");;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.documents-dropdown .view.radio:active,
|
||||
.documents-dropdown .view.radio:active:focus,
|
||||
.documents-dropdown .view.radio:active:hover,
|
||||
.documents-dropdown .view.radio:hover {
|
||||
background-color: transparent;
|
||||
background-image: url("assets/radio-checked.png");
|
||||
}
|
||||
|
||||
.documents-entry-tag {
|
||||
background-color: transparent;
|
||||
color: @theme_text_color;
|
||||
border-width: 0;
|
||||
|
||||
margin: 2px;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.documents-entry-tag:hover {
|
||||
|
||||
}
|
||||
|
||||
.documents-entry-tag.button,
|
||||
.documents-entry-tag.button:focus,
|
||||
.documents-entry-tag.button:hover,
|
||||
.documents-entry-tag.button:hover:focus,
|
||||
.documents-entry-tag.button:active,
|
||||
.documents-entry-tag.button:active:focus {
|
||||
background-color: transparent;
|
||||
border-style: none;
|
||||
box-shadow: none;
|
||||
border-width: 0;
|
||||
|
||||
}
|
||||
|
||||
/* epiphany */
|
||||
|
||||
|
||||
|
||||
/* evince */
|
||||
|
||||
/*********************
|
||||
* NEMO File manager *
|
||||
*********************/
|
||||
/* for breadcrumbs path bar */
|
||||
|
||||
.nemo-pathbar-button,
|
||||
NemoPathbarButton {
|
||||
border-radius: 0;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: @theme_bg_color;
|
||||
background-color: @theme_base_color;
|
||||
color: @theme_text_color;
|
||||
background-image: none;
|
||||
border-image: none;
|
||||
}
|
||||
NemoPathbarButton:active {
|
||||
background-color: @theme_selected_bg_color;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
NemoPathbarButton:active:hover {
|
||||
background-color: shade(@theme_selected_bg_color, 1.05);
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
NemoPathbarButton:hover {
|
||||
background-color: @theme_base_color;
|
||||
color: shade(@theme_fg_color, 0.7);
|
||||
}
|
||||
|
||||
NemoPathbarButton:insensitive {
|
||||
background-color: shade(@theme_bg_color, 1.04);
|
||||
background-image: none;
|
||||
color: mix(@theme_text_color, @theme_base_color, 0.4);
|
||||
}
|
||||
NemoPathbarButton *:insensitive {
|
||||
|
||||
color: mix(@theme_text_color, @theme_base_color, 0.4);
|
||||
}
|
||||
|
||||
/* For Places Sidebar diskfull indicators */
|
||||
|
||||
NemoPlacesTreeView {
|
||||
-NemoPlacesTreeView-disk-full-bg-color: shade(@theme_bg_color, 0.93);
|
||||
-NemoPlacesTreeView-disk-full-fg-color: @theme_selected_bg_color;
|
||||
}
|
||||
|
||||
NemoPlacesTreeView:selected {
|
||||
-NemoPlacesTreeView-disk-full-bg-color: shade(@theme_bg_color, 0.93);
|
||||
-NemoPlacesTreeView-disk-full-fg-color: shade(@theme_bg_color, 0.5);
|
||||
}
|
||||
|
||||
NemoPlacesTreeView:hover {
|
||||
}
|
||||
|
||||
NemoPlacesTreeView:selected:hover {
|
||||
}
|
||||
|
||||
|
||||
NemoWindow * {
|
||||
|
||||
}
|
||||
|
||||
NemoWindow .view {
|
||||
background-color: @theme_base_color;
|
||||
}
|
||||
|
||||
NemoWindow .rubberband,
|
||||
NemoWindow .view.rubberband {
|
||||
background-color: alpha (@theme_selected_bg_color, 0.3);
|
||||
}
|
||||
/* inactive pane */
|
||||
|
||||
.nemo-inactive-pane .view {
|
||||
background-color: shade(@theme_bg_color, 1.03);
|
||||
}
|
@ -1,209 +0,0 @@
|
||||
/*******************
|
||||
* check and radio *
|
||||
*******************/
|
||||
/* draw regular check and radio items using our assets */
|
||||
.check,
|
||||
.check:hover,
|
||||
.check row:selected,
|
||||
.check row:selected:focus {
|
||||
border-style: none;
|
||||
border-radius: 0;
|
||||
background-color: @button_normal_color;
|
||||
background-image: url("assets/blank.png");
|
||||
}
|
||||
|
||||
.check:insensitive,
|
||||
.check row:selected:insensitive,
|
||||
.check row:selected:focus:insensitive {
|
||||
background-color: shade(@theme_bg_color, 0.93);
|
||||
background-image: url("assets/blank.png");
|
||||
}
|
||||
|
||||
.check:active,
|
||||
.check:active:hover,
|
||||
.check row:selected:active,
|
||||
.check row:selected:focus:active {
|
||||
background-color: @theme_selected_bg_color;
|
||||
background-image: url("assets/check.png");
|
||||
}
|
||||
|
||||
.check:active:insensitive,
|
||||
.check row:selected:active:insensitive,
|
||||
.check row:selected:focus:active:insensitive {
|
||||
background-color: shade(@theme_bg_color, 0.93);
|
||||
background-image: url("assets/check-insensitive.png");
|
||||
}
|
||||
|
||||
.check:inconsistent,
|
||||
.check:inconsistent:hover,
|
||||
.check:inconsistent:active:hover,
|
||||
.check row:selected:inconsistent,
|
||||
.check row:selected:focus:inconsistent {
|
||||
background-color: @theme_selected_bg_color;
|
||||
background-image: url("assets/check-mixed.png");
|
||||
}
|
||||
|
||||
.check:inconsistent:insensitive,
|
||||
.check row:selected:inconsistent:insensitive,
|
||||
.check row:selected:focus:inconsistent:insensitive {
|
||||
background-color: shade(@theme_bg_color, 0.93);
|
||||
background-image: url("assets/check-mixed-insensitive.png");
|
||||
}
|
||||
.check row:selected:active,
|
||||
.check row:selected:focus:active {
|
||||
box-shadow: inset 1px 1px @theme_selected_fg_color,
|
||||
inset -1px -1px @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
.check row:selected:active:insensitive,
|
||||
.check row:selected:focus:active:insensitive {
|
||||
box-shadow: none;
|
||||
}
|
||||
.radio,
|
||||
.radio:hover,
|
||||
.radio row:selected,
|
||||
.radio row:selected:focus {
|
||||
border-style: none;
|
||||
border-radius: 8px;
|
||||
background-color: @button_normal_color;
|
||||
background-image: url("assets/radio-unchecked.png");
|
||||
}
|
||||
|
||||
.radio:insensitive,
|
||||
.radio row:selected:insensitive,
|
||||
.radio row:selected:focus:insensitive {
|
||||
background-color: shade(@theme_bg_color, 0.93);
|
||||
background-image: url("assets/blank.png");
|
||||
}
|
||||
|
||||
.radio:active,
|
||||
.radio:active:hover,
|
||||
.radio row:selected:active,
|
||||
.radio row:selected:focus:active {
|
||||
background-color: @theme_selected_bg_color;
|
||||
background-image: url("assets/radio.png");
|
||||
}
|
||||
|
||||
.radio:active:insensitive,
|
||||
.radio row:selected:active:insensitive,
|
||||
.radio row:selected:focus:active:insensitive {
|
||||
background-color: shade(@theme_bg_color, 0.93);
|
||||
background-image: url("assets/radio-insensitive.png");
|
||||
}
|
||||
|
||||
.radio:inconsistent,
|
||||
.radio:inconsistent:hover,
|
||||
.radio:inconsistent:active:hover,
|
||||
.radio row:selected:inconsistent,
|
||||
.radio row:selected:focus:inconsistent {
|
||||
background-color: @theme_selected_bg_color;
|
||||
background-image: url("assets/check-mixed.png");
|
||||
}
|
||||
|
||||
.radio:inconsistent:insensitive,
|
||||
.radio row:selected:inconsistent:insensitive,
|
||||
.radio row:selected:focus:inconsistent:insensitive {
|
||||
background-color: shade(@theme_bg_color, 0.93);
|
||||
background-image: url("assets/check-mixed-insensitive.png");
|
||||
}
|
||||
.radio row:selected:active,
|
||||
.radio row:selected:focus:active {
|
||||
box-shadow: inset 1px 1px @theme_selected_fg_color,
|
||||
inset -1px -1px @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
.radio row:selected:active:insensitive,
|
||||
.radio row:selected:focus:active:insensitive {
|
||||
box-shadow: none;
|
||||
}
|
||||
.menuitem.check:active {
|
||||
background-image: url("assets/menuitem-checkbox-checked.png");
|
||||
}
|
||||
|
||||
.menuitem.check:active:hover {
|
||||
background-image: url("assets/menuitem-checkbox-checked-hover.png");
|
||||
}
|
||||
|
||||
.menuitem.check:active:insensitive {
|
||||
background-image: url("assets/menuitem-checkbox-checked-insensitive.png");
|
||||
}
|
||||
|
||||
.menuitem.check:inconsistent:hover,
|
||||
.menuitem.radio:inconsistent:hover {
|
||||
background-image: url("assets/menuitem-checkbox-mixed-hover.png");
|
||||
}
|
||||
|
||||
.menuitem.check:inconsistent,
|
||||
.menuitem.radio:inconsistent {
|
||||
background-image: url("assets/menuitem-checkbox-mixed.png");
|
||||
}
|
||||
|
||||
.menuitem.check:inconsistent:insensitive,
|
||||
.menuitem.radio:inconsistent:insensitive {
|
||||
background-image: url("assets/menuitem-checkbox-mixed-insensitive.png");
|
||||
}
|
||||
|
||||
.menuitem.radio:active {
|
||||
background-image: url("assets/menuitem-radio-checked.png");
|
||||
}
|
||||
|
||||
.menuitem.radio:active:hover {
|
||||
background-image: url("assets/menuitem-radio-checked-hover.png");
|
||||
}
|
||||
|
||||
.menuitem.radio:active:insensitive {
|
||||
background-image: url("assets/menuitem-radio-checked-insensitive.png");
|
||||
}
|
||||
.menuitem.check,
|
||||
.menuitem.radio,
|
||||
.menuitem.check:hover,
|
||||
.menuitem.radio:hover,
|
||||
.menuitem.check:insensitive,
|
||||
.menuitem.radio:insensitive {
|
||||
border-style: none;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
}
|
||||
GtkIconView.content-view.cell.check {
|
||||
border-radius: 0;
|
||||
background-color: @button_normal_color;
|
||||
background-image: url("assets/grid-selection-blank.png");
|
||||
}
|
||||
|
||||
GtkIconView.content-view.cell.check:active {
|
||||
background-color: @theme_selected_bg_color;
|
||||
background-image: url("assets/grid-selection.png");
|
||||
}
|
||||
.sidebar .view.radio:active,
|
||||
.sidebar .view.radio:active:focus,
|
||||
.sidebar .view.radio:active:hover {
|
||||
background-image: url("assets/radio-checked.png");
|
||||
}
|
||||
|
||||
.sidebar .view.radio:hover {
|
||||
background-image: url("assets/radio-checked.png");
|
||||
}
|
||||
|
||||
.sidebar .view.radio:active:selected,
|
||||
.sidebar .view.radio:active:selected:focus {
|
||||
background-image: url("assets/radio.png");
|
||||
}
|
||||
|
||||
.sidebar .view.radio:selected:hover,
|
||||
.sidebar .view.radio:selected:focus {
|
||||
background-image: url("assets/radio.png");
|
||||
}
|
||||
/******************
|
||||
* pane separator *
|
||||
******************/
|
||||
.pane-separator.horizontal {
|
||||
background-image: url("assets/pane-separator-grip.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
}
|
||||
|
||||
.pane-separator.vertical {
|
||||
background-image: url("assets/pane-separator-grip-vertical.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
}
|
@ -1,614 +0,0 @@
|
||||
/* NOTES to contributors:
|
||||
* use 4 spaces indents, and keep code ALIGNED and ORDERED */
|
||||
|
||||
/* default */
|
||||
* {
|
||||
engine: none;
|
||||
|
||||
background-clip: padding-box;
|
||||
|
||||
-GtkArrow-arrow-scaling: 0.55;
|
||||
-GtkButton-child-displacement-x: 0;
|
||||
-GtkButton-child-displacement-y: 0;
|
||||
-GtkButton-default-border: 0;
|
||||
-GtkButton-image-spacing: 0;
|
||||
-GtkButton-inner-border: 1;
|
||||
-GtkButton-interior-focus: true;
|
||||
-GtkCheckButton-indicator-size: 16;
|
||||
-GtkCheckMenuItem-indicator-size: 14;
|
||||
-GtkExpander-expander-size: 8;
|
||||
-GtkHTML-link-color: @link_color;
|
||||
-GtkIMHtml-hyperlink-color: @link_color;
|
||||
-GtkMenu-horizontal-padding: 0;
|
||||
-GtkMenu-vertical-padding: 0;
|
||||
-GtkNotebook-initial-gap: 0;
|
||||
-GtkPaned-handle-size: 7;
|
||||
-GtkProgressBar-min-horizontal-bar-height: 12;
|
||||
-GtkProgressBar-min-vertical-bar-width: 12;
|
||||
-GtkRange-slider-width: 10;
|
||||
-GtkRange-stepper-spacing: 0;
|
||||
-GtkRange-trough-border: 0;
|
||||
-GtkRange-trough-under-steppers: 1;
|
||||
-GtkScrollbar-has-backward-stepper: false;
|
||||
-GtkScrollbar-has-forward-stepper: false;
|
||||
-GtkScrollbar-min-slider-length: 50;
|
||||
-GtkScrolledWindow-scrollbar-spacing: 0;
|
||||
-GtkScrolledWindow-scrollbars-within-bevel: 0;
|
||||
-GtkStatusbar-shadow-type: none;
|
||||
-GtkTextView-error-underline-color: @error_color;
|
||||
-GtkToolButton-icon-spacing: 6;
|
||||
-GtkToolItemGroup-expander-size: 8;
|
||||
-GtkTreeView-expander-size: 8;
|
||||
-GtkWidget-focus-line-width: 0;
|
||||
-GtkWidget-focus-padding: 2;
|
||||
-GtkWidget-link-color: @link_color;
|
||||
-GtkWidget-visited-link-color: @link_color;
|
||||
-GtkWindow-resize-grip-height: 0;
|
||||
-GtkWindow-resize-grip-width: 0;
|
||||
-WnckTasklist-fade-overlay-rect: 0;
|
||||
-GtkCheckButton-indicator-size: 16;
|
||||
-GtkCheckMenuItem-indicator-size: 12;
|
||||
-GtkWidget-wide-separators: true;
|
||||
-GtkWidget-horizontal-separator: 0;
|
||||
-GtkWidget-vertical-separator: 0;
|
||||
outline-color: transparent;
|
||||
outline-style: none;
|
||||
outline-offset: 2px;
|
||||
}
|
||||
|
||||
/***************
|
||||
* base states *
|
||||
***************/
|
||||
.background {
|
||||
background-color: @theme_bg_color;
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.background.client-decorated {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.background.window-content {
|
||||
background-color: @theme_bg_color;
|
||||
}
|
||||
|
||||
GtkClutterOffscreen {
|
||||
background-color: @theme_bg_color;
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
*:selected,
|
||||
*:selected:focus {
|
||||
background-color: @theme_selected_bg_color;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
*:active {
|
||||
background-color: shade(@theme_bg_color, 0.95);
|
||||
}
|
||||
|
||||
*:insensitive,
|
||||
*:insensitive:insensitive {
|
||||
color: mix(@theme_fg_color, @theme_bg_color, 0.5);
|
||||
}
|
||||
|
||||
/* apply effects to insensitive and prelit images */
|
||||
*:insensitive {
|
||||
-gtk-image-effect: dim;
|
||||
}
|
||||
|
||||
*:hover {
|
||||
-gtk-image-effect: highlight;
|
||||
}
|
||||
|
||||
.gtkstyle-fallback {
|
||||
background-color: @theme_bg_color;
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.gtkstyle-fallback:prelight {
|
||||
background-color: shade(@theme_bg_color, 1.1);
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.gtkstyle-fallback:active {
|
||||
background-color: shade(@theme_bg_color, 0.9);
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.gtkstyle-fallback:insensitive {
|
||||
background-color: shade(shade(@theme_bg_color, 0.95), 1.05);
|
||||
color: mix(@theme_fg_color, @theme_bg_color, 0.5);
|
||||
}
|
||||
|
||||
.gtkstyle-fallback:selected {
|
||||
background-color: @theme_selected_bg_color;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
/******************
|
||||
* visual effects *
|
||||
******************/
|
||||
/* transitions */
|
||||
.button {
|
||||
|
||||
|
||||
}
|
||||
|
||||
.entry {
|
||||
|
||||
}
|
||||
|
||||
.entry:focus {
|
||||
|
||||
}
|
||||
|
||||
/* inset shadows */
|
||||
.button:active,
|
||||
.primary-toolbar .button:active,
|
||||
.toolbar .button:active,
|
||||
.header-bar .button:active {
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* disable inset shadow */
|
||||
.floating-bar .button:active,
|
||||
.button:active *:insensitive,
|
||||
.primary-toolbar .button:active *:insensitive,
|
||||
.toolbar .button:active *:insensitive,
|
||||
.header-bar .button:active *:insensitive{
|
||||
|
||||
}
|
||||
|
||||
/*************
|
||||
* assistant *
|
||||
*************/
|
||||
GtkAssistant .sidebar .highlight {
|
||||
background-color: @theme_selected_bg_color;
|
||||
font: bold;
|
||||
}
|
||||
|
||||
GtkAssistant .sidebar {
|
||||
padding: 0px;
|
||||
border-width: 0;
|
||||
border-style: none;
|
||||
background-color: @theme_bg_color;
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
/***********************
|
||||
! Font and file choosers
|
||||
************************/
|
||||
GtkFontButton .separator, GtkFileChooserButton .separator {
|
||||
/* always disable separators */
|
||||
-GtkWidget-wide-separators: false;
|
||||
-GtkWidget-horizontal-separator: 0;
|
||||
-GtkWidget-vertical-separator: 0; }
|
||||
|
||||
GtkFileChooser {
|
||||
/* for fallback when header bar not used */ }
|
||||
GtkFileChooser .pane-separator, GtkFileChooser .pane-separator:hover {
|
||||
border-width: 0 0px 0 0;
|
||||
border-style: solid;
|
||||
border-color: @theme_bg_color;
|
||||
background-color: #f0f0f0;
|
||||
color: #d8d8d8; }
|
||||
GtkFileChooser .dialog-action-box {
|
||||
border-width: 1px 0 0;
|
||||
border-style: solid;
|
||||
border-color: #202020; }
|
||||
GtkFileChooser .sidebar.list,
|
||||
.sidebar.list .button{
|
||||
background-color: @theme_bg_color;
|
||||
}
|
||||
.sidebar.list :active,
|
||||
.sidebar.list :focus *{
|
||||
background-color: @theme_selected_bg_color;
|
||||
}
|
||||
GtkFileChooserWidget.vertical GtkPaned.horizontal {
|
||||
-GtkPaned-handle-size: 1px;
|
||||
}
|
||||
|
||||
|
||||
/****************
|
||||
* content view *
|
||||
****************/
|
||||
.content-view.view {
|
||||
background-color: @theme_base_color;
|
||||
}
|
||||
|
||||
.content-view.view:prelight {
|
||||
background-color: alpha(@theme_selected_bg_color, 0.3);
|
||||
}
|
||||
|
||||
.content-view.view:selected,
|
||||
.content-view.view:active {
|
||||
background-color: @theme_selected_bg_color;
|
||||
}
|
||||
|
||||
.content-view.view:insensitive {
|
||||
background-color: @entry_border_color;
|
||||
}
|
||||
|
||||
GdMainIconView.content-view {
|
||||
-GdMainIconView-icon-size: 40;
|
||||
}
|
||||
|
||||
GtkIconView.content-view.check {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
GtkIconView.content-view.check:active {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.content-view.view.check,
|
||||
.content-view.view.check:active {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
GtkIconView.content-view.check:prelight,
|
||||
GtkIconView.content-view.check:insensitive,
|
||||
GtkIconView.content-view.check:selected {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/****************
|
||||
* drawing area *
|
||||
****************/
|
||||
GtkDrawingArea {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
GtkDrawingArea:insensitive {
|
||||
background-color: @entry_border_color;
|
||||
}
|
||||
|
||||
/***********
|
||||
* gtkhtml *
|
||||
***********/
|
||||
GtkHTML {
|
||||
background-color: @theme_base_color;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/************
|
||||
* expander *
|
||||
************/
|
||||
.expander {
|
||||
color: alpha(@theme_fg_color, 0.7);
|
||||
}
|
||||
|
||||
.expander:hover {
|
||||
color: alpha(@theme_fg_color, 0.9);
|
||||
}
|
||||
|
||||
/*********
|
||||
* frame *
|
||||
*********/
|
||||
|
||||
.frame {
|
||||
border-radius: 0;
|
||||
border-width: 0;
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
/*******************
|
||||
* scrolled window *
|
||||
*******************/
|
||||
GtkScrolledWindow.frame {
|
||||
border-radius: 0;
|
||||
border-width: 0;
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
/* avoid double borders when a viewport is
|
||||
* packed into a GtkScrolledWindow */
|
||||
GtkScrolledWindow GtkViewport.frame {
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
|
||||
/************
|
||||
* iconview *
|
||||
************/
|
||||
GtkIconView.view.cell:selected,
|
||||
GtkIconView.view.cell:selected:focus {
|
||||
border-width: 3px;
|
||||
border-style: solid;
|
||||
border-color: @theme_selected_bg_color;
|
||||
border-radius: 0;
|
||||
background-color: @theme_selected_bg_color;
|
||||
background-image: none;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
.content-view.view.rubberband,
|
||||
.view.rubberband,
|
||||
.rubberband {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: shade(@theme_selected_bg_color, 0.9);
|
||||
border-radius: 0;
|
||||
background-color: alpha(@theme_selected_bg_color, 0.3);
|
||||
}
|
||||
|
||||
/*********
|
||||
* image *
|
||||
*********/
|
||||
GtkImage,
|
||||
GtkImage:active,
|
||||
GtkImage:insensitive {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/*********
|
||||
* label *
|
||||
*********/
|
||||
GtkLabel,
|
||||
GtkLabel:active,
|
||||
GtkLabel:insensitive {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/*******************
|
||||
* symbolic images *
|
||||
*******************/
|
||||
.image,
|
||||
.view.image {
|
||||
color: alpha(@theme_fg_color, 0.5);
|
||||
}
|
||||
|
||||
.image:hover,
|
||||
.view.image:hover {
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.image:selected,
|
||||
.image:selected:hover,
|
||||
.view.image:selected,
|
||||
.view.image:selected:hover {
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
/*****************
|
||||
* miscellaneous *
|
||||
*****************/
|
||||
.floating-bar {
|
||||
border-width: 3px;
|
||||
border-style: none;
|
||||
border-radius: 0px;
|
||||
background-color: @theme_bg_color;
|
||||
background-image: none;
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.floating-bar.top {
|
||||
|
||||
}
|
||||
|
||||
.floating-bar.right {
|
||||
|
||||
}
|
||||
|
||||
.floating-bar.bottom {
|
||||
|
||||
}
|
||||
|
||||
.floating-bar.left {
|
||||
|
||||
}
|
||||
|
||||
|
||||
.floating-bar .button,
|
||||
.floating-bar .button:focus {
|
||||
-GtkButton-image-spacing: 0;
|
||||
-GtkButton-inner-border: 0;
|
||||
border-style: none;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.view.dim-label,
|
||||
.dim-label {
|
||||
color: alpha(currentColor, 0.6);
|
||||
}
|
||||
|
||||
.dnd {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: shade(@theme_selected_bg_color, 0.9);
|
||||
}
|
||||
|
||||
.grip {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.arrow {
|
||||
color: alpha(@theme_fg_color, 0.7);
|
||||
}
|
||||
.arrow:insensitive {
|
||||
color: alpha(@theme_fg_color, 0.4);
|
||||
}
|
||||
|
||||
|
||||
|
||||
/******************
|
||||
* pane separator *
|
||||
******************/
|
||||
.pane-separator {
|
||||
background-color: transparent;
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
|
||||
/*************
|
||||
* statusbar *
|
||||
*************/
|
||||
GtkStatusbar {
|
||||
padding: 4px;
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
|
||||
/************
|
||||
* textview *
|
||||
************/
|
||||
GtkTextView {
|
||||
background-color: @theme_base_color;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
/***********
|
||||
* tooltip *
|
||||
***********/
|
||||
.tooltip {
|
||||
border-width: 0;
|
||||
border-style: none;
|
||||
border-radius: 0px;
|
||||
background-color: @theme_tooltip_bg_color;
|
||||
background-image: none;
|
||||
color: @theme_tooltip_fg_color;
|
||||
}
|
||||
|
||||
.tooltip * {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/************
|
||||
* treeview *
|
||||
************/
|
||||
GtkTreeView {
|
||||
-GtkTreeView-vertical-separator: 0;
|
||||
-GtkWidget-focus-line-width: 1;
|
||||
-GtkWidget-focus-padding: 1;
|
||||
}
|
||||
|
||||
GtkTreeView.dnd {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: shade(@theme_selected_bg_color, 0.9);
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
GtkTreeView .entry {
|
||||
background-color: @theme_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
/************
|
||||
* viewport *
|
||||
************/
|
||||
GtkViewport.frame {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
.view {
|
||||
background-color: @theme_base_color;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
.view:insensitive,
|
||||
.view:insensitive:insensitive {
|
||||
background-color: shade(@theme_bg_color, 1.04);
|
||||
background-image: none;
|
||||
color: mix(@theme_text_color, @theme_base_color, 0.4);
|
||||
}
|
||||
|
||||
.view:selected,
|
||||
.view:selected:focus {
|
||||
background-color: @theme_selected_bg_color;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
/*********************
|
||||
* app notifications *
|
||||
*********************/
|
||||
.app-notification {
|
||||
border-style: none;
|
||||
border-width: 0 1px 1px 1px;
|
||||
border-radius: 0;
|
||||
padding: 8px;
|
||||
background-color: @theme_base_color;
|
||||
background-image: none;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
|
||||
/******************************
|
||||
* destructive action buttons *
|
||||
******************************/
|
||||
.destructive-action.button {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: transparent;
|
||||
border-radius: 0;
|
||||
background-color: @error_color;
|
||||
background-image: none;
|
||||
color: mix(@theme_selected_fg_color, @error_color, 0.1);
|
||||
}
|
||||
|
||||
.destructive-action.button:hover {
|
||||
border-color: transparent;
|
||||
background-color: shade(@error_color, 1.12);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.destructive-action.button:active {
|
||||
border-color: transparent;
|
||||
background-color: shade(@error_color, 0.87);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.destructive-action.button:hover:active {
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
/**************
|
||||
* List boxes *
|
||||
**************/
|
||||
EggListBox {
|
||||
background-color: @theme_base_color;
|
||||
}
|
||||
|
||||
EggListBox:hover {
|
||||
background-color: mix(white, @theme_selected_bg_color, 0.05) ;
|
||||
}
|
||||
|
||||
EggListBox:selected {
|
||||
background-color: @theme_selected_bg_color;
|
||||
}
|
||||
|
||||
.list {
|
||||
background-color: @theme_base_color;
|
||||
}
|
||||
|
||||
.list-row:hover {
|
||||
background-color: mix(white, @theme_selected_bg_color, 0.05) ;
|
||||
}
|
||||
|
||||
.list-row:selected {
|
||||
background-color: @theme_selected_bg_color;
|
||||
}
|
||||
|
||||
/*************************
|
||||
* touch text selections *
|
||||
*************************/
|
||||
GtkBubbleWindow {
|
||||
border-radius: 0;
|
||||
background-clip: border-box;
|
||||
}
|
||||
|
||||
GtkBubbleWindow.osd.background {
|
||||
background-color: @theme_fg_color;
|
||||
}
|
||||
|
||||
GtkBubbleWindow .toolbar {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
@ -1,85 +0,0 @@
|
||||
|
||||
/* Default color scheme */
|
||||
@import url("../colors3");
|
||||
|
||||
/* colormap actually used by the theme, to be overridden in other css files */
|
||||
@define-color theme_bg_color @bg_color;
|
||||
@define-color theme_fg_color @fg_color;
|
||||
@define-color theme_base_color @base_color;
|
||||
@define-color theme_text_color @text_color;
|
||||
@define-color theme_selected_bg_color @selected_bg_color;
|
||||
@define-color theme_selected_fg_color @selected_fg_color;
|
||||
@define-color theme_tooltip_bg_color @tooltip_bg_color;
|
||||
@define-color theme_tooltip_fg_color @tooltip_fg_color;
|
||||
|
||||
/* shadow effects */
|
||||
@define-color shadow alpha(@theme_fg_color, 0.1);
|
||||
|
||||
/* misc colors used by gtk+ */
|
||||
@define-color info_fg_color white;
|
||||
@define-color info_bg_color #BACF66;
|
||||
@define-color warning_fg_color white;
|
||||
@define-color warning_bg_color #E6A682;
|
||||
@define-color question_fg_color white;
|
||||
@define-color question_bg_color #74C47B;
|
||||
@define-color error_fg_color white;
|
||||
@define-color error_bg_color #E682C8;
|
||||
@define-color link_color mix (@theme_selected_bg_color, black, 0.15);
|
||||
@define-color success_color #53a93f;
|
||||
@define-color warning_color #f57900;
|
||||
@define-color error_color #cc0000;
|
||||
|
||||
/* widget colors*/
|
||||
@define-color border_color #363D43;
|
||||
@define-color button_normal_color #3F474A;
|
||||
@define-color button_info_color #72B279;
|
||||
@define-color button_default_active_color shade(@theme_selected_bg_color, 0.857);
|
||||
@define-color entry_border_color shade(@theme_base_color, 0.9);
|
||||
@define-color frame_border_bottom_color #E3E4E7;
|
||||
@define-color sel_color #B98CD7;
|
||||
@define-color switch_bg_color #C9CBCF;
|
||||
@define-color panel_bg_color @bg_color;
|
||||
@define-color panel_fg_color @fg_color;
|
||||
@define-color borders #FAFAFA;
|
||||
@define-color scrollbar_trough shade(@theme_base_color, 0.9);
|
||||
@define-color scrollbar_slider_prelight mix(@scrollbar_trough, @theme_fg_color, 0.5);
|
||||
|
||||
|
||||
/* osd */
|
||||
@define-color osd_separator #49525B;
|
||||
@define-color osd_fg #ABB4BD;
|
||||
@define-color osd_bg #434A54;
|
||||
|
||||
/* window manager colors */
|
||||
@define-color wm_bg @theme_bg_color;
|
||||
@define-color wm_title_focused @theme_fg_color;
|
||||
@define-color wm_title_unfocused @theme_text_color;
|
||||
@define-color wm_border_focused @border_color;
|
||||
@define-color wm_border_unfocused @border_color;
|
||||
|
||||
@import url("gtk-widgets.css");
|
||||
@import url("gtk-widgets-assets.css");
|
||||
@import url("unity.css");
|
||||
@import url("widgets/button.css");
|
||||
@import url("widgets/cell-row.css");
|
||||
@import url("widgets/check-radio.css");
|
||||
@import url("widgets/column-header.css");
|
||||
@import url("widgets/calendar.css");
|
||||
@import url("widgets/entry.css");
|
||||
@import url("widgets/infobar.css");
|
||||
@import url("widgets/menu.css");
|
||||
@import url("widgets/notebook.css");
|
||||
@import url("widgets/progress-scale.css");
|
||||
@import url("widgets/scrollbar.css");
|
||||
@import url("widgets/separator.css");
|
||||
@import url("widgets/sidebar.css");
|
||||
@import url("widgets/spinbutton.css");
|
||||
@import url("widgets/spinner.css");
|
||||
@import url("widgets/switch.css");
|
||||
@import url("widgets/color-chooser.css");
|
||||
@import url("widgets/toolbar.css");
|
||||
@import url("widgets/header-bar.css");
|
||||
@import url("widgets/osd.css");
|
||||
@import url("widgets/csd.css");
|
||||
@import url("widgets/combobox.css");
|
||||
@import url("widgets/selection-mode.css");
|
@ -1,92 +0,0 @@
|
||||
|
||||
/* Default color scheme */
|
||||
@define-color bg_color {color0};
|
||||
@define-color fg_color {color15};
|
||||
@define-color base_color {color1};
|
||||
@define-color text_color {color15};
|
||||
@define-color selected_bg_color {active};
|
||||
@define-color selected_fg_color {color15};
|
||||
@define-color tooltip_bg_color {color0};
|
||||
@define-color tooltip_fg_color {color15};
|
||||
|
||||
/* colormap actually used by the theme, to be overridden in other css files */
|
||||
@define-color theme_bg_color @bg_color;
|
||||
@define-color theme_fg_color @fg_color;
|
||||
@define-color theme_base_color @base_color;
|
||||
@define-color theme_text_color @text_color;
|
||||
@define-color theme_selected_bg_color @selected_bg_color;
|
||||
@define-color theme_selected_fg_color @selected_fg_color;
|
||||
@define-color theme_tooltip_bg_color @tooltip_bg_color;
|
||||
@define-color theme_tooltip_fg_color @tooltip_fg_color;
|
||||
|
||||
/* shadow effects */
|
||||
@define-color shadow alpha(@theme_fg_color, 0.1);
|
||||
|
||||
/* misc colors used by gtk+ */
|
||||
@define-color info_fg_color white;
|
||||
@define-color info_bg_color #BACF66;
|
||||
@define-color warning_fg_color white;
|
||||
@define-color warning_bg_color #E6A682;
|
||||
@define-color question_fg_color white;
|
||||
@define-color question_bg_color #74C47B;
|
||||
@define-color error_fg_color white;
|
||||
@define-color error_bg_color #E682C8;
|
||||
@define-color link_color mix (@theme_selected_bg_color, black, 0.15);
|
||||
@define-color success_color #53a93f;
|
||||
@define-color warning_color #f57900;
|
||||
@define-color error_color #cc0000;
|
||||
|
||||
/* widget colors*/
|
||||
@define-color border_color #363D43;
|
||||
@define-color button_normal_color #3F474A;
|
||||
@define-color button_info_color #72B279;
|
||||
@define-color button_default_active_color shade(@theme_selected_bg_color, 0.857);
|
||||
@define-color entry_border_color shade(@theme_base_color, 0.9);
|
||||
@define-color frame_border_bottom_color #E3E4E7;
|
||||
@define-color sel_color #B98CD7;
|
||||
@define-color switch_bg_color #C9CBCF;
|
||||
@define-color panel_bg_color @bg_color;
|
||||
@define-color panel_fg_color @fg_color;
|
||||
@define-color borders #FAFAFA;
|
||||
@define-color scrollbar_trough shade(@theme_base_color, 0.9);
|
||||
@define-color scrollbar_slider_prelight mix(@scrollbar_trough, @theme_fg_color, 0.5);
|
||||
|
||||
|
||||
/* osd */
|
||||
@define-color osd_separator #49525B;
|
||||
@define-color osd_fg #ABB4BD;
|
||||
@define-color osd_bg #434A54;
|
||||
|
||||
/* window manager colors */
|
||||
@define-color wm_bg @theme_bg_color;
|
||||
@define-color wm_title_focused @theme_fg_color;
|
||||
@define-color wm_title_unfocused @theme_text_color;
|
||||
@define-color wm_border_focused @border_color;
|
||||
@define-color wm_border_unfocused @border_color;
|
||||
|
||||
@import url("gtk-widgets.css");
|
||||
@import url("gtk-widgets-assets.css");
|
||||
@import url("unity.css");
|
||||
@import url("widgets/button.css");
|
||||
@import url("widgets/cell-row.css");
|
||||
@import url("widgets/check-radio.css");
|
||||
@import url("widgets/column-header.css");
|
||||
@import url("widgets/calendar.css");
|
||||
@import url("widgets/entry.css");
|
||||
@import url("widgets/infobar.css");
|
||||
@import url("widgets/menu.css");
|
||||
@import url("widgets/notebook.css");
|
||||
@import url("widgets/progress-scale.css");
|
||||
@import url("widgets/scrollbar.css");
|
||||
@import url("widgets/separator.css");
|
||||
@import url("widgets/sidebar.css");
|
||||
@import url("widgets/spinbutton.css");
|
||||
@import url("widgets/spinner.css");
|
||||
@import url("widgets/switch.css");
|
||||
@import url("widgets/color-chooser.css");
|
||||
@import url("widgets/toolbar.css");
|
||||
@import url("widgets/header-bar.css");
|
||||
@import url("widgets/osd.css");
|
||||
@import url("widgets/csd.css");
|
||||
@import url("widgets/combobox.css");
|
||||
@import url("widgets/selection-mode.css");
|
@ -1,7 +0,0 @@
|
||||
[Settings]
|
||||
gtk-color-scheme = "base_color:#ffffff\nbg_color:#ECEDEE\ntooltip_bg_color:#dddedf\nselected_bg_color:#33CBBF\ntext_color:#78797A\nfg_color:#6A6B6C\ntooltip_fg_color:#595a5b\nselected_fg_color:#ffffff"
|
||||
gtk-auto-mnemonics = 1
|
||||
gtk-visible-focus = automatic
|
||||
gtk-button-images = 0
|
||||
gtk-menu-images = 0
|
||||
|
@ -1,68 +0,0 @@
|
||||
UnityPanelWidget,
|
||||
.unity-panel {
|
||||
border-width: 0 0 1px 0;
|
||||
border-style: solid;
|
||||
border-color: #363D43;
|
||||
background-color: #363D43;
|
||||
background-image: none;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.unity-panel.menubar,
|
||||
.unity-panel .menubar {
|
||||
}
|
||||
|
||||
.unity-panel.menuitem,
|
||||
.unity-panel .menuitem {
|
||||
border-width: 0 1px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.unity-panel.menubar.menuitem:hover,
|
||||
.unity-panel.menubar .menuitem *:hover {
|
||||
border-color: @theme_selected_bg_color;
|
||||
background-color: @theme_selected_bg_color;
|
||||
background-image: none;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
SheetStyleDialog.unity-force-quit {
|
||||
background-color: @theme_bg_color;
|
||||
}
|
||||
|
||||
|
||||
/* This will theme the top decoration, so the whole space above the window */
|
||||
UnityDecoration.top {
|
||||
border: 0px solid shade (@theme_bg_color, 0.5);
|
||||
border-bottom-width: 0;
|
||||
border-radius: 4px 4px 0 0; /* Corner radius, only the top ones should be */
|
||||
padding: 1px 8px 0 8px; /* This padding will be applied to the content of the top layout */
|
||||
background-color: @theme_bg_color; /* Decoration background */
|
||||
color: @theme_fg_color; /* The foreground color will be used to paint the text */
|
||||
text-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
/* Top decoration for inactive windows */
|
||||
UnityDecoration.top:backdrop {
|
||||
border: 0px solid @theme_bg_color;
|
||||
border-bottom-width: 0;
|
||||
background-color: @theme_bg_color;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
/* Left decoration, it themes only the space at the left of the window */
|
||||
UnityDecoration.left,
|
||||
/* Right decoration, it themes only the space at the right of the window */
|
||||
UnityDecoration.right,
|
||||
/* Bottom decoration, it themes all the space below the window */
|
||||
UnityDecoration.bottom {
|
||||
background-color: @theme_bg_color;
|
||||
}
|
||||
|
||||
/* Left, right and bottom decorations themes for inactive windows */
|
||||
UnityDecoration.left:backdrop,
|
||||
UnityDecoration.right:backdrop,
|
||||
UnityDecoration.bottom:backdrop {
|
||||
background-color: @theme_bg_color;
|
||||
}
|
@ -1,76 +0,0 @@
|
||||
|
||||
/**********
|
||||
* button *
|
||||
**********/
|
||||
.button {
|
||||
-GtkWidget-focus-padding: 1;
|
||||
-GtkWidget-focus-line-width: 0;
|
||||
padding: 5px;
|
||||
border-width: 2px;
|
||||
border-style: solid;
|
||||
border-color: transparent;
|
||||
border-radius: 3px;
|
||||
background-color: shade( @theme_bg_color, 1.58 );
|
||||
background-image: none;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
background-color: shade( @theme_bg_color, 1.35 );
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.button:active,
|
||||
.button:active:hover {
|
||||
color: @theme_fg_color;
|
||||
background-color: shade(@theme_selected_bg_color, 0.93);
|
||||
}
|
||||
.button:active:hover {
|
||||
color: shade(@theme_fg_color, 0.6);
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.button:insensitive {
|
||||
background-color: shade(@theme_bg_color, 1.04);
|
||||
background-image: none;
|
||||
color: mix(@theme_text_color, @theme_base_color, 0.4);
|
||||
}
|
||||
.button *:insensitive {
|
||||
color: mix(@theme_text_color, @theme_base_color, 0.4);
|
||||
}
|
||||
|
||||
.button:active:insensitive {
|
||||
|
||||
}
|
||||
|
||||
/* default button */
|
||||
.button.default,
|
||||
.button.default:focus {
|
||||
border-color: transparent;
|
||||
background-color: @theme_selected_bg_color;
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.button.default:hover {
|
||||
border-color: transparent;
|
||||
background-color: shade(@theme_selected_bg_color, 1.05);
|
||||
}
|
||||
|
||||
.button.default:active,
|
||||
.button.default:hover:active {
|
||||
border-color: transparent;
|
||||
background-color: mix(@button_default_active_color, white, 0.083);
|
||||
color: shade(@theme_selected_fg_color, 0.95);
|
||||
}
|
||||
|
||||
.button.default *:insensitive {
|
||||
color: shade(@entry_border_color, 0.9);
|
||||
}
|
||||
GtkLinkButton.button,
|
||||
GtkLinkButton.button:focus,
|
||||
GtkLinkButton.button:hover,
|
||||
GtkLinkButton.button:active,
|
||||
GtkLinkButton.button:focus:active,
|
||||
GtkLinkButton.button:focus:hover {
|
||||
|
||||
}
|
@ -1,35 +0,0 @@
|
||||
/***********
|
||||
* calendar *
|
||||
************/
|
||||
GtkCalendar {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
GtkCalendar:inconsistent {
|
||||
color: mix(@theme_fg_color, @theme_bg_color, 0.3);
|
||||
}
|
||||
|
||||
GtkCalendar.view,
|
||||
GtkCalendar.header {
|
||||
border-radius: 0;
|
||||
background-color: @theme_bg_color;
|
||||
border-width: 0;
|
||||
}
|
||||
GtkCalendar.button,
|
||||
GtkCalendar.button:focus,
|
||||
GtkCalendar.button:hover,
|
||||
GtkCalendar.button:hover:focus,
|
||||
GtkCalendar.button:active:focus,
|
||||
GtkCalendar.button:insensitive {
|
||||
color: @theme_fg_color;
|
||||
border-width: 0;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.highlight,
|
||||
GtkCalendar.highlight {
|
||||
border-width: 0;
|
||||
background-color: @theme_base_color;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
@ -1,27 +0,0 @@
|
||||
/****************
|
||||
* cell and row *
|
||||
****************/
|
||||
.cell {
|
||||
border-width: 0;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.cell:selected,
|
||||
.cell:selected:focus {
|
||||
background-color: @theme_selected_bg_color;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
row:selected,
|
||||
row:selected:hover,
|
||||
row:selected:focus {
|
||||
border-width: 0;
|
||||
border-style: none;
|
||||
border-radius: 0;
|
||||
background-color: @theme_selected_bg_color;
|
||||
background-image: none;
|
||||
color: @theme_selected_fg_color;
|
||||
|
||||
-GtkWidget-focus-padding: 1;
|
||||
-GtkWidget-focus-line-width: 0;
|
||||
}
|
@ -1,22 +0,0 @@
|
||||
/*******************
|
||||
* check and radio *
|
||||
*******************/
|
||||
.check,
|
||||
.radio,
|
||||
.check:insensitive,
|
||||
.radio:insensitive {
|
||||
|
||||
}
|
||||
|
||||
.check {
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
GtkCheckButton:hover,
|
||||
GtkCheckButton:active:hover,
|
||||
GtkCheckButton:selected,
|
||||
GtkCheckButton:selected:focus {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
|
@ -1,114 +0,0 @@
|
||||
/*****************
|
||||
* color chooser *
|
||||
*****************/
|
||||
GtkColorSwatch,
|
||||
GtkColorSwatch:selected {
|
||||
border-width: 4px;
|
||||
border-style: solid;
|
||||
border-radius: 0;
|
||||
border-color: @theme_bg_color;
|
||||
background-color: transparent;
|
||||
transition: all 200ms ease-out;
|
||||
}
|
||||
|
||||
GtkColorSwatch:hover,
|
||||
GtkColorSwatch:selected:hover {
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
border-color: @theme_bg_color;
|
||||
transition: all 200ms ease-in;
|
||||
}
|
||||
|
||||
GtkColorSwatch.color-dark:hover {
|
||||
}
|
||||
|
||||
GtkColorSwatch.color-light:hover {
|
||||
}
|
||||
|
||||
GtkColorSwatch.color-light:selected:hover,
|
||||
GtkColorSwatch.color-dark:selected:hover {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
GtkColorSwatch.left,
|
||||
GtkColorSwatch:first-child {
|
||||
|
||||
}
|
||||
|
||||
GtkColorSwatch.right,
|
||||
GtkColorSwatch:last-child {
|
||||
|
||||
}
|
||||
|
||||
GtkColorSwatch:only-child {
|
||||
|
||||
}
|
||||
|
||||
GtkColorSwatch.top {
|
||||
|
||||
}
|
||||
|
||||
GtkColorSwatch.bottom {
|
||||
|
||||
}
|
||||
|
||||
GtkColorChooserWidget #add-color-button {
|
||||
transition: all 100ms ease-out;
|
||||
border-color: @entry_border_color;
|
||||
border-width: 1px;
|
||||
border-style: none;
|
||||
border-radius: 0;
|
||||
background-color: @theme_base_color;
|
||||
color: mix(@theme_text_color, @theme_base_color, 0.4);
|
||||
}
|
||||
|
||||
GtkColorChooserWidget #add-color-button:hover {
|
||||
transition: all 100ms ease-in;
|
||||
border-color: @theme_selected_bg_color;
|
||||
border-width: 1px;
|
||||
border-style: none;
|
||||
border-radius: 0;
|
||||
background-color: @theme_base_color;
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.color-active-badge,
|
||||
.color-active-badge:selected {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-width: 0;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.color-active-badge.color-light,
|
||||
.color-active-badge.color-light:hover {
|
||||
border-color: alpha(black, 0.3);
|
||||
color: alpha(black, 0.3);
|
||||
}
|
||||
|
||||
.color-active-badge.color-dark,
|
||||
.color-active-badge.color-dark:hover {
|
||||
border-color: alpha(white, 0.3);
|
||||
color: alpha(white, 0.3);
|
||||
}
|
||||
|
||||
GtkColorEditor GtkColorSwatch {
|
||||
border-width: 4px;
|
||||
border-style: solid;
|
||||
border-radius: 0;
|
||||
border-color: @theme_bg_color;
|
||||
background-color: transparent;
|
||||
transition: all 200ms ease-out;
|
||||
}
|
||||
|
||||
GtkColorEditor GtkColorSwatch.color-dark:hover,
|
||||
GtkColorEditor GtkColorSwatch.color-light:hover {
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
border-color: @theme_bg_color;
|
||||
transition: all 200ms ease-in;
|
||||
}
|
||||
|
||||
GtkColorButton.button {
|
||||
padding: 6px;
|
||||
}
|
@ -1,53 +0,0 @@
|
||||
/*****************
|
||||
* column-header *
|
||||
*****************/
|
||||
column-header.button,
|
||||
column-header.button:active,
|
||||
column-header .button,
|
||||
column-header .button:active {
|
||||
font-weight: bold;
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
column-header.button,
|
||||
column-header.button:active,
|
||||
column-header.button:focus,
|
||||
column-header.button:active:focus,
|
||||
column-header .button,
|
||||
column-header .button:active,
|
||||
column-header .button:focus,
|
||||
column-header .button:active:focus {
|
||||
|
||||
box-shadow: none;
|
||||
background-color: inherit;
|
||||
background-image: none;
|
||||
}
|
||||
column-header.button:hover,
|
||||
column-header.button:active:hover,
|
||||
column-header.button:hover:focus,
|
||||
column-header.button:active:hover:focus,
|
||||
column-header .button:hover,
|
||||
column-header .button:active:hover,
|
||||
column-header .button:hover:focus,
|
||||
column-header .button:active:hover:focus {
|
||||
|
||||
box-shadow: none;
|
||||
background-color: inherit;
|
||||
background-image: none;
|
||||
}
|
||||
column-header:last-child.button,
|
||||
column-header:last-child .button {
|
||||
|
||||
}
|
||||
column-header.button,
|
||||
column-header .button,
|
||||
column-header.button:focus,
|
||||
column-header .button:focus {
|
||||
color: shade(@theme_text_color, 1.1);
|
||||
}
|
||||
column-header.button:active,
|
||||
column-header .button:active,
|
||||
column-header.button:active:focus,
|
||||
column-header .button:active:focus {
|
||||
color: @theme_selected_bg_color;
|
||||
}
|
@ -1,47 +0,0 @@
|
||||
/************
|
||||
* combobox *
|
||||
************/
|
||||
.primary-toolbar GtkComboBox.combobox-entry .entry,
|
||||
.primary-toolbar GtkComboBox.combobox-entry .entry:active,
|
||||
.primary-toolbar GtkComboBox.combobox-entry .entry:focus,
|
||||
.primary-toolbar GtkComboBox.combobox-entry .entry:insensitive,
|
||||
GtkComboBox.combobox-entry .entry,
|
||||
GtkComboBox.combobox-entry .entry:active,
|
||||
GtkComboBox.combobox-entry .entry:focus,
|
||||
GtkComboBox.combobox-entry .entry:insensitive {
|
||||
border-width: 1px 0 1px 1px;
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
.primary-toolbar GtkComboBox.combobox-entry .button,
|
||||
.primary-toolbar GtkComboBox.combobox-entry .button:hover,
|
||||
.primary-toolbar GtkComboBox.combobox-entry .button:active,
|
||||
.primary-toolbar GtkComboBox.combobox-entry .button:insensitive,
|
||||
GtkComboBox.combobox-entry .button,
|
||||
GtkComboBox.combobox-entry .button:hover,
|
||||
GtkComboBox.combobox-entry .button:active,
|
||||
GtkComboBox.combobox-entry .button:insensitive {
|
||||
border-width: 1px 1px 1px 1px;
|
||||
border-bottom-left-radius: 0;
|
||||
border-top-left-radius: 0;
|
||||
}
|
||||
|
||||
GtkComboBox .button,
|
||||
.action-bar GtkComboBox .button {
|
||||
padding: 4px 10px;
|
||||
background-color: shade(@theme_bg_color, 1.55);
|
||||
color: shade(@theme_text_color, 1.10);
|
||||
}
|
||||
|
||||
GtkComboBox .button:hover,
|
||||
GtkComboBox .button:active,
|
||||
GtkComboBox .button:checked,
|
||||
GtkComboBox .button:active:hover,
|
||||
.action-bar GtkComboBox .button:hover,
|
||||
.action-bar GtkComboBox .button:active,
|
||||
.action-bar GtkComboBox .button:checked,
|
||||
.action-bar GtkComboBox .button:active:hover {
|
||||
background-color: shade(@theme_selected_bg_color, 1);
|
||||
color: shade(@theme_text_color, 1);
|
||||
}
|
@ -1,117 +0,0 @@
|
||||
/*******
|
||||
* CSD *
|
||||
*******/
|
||||
.titlebar {
|
||||
border-width: 0;
|
||||
border-style: none;
|
||||
border-color: transparent;
|
||||
/* border-image: linear-gradient(to left,
|
||||
shade(@theme_selected_bg_color, 1.20) 25%,
|
||||
shade(@theme_selected_bg_color, 1.05) 25%,
|
||||
shade(@theme_selected_bg_color, 1.05) 50%,
|
||||
shade(@theme_selected_bg_color, 0.90) 50%,
|
||||
shade(@theme_selected_bg_color, 0.90) 75%,
|
||||
shade(@theme_selected_bg_color, 0.75) 75%) 5 0 0 0/ 5px 0 0 0;*/
|
||||
background-image: none;
|
||||
background-color: @theme_bg_color;
|
||||
color: @theme_fg_color;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
/* this is the default titlebar that is added by GTK
|
||||
* when client-side decorations are in use and the application
|
||||
* did not set a custom titlebar.
|
||||
*/
|
||||
.titlebar.default-decoration {
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.titlebar .title {
|
||||
font: bold;
|
||||
}
|
||||
|
||||
.titlebar:backdrop {
|
||||
background-image: none;
|
||||
background-color: @theme_bg_color;
|
||||
color: mix(@theme_fg_color, @theme_bg_color, 0.4);
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.titlebar .titlebutton {
|
||||
padding: 4px;
|
||||
border-style: none;
|
||||
background: none;
|
||||
color: mix(@theme_fg_color, @theme_bg_color, 0.1);
|
||||
icon-shadow: none;
|
||||
}
|
||||
|
||||
.titlebar .titlebutton:hover,
|
||||
.titlebar .titlebutton:hover:focus {
|
||||
background: none;
|
||||
color: @theme_selected_bg_color;
|
||||
icon-shadow: none;
|
||||
}
|
||||
|
||||
.titlebar .titlebutton:active,
|
||||
.titlebar .titlebutton:active:hover {
|
||||
background: none;
|
||||
color: shade(@theme_selected_bg_color, 0.9);
|
||||
icon-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
/*
|
||||
.titlebar .right .titlebutton:first-child {
|
||||
border-left: 1px solid shade(@toolbar_bg_color, 0.9);
|
||||
}
|
||||
|
||||
.titlebar .right .titlebutton:last-child {
|
||||
}
|
||||
|
||||
.titlebar .left .titlebutton:last-child {
|
||||
border-right: 1px solid shade(@toolbar_bg_color, 0.9);
|
||||
}
|
||||
|
||||
.titlebar .left .titlebutton:first-child {
|
||||
}
|
||||
*/
|
||||
|
||||
.titlebar .titlebutton:backdrop {
|
||||
background-image: none;
|
||||
color: mix(@theme_fg_color, @theme_bg_color, 0.4);
|
||||
icon-shadow: none;
|
||||
}
|
||||
|
||||
.window-frame {
|
||||
background-image: none;
|
||||
border-width: 2px;
|
||||
border-style: solid;
|
||||
border-color: @theme_bg_color;
|
||||
border-image: none;
|
||||
border-radius: 0;
|
||||
box-shadow: 0 3px 12px 2px alpha(black, 0.5);
|
||||
|
||||
/* this is used for the resize cursor area */
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.window-frame:backdrop {
|
||||
border-width: 2px;
|
||||
border-color: @theme_bg_color;
|
||||
border-image: none;
|
||||
box-shadow: 0 2px 7px 1px alpha(black, 0.5);
|
||||
}
|
||||
|
||||
GtkWindow {
|
||||
color: @fg_color;
|
||||
background-color: @bg_color;
|
||||
}
|
||||
|
||||
GtkPaned {
|
||||
background-color: @bg_color;
|
||||
}
|
||||
|
||||
GtkEventBox {
|
||||
background-color: @bg_color;
|
||||
}
|
@ -1,38 +0,0 @@
|
||||
/*********
|
||||
* entry *
|
||||
*********/
|
||||
.entry {
|
||||
padding: 6px 8px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: transparent;
|
||||
border-radius: 0;
|
||||
background-color: @theme_base_color;
|
||||
background-image: none;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
.entry:active,
|
||||
.entry:focus {
|
||||
box-shadow: inset 4px 0 @theme_selected_bg_color;
|
||||
}
|
||||
|
||||
.entry:selected,
|
||||
.entry:selected:focus {
|
||||
background-color: @theme_selected_bg_color;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
.entry:insensitive {
|
||||
background-color: shade(@theme_bg_color, 1.04);
|
||||
background-image: none;
|
||||
color: mix(@theme_text_color, @theme_base_color, 0.4);
|
||||
}
|
||||
|
||||
.entry.progressbar {
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
background-color: @theme_selected_bg_color;
|
||||
background-image: none;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
@ -1,27 +0,0 @@
|
||||
/**************
|
||||
* header-bar *
|
||||
**************/
|
||||
|
||||
.header-bar {
|
||||
padding: 6px;
|
||||
border-width: 0;
|
||||
border-style: none;
|
||||
background-color: @theme_bg_color;
|
||||
}
|
||||
|
||||
.header-bar .button.text-button {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.header-bar .button.image-button {
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
.header-bar .title {
|
||||
font: bold;
|
||||
}
|
||||
|
||||
.header-bar .subtitle {
|
||||
font: smaller;
|
||||
}
|
||||
|
@ -1,90 +0,0 @@
|
||||
/***********
|
||||
* infobar *
|
||||
***********/
|
||||
GtkInfoBar {
|
||||
border-width: 0;
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
.info {
|
||||
border-width: 0;
|
||||
border-style: none;
|
||||
background-color: @info_bg_color;
|
||||
background-image: none;
|
||||
color: @info_fg_color;
|
||||
}
|
||||
|
||||
.warning {
|
||||
border-width: 0;
|
||||
border-style: none;
|
||||
background-color: @warning_bg_color;
|
||||
background-image: none;
|
||||
color: @warning_fg_color;
|
||||
}
|
||||
|
||||
.question {
|
||||
border-width: 0;
|
||||
border-style: none;
|
||||
background-color: @question_bg_color;
|
||||
background-image: none;
|
||||
color: @question_fg_color;
|
||||
}
|
||||
|
||||
.error {
|
||||
border-width: 0;
|
||||
border-style: none;
|
||||
background-color: @error_bg_color;
|
||||
background-image: none;
|
||||
color: @error_fg_color;
|
||||
}
|
||||
|
||||
.warning .button,
|
||||
.question .button,
|
||||
.info .button,
|
||||
.error .button,
|
||||
.warning .button.close,
|
||||
.question .button.close,
|
||||
.info .button.close,
|
||||
.error .button.close {
|
||||
|
||||
}
|
||||
.warning .button:hover,
|
||||
.question .button:hover,
|
||||
.info .button:hover,
|
||||
.error .button:hover,
|
||||
.warning .button.close:hover,
|
||||
.question .button.close:hover,
|
||||
.info .button.close:hover,
|
||||
.error .button.close:hover {
|
||||
|
||||
}
|
||||
.warning .button:active,
|
||||
.question .button:active,
|
||||
.info .button:active,
|
||||
.error .button:active,
|
||||
.warning .button.close:active,
|
||||
.question .button.close:active,
|
||||
.info .button.close:active,
|
||||
.error .button.close:active,
|
||||
.warning .button:active:hover,
|
||||
.question .button:active:hover,
|
||||
.info .button:active:hover,
|
||||
.error .button:active:hover,
|
||||
.warning .button.close:active:hover,
|
||||
.question .button.close:active:hover,
|
||||
.info .button.close:active:hover,
|
||||
.error .button.close:active:hover {
|
||||
|
||||
}
|
||||
.warning .button:insensitive,
|
||||
.question .button:insensitive,
|
||||
.info .button:insensitive,
|
||||
.error .button:insensitive {
|
||||
|
||||
}
|
||||
.warning .button *:insensitive,
|
||||
.question .button *:insensitive,
|
||||
.info .button *:insensitive,
|
||||
.error .button *:insensitive {
|
||||
|
||||
}
|
@ -1,524 +0,0 @@
|
||||
/******************
|
||||
* linked buttons *
|
||||
*****************/
|
||||
|
||||
|
||||
|
||||
/* set up shadows for visual separation */
|
||||
.linked .button,
|
||||
.inline-toolbar.toolbar .button,
|
||||
.inline-toolbar.toolbar GtkToolButton .button,
|
||||
.inline-toolbar.toolbar GtkToolButton > .button {
|
||||
background-color: @theme_base_color;
|
||||
color: @theme_text_color;
|
||||
|
||||
}
|
||||
.linked .button:hover,
|
||||
.inline-toolbar.toolbar .button:hover,
|
||||
.inline-toolbar.toolbar GtkToolButton .button:hover,
|
||||
.inline-toolbar.toolbar GtkToolButton > .button:hover {
|
||||
background-color: @theme_base_color;
|
||||
color: shade(@theme_fg_color, 0.7);
|
||||
}
|
||||
.linked .button:active,
|
||||
.inline-toolbar.toolbar .button:active,
|
||||
.inline-toolbar.toolbar GtkToolButton .button:active,
|
||||
.inline-toolbar.toolbar GtkToolButton > .button:active {
|
||||
background-color: @theme_selected_bg_color;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
.linked .button:active:hover,
|
||||
.inline-toolbar.toolbar .button:active:hover,
|
||||
.inline-toolbar.toolbar GtkToolButton .button:active:hover,
|
||||
.inline-toolbar.toolbar GtkToolButton > .button:active:hover {
|
||||
background-color: shade(@theme_selected_bg_color, 1.05);
|
||||
}
|
||||
.linked .button:insensitive,
|
||||
.inline-toolbar.toolbar .button:insensitive,
|
||||
.inline-toolbar.toolbar GtkToolButton .button:insensitive,
|
||||
.inline-toolbar.toolbar GtkToolButton > .button:insensitive {
|
||||
background-color: shade(@theme_bg_color, 1.04);
|
||||
background-image: none;
|
||||
color: mix(@theme_text_color, @theme_base_color, 0.4);
|
||||
}
|
||||
|
||||
/* remove box shadow from last-child and only-child */
|
||||
|
||||
.linked .entry:last-child,
|
||||
.linked .entry:only-child,
|
||||
.linked .button:last-child,
|
||||
.linked .button:only-child,
|
||||
.linked .button:insensitive:last-child,
|
||||
.linked .button:insensitive:only-child,
|
||||
.linked .button:active *:insensitive:last-child,
|
||||
.linked .button:active *:insensitive:only-child,
|
||||
.inline-toolbar.toolbar .button:last-child,
|
||||
.inline-toolbar.toolbar .button:only-child,
|
||||
.inline-toolbar.toolbar .button:insensitive:last-child,
|
||||
.inline-toolbar.toolbar .button:insensitive:only-child,
|
||||
.inline-toolbar.toolbar .button:active *:insensitive:last-child,
|
||||
.inline-toolbar.toolbar .button:active *:insensitive:only-child,
|
||||
.inline-toolbar.toolbar GtkToolButton:last-child > .button,
|
||||
.inline-toolbar.toolbar GtkToolButton:only-child > .button,
|
||||
.inline-toolbar.toolbar GtkToolButton:last-child > .button:insensitive,
|
||||
.inline-toolbar.toolbar GtkToolButton:only-child > .button:insensitive,
|
||||
.inline-toolbar.toolbar GtkToolButton:last-child > .button:active *:insensitive,
|
||||
.inline-toolbar.toolbar GtkToolButton:only-child > .button:active *:insensitive {
|
||||
|
||||
}
|
||||
|
||||
/* add back the inset shadow effect */
|
||||
.linked .button:active:last-child,
|
||||
.linked .button:active:only-child,
|
||||
.inline-toolbar.toolbar .button:active:last-child,
|
||||
.inline-toolbar.toolbar .button:active:only-child,
|
||||
.inline-toolbar.toolbar GtkToolButton:last-child > .button:active,
|
||||
.inline-toolbar.toolbar GtkToolButton:only-child > .button:active {
|
||||
|
||||
}
|
||||
|
||||
/* middle button */
|
||||
.linked .entry,
|
||||
.linked .button,
|
||||
.linked .button:active,
|
||||
.linked .button:active:hover,
|
||||
.linked .button:insensitive,
|
||||
.inline-toolbar.toolbar .button,
|
||||
.inline-toolbar.toolbar .button:active,
|
||||
.inline-toolbar.toolbar .button:insensitive,
|
||||
.inline-toolbar.toolbar GtkToolButton .button,
|
||||
.inline-toolbar.toolbar GtkToolButton .button:active,
|
||||
.inline-toolbar.toolbar GtkToolButton .button:insensitive {
|
||||
border-width: 1px;
|
||||
border-radius: 0;
|
||||
border-color: transparent;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
/*leftmost button */
|
||||
.linked .entry:first-child,
|
||||
.linked .button:first-child,
|
||||
.linked .button:active:first-child,
|
||||
.linked .button:active:hover:first-child,
|
||||
.linked .button:insensitive:first-child,
|
||||
.inline-toolbar.toolbar .button:first-child,
|
||||
.inline-toolbar.toolbar .button:active:first-child,
|
||||
.inline-toolbar.toolbar .button:insensitive:first-child,
|
||||
.inline-toolbar.toolbar GtkToolButton:first-child .button,
|
||||
.inline-toolbar.toolbar GtkToolButton:first-child .button:active,
|
||||
.inline-toolbar.toolbar GtkToolButton:first-child .button:insensitive {
|
||||
|
||||
}
|
||||
|
||||
/* rightmost button */
|
||||
.linked .entry:last-child,
|
||||
.linked .button:last-child,
|
||||
.linked .button:active:last-child,
|
||||
.linked .button:active:hover:last-child,
|
||||
.linked .button:insensitive:last-child,
|
||||
.inline-toolbar.toolbar .button:last-child,
|
||||
.inline-toolbar.toolbar .button:active:last-child,
|
||||
.inline-toolbar.toolbar .button:insensitive:last-child,
|
||||
.inline-toolbar.toolbar GtkToolButton:last-child .button,
|
||||
.inline-toolbar.toolbar GtkToolButton:last-child .button:active,
|
||||
.inline-toolbar.toolbar GtkToolButton:last-child .button:insensitive {
|
||||
|
||||
}
|
||||
|
||||
/* linked single button */
|
||||
.linked .entry:only-child,
|
||||
.linked .button:only-child,
|
||||
.linked .button:active:only-child,
|
||||
.linked .button:active:hover:only-child,
|
||||
.linked .button:insensitive:only-child,
|
||||
.inline-toolbar.toolbar .button:only-child,
|
||||
.inline-toolbar.toolbar .button:active:only-child,
|
||||
.inline-toolbar.toolbar .button:insensitive:only-child,
|
||||
.inline-toolbar.toolbar GtkToolButton:only-child .button,
|
||||
.inline-toolbar.toolbar GtkToolButton:only-child .button:active,
|
||||
.inline-toolbar.toolbar GtkToolButton:only-child .button:insensitive {
|
||||
border-width: 1px;
|
||||
border-radius: 0;
|
||||
border-color: transparent;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
/* linked button shadows (vertical) */
|
||||
.linked.vertical .button,
|
||||
.inline-toolbar.toolbar.vertical .button,
|
||||
.inline-toolbar.toolbar.vertical GtkToolButton > .button {
|
||||
background-color: @theme_base_color;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
.linked.vertical .button:active,
|
||||
.inline-toolbar.toolbar.vertical .button:active,
|
||||
.inline-toolbar.toolbar.vertical GtkToolButton > .button:active {
|
||||
background-color: @theme_selected_bg_color;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
.linked.vertical .button:hover,
|
||||
.inline-toolbar.toolbar.vertical .button:hover,
|
||||
.inline-toolbar.toolbar.vertical GtkToolButton > .button:hover {
|
||||
background-color: @theme_base_color;
|
||||
color: shade(@theme_fg_color, 0.7);
|
||||
}
|
||||
.linked.vertical .button:active:hover,
|
||||
.inline-toolbar.toolbar.vertical .button:active:hover,
|
||||
.inline-toolbar.toolbar.vertical GtkToolButton > .button:active:hover {
|
||||
background-color: shade(@theme_selected_bg_color, 1.05);
|
||||
}
|
||||
.linked.vertical .button:insensitive,
|
||||
.inline-toolbar.toolbar.vertical .button:insensitive,
|
||||
.inline-toolbar.toolbar.vertical GtkToolButton > .button:insensitive {
|
||||
background-color: shade(@theme_bg_color, 1.04);
|
||||
background-image: none;
|
||||
color: mix(@theme_text_color, @theme_base_color, 0.4);
|
||||
}
|
||||
|
||||
/* remove box shadow from last-child and only-child */
|
||||
.linked.vertical .button:last-child,
|
||||
.linked.vertical .button:only-child,
|
||||
.linked.vertical .button:insensitive:last-child,
|
||||
.linked.vertical .button:insensitive:only-child,
|
||||
.linked.vertical .button:active *:insensitive:last-child,
|
||||
.linked.vertical .button:active *:insensitive:only-child,
|
||||
.inline-toolbar.toolbar.vertical .button:last-child,
|
||||
.inline-toolbar.toolbar.vertical .button:only-child,
|
||||
.inline-toolbar.toolbar.vertical .button:insensitive:last-child,
|
||||
.inline-toolbar.toolbar.vertical .button:insensitive:only-child,
|
||||
.inline-toolbar.toolbar.vertical .button:active *:insensitive:last-child,
|
||||
.inline-toolbar.toolbar.vertical .button:active *:insensitive:only-child,
|
||||
.inline-toolbar.toolbar.vertical GtkToolButton:last-child > .button,
|
||||
.inline-toolbar.toolbar.vertical GtkToolButton:only-child > .button,
|
||||
.inline-toolbar.toolbar.vertical GtkToolButton:last-child > .button:insensitive,
|
||||
.inline-toolbar.toolbar.vertical GtkToolButton:only-child > .button:insensitive,
|
||||
.inline-toolbar.toolbar.vertical GtkToolButton:last-child > .button:active *:insensitive,
|
||||
.inline-toolbar.toolbar.vertical GtkToolButton:only-child > .button:active *:insensitive {
|
||||
|
||||
}
|
||||
|
||||
/* add back the inset shadow effect */
|
||||
.linked.vertical .button:active:last-child,
|
||||
.linked.vertical .button:active:only-child,
|
||||
.inline-toolbar.toolbar.vertical .button:active:last-child,
|
||||
.inline-toolbar.toolbar.vertical .button:active:only-child,
|
||||
.inline-toolbar.toolbar.vertical GtkToolButton:last-child > .button:active,
|
||||
.inline-toolbar.toolbar.vertical GtkToolButton:only-child > .button:active {
|
||||
|
||||
}
|
||||
|
||||
/* middle button (vertical) */
|
||||
.linked.vertical .entry,
|
||||
.linked.vertical .button,
|
||||
.linked.vertical .button:active,
|
||||
.linked.vertical .button:active:hover,
|
||||
.linked.vertical .button:insensitive {
|
||||
border-width: 1px;
|
||||
border-radius: 0;
|
||||
border-color: transparent;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
/* top button (vertical) */
|
||||
.linked.vertical .entry:first-child,
|
||||
.linked.vertical .button:first-child,
|
||||
.linked.vertical .button:active:first-child,
|
||||
.linked.vertical .button:active:hover:first-child,
|
||||
.linked.vertical .button:insensitive:first-child {
|
||||
|
||||
|
||||
}
|
||||
|
||||
/* bottom button (vertical) */
|
||||
.linked.vertical .entry:last-child,
|
||||
.linked.vertical .button:last-child,
|
||||
.linked.vertical .button:active:last-child,
|
||||
.linked.vertical .button:active:hover:last-child,
|
||||
.linked.vertical .button:insensitive:last-child {
|
||||
|
||||
}
|
||||
|
||||
/* linked single button (vertical) */
|
||||
.linked.vertical .entry:only-child,
|
||||
.linked.vertical .button:only-child,
|
||||
.linked.vertical .button:active:only-child,
|
||||
.linked.vertical .button:active:hover:only-child,
|
||||
.linked.vertical .button:insensitive:only-child {
|
||||
border-width: 1px;
|
||||
border-radius: 0;
|
||||
border-color: transparent;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
/* linked toolbar buttons */
|
||||
.primary-toolbar .linked .button,
|
||||
.primary-toolbar .button.raised.linked,
|
||||
.primary-toolbar .raised.linked .button,
|
||||
.toolbar .button.raised.linked,
|
||||
.toolbar .raised.linked .button,
|
||||
.toolbar .linked .button,
|
||||
.header-bar .button.raised.linked,
|
||||
.header-bar .raised.linked .button,
|
||||
.header-bar .linked .button {
|
||||
background-color: @theme_base_color;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
.primary-toolbar .linked .button:hover,
|
||||
.primary-toolbar .button.raised.linked:hover,
|
||||
.primary-toolbar .raised.linked .button:hover,
|
||||
.toolbar .button.raised.linked:hover,
|
||||
.toolbar .raised.linked .button:hover,
|
||||
.toolbar .linked .button:hover,
|
||||
.header-bar .button.raised.linked:hover,
|
||||
.header-bar .raised.linked .button:hover,
|
||||
.header-bar .linked .button:hover {
|
||||
background-color: @theme_base_color;
|
||||
color: shade(@theme_fg_color, 0.7);
|
||||
}
|
||||
.primary-toolbar .linked .button:active,
|
||||
.primary-toolbar .button.raised.linked:active,
|
||||
.primary-toolbar .raised.linked .button:active,
|
||||
.toolbar .button.raised.linked:active,
|
||||
.toolbar .raised.linked .button:active,
|
||||
.toolbar .linked .button:active,
|
||||
.header-bar .button.raised.linked:active,
|
||||
.header-bar .raised.linked .button:active,
|
||||
.header-bar .linked .button:active {
|
||||
background-color: #32383E;
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
.primary-toolbar .linked .button:active:hover,
|
||||
.primary-toolbar .button.raised.linked:active:hover,
|
||||
.primary-toolbar .raised.linked .button:active:hover,
|
||||
.toolbar .button.raised.linked:active:hover,
|
||||
.toolbar .raised.linked .button:active:hover,
|
||||
.toolbar .linked .button:active:hover,
|
||||
.header-bar .button.raised.linked:active:hover,
|
||||
.header-bar .raised.linked .button:active:hover,
|
||||
.header-bar .linked .button:active:hover {
|
||||
background-color: shade(#32383E, 1.08);
|
||||
}
|
||||
.primary-toolbar .linked .button:insensitive,
|
||||
.primary-toolbar .button.raised.linked:insensitive,
|
||||
.primary-toolbar .raised.linked .button:insensitive,
|
||||
.toolbar .button.raised.linked:insensitive,
|
||||
.toolbar .raised.linked .button:insensitive,
|
||||
.toolbar .linked .button:insensitive,
|
||||
.header-bar .button.raised.linked:insensitive,
|
||||
.header-bar .raised.linked .button:insensitive,
|
||||
.header-bar .linked .button:insensitive {
|
||||
background-color: shade(@theme_bg_color, 1.04);
|
||||
background-image: none;
|
||||
color: mix(@theme_text_color, @theme_base_color, 0.4);
|
||||
}
|
||||
|
||||
/* remove box shadow from last-child and only-child */
|
||||
.primary-toolbar .linked .button:last-child,
|
||||
.primary-toolbar .linked .button:only-child,
|
||||
.primary-toolbar .button.raised.linked:last-child,
|
||||
.primary-toolbar .button.raised.linked:only-child,
|
||||
.primary-toolbar .linked .button:insensitive:last-child,
|
||||
.primary-toolbar .linked .button:insensitive:only-child,
|
||||
.primary-toolbar .button:insensitive.raised.linked:last-child,
|
||||
.primary-toolbar .button:insensitive.raised.linked:only-child,
|
||||
.primary-toolbar .linked .button:active *:insensitive:last-child,
|
||||
.primary-toolbar .linked .button:active *:insensitive:only-child,
|
||||
.primary-toolbar .button:active *:insensitive.raised.linked:last-child,
|
||||
.primary-toolbar .button:active *:insensitive.raised.linked:only-child,
|
||||
.primary-toolbar .raised.linked .button:last-child,
|
||||
.primary-toolbar .raised.linked .button:only-child,
|
||||
.primary-toolbar .raised.linked .button:insensitive:last-child,
|
||||
.primary-toolbar .raised.linked .button:insensitive:only-child,
|
||||
.primary-toolbar .raised.linked .button:active *:insensitive:last-child,
|
||||
.primary-toolbar .raised.linked .button:active *:insensitive:only-child,
|
||||
.toolbar .button.raised.linked:last-child,
|
||||
.toolbar .button.raised.linked:only-child,
|
||||
.toolbar .button:insensitive.raised.linked:last-child,
|
||||
.toolbar .button:insensitive.raised.linked:only-child,
|
||||
.toolbar .button:active *:insensitive.raised.linked:last-child,
|
||||
.toolbar .button:active *:insensitive.raised.linked:only-child,
|
||||
.toolbar .raised.linked .button:last-child,
|
||||
.toolbar .raised.linked .button:only-child,
|
||||
.toolbar .raised.linked .button:insensitive:last-child,
|
||||
.toolbar .raised.linked .button:insensitive:only-child,
|
||||
.toolbar .raised.linked .button:active *:insensitive:last-child,
|
||||
.toolbar .raised.linked .button:active *:insensitive:only-child,
|
||||
.toolbar .linked .button:last-child,
|
||||
.toolbar .linked .button:only-child,
|
||||
.toolbar .linked .button:insensitive:last-child,
|
||||
.toolbar .linked .button:insensitive:only-child,
|
||||
.toolbar .linked .button:active *:insensitive:last-child,
|
||||
.toolbar .linked .button:active *:insensitive:only-child,
|
||||
.header-bar .button.raised.linked:last-child,
|
||||
.header-bar .button.raised.linked:only-child,
|
||||
.header-bar .button:insensitive.raised.linked:last-child,
|
||||
.header-bar .button:insensitive.raised.linked:only-child,
|
||||
.header-bar .button:active *:insensitive.raised.linked:last-child,
|
||||
.header-bar .button:active *:insensitive.raised.linked:only-child,
|
||||
.header-bar .raised.linked .button:last-child,
|
||||
.header-bar .raised.linked .button:only-child,
|
||||
.header-bar .raised.linked .button:insensitive:last-child,
|
||||
.header-bar .raised.linked .button:insensitive:only-child,
|
||||
.header-bar .raised.linked .button:active *:insensitive:last-child,
|
||||
.header-bar .raised.linked .button:active *:insensitive:only-child,
|
||||
.header-bar .linked .button:last-child,
|
||||
.header-bar .linked .button:only-child,
|
||||
.header-bar .linked .button:insensitive:last-child,
|
||||
.header-bar .linked .button:insensitive:only-child,
|
||||
.header-bar .linked .button:active *:insensitive:last-child,
|
||||
.header-bar .linked .button:active *:insensitive:only-child {
|
||||
|
||||
}
|
||||
|
||||
/* add back the inset shadow effect */
|
||||
.primary-toolbar .linked .button:active:last-child,
|
||||
.primary-toolbar .linked .button:active:only-child,
|
||||
.primary-toolbar .button:active.raised.linked:last-child,
|
||||
.primary-toolbar .button:active.raised.linked:only-child,
|
||||
.primary-toolbar .raised.linked .button:active:last-child,
|
||||
.primary-toolbar .raised.linked .button:active:only-child,
|
||||
.toolbar .button:active.raised.linked:last-child,
|
||||
.toolbar .button:active.raised.linked:only-child,
|
||||
.toolbar .raised.linked .button:active:last-child,
|
||||
.toolbar .raised.linked .button:active:only-child,
|
||||
.toolbar .linked .button:active:last-child,
|
||||
.toolbar .linked .button:active:only-child,
|
||||
.header-bar .button:active.raised.linked:last-child,
|
||||
.header-bar .button:active.raised.linked:only-child,
|
||||
.header-bar .raised.linked .button:active:last-child,
|
||||
.header-bar .raised.linked .button:active:only-child,
|
||||
.header-bar .linked .button:active:last-child,
|
||||
.header-bar .linked .button:active:only-child {
|
||||
|
||||
}
|
||||
|
||||
/* middle button */
|
||||
.primary-toolbar .linked .button,
|
||||
.primary-toolbar .linked .button:active,
|
||||
.primary-toolbar .linked .button:insensitive,
|
||||
.primary-toolbar .button.raised.linked,
|
||||
.primary-toolbar .button.raised.linked:active,
|
||||
.primary-toolbar .button.raised.linked:insensitive,
|
||||
.primary-toolbar .raised.linked .button,
|
||||
.primary-toolbar .raised.linked .button:active,
|
||||
.primary-toolbar .raised.linked .button:insensitive,
|
||||
.toolbar .button.raised.linked,
|
||||
.toolbar .button.raised.linked:active,
|
||||
.toolbar .button.raised.linked:insensitive,
|
||||
.toolbar .raised.linked .button,
|
||||
.toolbar .raised.linked .button:active,
|
||||
.toolbar .raised.linked .button:insensitive,
|
||||
.toolbar .linked .button,
|
||||
.toolbar .linked .button:active,
|
||||
.toolbar .linked .button:insensitive,
|
||||
.header-bar .button.raised.linked,
|
||||
.header-bar .button.raised.linked:active,
|
||||
.header-bar .button.raised.linked:insensitive,
|
||||
.header-bar .raised.linked .button,
|
||||
.header-bar .raised.linked .button:active,
|
||||
.header-bar .raised.linked .button:insensitive,
|
||||
.header-bar .linked .button,
|
||||
.header-bar .linked .button:active,
|
||||
.header-bar .linked .button:insensitive {
|
||||
border-width: 1px;
|
||||
border-radius: 4px;
|
||||
border-color: transparent;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
/* leftmost button */
|
||||
.primary-toolbar .linked .button:first-child,
|
||||
.primary-toolbar .linked .button:active:first-child,
|
||||
.primary-toolbar .linked .button:insensitive:first-child,
|
||||
.primary-toolbar .button.raised.linked:first-child,
|
||||
.primary-toolbar .button.raised.linked:active:first-child,
|
||||
.primary-toolbar .button.raised.linked:insensitive:first-child,
|
||||
.primary-toolbar .raised.linked .button:first-child,
|
||||
.primary-toolbar .raised.linked .button:active:first-child,
|
||||
.primary-toolbar .raised.linked .button:insensitive:first-child,
|
||||
.toolbar .button.raised.linked:first-child,
|
||||
.toolbar .button.raised.linked:active:first-child,
|
||||
.toolbar .button.raised.linked:insensitive:first-child,
|
||||
.toolbar .raised.linked .button:first-child,
|
||||
.toolbar .raised.linked .button:active:first-child,
|
||||
.toolbar .raised.linked .button:insensitive:first-child,
|
||||
.toolbar .linked .button:first-child,
|
||||
.toolbar .linked .button:active:first-child,
|
||||
.toolbar .linked .button:insensitive:first-child,
|
||||
.header-bar .button.raised.linked:first-child,
|
||||
.header-bar .button.raised.linked:active:first-child,
|
||||
.header-bar .button.raised.linked:insensitive:first-child,
|
||||
.header-bar .raised.linked .button:first-child,
|
||||
.header-bar .raised.linked .button:active:first-child,
|
||||
.header-bar .raised.linked .button:insensitive:first-child,
|
||||
.header-bar .linked .button:first-child,
|
||||
.header-bar .linked .button:active:first-child,
|
||||
.header-bar .linked .button:insensitive:first-child {
|
||||
|
||||
}
|
||||
|
||||
/* rightmost button */
|
||||
.primary-toolbar .linked .button:last-child,
|
||||
.primary-toolbar .linked .button:active:last-child,
|
||||
.primary-toolbar .linked .button:insensitive:last-child,
|
||||
.primary-toolbar .button.raised.linked:last-child,
|
||||
.primary-toolbar .button.raised.linked:active:last-child,
|
||||
.primary-toolbar .button.raised.linked:insensitive:last-child,
|
||||
.primary-toolbar .raised.linked .button:last-child,
|
||||
.primary-toolbar .raised.linked .button:active:last-child,
|
||||
.primary-toolbar .raised.linked .button:insensitive:last-child,
|
||||
.toolbar .button.raised.linked:last-child,
|
||||
.toolbar .button.raised.linked:active:last-child,
|
||||
.toolbar .button.raised.linked:insensitive:last-child,
|
||||
.toolbar .raised.linked .button:last-child,
|
||||
.toolbar .raised.linked .button:active:last-child,
|
||||
.toolbar .raised.linked .button:insensitive:last-child,
|
||||
.toolbar .linked .button:last-child,
|
||||
.toolbar .linked .button:active:last-child,
|
||||
.toolbar .linked .button:insensitive:last-child,
|
||||
.header-bar .button.raised.linked:last-child,
|
||||
.header-bar .button.raised.linked:active:last-child,
|
||||
.header-bar .button.raised.linked:insensitive:last-child,
|
||||
.header-bar .raised.linked .button:last-child,
|
||||
.header-bar .raised.linked .button:active:last-child,
|
||||
.header-bar .raised.linked .button:insensitive:last-child,
|
||||
.header-bar .linked .button:last-child,
|
||||
.header-bar .linked .button:active:last-child,
|
||||
.header-bar .linked .button:insensitive:last-child {
|
||||
|
||||
}
|
||||
|
||||
/* linked single button */
|
||||
.primary-toolbar .linked .button:only-child,
|
||||
.primary-toolbar .linked .button:active:only-child,
|
||||
.primary-toolbar .linked .button:insensitive:only-child,
|
||||
.primary-toolbar .button.raised.linked:only-child,
|
||||
.primary-toolbar .button.raised.linked:active:only-child,
|
||||
.primary-toolbar .button.raised.linked:insensitive:only-child,
|
||||
.primary-toolbar .raised.linked .button:only-child,
|
||||
.primary-toolbar .raised.linked .button:active:only-child,
|
||||
.primary-toolbar .raised.linked .button:insensitive:only-child,
|
||||
.toolbar .button.raised.linked:only-child,
|
||||
.toolbar .button.raised.linked:active:only-child,
|
||||
.toolbar .button.raised.linked:insensitive:only-child,
|
||||
.toolbar .raised.linked .button:only-child,
|
||||
.toolbar .raised.linked .button:active:only-child,
|
||||
.toolbar .raised.linked .button:insensitive:only-child,
|
||||
.toolbar .linked .button:only-child,
|
||||
.toolbar .linked .button:active:only-child,
|
||||
.toolbar .linked .button:insensitive:only-child,
|
||||
.header-bar .button.raised.linked:only-child,
|
||||
.header-bar .button.raised.linked:active:only-child,
|
||||
.header-bar .button.raised.linked:insensitive:only-child,
|
||||
.header-bar .raised.linked .button:only-child,
|
||||
.header-bar .raised.linked .button:active:only-child,
|
||||
.header-bar .raised.linked .button:insensitive:only-child,
|
||||
.header-bar .linked .button:only-child,
|
||||
.header-bar .linked .button:active:only-child,
|
||||
.header-bar .linked .button:insensitive:only-child {
|
||||
border-width: 1px;
|
||||
border-radius: 0;
|
||||
border-color: transparent;
|
||||
border-style: solid;
|
||||
}
|
@ -1,257 +0,0 @@
|
||||
/********
|
||||
* menu *
|
||||
********/
|
||||
GtkTreeMenu.menu,
|
||||
GtkComboBox .menu {
|
||||
|
||||
}
|
||||
GtkMenuToolButton.menu {
|
||||
|
||||
}
|
||||
|
||||
.primary-toolbar .menu,
|
||||
.primary-toolbar .button .menu,
|
||||
.toolbar .menu,
|
||||
.toolbar .primary-toolbar .menu,
|
||||
.header-bar .menu,
|
||||
.header-bar .primary-toolbar .menu,
|
||||
.menubar .menu,
|
||||
.menu {
|
||||
padding: 0;
|
||||
border-radius: 0;
|
||||
border-style: none;
|
||||
background-color: @theme_bg_color;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
.menu {
|
||||
|
||||
}
|
||||
|
||||
.menu.button:hover,
|
||||
.menu.button:active,
|
||||
.menu.button:insensitive,
|
||||
.menu.button {
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
color: @theme_text_color;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
}
|
||||
.menu.button:insensitive {
|
||||
color: mix(@theme_fg_color, @theme_bg_color, 0.5);
|
||||
}
|
||||
|
||||
.context-menu {
|
||||
font: initial;
|
||||
}
|
||||
|
||||
/* ubuntu software center menu */
|
||||
#toolbar-popup {
|
||||
background-color: @theme_base_color;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
/***********
|
||||
* menubar *
|
||||
***********/
|
||||
.menubar {
|
||||
-GtkWidget-window-dragging: true;
|
||||
|
||||
border-style: none;
|
||||
background-color: @theme_bg_color;
|
||||
background-image: none;
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
/***************
|
||||
* menubaritem *
|
||||
***************/
|
||||
|
||||
.menubar.menuitem,
|
||||
.menubar .menuitem {
|
||||
padding: 3px 6px;
|
||||
border-style: none;
|
||||
border-radius: 0;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.menubar.menuitem:hover,
|
||||
.menubar .menuitem:hover {
|
||||
background-color: @theme_base_color;
|
||||
background-image: none;
|
||||
color: @theme_text_color;
|
||||
/*box-shadow: inset 3px 0 @theme_selected_bg_color;*/
|
||||
}
|
||||
|
||||
.menubar .menuitem *:hover {
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
/************
|
||||
* menuitem *
|
||||
************/
|
||||
GtkTreeMenu .menuitem {
|
||||
padding: 0;
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
.menuitem,
|
||||
.menu .menuitem {
|
||||
padding: 0px;
|
||||
border-width: 0;
|
||||
border-style: none;
|
||||
border-radius: 0;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
color: @theme_text_color;
|
||||
|
||||
-GtkMenuItem-arrow-scaling: 0.52;
|
||||
}
|
||||
|
||||
.menu .menuitem:active,
|
||||
.menu .menuitem:hover {
|
||||
background-color: @theme_selected_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.menu .menuitem:active,
|
||||
.menu .menuitem *:active,
|
||||
.menu .menuitem:hover,
|
||||
.menu .menuitem *:hover {
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
.menu .menuitem:insensitive,
|
||||
.menu .menuitem *:insensitive {
|
||||
color: mix(@theme_text_color, @theme_base_color, 0.45);
|
||||
}
|
||||
|
||||
.menuitem.check,
|
||||
.menuitem.radio,
|
||||
.menuitem.check:hover,
|
||||
.menuitem.radio:hover,
|
||||
.menuitem.check:insensitive,
|
||||
.menuitem.radio:insensitive {
|
||||
box-shadow: none;
|
||||
border-style: none;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.menuitem.check:active,
|
||||
.menuitem.radio:active {
|
||||
border-style: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.menuitem.arrow {
|
||||
color: alpha(@theme_text_color, 0.6);
|
||||
}
|
||||
|
||||
.menuitem GtkCalendar:inconsistent {
|
||||
color: mix(@theme_text_color, @theme_base_color, 0.4);
|
||||
}
|
||||
|
||||
.menuitem GtkCalendar.button {
|
||||
border-style: none;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.menuitem .entry {
|
||||
|
||||
}
|
||||
|
||||
.menuitem .entry:active,
|
||||
.menuitem .entry:focus {
|
||||
|
||||
}
|
||||
|
||||
.menuitem .accelerator {
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
.menuitem .accelerator:hover {
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
.menuitem .accelerator:insensitive {
|
||||
color: mix(@theme_text_color, @theme_base_color, 0.55);
|
||||
}
|
||||
|
||||
GtkModelMenuItem GtkBox GtkImage {
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
||||
/***************
|
||||
* Menu Button *
|
||||
***************/
|
||||
.toolbar GtkMenuButton.button:active,
|
||||
.toolbar GtkMenuButton.button.raised:active,
|
||||
GtkMenuButton.button:active,
|
||||
.primary-toolbar .linked GtkMenuButton.button:active,
|
||||
.primary-toolbar GtkMenuButton.button:active.raised.linked,
|
||||
.primary-toolbar .raised.linked GtkMenuButton.button:active,
|
||||
.toolbar GtkMenuButton.button:active.raised.linked,
|
||||
.toolbar .raised.linked GtkMenuButton.button:active,
|
||||
.toolbar .linked GtkMenuButton.button:active,
|
||||
.header-bar GtkMenuButton.button:active.raised.linked,
|
||||
.header-bar .raised.linked GtkMenuButton.button:active,
|
||||
.header-bar .linked GtkMenuButton.button:active,
|
||||
.linked GtkMenuButton.button:active,
|
||||
.toolbar .linked.raised GtkMenuButton.button:active,
|
||||
.toolbar GtkMenuButton.button.linked.raised:active {
|
||||
|
||||
}
|
||||
|
||||
GtkMenuButton.button:active,
|
||||
.linked GtkMenuButton.button:active,
|
||||
.toolbar .linked.raised GtkMenuButton.button:active,
|
||||
.toolbar GtkMenuButton.button.linked.raised:active {
|
||||
|
||||
}
|
||||
.primary-toolbar .linked GtkMenuButton.button:active:last-child,
|
||||
.primary-toolbar GtkMenuButton.button:active.raised.linked:last-child,
|
||||
.primary-toolbar .raised.linked GtkMenuButton.button:active:last-child,
|
||||
.toolbar GtkMenuButton.button:active.raised.linked:last-child,
|
||||
.toolbar .raised.linked GtkMenuButton.button:active:last-child,
|
||||
.toolbar .linked GtkMenuButton.button:active:last-child,
|
||||
.header-bar GtkMenuButton.button:active.raised.linked:last-child,
|
||||
.header-bar .raised.linked GtkMenuButton.button:active:last-child,
|
||||
.header-bar .linked GtkMenuButton.button:active:last-child,
|
||||
.linked GtkMenuButton.button:active:last-child,
|
||||
.toolbar .linked.raised GtkMenuButton.button:active:last-child,
|
||||
.toolbar GtkMenuButton.button.linked.raised:active:last-child {
|
||||
|
||||
}
|
||||
.primary-toolbar .linked GtkMenuButton.button:active:first-child,
|
||||
.primary-toolbar GtkMenuButton.button:active.raised.linked:first-child,
|
||||
.primary-toolbar .raised.linked GtkMenuButton.button:active:first-child,
|
||||
.toolbar GtkMenuButton.button:active.raised.linked:first-child,
|
||||
.toolbar .raised.linked GtkMenuButton.button:active:first-child,
|
||||
.toolbar .linked GtkMenuButton.button:active:first-child,
|
||||
.header-bar GtkMenuButton.button:active.raised.linked:first-child,
|
||||
.header-bar .raised.linked GtkMenuButton.button:active:first-child,
|
||||
.header-bar .linked GtkMenuButton.button:active:first-child,
|
||||
.header-bar .linked GtkMenuButton.button:first-child,
|
||||
.linked GtkMenuButton.button:active:first-child,
|
||||
.toolbar .linked.raised GtkMenuButton.button:active:first-child,
|
||||
.toolbar GtkMenuButton.button.linked.raised:active:first-child {
|
||||
|
||||
}
|
||||
|
||||
.button.menuitem.menubar:active {
|
||||
|
||||
}
|
||||
|
||||
.button.menuitem.menubar:active,
|
||||
GtkMenuButton.button:active,
|
||||
.toolbar GtkMenuButton.button:active {
|
||||
|
||||
}
|
||||
|
||||
GtkMenuButton .menu {
|
||||
|
||||
}
|
@ -1,75 +0,0 @@
|
||||
/************
|
||||
* notebook *
|
||||
************/
|
||||
.notebook {
|
||||
padding: 0;
|
||||
border-style: none;
|
||||
background-color: @theme_bg_color;
|
||||
border-radius: 0px;
|
||||
background-image: none;
|
||||
background-clip: border-box;
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.notebook GtkViewport {
|
||||
background-color: @theme_bg_color;
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.notebook tab {
|
||||
padding: 5px;
|
||||
border-style: none;
|
||||
border-radius: 0;
|
||||
background-color: shade(@theme_bg_color, 0.97);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.notebook tab:active {
|
||||
background-color: @theme_base_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.notebook tab GtkLabel {
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.notebook tab.top {
|
||||
border-radius: 3px 3px 0 0;
|
||||
}
|
||||
|
||||
.notebook tab.top:active {
|
||||
box-shadow: inset 0 3px @theme_selected_bg_color;
|
||||
}
|
||||
|
||||
.notebook tab.right {
|
||||
border-radius: 0 3px 3px 0;
|
||||
}
|
||||
|
||||
.notebook tab.right:active {
|
||||
box-shadow: inset -3px 0 @theme_selected_bg_color;
|
||||
}
|
||||
|
||||
.notebook tab.bottom {
|
||||
border-radius: 0 0 3px 3px;
|
||||
}
|
||||
|
||||
.notebook tab.bottom:active {
|
||||
box-shadow: inset 0 -3px @theme_selected_bg_color;
|
||||
}
|
||||
|
||||
.notebook tab.left {
|
||||
border-radius: 3px 0 0 3px;
|
||||
}
|
||||
|
||||
.notebook tab.left:active {
|
||||
box-shadow: inset 3px 0 @theme_selected_bg_color;
|
||||
}
|
||||
.notebook tab .button {
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
border-style: none;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
.notebook tab .button:hover {
|
||||
color: shade(@theme_fg_color, 0.9);
|
||||
}
|
@ -1,210 +0,0 @@
|
||||
/*******
|
||||
* osd *
|
||||
*******/
|
||||
|
||||
.background.osd {
|
||||
border-style: none;
|
||||
border-width: 0;
|
||||
color: @theme_fg_color;
|
||||
background-color: @theme_bg_color;
|
||||
}
|
||||
|
||||
GtkOverlay.osd {
|
||||
border-style: none;
|
||||
border-width: 0;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.osd.frame {
|
||||
border-style: none;
|
||||
border-width: 0;
|
||||
background-clip: border-box;
|
||||
background-origin: border-box;
|
||||
}
|
||||
|
||||
.osd.button,
|
||||
.osd .button {
|
||||
|
||||
}
|
||||
|
||||
.osd.button:prelight,
|
||||
.osd.button:hover,
|
||||
.osd .button:hover {
|
||||
|
||||
}
|
||||
|
||||
.osd.button:active,
|
||||
.osd .button:active,
|
||||
.osd GtkMenuButton.button:active {
|
||||
|
||||
}
|
||||
|
||||
.osd.button:active:hover,
|
||||
.osd .button:active:hover,
|
||||
.osd GtkMenuButton.button:active:hover {
|
||||
|
||||
}
|
||||
|
||||
.osd.button:insensitive,
|
||||
.osd .button:insensitive {
|
||||
|
||||
}
|
||||
|
||||
.osd.button:active *:insensitive,
|
||||
.osd .button:active *:insensitive {
|
||||
|
||||
}
|
||||
|
||||
.osd.toolbar {
|
||||
-GtkToolbar-button-relief: normal;
|
||||
|
||||
padding: 4px;
|
||||
border-width: 0;
|
||||
border-style: none;
|
||||
border-radius: 0;
|
||||
background-color: @theme_bg_color;
|
||||
background-image: none;
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.osd.toolbar .button {
|
||||
|
||||
}
|
||||
|
||||
.osd.toolbar .button:hover {
|
||||
|
||||
}
|
||||
|
||||
.osd.toolbar .button:active {
|
||||
|
||||
}
|
||||
|
||||
.osd.toolbar .button:active:hover {
|
||||
|
||||
}
|
||||
|
||||
.osd.toolbar .button:focus,
|
||||
.osd.toolbar .button:hover:focus,
|
||||
.osd.toolbar .button:active:focus,
|
||||
.osd.toolbar .button:active:hover:focus {
|
||||
|
||||
}
|
||||
|
||||
.osd.toolbar .button:insensitive {
|
||||
|
||||
}
|
||||
|
||||
.osd.toolbar .button:active *:insensitive {
|
||||
|
||||
}
|
||||
|
||||
.osd.toolbar .button:first-child {
|
||||
|
||||
}
|
||||
|
||||
.osd.toolbar .button:last-child {
|
||||
|
||||
}
|
||||
|
||||
.osd.toolbar .button:only-child,
|
||||
.osd.toolbar GtkToolButton .button,
|
||||
.osd.toolbar GtkToolButton:only-child .button,
|
||||
.osd.toolbar GtkToolButton:last-child .button,
|
||||
.osd.toolbar GtkToolButton:first-child .button {
|
||||
|
||||
}
|
||||
|
||||
.osd.toolbar .separator {
|
||||
|
||||
}
|
||||
|
||||
/* used by gnome-settings-daemon's media-keys OSD */
|
||||
.osd.trough {
|
||||
|
||||
}
|
||||
|
||||
.osd.progressbar {
|
||||
|
||||
}
|
||||
|
||||
.osd .scale.slider {
|
||||
|
||||
}
|
||||
|
||||
.osd .scale.slider:hover {
|
||||
|
||||
}
|
||||
|
||||
.osd .scale.slider:insensitive {
|
||||
|
||||
}
|
||||
|
||||
.osd .scale.trough {
|
||||
|
||||
}
|
||||
|
||||
.osd .scale.trough.highlight {
|
||||
|
||||
}
|
||||
|
||||
.osd .scale.trough:insensitive,
|
||||
.osd .scale.trough.highlight:insensitive {
|
||||
|
||||
}
|
||||
|
||||
.osd GtkProgressBar,
|
||||
GtkProgressBar.osd {
|
||||
padding: 0;
|
||||
-GtkProgressBar-xspacing: 0;
|
||||
-GtkProgressBar-yspacing: 2px;
|
||||
-GtkProgressBar-min-horizontal-bar-height: 2px;
|
||||
}
|
||||
|
||||
.osd GtkProgressBar.trough,
|
||||
GtkProgressBar.osd.trough {
|
||||
padding: 0;
|
||||
border-style: none;
|
||||
border-radius: 0;
|
||||
background-image: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.osd GtkProgressBar.progressbar,
|
||||
GtkProgressBar.osd.progressbar {
|
||||
border-style: none;
|
||||
border-radius: 0;
|
||||
background-color: @theme_selected_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.osd .view,
|
||||
.osd.view {
|
||||
|
||||
}
|
||||
|
||||
.osd .scrollbar.trough {
|
||||
|
||||
}
|
||||
|
||||
.osd .scrollbar.slider {
|
||||
|
||||
}
|
||||
|
||||
.osd .scrollbar.slider:hover {
|
||||
|
||||
}
|
||||
|
||||
.osd .scrollbar.slider:active {
|
||||
|
||||
}
|
||||
|
||||
.osd GtkIconView.cell:selected,
|
||||
.osd GtkIconView.cell:selected:focus {
|
||||
|
||||
}
|
||||
|
||||
/* used by Documents */
|
||||
.osd .page-thumbnail {
|
||||
|
||||
|
||||
}
|
@ -1,203 +0,0 @@
|
||||
/*************************
|
||||
* progressbar and scale *
|
||||
*************************/
|
||||
GtkProgressBar {
|
||||
padding: 0;
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
|
||||
.progressbar row,
|
||||
.progressbar row:hover,
|
||||
.progressbar row:selected,
|
||||
.progressbar row:selected:focus {
|
||||
border-width: 0 0 4px 0;
|
||||
border-style: solid;
|
||||
border-color: @theme_selected_bg_color;
|
||||
background-image: none;
|
||||
border-radius: 0px;
|
||||
}
|
||||
.progressbar row:selected,
|
||||
.progressbar row:selected:focus {
|
||||
|
||||
border-color: shade(@theme_bg_color, 0.5);
|
||||
}
|
||||
|
||||
.progressbar,
|
||||
.progressbar.vertical {
|
||||
border-width: 0;
|
||||
border-style: none;
|
||||
background-color: @theme_selected_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
|
||||
.trough row,
|
||||
.trough row:hover,
|
||||
.trough row:selected,
|
||||
.trough row:selected:focus {
|
||||
border-width: 0 0 4px 0;
|
||||
border-style: solid;
|
||||
border-color: shade(@theme_bg_color, 0.93);
|
||||
background-image: none;
|
||||
border-radius: 0px;
|
||||
}
|
||||
.trough row:selected,
|
||||
.trough row:selected:focus {
|
||||
border-color: shade(@theme_bg_color, 0.93);
|
||||
|
||||
}
|
||||
.trough,
|
||||
.trough.vertical {
|
||||
background-color: shade(@theme_bg_color, 0.93);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
/* level bars as used for password quality or remaining power */
|
||||
GtkLevelBar {
|
||||
-GtkLevelBar-min-block-width: 34;
|
||||
-GtkLevelBar-min-block-height: 3;
|
||||
}
|
||||
|
||||
GtkLevelBar.vertical {
|
||||
-GtkLevelBar-min-block-width: 3;
|
||||
-GtkLevelBar-min-block-height: 34;
|
||||
}
|
||||
|
||||
.level-bar.trough {
|
||||
padding: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.level-bar.fill-block {
|
||||
border-width: 0;
|
||||
border-style: none;
|
||||
background-color: @theme_selected_bg_color;
|
||||
}
|
||||
|
||||
.level-bar.indicator-continuous.fill-block {
|
||||
padding: 1px;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.level-bar.indicator-discrete.fill-block.horizontal {
|
||||
margin: 0 1px;
|
||||
}
|
||||
|
||||
.level-bar.indicator-discrete.fill-block.vertical {
|
||||
margin: 1px 0;
|
||||
}
|
||||
|
||||
/* discrete indicator border rounding,
|
||||
uncomment when :nth-child will be working
|
||||
on the widget
|
||||
|
||||
.level-bar.indicator-discrete.fill-block.horizontal:first-child {
|
||||
border-radius: 2px 0 0 2px;
|
||||
}
|
||||
|
||||
.level-bar.indicator-discrete.fill-block.horizontal:last-child {
|
||||
border-radius: 0 2px 2px 0;
|
||||
}
|
||||
|
||||
.level-bar.indicator-discrete.fill-block.vertical:first-child {
|
||||
border-radius: 2px 2px 0 0;
|
||||
}
|
||||
|
||||
.level-bar.indicator-discrete.fill-block.vertical:last-child {
|
||||
border-radius: 0 0 2px 2px;
|
||||
}
|
||||
*/
|
||||
|
||||
.level-bar.fill-block.level-high {
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@success_color, 1.2),
|
||||
@success_color 75%,
|
||||
shade(@success_color, 0.95)
|
||||
);
|
||||
}
|
||||
|
||||
.level-bar.fill-block.level-low {
|
||||
background-image: linear-gradient(to bottom,
|
||||
shade(@warning_color, 1.3),
|
||||
@warning_color 75%,
|
||||
shade(@warning_color, 0.9)
|
||||
);
|
||||
}
|
||||
|
||||
.level-bar.fill-block.empty-fill-block {
|
||||
background-color: shade(@theme_bg_color, 0.93);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.scale {
|
||||
padding: 0;
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
|
||||
-GtkRange-slider-width: 16;
|
||||
-GtkRange-trough-border: 1;
|
||||
-GtkScale-slider-length: 6;
|
||||
}
|
||||
|
||||
.scale.slider {
|
||||
border-radius: 0;
|
||||
background-color: @button_normal_color;
|
||||
background-image: none;
|
||||
|
||||
}
|
||||
|
||||
.scale.slider:hover {
|
||||
background-color: shade(@button_normal_color, 1.06);
|
||||
}
|
||||
|
||||
.scale.slider:insensitive {
|
||||
background-color: shade(@theme_bg_color, 1.04);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.scale.slider.fine-tune:active,
|
||||
.scale.slider.fine-tune:active:hover,
|
||||
.scale.slider.fine-tune.horizontal:active,
|
||||
.scale.slider.fine-tune.horizontal:active:hover {
|
||||
background-size: 50%;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
.scale.mark {
|
||||
color: shade(@theme_bg_color, 0.85);
|
||||
}
|
||||
|
||||
.scale.trough {
|
||||
margin: 7px 0;
|
||||
border-radius: 0;
|
||||
background-color: shade(@theme_bg_color, 0.93);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.scale.trough.vertical {
|
||||
margin: 0 7px;
|
||||
}
|
||||
|
||||
.menuitem .scale.highlight.left,
|
||||
.scale.highlight.left {
|
||||
background-color: @theme_selected_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.menuitem .scale.highlight.left:hover {
|
||||
background-color: shade(@theme_selected_bg_color, 1.1);
|
||||
}
|
||||
|
||||
.scale.highlight.bottom {
|
||||
background-color: @theme_selected_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.scale.trough:insensitive,
|
||||
.scale.highlight.left:insensitive {
|
||||
background-color: shade(@theme_bg_color, 1.04);
|
||||
background-image: none;
|
||||
}
|
@ -1,75 +0,0 @@
|
||||
/*************
|
||||
* scrollbar *
|
||||
*************/
|
||||
.scrollbar {
|
||||
border-width: 0;
|
||||
border-style: none;
|
||||
padding: 0;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.scrollbars-junction,
|
||||
.scrollbar.trough {
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
background-color: @theme_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.scrollbar.button,
|
||||
.scrollbar.button:active,
|
||||
.scrollbar.button:active:hover {
|
||||
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
color: shade(@theme_bg_color, 0.6);
|
||||
}
|
||||
|
||||
.scrollbar.slider {
|
||||
border-width: 0;
|
||||
border-radius: 10px;
|
||||
background-color: shade(@button_normal_color, 1.1);
|
||||
}
|
||||
|
||||
.scrollbar.slider:hover,
|
||||
.scrollbar.slider.vertical:hover {
|
||||
background-color: @button_normal_color;
|
||||
}
|
||||
|
||||
.scrollbar.slider:active,
|
||||
.scrollbar.slider.vertical:active {
|
||||
background-color: @theme_selected_bg_color;
|
||||
}
|
||||
.scrollbar.trough,
|
||||
.scrollbar.trough.vertical {
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
background-color: transparent;
|
||||
}
|
||||
.scrollbar.slider.fine-tune:prelight:active {
|
||||
background-size: 50%;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
/* overlay scrollbar */
|
||||
OsThumb {
|
||||
color: shade(@theme_bg_color, 0.6);
|
||||
}
|
||||
|
||||
OsThumb:selected,
|
||||
OsScrollbar:selected {
|
||||
background-color: @theme_selected_bg_color;
|
||||
}
|
||||
|
||||
OsThumb:active,
|
||||
OsScrollbar:active {
|
||||
background-color: @theme_selected_bg_color;
|
||||
}
|
||||
|
||||
OsThumb:insensitive,
|
||||
OsScrollbar:insensitive {
|
||||
background-color: shade(@theme_bg_color, 0.9);
|
||||
}
|
@ -1,109 +0,0 @@
|
||||
/******************
|
||||
* selection mode *
|
||||
******************/
|
||||
.selection-mode.header-bar,
|
||||
.selection-mode.toolbar {
|
||||
padding: 4px;
|
||||
border-width: 0;
|
||||
border-style: none;
|
||||
background-color: @sel_color;
|
||||
background-image: none;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
.selection-mode.header-bar {
|
||||
|
||||
}
|
||||
|
||||
.selection-mode.toolbar {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
/* regular button */
|
||||
.selection-mode.header-bar .button,
|
||||
.selection-mode.toolbar .button,
|
||||
.selection-mode.toolbar GtkToolButton .button {
|
||||
|
||||
}
|
||||
|
||||
.selection-mode.header-bar .button:hover,
|
||||
.selection-mode.toolbar .button:hover,
|
||||
.selection-mode.toolbar GtkToolButton .button:hover {
|
||||
|
||||
}
|
||||
|
||||
.selection-mode.header-bar .button:active,
|
||||
.selection-mode.toolbar .button:active,
|
||||
.selection-mode.toolbar GtkToolButton .button:active {
|
||||
|
||||
}
|
||||
|
||||
.selection-mode.header-bar .button:hover:active,
|
||||
.selection-mode.toolbar .button:hover:active,
|
||||
.selection-mode.toolbar GtkToolButton .button:hover:active {
|
||||
|
||||
}
|
||||
|
||||
/* suggested button */
|
||||
.selection-mode.header-bar .suggested-action.button,
|
||||
.selection-mode.toolbar .suggested-action.button,
|
||||
.selection-mode.toolbar GtkToolButton.suggested-action .button {
|
||||
padding: 6px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: transparent;
|
||||
background-color: @button_info_color;
|
||||
background-image: none;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
.selection-mode.header-bar .suggested-action.button:hover,
|
||||
.selection-mode.toolbar .suggested-action.button:hover,
|
||||
.selection-mode.toolbar GtkToolButton.suggested-action .button:hover {
|
||||
border-color: transparent;
|
||||
background-color: shade(@button_info_color, 1.06);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.selection-mode.header-bar .suggested-action.button:active,
|
||||
.selection-mode.toolbar .suggested-action.button:active,
|
||||
.selection-mode.toolbar GtkToolButton.suggested-action:active {
|
||||
border-color: transparent;
|
||||
background-color: shade(@button_info_color, 0.925);
|
||||
background-image: none;
|
||||
color: shade(@theme_selected_fg_color, 0.95);
|
||||
}
|
||||
|
||||
.selection-mode.header-bar .suggested-action.button:hover:active,
|
||||
.selection-mode.toolbar .suggested-action.button:hover:active,
|
||||
.selection-mode.toolbar GtkToolButton.suggested-action .button:hover:active {
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
/* menu button */
|
||||
.selection-mode.header-bar .selection-menu.button,
|
||||
.selection-mode.toolbar .selection-menu.button {
|
||||
|
||||
border-style: none;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
.selection-mode.toolbar .dim-label,
|
||||
.selection-mode.toolbar .selection-menu.button .dim-label {
|
||||
color: shade(@theme_selected_fg_color, 0.7);
|
||||
}
|
||||
|
||||
.selection-mode.header-bar .selection-menu.button:hover,
|
||||
.selection-mode.toolbar .dim-label:hover,
|
||||
.selection-mode.toolbar .selection-menu.button:hover,
|
||||
.selection-mode.toolbar .selection-menu.button .dim-label:hover {
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
.selection-mode.header-bar .selection-menu.button:active,
|
||||
.selection-mode.toolbar .selection-menu.button:active {
|
||||
color: shade(@theme_selected_fg_color, 0.8);
|
||||
box-shadow: none;
|
||||
}
|
@ -1,24 +0,0 @@
|
||||
/*************
|
||||
* separator *
|
||||
*************/
|
||||
.sidebar.view.separator,
|
||||
.view.separator,
|
||||
.separator {
|
||||
border-width: 0;
|
||||
border-style: none;
|
||||
color: transparent;
|
||||
}
|
||||
.separator:insensitive {
|
||||
color: transparent;
|
||||
}
|
||||
.button .separator,
|
||||
.button.separator {
|
||||
border-width: 0;
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
.button .separator:insensitive,
|
||||
.button.separator:insensitive {
|
||||
color: transparent;
|
||||
border-width: 0;
|
||||
}
|
@ -1,47 +0,0 @@
|
||||
/***********
|
||||
* sidebar *
|
||||
***********/
|
||||
.sidebar,
|
||||
.sidebar.view,
|
||||
.sidebar .view,
|
||||
.sidebar GtkScrolledWindow {
|
||||
-GtkScrolledWindow-scrollbar-spacing: 0;
|
||||
-GtkScrolledWindow-scrollbars-within-bevel: 0;
|
||||
background-color: @theme_base_color;
|
||||
color: @theme_text_color;
|
||||
}
|
||||
|
||||
.sidebar row:selected,
|
||||
.sidebar row:selected:hover,
|
||||
.sidebar row:selected:focus,
|
||||
.sidebar .view row:selected,
|
||||
.sidebar .view row:selected:hover,
|
||||
.sidebar .view row:selected:focus {
|
||||
border-width: 0;
|
||||
background-color: @theme_selected_bg_color;
|
||||
background-image: none;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
.sidebar row:prelight,
|
||||
.sidebar .view row:prelight {
|
||||
color: shade(@theme_text_color, 0.8);
|
||||
}
|
||||
|
||||
.sidebar row:selected:prelight,
|
||||
.sidebar .view row:selected:prelight {
|
||||
background-color: shade(@theme_selected_bg_color, 1.05);
|
||||
background-image: none;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
.sidebar .frame {
|
||||
border-width: 0;
|
||||
}
|
||||
.sidebar .radio,
|
||||
.sidebar .radio:focus,
|
||||
.sidebar .radio:selected {
|
||||
background-image: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
@ -1,102 +0,0 @@
|
||||
/**************
|
||||
* spinbutton *
|
||||
**************/
|
||||
.spinbutton .button {
|
||||
|
||||
color: mix(@theme_text_color, @theme_base_color, 0.4);
|
||||
padding: 2px 4px;
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
border-style: none;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.spinbutton .button:insensitive {
|
||||
color: mix(@theme_text_color, @theme_base_color, 0.55);
|
||||
}
|
||||
|
||||
.spinbutton .button:active,
|
||||
.spinbutton .button:hover {
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.spinbutton .button:first-child {
|
||||
border-radius: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.spinbutton .button:last-child {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.spinbutton .button:dir(rtl) {
|
||||
|
||||
}
|
||||
|
||||
.spinbutton.vertical .button {
|
||||
|
||||
border-width: 1px;
|
||||
border-style: none;
|
||||
border-radius: 0;
|
||||
background-color: @theme_base_color;
|
||||
color: mix(@theme_text_color, @theme_base_color, 0.4);
|
||||
background-image: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.spinbutton.vertical .button:hover {
|
||||
color: @theme_fg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.spinbutton.vertical .button:active {
|
||||
color: @theme_fg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.spinbutton.vertical .button:active:hover {
|
||||
|
||||
}
|
||||
|
||||
.spinbutton.vertical .button:focus,
|
||||
.spinbutton.vertical .button:hover:focus,
|
||||
.spinbutton.vertical .button:active:focus,
|
||||
.spinbutton.vertical .button:active:hover:focus {
|
||||
|
||||
}
|
||||
|
||||
.spinbutton.vertical .button:insensitive {
|
||||
background-color: shade(@theme_bg_color, 1.04);
|
||||
background-image: none;
|
||||
color: mix(@theme_text_color, @theme_base_color, 0.4);
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.spinbutton.vertical .button:first-child {
|
||||
border-width: 1px 1px 0 1px;
|
||||
border-bottom-width: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.spinbutton.vertical .button:last-child {
|
||||
border-width: 0 1px 1px 1px;
|
||||
border-top-width: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.spinbutton.vertical.entry {
|
||||
border-width: 0;
|
||||
border-style: none;
|
||||
border-top-color: @theme_base_color;
|
||||
border-bottom-color: @theme_base_color;
|
||||
border-radius: 0;
|
||||
}
|
||||
.spinbutton.vertical.entry:insensitive {
|
||||
border-top-color: shade(@theme_bg_color, 1.04);
|
||||
border-bottom-color: shade(@theme_bg_color, 1.04);
|
||||
}
|
||||
.spinbutton.vertical.entry:active,
|
||||
.spinbutton.vertical.entry:focus {
|
||||
box-shadow: inset 4px 0 @theme_selected_bg_color;
|
||||
}
|
@ -1,120 +0,0 @@
|
||||
|
||||
/***********
|
||||
* spinner *
|
||||
***********/
|
||||
@keyframes spinner {
|
||||
0.00% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.875)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.750)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.625)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.500)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.375)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.250)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.125)), to(transparent)); }
|
||||
|
||||
12.5% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.875)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.750)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.625)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.500)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.375)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.250)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.125)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)); }
|
||||
|
||||
25.0% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.750)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.625)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.500)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.375)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.250)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.125)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.875)), to(transparent)); }
|
||||
|
||||
37.5% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.625)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.500)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.375)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.250)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.125)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.875)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.750)), to(transparent)); }
|
||||
|
||||
50.0% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.500)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.375)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.250)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.125)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.875)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.750)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.625)), to(transparent)); }
|
||||
|
||||
62.5% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.375)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.250)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.125)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.875)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.750)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.625)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.500)), to(transparent)); }
|
||||
|
||||
75.0% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.250)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.125)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.875)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.750)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.625)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.500)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.375)), to(transparent)); }
|
||||
|
||||
87.5% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.125)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.875)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.750)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.625)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.500)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.375)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.250)), to(transparent)); }
|
||||
|
||||
100% { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.875)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.750)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.625)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.500)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.375)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.250)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.125)), to(transparent)); }
|
||||
}
|
||||
|
||||
.spinner {
|
||||
background-color: transparent;
|
||||
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent));
|
||||
|
||||
background-position: 14% 14%, 0% 50%, 14% 86%, 50% 100%, 86% 86%, 100% 50%, 86% 14%, 50% 0%;
|
||||
background-size: 15% 15%;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.spinner:active {
|
||||
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.875)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.750)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.625)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.500)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.375)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.250)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.125)), to(transparent)),
|
||||
-gtk-gradient(radial, center center, 0, center center, 0.5, to(currentColor), to(transparent));
|
||||
|
||||
animation: spinner 1s infinite linear;
|
||||
}
|
||||
|
||||
.menu.spinner,
|
||||
.primary-toolbar .spinner {
|
||||
color: @theme_selected_bg_color;
|
||||
}
|
@ -1,42 +0,0 @@
|
||||
/**********
|
||||
* switch *
|
||||
**********/
|
||||
GtkSwitch {
|
||||
padding: 4px;
|
||||
border-radius: 0;
|
||||
font: bold condensed;
|
||||
}
|
||||
|
||||
GtkSwitch.slider {
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
border-style: none;
|
||||
background-color: @theme_base_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
GtkSwitch.slider:insensitive {
|
||||
background-color: @theme_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
GtkSwitch.trough {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: @theme_bg_color;
|
||||
background-color: @switch_bg_color;
|
||||
background-image: none;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
GtkSwitch.trough:active {
|
||||
background-color: @theme_selected_bg_color;
|
||||
background-image: none;
|
||||
color: @theme_selected_fg_color;
|
||||
}
|
||||
|
||||
GtkSwitch.trough:insensitive {
|
||||
background-color: shade(@theme_bg_color, 1.04);
|
||||
background-image: none;
|
||||
color: mix(@theme_text_color, @theme_base_color, 0.4);
|
||||
}
|
@ -1,233 +0,0 @@
|
||||
/***********
|
||||
* toolbar *
|
||||
***********/
|
||||
.toolbar {
|
||||
padding: 4px;
|
||||
border-style: none;
|
||||
background-color: @theme_bg_color;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.toolbar .button {
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.toolbar .button.text-button {
|
||||
padding: 2px 4px;
|
||||
}
|
||||
|
||||
.toolbar .button.image-button {
|
||||
padding: 4px 3px 3px 4px;
|
||||
}
|
||||
|
||||
.toolbar:insensitive {
|
||||
background-color: @theme_bg_color;
|
||||
}
|
||||
|
||||
/* menubar toolbars */
|
||||
.toolbar.menubar {
|
||||
-GtkToolbar-button-relief: normal;
|
||||
}
|
||||
|
||||
/*******************
|
||||
* primary-toolbar *
|
||||
*******************/
|
||||
.primary-toolbar,
|
||||
.primary-toolbar .toolbar,
|
||||
.primary-toolbar.toolbar {
|
||||
-GtkWidget-window-dragging: true;
|
||||
|
||||
padding: 3px;
|
||||
border-width: 0;
|
||||
border-style: none;
|
||||
background-color: @theme_bg_color;
|
||||
background-image: none;
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
|
||||
.primary-toolbar GtkComboBox,
|
||||
.primary-toolbar .button,
|
||||
.primary-toolbar GtkComboBox:insensitive,
|
||||
.primary-toolbar .button:insensitive {
|
||||
padding: 2px;
|
||||
border-width: 1px;
|
||||
border-color: transparent;
|
||||
border-radius: 0;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
color: @theme_fg_color;
|
||||
transition: none;
|
||||
}
|
||||
.primary-toolbar GtkComboBox,
|
||||
.primary-toolbar .button {
|
||||
|
||||
color: @theme_fg_color;
|
||||
}
|
||||
.toolbar GtkComboBox,
|
||||
.toolbar .button,
|
||||
.header-bar GtkComboBox,
|
||||
.header-bar .button {
|
||||
|
||||
}
|
||||
.primary-toolbar GtkComboBox:hover,
|
||||
.primary-toolbar .button:hover {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-radius: 0;
|
||||
background-color: @theme_base_color;
|
||||
background-image: none;
|
||||
color: @theme_text_color;
|
||||
transition: none;
|
||||
}
|
||||
.primary-toolbar GtkComboBox:active,
|
||||
.primary-toolbar .button:active,
|
||||
.primary-toolbar GtkComboBox:active:hover,
|
||||
.primary-toolbar .button:active:hover {
|
||||
color: shade(@theme_fg_color, 0.9);
|
||||
background-color: shade(@theme_bg_color, 0.93);
|
||||
}
|
||||
.primary-toolbar GtkComboBox:active:hover,
|
||||
.primary-toolbar .button:active:hover {
|
||||
color: shade(@theme_fg_color, 0.6);
|
||||
}
|
||||
/*.primary-toolbar.toolbar GtkComboBox *{
|
||||
color: @theme_fg_color;
|
||||
|
||||
}
|
||||
.primary-toolbar.toolbar GtkComboBox *:hover,
|
||||
.primary-toolbar.toolbar GtkComboBox .menu * {
|
||||
color: @theme_selected_fg_color;
|
||||
|
||||
}*/
|
||||
|
||||
|
||||
.primary-toolbar GtkComboBox .arrow:insensitive {
|
||||
|
||||
}
|
||||
|
||||
.primary-toolbar GtkComboBox .arrow {
|
||||
|
||||
}
|
||||
.primary-toolbar GtkComboBox .arrow:active,
|
||||
.primary-toolbar GtkComboBox .arrow:hover {
|
||||
|
||||
}
|
||||
.primary-toolbar.toolbar GtkComboBox .cell {
|
||||
|
||||
}
|
||||
|
||||
.primary-toolbar GtkComboBox .cell:hover {
|
||||
color: shade(@theme_fg_color, 0.6);
|
||||
}
|
||||
.primary-toolbar GtkComboBox .cell:insensitive {
|
||||
|
||||
}
|
||||
.primary-toolbar GtkComboBox .menu .menuitem *{
|
||||
|
||||
|
||||
}
|
||||
.primary-toolbar GtkComboBox *:hover,
|
||||
.primary-toolbar .button *:hover,
|
||||
.toolbar .button *:hover,
|
||||
.header-bar .button *:hover {
|
||||
|
||||
}
|
||||
.primary-toolbar GtkComboBox *:active,
|
||||
.primary-toolbar .button *:active,
|
||||
.toolbar .button *:active,
|
||||
.header-bar .button *:active,
|
||||
.primary-toolbar GtkComboBox *:active:hover,
|
||||
.primary-toolbar .button *:active:hover,
|
||||
.toolbar .button *:active:hover,
|
||||
.header-bar .button *:active:hover {
|
||||
|
||||
}
|
||||
|
||||
.primary-toolbar .button:focus,
|
||||
.primary-toolbar .button:hover:focus,
|
||||
.primary-toolbar .button:active:focus,
|
||||
.primary-toolbar .button:active:hover:focus,
|
||||
.toolbar .button:focus,
|
||||
.toolbar .button:hover:focus,
|
||||
.toolbar .button:active:focus,
|
||||
.toolbar .button:active:hover:focus,
|
||||
.header-bar .button:focus,
|
||||
.header-bar .button:hover:focus,
|
||||
.header-bar .button:active:focus,
|
||||
.header-bar .button:active:hover:focus {
|
||||
|
||||
}
|
||||
|
||||
.primary-toolbar .button:insensitive,
|
||||
.toolbar .button:insensitive,
|
||||
.header-bar .button:insensitive {
|
||||
|
||||
}
|
||||
|
||||
.primary-toolbar .button *:insensitive {
|
||||
|
||||
}
|
||||
|
||||
.primary-toolbar .entry,
|
||||
.toolbar .entry,
|
||||
.header-bar .entry {
|
||||
|
||||
}
|
||||
|
||||
.primary-toolbar .entry:active,
|
||||
.primary-toolbar .entry:focus,
|
||||
.toolbar .entry:active,
|
||||
.toolbar .entry:focus,
|
||||
.header-bar .entry:active,
|
||||
.header-bar .entry:focus {
|
||||
|
||||
}
|
||||
|
||||
/* inline-toolbar */
|
||||
.inline-toolbar.toolbar {
|
||||
-GtkToolbar-button-relief: normal;
|
||||
|
||||
padding: 2px;
|
||||
border-width: 0;
|
||||
border-style: none;
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.inline-toolbar.toolbar:last-child {
|
||||
|
||||
}
|
||||
|
||||
.inline-toolbar.toolbar .button {
|
||||
|
||||
}
|
||||
|
||||
.inline-toolbar.toolbar .button:hover {
|
||||
|
||||
}
|
||||
|
||||
.inline-toolbar.toolbar .button:active {
|
||||
|
||||
}
|
||||
|
||||
.inline-toolbar.toolbar .button:active:hover {
|
||||
|
||||
}
|
||||
|
||||
.inline-toolbar.toolbar .button:focus,
|
||||
.inline-toolbar.toolbar .button:hover:focus,
|
||||
.inline-toolbar.toolbar .button:active:focus,
|
||||
.inline-toolbar.toolbar .button:active:hover:focus {
|
||||
|
||||
}
|
||||
|
||||
.inline-toolbar.toolbar .button *:insensitive,
|
||||
.inline-toolbar.toolbar GtkToolButton .button:insensitive {
|
||||
|
||||
}
|
||||
|
||||
.linked .entry:active,
|
||||
.linked .entry:focus {
|
||||
box-shadow: inset 4px 0 @theme_selected_bg_color;
|
||||
}
|
Before Width: | Height: | Size: 184 B |
Before Width: | Height: | Size: 357 B |
Before Width: | Height: | Size: 190 B |
Before Width: | Height: | Size: 408 B |
Before Width: | Height: | Size: 54 KiB |
Before Width: | Height: | Size: 319 B |
Before Width: | Height: | Size: 152 B |
Before Width: | Height: | Size: 169 B |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 173 B |
Before Width: | Height: | Size: 173 B |
Before Width: | Height: | Size: 248 B |
Before Width: | Height: | Size: 565 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 541 B |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 857 B |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 744 B |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 541 B |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 566 B |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 822 B |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 744 B |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 566 B |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 835 B |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 743 B |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 557 B |
Before Width: | Height: | Size: 1021 B |
Before Width: | Height: | Size: 851 B |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 741 B |