diff options
396 files changed, 417 insertions, 17706 deletions
@@ -1,67 +1 @@ -<p align="center" - -![Imgur](https://i.imgur.com/7pRwvfc.png) - -</p> - -<h1 align="center">An easy-on-the-eyes, all purpose colorscheme for the poweruser.</h1> -<h3 align="center">Inspired by the <a href="https://dixiemech.com/sabliss">SA Bliss</a> keycap set. - -*** - - -![img](images/desktop.png) - -![img](images/colorpallete.png) - - -*** - -<h3 align="center">Vim Colorscheme.</h3> - -<p align="center" - -![img](images/neovim.png) - -</p> - -<h4 align=center>Dark base with soft contrast for hours of painless work.</h4> - -*** - -<h3 align="center">Alacritty and .Xresources Colorscheme.</h3> - -<p align="center" - -![img](images/alacritty.png) - -</p> - -<h4 align="center">Use your terminal(s) in style, full color palette with no conflicts.</h4> - -*** - -<h3 align="center">Firefox Userchrome.</h3> -<h5 align="center">Credit goes 100% to <a href="https://github.com/GaugeK/polka">GaugeK</a>.</h5> - -<p align="center" - -![img](images/firefox.png) - -</p> - -<h4 align="center">Ultra minimalist by design, yet full functionality can be achieved with [ALT] and [F6] keys, and even further with add-ons like Vimium C.</h4> - -*** - -<h3 align="center">GTK+ and Openbox Theme.</h3> -<h5 align="center">I would never forget to incude these.</a></h5> - -![img](images/gtk.png) - -<p align="center" - -![img](images/openbox.png) - -</p> - +<h1 align="center">Bliss</h1> diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml deleted file mode 100644 index aef874f..0000000 --- a/alacritty/alacritty.yml +++ /dev/null @@ -1,603 +0,0 @@ -# Configuration for Alacritty, the GPU enhanced terminal emulator. - -# Any items in the `env` entry below will be added as -# environment variables. Some entries may override variables -# set by alacritty itself. -#env: - # TERM variable - # - # This value is used to set the `$TERM` environment variable for - # each instance of Alacritty. If it is not present, alacritty will - # check the local terminfo database and use `alacritty` if it is - # available, otherwise `xterm-256color` is used. - #TERM: screen-256color - #LC_ALL: "en_US.UTF-8" - -window: - # Window dimensions (changes require restart) - # - # Specified in number of columns/lines, not pixels. - # If both are `0`, this setting is ignored. - dimensions: - columns: 85 - lines: 16 - - # Window position (changes require restart) - # - # Specified in number of pixels. - # If the position is not set, the window manager will handle the placement. - #position: - # x: 0 - # y: 0 - - # Window padding (changes require restart) - # - # Blank space added around the window in pixels. This padding is scaled - # by DPI and the specified value is always added at both opposing sides. - padding: - x: 60 - y: 50 - - # Spread additional padding evenly around the terminal content. - dynamic_padding: true - - # Window decorations - # - # Values for `decorations`: - # - full: Borders and title bar - # - none: Neither borders nor title bar - # - # Values for `decorations` (macOS only): - # - transparent: Title bar, transparent background and title bar buttons - # - buttonless: Title bar, transparent background, but no title bar buttons - decorations: full - - # Startup Mode (changes require restart) - # - # Values for `startup_mode`: - # - Windowed - # - Maximized - # - Fullscreen - # - # Values for `startup_mode` (macOS only): - # - SimpleFullscreen - startup_mode: Windowed - - # Window title - #title: Alacritty - - # Window class (Linux only): - #class: Alacritty - -scrolling: - # Maximum number of lines in the scrollback buffer. - # Specifying '0' will disable scrolling. - history: 10000 - - # Number of lines the viewport will move for every line scrolled when - # scrollback is enabled (history > 0). - multiplier: 1 - - # Faux Scrolling - # - # The `faux_multiplier` setting controls the number of lines the terminal - # should scroll when the alternate screen buffer is active. This is used - # to allow mouse scrolling for applications like `man`. - # - # Specifying `0` will disable faux scrolling. - - -# Spaces per Tab (changes require restart) -# -# This setting defines the width of a tab in cells. -# -# Some applications, like Emacs, rely on knowing about the width of a tab. -# To prevent unexpected behavior in these applications, it's also required to -# change the `it` value in terminfo when altering this setting. - -# Font configuration (changes require restart) - -font: - # Normal (roman) font face - normal: - # Font family - # - # Default: - # - (macOS) Menlo - # - (Linux) monospace - # - (Windows) Consolas - family: Curie - - # The `style` can be specified to pick a specific face. - #style: Retina - - # Bold font face - bold: - # Font family - # - # If the bold family is not specified, it will fall back to the - # value specified for the normal font. - family: Curie - - # The `style` can be specified to pick a specific face. - #style: Retina - - # Italic font face - italic: - # Font family - # - # If the italic family is not specified, it will fall back to the - # value specified for the normal font. - family: Curie - - # The `style` can be specified to pick a specific face. - #style: Italic - - # Point size - size: 11 - - # Offset is the extra space around each character. `offset.y` can be thought of - # as modifying the line spacing, and `offset.x` as modifying the letter spacing. - offset: - x: 0 - y: 8 - - # Glyph offset determines the locations of the glyphs within their cells with - # the default being at the bottom. Increasing `x` moves the glyph to the right, - # increasing `y` moves the glyph upwards. - glyph_offset: - x: 0 - y: 4 - - # Thin stroke font rendering (macOS only) - # - # Thin strokes are suitable for retina displays, but for non-retina screens - # it is recommended to set `use_thin_strokes` to `false` - # - # macOS >= 10.14.x: - # - # If the font quality on non-retina display looks bad then set - # `use_thin_strokes` to `true` and enable font smoothing by running the - # following command: - # `defaults write -g CGFontRenderingFontSmoothingDisabled -bool NO` - # - # This is a global setting and will require a log out or restart to take - # effect. - use_thin_strokes: true - -# If `true`, bold text is drawn using the bright color variants. -draw_bold_text_with_bright_colors: true - -# ... - -# Colors (Wombat) -colors: - # Default colors - primary: - background: '#1c1b1d' - foreground: '#F0D3C9' - - # Normal colors - normal: - black: '#262727' - red: '#DE9DAC' - green: '#9DDEAF' - yellow: '#DED09D' - blue: '#9DACDE' - magenta: '#AF9DDE' - cyan: '#9DCCDE' - white: '#434545' - - # Bright colors - bright: - black: '#3b332c' - red: '#deaf9d' - green: '#9dded0' - yellow: '#DED09D' - blue: '#af9dde' - magenta: '#d09dde' - cyan: '#9DCCDE' - white: '#F0D3C9' - - # Indexed Colors - # - # The indexed colors include all colors from 16 to 256. - # When these are not set, they're filled with sensible defaults. - # - # Example: - # `- { index: 16, color: '0xff00ff' }` - # - indexed_colors: [] - -# Visual Bell -# -# Any time the BEL code is received, Alacritty "rings" the visual bell. Once -# rung, the terminal background will be set to white and transition back to the -# default background color. You can control the rate of this transition by -# setting the `duration` property (represented in milliseconds). You can also -# configure the transition function by setting the `animation` property. -# -# Values for `animation`: -# - Ease -# - EaseOut -# - EaseOutSine -# - EaseOutQuad -# - EaseOutCubic -# - EaseOutQuart -# - EaseOutQuint -# - EaseOutExpo -# - EaseOutCirc -# - Linear -# -# Specifying a `duration` of `0` will disable the visual bell. -visual_bell: - animation: EaseOutExpo - duration: 1 - color: '0x333333' - -# Background opacity -# -# Window opacity as a floating point number from `0.0` to `1.0`. -# The value `0.0` is completely transparent and `1.0` is opaque. -background_opacity: 1.0 - -# Mouse bindings -# -# Available fields: -# - mouse -# - action -# - mods (optional) -# -# Values for `mouse`: -# - Middle -# - Left -# - Right -# - Numeric identifier such as `5` -# -# All available `mods` and `action` values are documented in the key binding -# section. -mouse_bindings: - - { mouse: Middle, action: PasteSelection } - -mouse: - # Click settings - # - # The `double_click` and `triple_click` settings control the time - # alacritty should wait for accepting multiple clicks as one double - # or triple click. - double_click: { threshold: 300 } - triple_click: { threshold: 300 } - - # If this is `true`, the cursor is temporarily hidden when typing. - hide_when_typing: true - - url: - # URL launcher - # - # This program is executed when clicking on a text which is recognized as a URL. - # The URL is always added to the command as the last parameter. - # - # When set to `None`, URL launching will be disabled completely. - # - # Default: - # - (macOS) open - # - (Linux) xdg-open - # - (Windows) explorer - launcher: - program: open - # args: [] - - # URL modifiers - # - # These are the modifiers that need to be held down for opening URLs when clicking - # on them. The available modifiers are documented in the key binding section. - modifiers: None - -selection: - semantic_escape_chars: ",│`|:\"' ()[]{}<>" - - # When set to `true`, selected text will be copied to the primary clipboard. - save_to_clipboard: false - -# Allow terminal applications to change Alacritty's window title. -dynamic_title: true - -cursor: - # Cursor style - # - # Values for `style`: - # - ▇ Block - # - _ Underline - # - | Beam - style: Block - - # If this is `true`, the cursor will be rendered as a hollow box when the - # window is not focused. - unfocused_hollow: true - -# Live config reload (changes require restart) -live_config_reload: true - -# Shell -# -# You can set `shell.program` to the path of your favorite shell, e.g. `/bin/fish`. -# Entries in `shell.args` are passed unmodified as arguments to the shell. -# -# Default: -# - (macOS) /bin/bash --login -# - (Linux) user login shell -# - (Windows) powershell -#shell: -# program: /bin/bash -# args: -# - --login - -# Startup directory -# -# Directory the shell is started in. If this is unset, or `None`, the working -# directory of the parent process will be used. -working_directory: None - -# Windows 10 ConPTY backend (Windows only) -# -# This will enable better color support and may resolve other issues, -# however this API and its implementation is still young and so is -# disabled by default, as stability may not be as good as the winpty -# backend. -# -# Alacritty will fall back to the WinPTY automatically if the ConPTY -# backend cannot be initialized. -enable_experimental_conpty_backend: false - -# Send ESC (\x1b) before characters when alt is pressed. -alt_send_esc: true - -debug: - # Display the time it takes to redraw each frame. - render_timer: false - - # Keep the log file after quitting Alacritty. - persistent_logging: false - - # Log level - # - # Values for `log_level`: - # - None - # - Error - # - Warn - # - Info - # - Debug - # - Trace - log_level: Warn - - # Print all received window events. - print_events: false - - # Record all characters and escape sequences as test data. - ref_test: false - -# Key bindings -# -# Key bindings are specified as a list of objects. Each binding will specify a -# key and modifiers required to trigger it, terminal modes where the binding is -# applicable, and what should be done when the key binding fires. It can either -# send a byte sequence to the running application (`chars`), execute a -# predefined action (`action`) or fork and execute a specified command plus -# arguments (`command`). -# -# Bindings are always filled by default, but will be replaced when a new binding -# with the same triggers is defined. To unset a default binding, it can be -# mapped to the `None` action. -# -# Example: -# `- { key: V, mods: Control|Shift, action: Paste }` -# -# Available fields: -# - key -# - mods (optional) -# - chars | action | command (exactly one required) -# - mode (optional) -# -# Values for `key`: -# - `A` -> `Z` -# - `F1` -> `F12` -# - `Key1` -> `Key0` -# -# A full list with available key codes can be found here: -# https://docs.rs/glutin/*/glutin/enum.VirtualKeyCode.html#variants -# -# Instead of using the name of the keys, the `key` field also supports using -# the scancode of the desired key. Scancodes have to be specified as a -# decimal number. -# This command will allow you to display the hex scancodes for certain keys: -# `showkey --scancodes` -# -# Values for `mods`: -# - Command -# - Control -# - Option -# - Super -# - Shift -# - Alt -# -# Multiple `mods` can be combined using `|` like this: `mods: Control|Shift`. -# Whitespace and capitalization is relevant and must match the example. -# -# Values for `chars`: -# The `chars` field writes the specified string to the terminal. This makes -# it possible to pass escape sequences. -# To find escape codes for bindings like `PageUp` ("\x1b[5~"), you can run -# the command `showkey -a` outside of tmux. -# Note that applications use terminfo to map escape sequences back to -# keys. It is therefore required to update the terminfo when -# changing an escape sequence. -# -# Values for `action`: -# - Paste -# - PasteSelection -# - Copy -# - IncreaseFontSize -# - DecreaseFontSize -# - ResetFontSize -# - ScrollPageUp -# - ScrollPageDown -# - ScrollLineUp -# - ScrollLineDown -# - ScrollToTop -# - ScrollToBottom -# - ClearHistory -# - Hide -# - Quit -# - ClearLogNotice -# - SpawnNewInstance -# - ToggleFullscreen -# - None -# -# Values for `action` (macOS only): -# - ToggleSimpleFullscreen: Enters fullscreen without occupying another space -# -# Values for `command`: -# The `command` field must be a map containing a `program` string and -# an `args` array of command line parameter strings. -# -# Example: -# `command: { program: "alacritty", args: ["-e", "vttest"] }` -# -# Values for `mode`: -# - ~AppCursor -# - AppCursor -# - ~AppKeypad -# - AppKeypad -key_bindings: - # (Windows/Linux only) - #- { key: V, mods: Control|Shift, action: Paste } - #- { key: C, mods: Control|Shift, action: Copy } - #- { key: Insert, mods: Shift, action: PasteSelection } - #- { key: Key0, mods: Control, action: ResetFontSize } - #- { key: Equals, mods: Control, action: IncreaseFontSize } - #- { key: Add, mods: Control, action: IncreaseFontSize } - #- { key: Subtract, mods: Control, action: DecreaseFontSize } - #- { key: Minus, mods: Control, action: DecreaseFontSize } - #- { key: Return, mods: Alt, action: ToggleFullscreen } - - # (macOS only) - #- { key: Key0, mods: Command, action: ResetFontSize } - #- { key: Equals, mods: Command, action: IncreaseFontSize } - #- { key: Add, mods: Command, action: IncreaseFontSize } - #- { key: Minus, mods: Command, action: DecreaseFontSize } - #- { key: K, mods: Command, action: ClearHistory } - #- { key: K, mods: Command, chars: "\x0c" } - #- { key: V, mods: Command, action: Paste } - #- { key: C, mods: Command, action: Copy } - #- { key: H, mods: Command, action: Hide } - #- { key: Q, mods: Command, action: Quit } - #- { key: W, mods: Command, action: Quit } - #- { key: F, mods: Command|Control, action: ToggleFullscreen } - - - { key: Paste, action: Paste } - - { key: Copy, action: Copy } - - { key: L, mods: Control, action: ClearLogNotice } - - { key: L, mods: Control, chars: "\x0c" } - - { key: Home, mods: Alt, chars: "\x1b[1;3H" } - - { key: Home, chars: "\x1bOH", mode: AppCursor } - - { key: Home, chars: "\x1b[H", mode: ~AppCursor } - - { key: End, mods: Alt, chars: "\x1b[1;3F" } - - { key: End, chars: "\x1bOF", mode: AppCursor } - - { key: End, chars: "\x1b[F", mode: ~AppCursor } - - { key: PageUp, mods: Shift, action: ScrollPageUp, mode: ~Alt } - - { key: PageUp, mods: Shift, chars: "\x1b[5;2~", mode: Alt } - - { key: PageUp, mods: Control, chars: "\x1b[5;5~" } - - { key: PageUp, mods: Alt, chars: "\x1b[5;3~" } - - { key: PageUp, chars: "\x1b[5~" } - - { key: PageDown, mods: Shift, action: ScrollPageDown, mode: ~Alt } - - { key: PageDown, mods: Shift, chars: "\x1b[6;2~", mode: Alt } - - { key: PageDown, mods: Control, chars: "\x1b[6;5~" } - - { key: PageDown, mods: Alt, chars: "\x1b[6;3~" } - - { key: PageDown, chars: "\x1b[6~" } - - { key: Tab, mods: Shift, chars: "\x1b[Z" } - - { key: Back, chars: "\x7f" } - - { key: Back, mods: Alt, chars: "\x1b\x7f" } - - { key: Insert, chars: "\x1b[2~" } - - { key: Delete, chars: "\x1b[3~" } - - { key: Left, mods: Shift, chars: "\x1b[1;2D" } - - { key: Left, mods: Control, chars: "\x1b[1;5D" } - - { key: Left, mods: Alt, chars: "\x1b[1;3D" } - - { key: Left, chars: "\x1b[D", mode: ~AppCursor } - - { key: Left, chars: "\x1bOD", mode: AppCursor } - - { key: Right, mods: Shift, chars: "\x1b[1;2C" } - - { key: Right, mods: Control, chars: "\x1b[1;5C" } - - { key: Right, mods: Alt, chars: "\x1b[1;3C" } - - { key: Right, chars: "\x1b[C", mode: ~AppCursor } - - { key: Right, chars: "\x1bOC", mode: AppCursor } - - { key: Up, mods: Shift, chars: "\x1b[1;2A" } - - { key: Up, mods: Control, chars: "\x1b[1;5A" } - - { key: Up, mods: Alt, chars: "\x1b[1;3A" } - - { key: Up, chars: "\x1b[A", mode: ~AppCursor } - - { key: Up, chars: "\x1bOA", mode: AppCursor } - - { key: Down, mods: Shift, chars: "\x1b[1;2B" } - - { key: Down, mods: Control, chars: "\x1b[1;5B" } - - { key: Down, mods: Alt, chars: "\x1b[1;3B" } - - { key: Down, chars: "\x1b[B", mode: ~AppCursor } - - { key: Down, chars: "\x1bOB", mode: AppCursor } - - { key: F1, chars: "\x1bOP" } - - { key: F2, chars: "\x1bOQ" } - - { key: F3, chars: "\x1bOR" } - - { key: F4, chars: "\x1bOS" } - - { key: F5, chars: "\x1b[15~" } - - { key: F6, chars: "\x1b[17~" } - - { key: F7, chars: "\x1b[18~" } - - { key: F8, chars: "\x1b[19~" } - - { key: F9, chars: "\x1b[20~" } - - { key: F10, chars: "\x1b[21~" } - - { key: F11, chars: "\x1b[23~" } - - { key: F12, chars: "\x1b[24~" } - - { key: F1, mods: Shift, chars: "\x1b[1;2P" } - - { key: F2, mods: Shift, chars: "\x1b[1;2Q" } - - { key: F3, mods: Shift, chars: "\x1b[1;2R" } - - { key: F4, mods: Shift, chars: "\x1b[1;2S" } - - { key: F5, mods: Shift, chars: "\x1b[15;2~" } - - { key: F6, mods: Shift, chars: "\x1b[17;2~" } - - { key: F7, mods: Shift, chars: "\x1b[18;2~" } - - { key: F8, mods: Shift, chars: "\x1b[19;2~" } - - { key: F9, mods: Shift, chars: "\x1b[20;2~" } - - { key: F10, mods: Shift, chars: "\x1b[21;2~" } - - { key: F11, mods: Shift, chars: "\x1b[23;2~" } - - { key: F12, mods: Shift, chars: "\x1b[24;2~" } - - { key: F1, mods: Control, chars: "\x1b[1;5P" } - - { key: F2, mods: Control, chars: "\x1b[1;5Q" } - - { key: F3, mods: Control, chars: "\x1b[1;5R" } - - { key: F4, mods: Control, chars: "\x1b[1;5S" } - - { key: F5, mods: Control, chars: "\x1b[15;5~" } - - { key: F6, mods: Control, chars: "\x1b[17;5~" } - - { key: F7, mods: Control, chars: "\x1b[18;5~" } - - { key: F8, mods: Control, chars: "\x1b[19;5~" } - - { key: F9, mods: Control, chars: "\x1b[20;5~" } - - { key: F10, mods: Control, chars: "\x1b[21;5~" } - - { key: F11, mods: Control, chars: "\x1b[23;5~" } - - { key: F12, mods: Control, chars: "\x1b[24;5~" } - - { key: F1, mods: Alt, chars: "\x1b[1;6P" } - - { key: F2, mods: Alt, chars: "\x1b[1;6Q" } - - { key: F3, mods: Alt, chars: "\x1b[1;6R" } - - { key: F4, mods: Alt, chars: "\x1b[1;6S" } - - { key: F5, mods: Alt, chars: "\x1b[15;6~" } - - { key: F6, mods: Alt, chars: "\x1b[17;6~" } - - { key: F7, mods: Alt, chars: "\x1b[18;6~" } - - { key: F8, mods: Alt, chars: "\x1b[19;6~" } - - { key: F9, mods: Alt, chars: "\x1b[20;6~" } - - { key: F10, mods: Alt, chars: "\x1b[21;6~" } - - { key: F11, mods: Alt, chars: "\x1b[23;6~" } - - { key: F12, mods: Alt, chars: "\x1b[24;6~" } - - { key: F1, mods: Super, chars: "\x1b[1;3P" } - - { key: F2, mods: Super, chars: "\x1b[1;3Q" } - - { key: F3, mods: Super, chars: "\x1b[1;3R" } - - { key: F4, mods: Super, chars: "\x1b[1;3S" } - - { key: F5, mods: Super, chars: "\x1b[15;3~" } - - { key: F6, mods: Super, chars: "\x1b[17;3~" } - - { key: F7, mods: Super, chars: "\x1b[18;3~" } - - { key: F8, mods: Super, chars: "\x1b[19;3~" } - - { key: F9, mods: Super, chars: "\x1b[20;3~" } - - { key: F10, mods: Super, chars: "\x1b[21;3~" } - - { key: F11, mods: Super, chars: "\x1b[23;3~" } - - { key: F12, mods: Super, chars: "\x1b[24;3~" } - - { key: NumpadEnter, chars: "\n" } - - { key: Space, mods: Control, chars: "\x10" } @@ -1,181 +0,0 @@ -# ~/.bashrc: executed by bash(1) for non-login shells. -# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) -# for examples - -# If not running interactively, don't do anything -case $- in - *i*) ;; - *) return;; -esac - -# don't put duplicate lines or lines starting with space in the history. -# See bash(1) for more options -HISTCONTROL=ignoreboth - -# append to the history file, don't overwrite it -shopt -s histappend - -# for setting history length see HISTSIZE and HISTFILESIZE in bash(1) -HISTSIZE=1000 -HISTFILESIZE=2000 - -# check the window size after each command and, if necessary, -# update the values of LINES and COLUMNS. -shopt -s checkwinsize - -# If set, the pattern "**" used in a pathname expansion context will -# match all files and zero or more directories and subdirectories. -#shopt -s globstar - -# make less more friendly for non-text input files, see lesspipe(1) -[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)" - -# set variable identifying the chroot you work in (used in the prompt below) -if [ -z "${debian_chroot:-}" ] && [ -r /etc/debian_chroot ]; then - debian_chroot=$(cat /etc/debian_chroot) -fi - -# set a fancy prompt (non-color, unless we know we "want" color) -case "$TERM" in - xterm-color|*-256color) color_prompt=yes;; -esac - -# uncomment for a colored prompt, if the terminal has the capability; turned -# off by default to not distract the user: the focus in a terminal window -# should be on the output of commands, not on the prompt -force_color_prompt=yes - -if [ -n "$force_color_prompt" ]; then - if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then - # We have color support; assume it's compliant with Ecma-48 - # (ISO/IEC-6429). (Lack of such support is extremely rare, and such - # a case would tend to support setf rather than setaf.) - color_prompt=yes - else - color_prompt= - fi -fi - -if [ "$color_prompt" = yes ]; then - PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' -else - PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ ' -fi -unset color_prompt force_color_prompt - -# If this is an xterm set the title to user@host:dir -case "$TERM" in -xterm*|rxvt*) - PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \w\a\]$PS1" - ;; -*) - ;; -esac - -# enable color support of ls and also add handy aliases -if [ -x /usr/bin/dircolors ]; then - test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)" - alias ls='ls --color=auto' - #alias dir='dir --color=auto' - #alias vdir='vdir --color=auto' - - alias grep='grep --color=auto' - alias fgrep='fgrep --color=auto' - alias egrep='egrep --color=auto' -fi - -# colored GCC warnings and errors -#export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' - -# some more ls aliases -alias ll='ls -alF' -alias la='ls -A' -alias l='ls -CF' - -# Add an "alert" alias for long running commands. Use like so: -# sleep 10; alert -alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"' - -# Alias definitions. -# You may want to put all your additions into a separate file like -# ~/.bash_aliases, instead of adding them here directly. -# See /usr/share/doc/bash-doc/examples in the bash-doc package. - -if [ -f ~/.bash_aliases ]; then - . ~/.bash_aliases -fi - -# enable programmable completion features (you don't need to enable -# this, if it's already enabled in /etc/bash.bashrc and /etc/profile -# sources /etc/bash.bashrc). -if ! shopt -oq posix; then - if [ -f /usr/share/bash-completion/bash_completion ]; then - . /usr/share/bash-completion/bash_completion - elif [ -f /etc/bash_completion ]; then - . /etc/bash_completion - fi -fi - -#also puts pywal in the PATH -export PATH="${PATH}:${HOME}/.local/bin/" - -#puts pywal in the PATH -export PATH="/home/co1ncidence/.local/bin:$PATH" - -#makes alacritty the default terminal -export TERMINAL=alacritty - -#makes nvim the default text editor -export EDITOR=nvim - -#allows cargo installed binaries to function -export PATH="/home/co1ncidence/.cargo/bin":$PATH - -#puts betterlockscreen in the PATH -export PATH="${PATH}:${HOME}/.local/bin/" - -#alias to make changing brightness easier -alias brightness="xrandr --output HDMI-A-1 --brightness" - -#lsd -alias ls="lsd" - -#wallpapers -alias walls="cd ~/Pictures/wallpapers/" - -#alias for easy free disk space checking -alias df="df -h /dev/sdb3" - -#alias to make editing nvimrc easier -alias nvimrc="nvim ~/.config/nvim/init.vim" - -#alias for faster clears -alias c="clear" - -#alias to make free for human beings -alias free="free -h" - -#alias for youtube-dl -alias download="youtube-dl -x --audio-format mp3" - -#aliases for devour -alias mpv="devour mpv" -alias sxiv="devour sxiv" -alias zathura="devour zathura" - -#alias for browser-serve -alias serve="browser-sync start --server --files ." - -#alias for wallpaper change -alias wallchange="feh --bg-fill --randomize ~/Pictures/wallpapers/bliss/" - -#custom prompt -PS1='\[\e[0m\]\w\[\e[m\] \[\e[0;1;96m\]|\[\e[m\] \[\e0' - -#changes the default fzf command -export FZF_DEFAULT_COMMAND='find .' - -#adds application to the PATH -export PATH=$PATH:~/Applications - -[ -f ~/.fzf.bash ] && source ~/.fzf.bash diff --git a/firefox-userchrome/userChrome.css b/firefox-userchrome/userChrome.css deleted file mode 100644 index 97615d8..0000000 --- a/firefox-userchrome/userChrome.css +++ /dev/null @@ -1,648 +0,0 @@ -/* - * GaugeK's userChrome.css - * github.com/GaugeK/dots - */ - -:root { - /* ---- */ - --bg0: #1c1b1d; - --bg1: #1c1b1d; - --bg2: #9e736a; - --bg3: #1c1b1d; - --bg4: #f0d3c9; - --button: #bbbbbf1a; - /* ---- */ - --fg2: #f0d3c9; - --fg1: #f0d3c9; - --disabled: #696969; - /* ---- */ - --accent: #43eeff; - --accent2: #d286ff; - --contrast: #000000; - --red: #ff5061; - /* ---- */ -} - -:root { - --font : Iosevka Fixed Curly Slab Light; - --font-size : 11px; - --font-weight : regular; - --icon-size : 13px !important; - --button-size : 12px !important; - --tab-min-height : 34px !important; - --toolbar-bgimage : none !important; - --arrowpanel-dimmed : transparent !important; -} - -/* Floating Tabs/Navbar */ -#navigator-toolbox { - padding: 0px; - margin-bottom: 0px; - padding-bottom: 0px; -} - -/*** Hide some stuff ***/ -/* Hide tab line */ -.tab-line { display: none !important; } - -/* Remove gap left by tab-line if hidden */ -.tabbrowser-tab { margin-top: -1px !important; } - -/* Hide tab seperator line */ -.tabbrowser-tab::after, .tabbrowser-tab::before { border-left: none !important; } - -/* Hide tab title update indicator (Glowing blue circle under tab icon) */ -.tab-content { background-image: none !important; } - -.urlbar-go-button, -/*#back-button, -#forward-button,*/ -#stop-button, -#reload-button, -#tracking-protection-icon-container, -.urlbar-history-dropmarker, -#pageActionButton, -#pocket-button-box, -#permissions-granted-icon, -#identity-box > *:not(#identity-icon), -#pageActionSeparator, #pocket-button { - display: none !important; -} - -#navigator-toolbox #nav-bar * #star-button, -#identity-icon { - display: block !important; - width: 10px !important; - list-style-image: none !important; -} - -#identity-icon, -#identity-box { - padding: 0px !important; -} - -/* Remove 2px border from the bottom of the titlebar */ -#navigator-toolbox { border: none !important; } - -/* Remove small border from above the navbar*/ -#nav-bar { box-shadow: none !important; } - -#urlbar { border: none !important; } - -#urlbar:not(:focus-within) { box-shadow: none !important; } - - - - -/* Make tab close buttons appear on tab hover, replacing the tab icon */ -.tabbrowser-tab .tab-close-button { - -moz-box-ordinal-group: 0 !important; - margin: 2px 6px 0px 0px !important; -} - -.tabbrowser-tab:not([pinned="true"]):hover .tab-icon-image, -.tabbrowser-tab:not([pinned="true"]):hover .tab-throbber { - display: none; -} - -.tabbrowser-tab .tab-close-button { display: none !important; } -.tabbrowser-tab:not([pinned="true"]):hover .tab-close-button { - display: -moz-box !important; -} -.tabbrowser-tab:not([pinned="true"]):hover .tab-text { - padding-right: calc( var(--icon-size) + 6px) !important; -} - - -/* small shadow on tabs */ -.tabbrowser-tab[selected="true"] { - box-shadow: 0px 8px 9px -1px rgba(0,0,0,0.45); -} - -#titlebar { - box-shadow: inset 0 -8px 13px -8px rgba(0,0,0,0.25); -} - -/* rounded tabs */ -#navigator-toolbox .tab-background { - border-radius: 0px 0px 0 0 !important; -} - -/* https://github.com/muckSponge/MaterialFox */ -.tab-background::before, -.tab-background::after { - content: "" !important; - display: block !important; - position: absolute !important; - width: 8px !important; - height: 8px !important; - bottom: 0 !important; - pointer-events: none !important; - transition: box-shadow 0s var(--tab-transition-duration) var(--ease-basic) !important; -} - -.tab-background[selected]::before { - border-bottom-right-radius: 0px !important; - left: 0 !important; - transform: translateX(-8px) !important; - box-shadow: 2px 2px 0 2px var(--bg1) !important; -} - -.tab-background[selected]::after { - border-bottom-left-radius: 0px !important; - right: 0 !important; - transform: translateX(8px) !important; - box-shadow: -2px 2px 0 2px var(--bg1) !important; -} - - -/*** Tabs-only OneLiner ***/ -/** Navbar is above tabs, hidden until focus **/ -/*#nav-bar:not([customizing]) { - -moz-box-ordinal-group: 0 !important; - margin-bottom: 10px; - margin-top: calc(var(--tab-min-height) * -1 - 10px) !important; - transition: all 200ms !important; -} - -#navigator-toolbox:not([customizing]):focus-within #nav-bar { - margin-top: 0 !important; -} - -/** Navbar is on the same line as tabs **/ -#nav-bar:not([customizing]) { - margin-top: calc(var(--tab-min-height) * -1 - 16px) !important; - z-index: 2 !important; - pointer-events: none; - transition: all 200ms, z-index 0ms !important; - padding-top:0 !important; - margin-bottom:16px !important; - opacity: 0; -} - -#navigator-toolbox:not([customizing]):focus-within #nav-bar { - pointer-events: auto; - margin-top: calc(var(--tab-min-height) * -1) !important; - margin-bottom: 0px !important; - opacity: 1 !important; - max-height: 32px; -} - -/* Navbar is above tabs */ -/*#nav-bar:not([customizing]) { - -moz-box-ordinal-group: 0 !important; - margin-bottom: 4px !important; -}*/ - -#urlbar[breakout] { - position: unset !important; -} -#urlbar[breakout][breakout-extend] { - top: 0; - left: 0; - width: 100%; -} - - - -/* Fix some moving tab problems with the tabs-only oneliner */ - -#TabsToolbar[movingtab] > .tabbrowser-tabs { - padding-bottom: 0px !important; - margin-bottom: 0px !important; -} - -#navigator-toolbox[movingtab], -#tabbrowser-tabs[movingtab] { - margin: 0 !important; -} - -#TabsToolbar[movingtab] { padding-bottom: 0px !important; } -#tabbrowser-tabs[movingtab] { margin-bottom: -2px !important; } - - -.tabbrowser-tab { margin-right: 0 !important; } - - - -/* Hide newtab button in right padding */ -#tabs-newtab-button > image { display: none !important; } -#tabbrowser-tabs { margin-right: -15px !important; } - -#tabs-newtab-button { - display: block !important; - position: absolute !important; - margin-right: 0px !important; - right: 0px !important; - width: 10px !important; - max-width: 15px !important; -} - - - - - - - - -/* Tabs are de-saturated and transparent when inactive */ -/*.tabbrowser-tab:not([selected=true]):not(:hover) * .tab-icon-image { - filter: grayscale(50%) !important; -}*/ -.tabbrowser-tab:not([selected])[pinned] { opacity: 0.60 !important; } -/*.tabbrowser-tab:hover { opacity: 1 !important; } -.tabbrowser-tab[selected] { opacity: 1 !important; }*/ - - -/* Hide tab icon from non-pinned tabs */ -.tab-icon-image:not([pinned]) { display: none; } - -/* Desaturate tab icon on non-selected tabs */ -.tab-icon-image:not([selected]) { - filter: grayscale(100%) brightness(80%) !important; -} - -/* Round Tabs */ -.tabbrowser-tab .tab-background { - border-radius: 0px !important; -} - - - - -/* Desaturate and italic pending tabs */ -.tabbrowser-tab[pending] { - font-style: italic; - filter: grayscale(100%) !important; -} - - - - - - - -/* Run javascript files */ -toolbarbutton#alltabs-button { - -moz-binding: url("userChrome.xml#js"); -} - - - - - -/*** - * Custom icons - * Enable `svg.context-properties.content.enabled` in about:config - ***/ -.toolbarbutton-animatable-image { - animation-duration: 0ms !important; -} - -#home-button .toolbarbutton-icon, -#back-button .toolbarbutton-icon, -#reload-button .toolbarbutton-icon, -#forward-button .toolbarbutton-icon { - -moz-context-properties: fill, stroke; - fill: currentColor !important; - stroke: currentColor !important; -} - - -#reload-button .toolbarbutton-icon { - list-style-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 8.467 8.467'%3E%3Cpath fill='none' stroke='context-fill' stroke-dashoffset='100' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.058' d='M6.269 6.12a2.852 2.852 0 0 1-3.28.677A2.852 2.852 0 0 1 1.326 3.89a2.852 2.852 0 0 1 2.247-2.483 2.852 2.852 0 0 1 3.059 1.365'/%3E%3Ccircle cx='6.543' cy='2.385' r='1.323' fill='context-fill' fill-rule='evenodd'/%3E%3C/svg%3E");; -} - -#home-button .toolbarbutton-icon { - list-style-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 8.467 8.467'%3E%3Cg fill='none' stroke='context-fill' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.058'%3E%3Cpath d='M1.884 3.73v2.557c0 .595.336.888.882.888l3.013-.02c.578 0 .792-.394.792-.871l.012-2.553'/%3E%3Cpath d='M1.227 4.298l3.006-3.006L7.24 4.298'/%3E%3C/g%3E%3C/svg%3E"); -} - -#back-button .toolbarbutton-icon { - list-style-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 8.467 8.467'%3E%3Cpath fill='none' stroke='context-fill' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.058' d='M5.774.973L2.57 4.175l3.32 3.319'/%3E%3C/svg%3E"); -} - -#forward-button .toolbarbutton-icon { - list-style-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 8.467 8.467'%3E%3Cpath fill='none' stroke='context-fill' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.058' d='M2.693.973l3.203 3.202-3.32 3.319'/%3E%3C/svg%3E"); -} - - - - - - - -/* Font stuff */ -* { - font-family: var(--font) !important; - font-weight: var(--font-weight) !important; - font-size: var(--font-size) !important; -} - -#urlbar-input { - text-align: center !important; -} - - -/* Make sure selected stuff in the autocomplete popup is bold and everything else is normal */ -#urlbar-results * { - font-weight: normal !important; -} - -#navigator-toolbox * .urlbarView-title, -#navigator-toolbox * #urlbarView-row-0 * strong { - font-weight: bold !important; -} - -.urlbarView-title, -.urlbarView-secondary, -.urlbarView-title-separator { - line-height: 16px !important; -} - -.tab-text { margin-top: 2px !important; } - - - - - -/* Center tab text */ -.tab-label { - -moz-box-flex: 1 !important; - text-align: center !important; -} - - - - -/* Make urlbar megabar appear more compact */ -/* Set the pref browser.urlbar.megabar to true */ -#urlbar.megabar[breakout]{ - margin-inline-start: 0px !important; - width: 100% !important; - left: 0 !important; - top: calc((var(--urlbar-toolbar-height) - var(--urlbar-height)) / 2) !important; -} - -#urlbar.megabar[breakout]:not([open]) { - bottom: calc((var(--urlbar-toolbar-height) - var(--urlbar-height)) / 2) !important; -} - -.urlbarView.megabar { margin-inline: 0 !important; width: auto !important; } -.urlbarView-row { padding-inline: 4px !important; } -#urlbar-background { animation: none !important; } -#urlbar-input-container { padding: 0 !important; height: 100% !important; } - - -/* Align megabar a bit better */ -#navigator-toolbox * #urlbar.megabar { top: 0 !important; } - -#urlbar:not([open]) #urlbar-input-container { margin-top: 1px !important; } -#urlbar[open] #urlbar-input-container { margin-top: 3px !important; } - - - - - - - - - -/*** Change colours of a few items ***/ -:root { - /* Toolbar */ - --toolbar-color: var(--fg1) !important; - --lwt-text-color: var(--fg1) !important; - --toolbar-bgcolor: var(--bg3) !important; - --lwt-accent-color: var(--bg1) !important; - --lwt-toolbarbutton-icon-fill: var(--fg1) !important; - --lwt-toolbar-field-focus-color: var(--fg1) !important; - - /* Autocomplete Popup */ - --panel-disabled-color: var(--fg2) !important; - --autocomplete-popup-color: var(--fg1) !important; - --urlbar-popup-url-color: var(--accent) !important; - --urlbar-popup-action-color: var(--accent) !important; - --autocomplete-popup-background: var(--bg2) !important; - --autocomplete-popup-highlight-color: var(--fg1) !important; - --autocomplete-popup-highlight-background: var(--button) !important; - --lwt-toolbar-field-background-color: var(--bg3) !important; - --panel-separator-color: transparent !important; - --lwt-toolbar-field-focus: var(--bg2) !important; - - /* Sidebar */ - --lwt-sidebar-text-color: var(--fg1) !important; - --lwt-sidebar-background-color: var(--bg1) !important; - - /* Popups */ - --arrowpanel-background: var(--bg1) !important; - --arrowpanel-color: var(--fg1) !important; -} - -:root:-moz-window-inactive #navigator-toolbox { - background-color: var(--fg2) !important; -} -#navigator-toolbox { - background-color: var(--fg1) !important; -} -:root:not(:-moz-window-inactive) .tab-content:not([selected="true"]) .tab-label { - color: var(--bg1) !important; -} - -/* When the only tab is the pinned tab, make the rest of the tab bar the same colour */ -/*.tabbrowser-tab[pinned="true"]:only-of-type::after { - content: ''; - display: block !important; - width: 100vw !important; - height: var(--tab-min-height) !important; - margin: 0 !important; - background-color: var(--bg1) !important; - position: absolute; - top: 1px; - left: 0; - bottom: 0; - padding-right: 1px; - z-index: -2; - pointer-events: none !important; -}*/ - -menu[disabled="true"], -menuitem[disabled="true"] { - color: var(--disabled) !important; -} - -#sidebar-box { - --sidebar-background-color: var(--bg1) !important; - --sidebar-text-color: var(--fg1) !important; - --arrowpanel-color: var(--fg1) !important; -} - -.toolbarbutton-icon, .toolbarbutton-badge-stack { - --toolbarbutton-hover-background: var(--button) !important; - --toolbarbutton-active-background: var(--button) !important; -} - -.findbar-textbox, -#findbar-textbox-wrapper { - background-color: var(--bg2) !important; -} - -#urlbar, -.tabbrowser-tab .tab-content .tab-text, -.findbar-textbox, -.close-icon { - color: var(--fg1) !important; -} - -.tab-content:not([selected="true"]) .tab-text, -.tab-content:not([selected="true"]), -#titlebar .close-icon:not([selected="true"]) { - color: var(--bg1) !important; -} - -#urlbar:not(:focus-within) #urlbar-background { - background-color: transparent !important; -} - -#urlbar, -findbar { - background-image: none !important; - background-color: transparent !important; -} - -.findbar-button[checked] { background-color: var(--button) !important; } - -/* Change colour of fill animation when tab has finished loading */ -.tabbrowser-tab { --tab-loading-fill: var(--accent) !important; } -.tab-throbber::before { fill: var(--accent) !important; } - - -/* Prevents White pre-load flash */ -#browser vbox#appcontent tabbrowser, -#content, -#tabbrowser-tabpanels, -browser[type=content-primary], -browser[type=content] > html { - background: var(--bg1) !important -} -#tabbrowser-tabpanels { - background: var(--bg1) !important; -} - -/* -.tabbrowser-tab[selected] .tab-background { - background: linear-gradient(to right, var(--accent) 60%, var(--false) 100%) !important; - opacity: 20% !important; - border-radius: 6px !important; -}*/ - -.tabbrowser-tab[selected] .tab-background { - background: var(--bg1) !important; -} - -.tab-background { - border-top-color: transparent !important; -} - -#urlbar-background { - box-shadow: none !important; -} - - - -/* Change size of a few items */ -#navigator-toolbox * #urlbar-zoom-button { - width: auto !important; - max-width: 100px !important; -} - -#navigator-toolbox * toolbarbutton:not(#urlbar-zoom-button):not(.webextension-browser-action):not(#PanelUI-menu-button), -#navigator-toolbox * toolbarbutton:not(#tabs-newtab-button) image, -#navigator-toolbox * toolbarbutton:not(#downloads-button):not(#tabs-newtab-button) stack { - width: calc(var(--button-size) + 10px) !important; - max-height: var(--tab-min-height) !important; - height: auto !important; - padding: 5px 5px 5px 5px !important; - margin: 0px 0px 0px 0px !important; -} -#urlbar-zoom-button { - max-height: var(--tab-min-height) !important; - height: auto !important; - padding: 5px 10px 5px 10px !important; - margin: 0px 0px 0px 0px !important; -} - -.webextension-browser-action { - margin: 0 5px !important; -} - -.toolbarbutton-badge { - margin-top: 0px !important; - margin-right: 0px !important; -} - -#PanelUI-menu-button { - margin: 0px 5px !important; -} - -#navigator-toolbox * toolbarbutton:not(.webextension-browser-action):not(#PanelUI-menu-button) #downloads-indicator-anchor { - padding-top: 0px !important; -} - - -#navigator-toolbox #downloads-indicator-anchor #downloads-indicator-progress-outer #downloads-indicator-progress-inner, -#navigator-toolbox #downloads-indicator-anchor #downloads-indicator-progress-outer { - margin-left: 0px !important; -} - -#identity-icon, -.tab-icon-image, -.tab-close-button { - height: var(--icon-size) !important; - width: var(--icon-size) !important; -} - -#identity-icon { padding: 2px; } - -#TabsToolbar, -#nav-bar, -#titlebar, -.tabbrowser-tab, -#tabbrowser-tabs { - height: var(--tab-min-height) !important; - min-height: var(--tab-min-height) !important; -} - -#main-window #urlbar { - min-height: 90% !important; - max-height: 90% !important; - height: 90% !important; -} - -#main-window #urlbar #urlbar-input-container { - padding-block: 0 !important; - padding-inline: 0 !important; -} - -#tabbrowser-tabs > .tabbrowser-arrowscrollbox { - height: var(--tab-min-height); - min-height: var(--tab-min-height); -} - -#urlbar-input { padding-left: 5px !important; } -#urlbar-background { border: none !important; } - -/* Tab width */ -.tabbrowser-tab[fadein]:not([pinned]) { max-width: 90% !important; } - -/* add padding to urlbar results */ -.urlbarView-row { height: 35px !important; } -.urlbarView-body-inner { border: none !important; } -.urlbarView-row-inner { margin-top: 3px !important; } - - - -/* fix context menu automatically selecting the first item when window isn't maximized */ -/* @TODO fix hard-coded width */ -/*#main-window:not([width="1920"]) * #contentAreaContextMenu { - margin: 15px 0 0 15px !important; -}*/ diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/apps.rc b/gtk-and-openbox-theme/bliss/gtk-2.0/apps.rc deleted file mode 100755 index 530e72f..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/apps.rc +++ /dev/null @@ -1,92 +0,0 @@ -# vim:set ft=gtkrc ts=2 sw=2 sts=2 ai et: -# -# This file, unlike hacks.rc, contains legitimate cases we need to handle, e.g. -# custom widgets, programs giving us a chance to alter their UI to fit more with -# the theme or stuff that is supposed to look different, like panels. - -# TODO: This could really look nicer -style "gimp_spin_scale" { - # Spin background - bg[NORMAL] = @base_color - - engine "pixmap" { - image { - function = BOX - state = NORMAL - detail = "spinbutton_up" - overlay_file = "assets/pan-up-alt.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_up" - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_up" - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_up" - overlay_file = "assets/pan-up-alt-disabled.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = NORMAL - detail = "spinbutton_down" - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_down" - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_down" - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_down" - overlay_file = "assets/pan-down-alt-disabled.png" - overlay_stretch = FALSE - } - } -} - -style "chrome_gtk_frame" { - ChromeGtkFrame::frame-color = @titlebar_bg_color - ChromeGtkFrame::inactive-frame-color = @titlebar_bg_color - ChromeGtkFrame::incognito-frame-color = @titlebar_bg_color - ChromeGtkFrame::incognito-inactive-frame-color = @titlebar_bg_color - - ChromeGtkFrame::frame-gradient-size = 0 -} - -# Disable spin button assets for GimpSpinScale -class "GimpSpinScale" style "gimp_spin_scale" - -# Chromium lets us define some colours and settings for better integration -class "ChromeGtkFrame" style "chrome_gtk_frame" diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/border.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/border.png Binary files differdeleted file mode 100755 index 1ddb3bf..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/border.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/button-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/button-active.png Binary files differdeleted file mode 100755 index 140f695..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/button-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/button-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/button-disabled.png Binary files differdeleted file mode 100755 index 95f2ce7..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/button-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/button-hover.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/button-hover.png Binary files differdeleted file mode 100755 index 23271ab..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/button-hover.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/button.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/button.png Binary files differdeleted file mode 100755 index 52986a1..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/button.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/checkbox-checked-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/checkbox-checked-active.png Binary files differdeleted file mode 100755 index 9e8c2ca..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/checkbox-checked-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/checkbox-checked-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/checkbox-checked-disabled.png Binary files differdeleted file mode 100755 index 1cc25e0..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/checkbox-checked-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/checkbox-checked-hover.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/checkbox-checked-hover.png Binary files differdeleted file mode 100755 index eeb4636..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/checkbox-checked-hover.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/checkbox-checked.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/checkbox-checked.png Binary files differdeleted file mode 100755 index e483360..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/checkbox-checked.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/checkbox-mixed-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/checkbox-mixed-active.png Binary files differdeleted file mode 100755 index 49e9f26..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/checkbox-mixed-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/checkbox-mixed-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/checkbox-mixed-disabled.png Binary files differdeleted file mode 100755 index 48fc6a2..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/checkbox-mixed-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/checkbox-mixed-hover.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/checkbox-mixed-hover.png Binary files differdeleted file mode 100755 index 2fdfda1..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/checkbox-mixed-hover.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/checkbox-mixed.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/checkbox-mixed.png Binary files differdeleted file mode 100755 index f8ac365..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/checkbox-mixed.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/checkbox-unchecked-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/checkbox-unchecked-active.png Binary files differdeleted file mode 100755 index c99a08a..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/checkbox-unchecked-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/checkbox-unchecked-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/checkbox-unchecked-disabled.png Binary files differdeleted file mode 100755 index 0008cfd..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/checkbox-unchecked-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/checkbox-unchecked-hover.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/checkbox-unchecked-hover.png Binary files differdeleted file mode 100755 index 182adc6..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/checkbox-unchecked-hover.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/checkbox-unchecked.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/checkbox-unchecked.png Binary files differdeleted file mode 100755 index 3dc287a..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/checkbox-unchecked.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/combo-ltr-button-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/combo-ltr-button-active.png Binary files differdeleted file mode 100755 index 9ab65fc..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/combo-ltr-button-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/combo-ltr-button-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/combo-ltr-button-disabled.png Binary files differdeleted file mode 100755 index cc93611..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/combo-ltr-button-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/combo-ltr-button-hover.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/combo-ltr-button-hover.png Binary files differdeleted file mode 100755 index de961dc..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/combo-ltr-button-hover.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/combo-ltr-button.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/combo-ltr-button.png Binary files differdeleted file mode 100755 index 84dd28b..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/combo-ltr-button.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/combo-ltr-entry-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/combo-ltr-entry-active.png Binary files differdeleted file mode 100755 index 0b07c58..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/combo-ltr-entry-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/combo-ltr-entry-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/combo-ltr-entry-disabled.png Binary files differdeleted file mode 100755 index bea9fae..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/combo-ltr-entry-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/combo-ltr-entry.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/combo-ltr-entry.png Binary files differdeleted file mode 100755 index bea9fae..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/combo-ltr-entry.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/combo-rtl-button-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/combo-rtl-button-active.png Binary files differdeleted file mode 100755 index 66c7b9a..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/combo-rtl-button-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/combo-rtl-button-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/combo-rtl-button-disabled.png Binary files differdeleted file mode 100755 index 0566699..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/combo-rtl-button-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/combo-rtl-button-hover.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/combo-rtl-button-hover.png Binary files differdeleted file mode 100755 index 4fcc4e5..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/combo-rtl-button-hover.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/combo-rtl-button.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/combo-rtl-button.png Binary files differdeleted file mode 100755 index 917d137..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/combo-rtl-button.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/combo-rtl-entry-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/combo-rtl-entry-active.png Binary files differdeleted file mode 100755 index 2ee0344..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/combo-rtl-entry-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/combo-rtl-entry-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/combo-rtl-entry-disabled.png Binary files differdeleted file mode 100755 index cade45d..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/combo-rtl-entry-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/combo-rtl-entry.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/combo-rtl-entry.png Binary files differdeleted file mode 100755 index cade45d..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/combo-rtl-entry.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/entry-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/entry-active.png Binary files differdeleted file mode 100755 index 09f543e..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/entry-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/entry-background-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/entry-background-disabled.png Binary files differdeleted file mode 100755 index 63f1ffb..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/entry-background-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/entry-background.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/entry-background.png Binary files differdeleted file mode 100755 index 63f1ffb..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/entry-background.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/entry-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/entry-disabled.png Binary files differdeleted file mode 100755 index 3726ea4..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/entry-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/entry.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/entry.png Binary files differdeleted file mode 100755 index 0df1c84..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/entry.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/flat-button-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/flat-button-active.png Binary files differdeleted file mode 100755 index 561a227..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/flat-button-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/flat-button-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/flat-button-disabled.png Binary files differdeleted file mode 100755 index 2e3cfdc..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/flat-button-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/flat-button-hover.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/flat-button-hover.png Binary files differdeleted file mode 100755 index 7a40512..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/flat-button-hover.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/flat-button.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/flat-button.png Binary files differdeleted file mode 100755 index 2e3cfdc..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/flat-button.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/focus.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/focus.png Binary files differdeleted file mode 100755 index cf57f08..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/focus.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/frame-inline.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/frame-inline.png Binary files differdeleted file mode 100755 index 447c8b7..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/frame-inline.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/frame-notebook.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/frame-notebook.png Binary files differdeleted file mode 100755 index f7bcb30..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/frame-notebook.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/frame.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/frame.png Binary files differdeleted file mode 100755 index b72b1d2..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/frame.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/handle-horz-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/handle-horz-active.png Binary files differdeleted file mode 100755 index 8234d61..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/handle-horz-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/handle-horz-hover.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/handle-horz-hover.png Binary files differdeleted file mode 100755 index 5f831cf..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/handle-horz-hover.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/handle-horz.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/handle-horz.png Binary files differdeleted file mode 100755 index 091e6be..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/handle-horz.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/handle-vert-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/handle-vert-active.png Binary files differdeleted file mode 100755 index 7dc0563..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/handle-vert-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/handle-vert-hover.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/handle-vert-hover.png Binary files differdeleted file mode 100755 index 19b15f5..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/handle-vert-hover.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/handle-vert.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/handle-vert.png Binary files differdeleted file mode 100755 index 346cee0..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/handle-vert.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/menu-checkbox-checked-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/menu-checkbox-checked-disabled.png Binary files differdeleted file mode 100755 index 50bc82b..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/menu-checkbox-checked-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/menu-checkbox-checked.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/menu-checkbox-checked.png Binary files differdeleted file mode 100755 index 703deb7..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/menu-checkbox-checked.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/menu-checkbox-mixed-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/menu-checkbox-mixed-disabled.png Binary files differdeleted file mode 100755 index 6bad346..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/menu-checkbox-mixed-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/menu-checkbox-mixed.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/menu-checkbox-mixed.png Binary files differdeleted file mode 100755 index 6a24e0d..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/menu-checkbox-mixed.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/menu-checkbox-unchecked-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/menu-checkbox-unchecked-disabled.png Binary files differdeleted file mode 100755 index 594adc7..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/menu-checkbox-unchecked-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/menu-checkbox-unchecked.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/menu-checkbox-unchecked.png Binary files differdeleted file mode 100755 index 53b1172..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/menu-checkbox-unchecked.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/menu-radio-checked-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/menu-radio-checked-disabled.png Binary files differdeleted file mode 100755 index bc599b1..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/menu-radio-checked-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/menu-radio-checked.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/menu-radio-checked.png Binary files differdeleted file mode 100755 index b7c581b..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/menu-radio-checked.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/menu-radio-mixed-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/menu-radio-mixed-disabled.png Binary files differdeleted file mode 100755 index 0712261..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/menu-radio-mixed-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/menu-radio-mixed.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/menu-radio-mixed.png Binary files differdeleted file mode 100755 index d2c71cf..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/menu-radio-mixed.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/menu-radio-unchecked-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/menu-radio-unchecked-disabled.png Binary files differdeleted file mode 100755 index c4c11ca..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/menu-radio-unchecked-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/menu-radio-unchecked.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/menu-radio-unchecked.png Binary files differdeleted file mode 100755 index 03d0ccb..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/menu-radio-unchecked.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/notebook-combo-ltr-entry-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/notebook-combo-ltr-entry-active.png Binary files differdeleted file mode 100755 index 0b07c58..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/notebook-combo-ltr-entry-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/notebook-combo-ltr-entry-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/notebook-combo-ltr-entry-disabled.png Binary files differdeleted file mode 100755 index bea9fae..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/notebook-combo-ltr-entry-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/notebook-combo-ltr-entry.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/notebook-combo-ltr-entry.png Binary files differdeleted file mode 100755 index bea9fae..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/notebook-combo-ltr-entry.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/notebook-combo-rtl-entry-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/notebook-combo-rtl-entry-active.png Binary files differdeleted file mode 100755 index 2ee0344..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/notebook-combo-rtl-entry-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/notebook-combo-rtl-entry-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/notebook-combo-rtl-entry-disabled.png Binary files differdeleted file mode 100755 index cade45d..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/notebook-combo-rtl-entry-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/notebook-combo-rtl-entry.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/notebook-combo-rtl-entry.png Binary files differdeleted file mode 100755 index cade45d..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/notebook-combo-rtl-entry.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/notebook-entry-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/notebook-entry-active.png Binary files differdeleted file mode 100755 index 2729882..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/notebook-entry-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/notebook-entry-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/notebook-entry-disabled.png Binary files differdeleted file mode 100755 index 3726ea4..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/notebook-entry-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/notebook-entry.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/notebook-entry.png Binary files differdeleted file mode 100755 index 3726ea4..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/notebook-entry.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-down-alt-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-down-alt-disabled.png Binary files differdeleted file mode 100755 index 4e7d682..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-down-alt-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-down-alt.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-down-alt.png Binary files differdeleted file mode 100755 index c6d1e30..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-down-alt.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-down-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-down-disabled.png Binary files differdeleted file mode 100755 index 0a292fb..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-down-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-down.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-down.png Binary files differdeleted file mode 100755 index bc5b1a8..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-down.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-left-alt-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-left-alt-disabled.png Binary files differdeleted file mode 100755 index 1205058..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-left-alt-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-left-alt.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-left-alt.png Binary files differdeleted file mode 100755 index 8ad77a5..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-left-alt.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-left-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-left-disabled.png Binary files differdeleted file mode 100755 index 4dd7afd..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-left-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-left-semi.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-left-semi.png Binary files differdeleted file mode 100755 index 9a9f2e6..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-left-semi.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-left.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-left.png Binary files differdeleted file mode 100755 index fb258a5..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-left.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-right-alt-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-right-alt-disabled.png Binary files differdeleted file mode 100755 index a9f2d8c..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-right-alt-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-right-alt.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-right-alt.png Binary files differdeleted file mode 100755 index 031696e..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-right-alt.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-right-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-right-disabled.png Binary files differdeleted file mode 100755 index 00f8247..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-right-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-right-semi.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-right-semi.png Binary files differdeleted file mode 100755 index b47e21b..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-right-semi.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-right.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-right.png Binary files differdeleted file mode 100755 index d2b88a7..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-right.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-up-alt-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-up-alt-disabled.png Binary files differdeleted file mode 100755 index 2ac8e7b..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-up-alt-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-up-alt.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-up-alt.png Binary files differdeleted file mode 100755 index 180eb47..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-up-alt.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-up-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-up-disabled.png Binary files differdeleted file mode 100755 index 331d736..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-up-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-up.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-up.png Binary files differdeleted file mode 100755 index daa5ff3..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/pan-up.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/progressbar-progress.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/progressbar-progress.png Binary files differdeleted file mode 100755 index d51adab..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/progressbar-progress.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/progressbar-trough.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/progressbar-trough.png Binary files differdeleted file mode 100755 index 68ec899..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/progressbar-trough.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/radio-checked-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/radio-checked-active.png Binary files differdeleted file mode 100755 index 143692c..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/radio-checked-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/radio-checked-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/radio-checked-disabled.png Binary files differdeleted file mode 100755 index 57133c3..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/radio-checked-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/radio-checked-hover.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/radio-checked-hover.png Binary files differdeleted file mode 100755 index 7c113ad..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/radio-checked-hover.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/radio-checked.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/radio-checked.png Binary files differdeleted file mode 100755 index c242ef7..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/radio-checked.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/radio-mixed-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/radio-mixed-active.png Binary files differdeleted file mode 100755 index 62075a6..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/radio-mixed-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/radio-mixed-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/radio-mixed-disabled.png Binary files differdeleted file mode 100755 index 42bf6ed..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/radio-mixed-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/radio-mixed-hover.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/radio-mixed-hover.png Binary files differdeleted file mode 100755 index e3eebb6..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/radio-mixed-hover.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/radio-mixed.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/radio-mixed.png Binary files differdeleted file mode 100755 index 9cf6f77..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/radio-mixed.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/radio-unchecked-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/radio-unchecked-active.png Binary files differdeleted file mode 100755 index 77c6cd1..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/radio-unchecked-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/radio-unchecked-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/radio-unchecked-disabled.png Binary files differdeleted file mode 100755 index 63234f1..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/radio-unchecked-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/radio-unchecked-hover.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/radio-unchecked-hover.png Binary files differdeleted file mode 100755 index 3059006..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/radio-unchecked-hover.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/radio-unchecked.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/radio-unchecked.png Binary files differdeleted file mode 100755 index a645433..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/radio-unchecked.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scale-horz-trough-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scale-horz-trough-active.png Binary files differdeleted file mode 100755 index f7cf462..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scale-horz-trough-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scale-horz-trough-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scale-horz-trough-disabled.png Binary files differdeleted file mode 100755 index 35dfe39..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scale-horz-trough-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scale-horz-trough.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scale-horz-trough.png Binary files differdeleted file mode 100755 index 4990b7c..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scale-horz-trough.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scale-slider-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scale-slider-active.png Binary files differdeleted file mode 100755 index 9cb5131..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scale-slider-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scale-slider-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scale-slider-disabled.png Binary files differdeleted file mode 100755 index 2612f68..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scale-slider-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scale-slider-hover.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scale-slider-hover.png Binary files differdeleted file mode 100755 index c424a69..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scale-slider-hover.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scale-slider.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scale-slider.png Binary files differdeleted file mode 100755 index d4e8aaa..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scale-slider.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scale-vert-trough-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scale-vert-trough-active.png Binary files differdeleted file mode 100755 index d3b4973..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scale-vert-trough-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scale-vert-trough-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scale-vert-trough-disabled.png Binary files differdeleted file mode 100755 index e21f289..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scale-vert-trough-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scale-vert-trough.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scale-vert-trough.png Binary files differdeleted file mode 100755 index 9a481de..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scale-vert-trough.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-horz-slider-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-horz-slider-active.png Binary files differdeleted file mode 100755 index ca69d64..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-horz-slider-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-horz-slider-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-horz-slider-disabled.png Binary files differdeleted file mode 100755 index 0729686..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-horz-slider-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-horz-slider-hover.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-horz-slider-hover.png Binary files differdeleted file mode 100755 index 7d0e8cc..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-horz-slider-hover.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-horz-slider.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-horz-slider.png Binary files differdeleted file mode 100755 index 2d99b4c..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-horz-slider.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-horz-trough.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-horz-trough.png Binary files differdeleted file mode 100755 index 1e8e6a9..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-horz-trough.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png Binary files differdeleted file mode 100755 index 16c91e0..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-vert-ltr-slider-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-vert-ltr-slider-disabled.png Binary files differdeleted file mode 100755 index 21573c1..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-vert-ltr-slider-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png Binary files differdeleted file mode 100755 index 2178972..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-vert-ltr-slider.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-vert-ltr-slider.png Binary files differdeleted file mode 100755 index 6a8818a..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-vert-ltr-slider.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-vert-ltr-trough.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-vert-ltr-trough.png Binary files differdeleted file mode 100755 index f2d22f3..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-vert-ltr-trough.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png Binary files differdeleted file mode 100755 index 00b74fa..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-vert-rtl-slider-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-vert-rtl-slider-disabled.png Binary files differdeleted file mode 100755 index 40b68d9..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-vert-rtl-slider-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png Binary files differdeleted file mode 100755 index 36c3799..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-vert-rtl-slider.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-vert-rtl-slider.png Binary files differdeleted file mode 100755 index d71b41a..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-vert-rtl-slider.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-vert-rtl-trough.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-vert-rtl-trough.png Binary files differdeleted file mode 100755 index 104ed95..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/scrollbar-vert-rtl-trough.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-ltr-down-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-ltr-down-active.png Binary files differdeleted file mode 100755 index 4664f62..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-ltr-down-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-ltr-down-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-ltr-down-disabled.png Binary files differdeleted file mode 100755 index ba612a3..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-ltr-down-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-ltr-down-hover.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-ltr-down-hover.png Binary files differdeleted file mode 100755 index f3cb8f0..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-ltr-down-hover.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-ltr-down.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-ltr-down.png Binary files differdeleted file mode 100755 index 36b5e0d..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-ltr-down.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-ltr-up-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-ltr-up-active.png Binary files differdeleted file mode 100755 index e9481f7..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-ltr-up-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-ltr-up-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-ltr-up-disabled.png Binary files differdeleted file mode 100755 index 2724082..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-ltr-up-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-ltr-up-hover.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-ltr-up-hover.png Binary files differdeleted file mode 100755 index 5f5e397..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-ltr-up-hover.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-ltr-up.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-ltr-up.png Binary files differdeleted file mode 100755 index 4f11bcd..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-ltr-up.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-rtl-down-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-rtl-down-active.png Binary files differdeleted file mode 100755 index 1c3d088..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-rtl-down-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-rtl-down-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-rtl-down-disabled.png Binary files differdeleted file mode 100755 index bead205..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-rtl-down-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-rtl-down-hover.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-rtl-down-hover.png Binary files differdeleted file mode 100755 index d222372..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-rtl-down-hover.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-rtl-down.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-rtl-down.png Binary files differdeleted file mode 100755 index 8c6ff73..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-rtl-down.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-rtl-up-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-rtl-up-active.png Binary files differdeleted file mode 100755 index 4279e90..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-rtl-up-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-rtl-up-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-rtl-up-disabled.png Binary files differdeleted file mode 100755 index 98577f4..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-rtl-up-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-rtl-up-hover.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-rtl-up-hover.png Binary files differdeleted file mode 100755 index 0a4aa8c..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-rtl-up-hover.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-rtl-up.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-rtl-up.png Binary files differdeleted file mode 100755 index 590c5b6..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/spin-rtl-up.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/tab.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/tab.png Binary files differdeleted file mode 100755 index 7ed64df..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/tab.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/treeview-ltr-button-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/treeview-ltr-button-active.png Binary files differdeleted file mode 100755 index d3916a8..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/treeview-ltr-button-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/treeview-ltr-button-hover.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/treeview-ltr-button-hover.png Binary files differdeleted file mode 100755 index 30e051a..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/treeview-ltr-button-hover.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/treeview-ltr-button.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/treeview-ltr-button.png Binary files differdeleted file mode 100755 index c52aa29..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/treeview-ltr-button.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/treeview-rtl-button-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/treeview-rtl-button-active.png Binary files differdeleted file mode 100755 index 0f8e02b..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/treeview-rtl-button-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/treeview-rtl-button-hover.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/treeview-rtl-button-hover.png Binary files differdeleted file mode 100755 index 2b6469e..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/treeview-rtl-button-hover.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/treeview-rtl-button.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets/treeview-rtl-button.png Binary files differdeleted file mode 100755 index e86a1cd..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets/treeview-rtl-button.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/border.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/border.png Binary files differdeleted file mode 100755 index 1ddb3bf..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/border.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/button-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/button-active.png Binary files differdeleted file mode 100755 index 140f695..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/button-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/button-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/button-disabled.png Binary files differdeleted file mode 100755 index 95f2ce7..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/button-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/button-hover.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/button-hover.png Binary files differdeleted file mode 100755 index 23271ab..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/button-hover.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/button.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/button.png Binary files differdeleted file mode 100755 index 52986a1..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/button.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/checkbox-checked-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/checkbox-checked-active.png Binary files differdeleted file mode 100755 index 9e8c2ca..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/checkbox-checked-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/checkbox-checked-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/checkbox-checked-disabled.png Binary files differdeleted file mode 100755 index 1cc25e0..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/checkbox-checked-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/checkbox-checked-hover.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/checkbox-checked-hover.png Binary files differdeleted file mode 100755 index eeb4636..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/checkbox-checked-hover.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/checkbox-checked.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/checkbox-checked.png Binary files differdeleted file mode 100755 index e483360..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/checkbox-checked.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/checkbox-mixed-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/checkbox-mixed-active.png Binary files differdeleted file mode 100755 index 49e9f26..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/checkbox-mixed-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/checkbox-mixed-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/checkbox-mixed-disabled.png Binary files differdeleted file mode 100755 index 48fc6a2..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/checkbox-mixed-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/checkbox-mixed-hover.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/checkbox-mixed-hover.png Binary files differdeleted file mode 100755 index 2fdfda1..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/checkbox-mixed-hover.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/checkbox-mixed.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/checkbox-mixed.png Binary files differdeleted file mode 100755 index f8ac365..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/checkbox-mixed.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/checkbox-unchecked-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/checkbox-unchecked-active.png Binary files differdeleted file mode 100755 index c99a08a..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/checkbox-unchecked-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/checkbox-unchecked-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/checkbox-unchecked-disabled.png Binary files differdeleted file mode 100755 index 0008cfd..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/checkbox-unchecked-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/checkbox-unchecked-hover.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/checkbox-unchecked-hover.png Binary files differdeleted file mode 100755 index 182adc6..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/checkbox-unchecked-hover.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/checkbox-unchecked.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/checkbox-unchecked.png Binary files differdeleted file mode 100755 index 3dc287a..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/checkbox-unchecked.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/combo-ltr-button-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/combo-ltr-button-active.png Binary files differdeleted file mode 100755 index eff3694..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/combo-ltr-button-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/combo-ltr-button-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/combo-ltr-button-disabled.png Binary files differdeleted file mode 100755 index fc32586..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/combo-ltr-button-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/combo-ltr-button-hover.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/combo-ltr-button-hover.png Binary files differdeleted file mode 100755 index 5636f8e..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/combo-ltr-button-hover.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/combo-ltr-button.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/combo-ltr-button.png Binary files differdeleted file mode 100755 index 0d46650..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/combo-ltr-button.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/combo-ltr-entry-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/combo-ltr-entry-active.png Binary files differdeleted file mode 100755 index dea4a14..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/combo-ltr-entry-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/combo-ltr-entry-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/combo-ltr-entry-disabled.png Binary files differdeleted file mode 100755 index 3c40192..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/combo-ltr-entry-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/combo-ltr-entry.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/combo-ltr-entry.png Binary files differdeleted file mode 100755 index 3c40192..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/combo-ltr-entry.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/combo-rtl-button-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/combo-rtl-button-active.png Binary files differdeleted file mode 100755 index e4efe66..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/combo-rtl-button-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/combo-rtl-button-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/combo-rtl-button-disabled.png Binary files differdeleted file mode 100755 index 194c6b5..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/combo-rtl-button-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/combo-rtl-button-hover.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/combo-rtl-button-hover.png Binary files differdeleted file mode 100755 index f535a64..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/combo-rtl-button-hover.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/combo-rtl-button.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/combo-rtl-button.png Binary files differdeleted file mode 100755 index 5b6fed3..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/combo-rtl-button.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/combo-rtl-entry-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/combo-rtl-entry-active.png Binary files differdeleted file mode 100755 index 8f5b12e..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/combo-rtl-entry-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/combo-rtl-entry-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/combo-rtl-entry-disabled.png Binary files differdeleted file mode 100755 index c794a28..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/combo-rtl-entry-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/combo-rtl-entry.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/combo-rtl-entry.png Binary files differdeleted file mode 100755 index c794a28..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/combo-rtl-entry.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/entry-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/entry-active.png Binary files differdeleted file mode 100755 index 651d285..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/entry-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/entry-background-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/entry-background-disabled.png Binary files differdeleted file mode 100755 index 63f1ffb..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/entry-background-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/entry-background.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/entry-background.png Binary files differdeleted file mode 100755 index 63f1ffb..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/entry-background.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/entry-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/entry-disabled.png Binary files differdeleted file mode 100755 index 3aa50d1..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/entry-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/entry.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/entry.png Binary files differdeleted file mode 100755 index 3aa50d1..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/entry.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/flat-button-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/flat-button-active.png Binary files differdeleted file mode 100755 index 561a227..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/flat-button-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/flat-button-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/flat-button-disabled.png Binary files differdeleted file mode 100755 index 2e3cfdc..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/flat-button-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/flat-button-hover.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/flat-button-hover.png Binary files differdeleted file mode 100755 index 7a40512..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/flat-button-hover.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/flat-button.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/flat-button.png Binary files differdeleted file mode 100755 index 2e3cfdc..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/flat-button.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/focus.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/focus.png Binary files differdeleted file mode 100755 index cf57f08..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/focus.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/frame-inline.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/frame-inline.png Binary files differdeleted file mode 100755 index 3828192..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/frame-inline.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/frame-notebook.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/frame-notebook.png Binary files differdeleted file mode 100755 index e40a198..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/frame-notebook.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/frame.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/frame.png Binary files differdeleted file mode 100755 index d4b15e1..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/frame.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/handle-horz-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/handle-horz-active.png Binary files differdeleted file mode 100755 index 8234d61..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/handle-horz-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/handle-horz-hover.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/handle-horz-hover.png Binary files differdeleted file mode 100755 index 5f831cf..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/handle-horz-hover.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/handle-horz.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/handle-horz.png Binary files differdeleted file mode 100755 index 091e6be..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/handle-horz.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/handle-vert-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/handle-vert-active.png Binary files differdeleted file mode 100755 index 7dc0563..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/handle-vert-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/handle-vert-hover.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/handle-vert-hover.png Binary files differdeleted file mode 100755 index 19b15f5..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/handle-vert-hover.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/handle-vert.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/handle-vert.png Binary files differdeleted file mode 100755 index 346cee0..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/handle-vert.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/menu-checkbox-checked-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/menu-checkbox-checked-disabled.png Binary files differdeleted file mode 100755 index 50bc82b..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/menu-checkbox-checked-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/menu-checkbox-checked.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/menu-checkbox-checked.png Binary files differdeleted file mode 100755 index 703deb7..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/menu-checkbox-checked.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/menu-checkbox-mixed-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/menu-checkbox-mixed-disabled.png Binary files differdeleted file mode 100755 index 6bad346..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/menu-checkbox-mixed-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/menu-checkbox-mixed.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/menu-checkbox-mixed.png Binary files differdeleted file mode 100755 index 6a24e0d..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/menu-checkbox-mixed.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/menu-checkbox-unchecked-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/menu-checkbox-unchecked-disabled.png Binary files differdeleted file mode 100755 index 594adc7..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/menu-checkbox-unchecked-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/menu-checkbox-unchecked.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/menu-checkbox-unchecked.png Binary files differdeleted file mode 100755 index 53b1172..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/menu-checkbox-unchecked.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/menu-radio-checked-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/menu-radio-checked-disabled.png Binary files differdeleted file mode 100755 index bc599b1..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/menu-radio-checked-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/menu-radio-checked.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/menu-radio-checked.png Binary files differdeleted file mode 100755 index b7c581b..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/menu-radio-checked.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/menu-radio-mixed-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/menu-radio-mixed-disabled.png Binary files differdeleted file mode 100755 index 0712261..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/menu-radio-mixed-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/menu-radio-mixed.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/menu-radio-mixed.png Binary files differdeleted file mode 100755 index d2c71cf..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/menu-radio-mixed.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/menu-radio-unchecked-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/menu-radio-unchecked-disabled.png Binary files differdeleted file mode 100755 index c4c11ca..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/menu-radio-unchecked-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/menu-radio-unchecked.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/menu-radio-unchecked.png Binary files differdeleted file mode 100755 index 03d0ccb..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/menu-radio-unchecked.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/notebook-combo-ltr-entry-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/notebook-combo-ltr-entry-active.png Binary files differdeleted file mode 100755 index dea4a14..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/notebook-combo-ltr-entry-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/notebook-combo-ltr-entry-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/notebook-combo-ltr-entry-disabled.png Binary files differdeleted file mode 100755 index 3c40192..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/notebook-combo-ltr-entry-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/notebook-combo-ltr-entry.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/notebook-combo-ltr-entry.png Binary files differdeleted file mode 100755 index 3c40192..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/notebook-combo-ltr-entry.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/notebook-combo-rtl-entry-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/notebook-combo-rtl-entry-active.png Binary files differdeleted file mode 100755 index 8f5b12e..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/notebook-combo-rtl-entry-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/notebook-combo-rtl-entry-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/notebook-combo-rtl-entry-disabled.png Binary files differdeleted file mode 100755 index c794a28..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/notebook-combo-rtl-entry-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/notebook-combo-rtl-entry.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/notebook-combo-rtl-entry.png Binary files differdeleted file mode 100755 index c794a28..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/notebook-combo-rtl-entry.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/notebook-entry-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/notebook-entry-active.png Binary files differdeleted file mode 100755 index 651d285..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/notebook-entry-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/notebook-entry-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/notebook-entry-disabled.png Binary files differdeleted file mode 100755 index 3aa50d1..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/notebook-entry-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/notebook-entry.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/notebook-entry.png Binary files differdeleted file mode 100755 index 3aa50d1..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/notebook-entry.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-down-alt-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-down-alt-disabled.png Binary files differdeleted file mode 100755 index 4e7d682..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-down-alt-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-down-alt.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-down-alt.png Binary files differdeleted file mode 100755 index c6d1e30..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-down-alt.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-down-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-down-disabled.png Binary files differdeleted file mode 100755 index 0a292fb..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-down-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-down.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-down.png Binary files differdeleted file mode 100755 index bc5b1a8..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-down.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-left-alt-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-left-alt-disabled.png Binary files differdeleted file mode 100755 index 1205058..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-left-alt-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-left-alt.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-left-alt.png Binary files differdeleted file mode 100755 index 8ad77a5..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-left-alt.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-left-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-left-disabled.png Binary files differdeleted file mode 100755 index 4dd7afd..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-left-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-left-semi.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-left-semi.png Binary files differdeleted file mode 100755 index 9a9f2e6..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-left-semi.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-left.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-left.png Binary files differdeleted file mode 100755 index fb258a5..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-left.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-right-alt-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-right-alt-disabled.png Binary files differdeleted file mode 100755 index a9f2d8c..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-right-alt-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-right-alt.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-right-alt.png Binary files differdeleted file mode 100755 index 031696e..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-right-alt.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-right-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-right-disabled.png Binary files differdeleted file mode 100755 index 00f8247..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-right-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-right-semi.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-right-semi.png Binary files differdeleted file mode 100755 index b47e21b..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-right-semi.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-right.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-right.png Binary files differdeleted file mode 100755 index d2b88a7..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-right.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-up-alt-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-up-alt-disabled.png Binary files differdeleted file mode 100755 index 2ac8e7b..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-up-alt-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-up-alt.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-up-alt.png Binary files differdeleted file mode 100755 index 180eb47..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-up-alt.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-up-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-up-disabled.png Binary files differdeleted file mode 100755 index 331d736..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-up-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-up.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-up.png Binary files differdeleted file mode 100755 index daa5ff3..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/pan-up.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/progressbar-progress.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/progressbar-progress.png Binary files differdeleted file mode 100755 index d51adab..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/progressbar-progress.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/progressbar-trough.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/progressbar-trough.png Binary files differdeleted file mode 100755 index 68ec899..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/progressbar-trough.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/radio-checked-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/radio-checked-active.png Binary files differdeleted file mode 100755 index 143692c..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/radio-checked-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/radio-checked-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/radio-checked-disabled.png Binary files differdeleted file mode 100755 index 57133c3..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/radio-checked-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/radio-checked-hover.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/radio-checked-hover.png Binary files differdeleted file mode 100755 index 7c113ad..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/radio-checked-hover.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/radio-checked.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/radio-checked.png Binary files differdeleted file mode 100755 index c242ef7..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/radio-checked.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/radio-mixed-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/radio-mixed-active.png Binary files differdeleted file mode 100755 index 62075a6..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/radio-mixed-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/radio-mixed-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/radio-mixed-disabled.png Binary files differdeleted file mode 100755 index 42bf6ed..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/radio-mixed-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/radio-mixed-hover.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/radio-mixed-hover.png Binary files differdeleted file mode 100755 index e3eebb6..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/radio-mixed-hover.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/radio-mixed.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/radio-mixed.png Binary files differdeleted file mode 100755 index 9cf6f77..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/radio-mixed.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/radio-unchecked-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/radio-unchecked-active.png Binary files differdeleted file mode 100755 index 77c6cd1..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/radio-unchecked-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/radio-unchecked-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/radio-unchecked-disabled.png Binary files differdeleted file mode 100755 index 63234f1..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/radio-unchecked-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/radio-unchecked-hover.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/radio-unchecked-hover.png Binary files differdeleted file mode 100755 index 3059006..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/radio-unchecked-hover.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/radio-unchecked.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/radio-unchecked.png Binary files differdeleted file mode 100755 index a645433..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/radio-unchecked.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scale-horz-trough-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scale-horz-trough-active.png Binary files differdeleted file mode 100755 index f7cf462..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scale-horz-trough-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scale-horz-trough-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scale-horz-trough-disabled.png Binary files differdeleted file mode 100755 index 35dfe39..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scale-horz-trough-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scale-horz-trough.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scale-horz-trough.png Binary files differdeleted file mode 100755 index 4990b7c..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scale-horz-trough.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scale-slider-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scale-slider-active.png Binary files differdeleted file mode 100755 index 9cb5131..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scale-slider-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scale-slider-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scale-slider-disabled.png Binary files differdeleted file mode 100755 index 2612f68..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scale-slider-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scale-slider-hover.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scale-slider-hover.png Binary files differdeleted file mode 100755 index c424a69..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scale-slider-hover.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scale-slider.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scale-slider.png Binary files differdeleted file mode 100755 index d4e8aaa..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scale-slider.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scale-vert-trough-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scale-vert-trough-active.png Binary files differdeleted file mode 100755 index d3b4973..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scale-vert-trough-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scale-vert-trough-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scale-vert-trough-disabled.png Binary files differdeleted file mode 100755 index e21f289..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scale-vert-trough-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scale-vert-trough.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scale-vert-trough.png Binary files differdeleted file mode 100755 index 9a481de..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scale-vert-trough.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-horz-slider-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-horz-slider-active.png Binary files differdeleted file mode 100755 index ca69d64..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-horz-slider-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-horz-slider-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-horz-slider-disabled.png Binary files differdeleted file mode 100755 index 0729686..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-horz-slider-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-horz-slider-hover.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-horz-slider-hover.png Binary files differdeleted file mode 100755 index 7d0e8cc..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-horz-slider-hover.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-horz-slider.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-horz-slider.png Binary files differdeleted file mode 100755 index 2d99b4c..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-horz-slider.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-horz-trough.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-horz-trough.png Binary files differdeleted file mode 100755 index 1e8e6a9..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-horz-trough.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-vert-ltr-slider-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-vert-ltr-slider-active.png Binary files differdeleted file mode 100755 index 16c91e0..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-vert-ltr-slider-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-vert-ltr-slider-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-vert-ltr-slider-disabled.png Binary files differdeleted file mode 100755 index 21573c1..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-vert-ltr-slider-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-vert-ltr-slider-hover.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-vert-ltr-slider-hover.png Binary files differdeleted file mode 100755 index 2178972..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-vert-ltr-slider-hover.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-vert-ltr-slider.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-vert-ltr-slider.png Binary files differdeleted file mode 100755 index 6a8818a..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-vert-ltr-slider.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-vert-ltr-trough.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-vert-ltr-trough.png Binary files differdeleted file mode 100755 index f2d22f3..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-vert-ltr-trough.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-vert-rtl-slider-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-vert-rtl-slider-active.png Binary files differdeleted file mode 100755 index 00b74fa..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-vert-rtl-slider-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-vert-rtl-slider-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-vert-rtl-slider-disabled.png Binary files differdeleted file mode 100755 index 40b68d9..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-vert-rtl-slider-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-vert-rtl-slider-hover.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-vert-rtl-slider-hover.png Binary files differdeleted file mode 100755 index 36c3799..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-vert-rtl-slider-hover.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-vert-rtl-slider.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-vert-rtl-slider.png Binary files differdeleted file mode 100755 index d71b41a..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-vert-rtl-slider.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-vert-rtl-trough.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-vert-rtl-trough.png Binary files differdeleted file mode 100755 index 104ed95..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/scrollbar-vert-rtl-trough.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-ltr-down-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-ltr-down-active.png Binary files differdeleted file mode 100755 index 4664f62..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-ltr-down-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-ltr-down-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-ltr-down-disabled.png Binary files differdeleted file mode 100755 index ba612a3..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-ltr-down-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-ltr-down-hover.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-ltr-down-hover.png Binary files differdeleted file mode 100755 index f3cb8f0..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-ltr-down-hover.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-ltr-down.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-ltr-down.png Binary files differdeleted file mode 100755 index 36b5e0d..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-ltr-down.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-ltr-up-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-ltr-up-active.png Binary files differdeleted file mode 100755 index e9481f7..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-ltr-up-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-ltr-up-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-ltr-up-disabled.png Binary files differdeleted file mode 100755 index 2724082..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-ltr-up-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-ltr-up-hover.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-ltr-up-hover.png Binary files differdeleted file mode 100755 index 5f5e397..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-ltr-up-hover.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-ltr-up.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-ltr-up.png Binary files differdeleted file mode 100755 index 4f11bcd..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-ltr-up.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-rtl-down-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-rtl-down-active.png Binary files differdeleted file mode 100755 index 1c3d088..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-rtl-down-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-rtl-down-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-rtl-down-disabled.png Binary files differdeleted file mode 100755 index bead205..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-rtl-down-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-rtl-down-hover.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-rtl-down-hover.png Binary files differdeleted file mode 100755 index d222372..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-rtl-down-hover.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-rtl-down.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-rtl-down.png Binary files differdeleted file mode 100755 index 8c6ff73..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-rtl-down.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-rtl-up-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-rtl-up-active.png Binary files differdeleted file mode 100755 index 4279e90..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-rtl-up-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-rtl-up-disabled.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-rtl-up-disabled.png Binary files differdeleted file mode 100755 index 98577f4..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-rtl-up-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-rtl-up-hover.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-rtl-up-hover.png Binary files differdeleted file mode 100755 index 0a4aa8c..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-rtl-up-hover.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-rtl-up.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-rtl-up.png Binary files differdeleted file mode 100755 index 590c5b6..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/spin-rtl-up.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/tab.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/tab.png Binary files differdeleted file mode 100755 index 7ed64df..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/tab.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/treeview-ltr-button-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/treeview-ltr-button-active.png Binary files differdeleted file mode 100755 index b655cc4..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/treeview-ltr-button-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/treeview-ltr-button-hover.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/treeview-ltr-button-hover.png Binary files differdeleted file mode 100755 index 30e051a..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/treeview-ltr-button-hover.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/treeview-ltr-button.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/treeview-ltr-button.png Binary files differdeleted file mode 100755 index 84a8070..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/treeview-ltr-button.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/treeview-rtl-button-active.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/treeview-rtl-button-active.png Binary files differdeleted file mode 100755 index 9c9dba6..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/treeview-rtl-button-active.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/treeview-rtl-button-hover.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/treeview-rtl-button-hover.png Binary files differdeleted file mode 100755 index 2b6469e..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/treeview-rtl-button-hover.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/treeview-rtl-button.png b/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/treeview-rtl-button.png Binary files differdeleted file mode 100755 index 8b2ab74..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/assets2/treeview-rtl-button.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/gtkrc b/gtk-and-openbox-theme/bliss/gtk-2.0/gtkrc deleted file mode 100755 index 8161e37..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/gtkrc +++ /dev/null @@ -1,34 +0,0 @@ -# Based on Bridge by ScionicSpectre and Adwaita by GNOME -# vim:set ts=2 sw=2 sts=2 ai et: -# -# This is the GTK+ 2 version of oomox-Sefia. It's whole purpose is to look as the -# GTK+ 3 version as much as possible until GTK+ 2 dies completely. -# -# Note: comments for explaining styles are on the bottom of each file beside the -# widget matches. - -# Declare the colours used throughout the theme. -# There shouldn't be any fiddling with them in the theme files themselves in -# order to not mess up the dark theme. - -# Text/base -gtk-color-scheme = "text_color:#664f3d\nbase_color:#f4ebd4" -# Foreground/background -gtk-color-scheme = "fg_color:#664f3d\nbg_color:#f4ebd4" -# Selected foreground/background -gtk-color-scheme = "selected_fg_color:#f4ebd4\nselected_bg_color:#24b7ab" -# Titlebar foreground/background -gtk-color-scheme = "titlebar_fg_color:#ffffff\ntitlebar_bg_color:#9e7e6a" -# Tooltips foreground/background -gtk-color-scheme = "tooltip_fg_color:#f4ebd4\ntooltip_bg_color:#616161" -# Links -gtk-color-scheme = "link_color:#24b7ab\nvisited_link_color:#E040FB" - -# Set GTK settings -gtk-auto-mnemonics = 1 -gtk-primary-button-warps-slider = 1 - -# And hand over the control to the theme files -include "main.rc" -include "apps.rc" -include "hacks.rc" diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/hacks.rc b/gtk-and-openbox-theme/bliss/gtk-2.0/hacks.rc deleted file mode 100755 index 96eb088..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/hacks.rc +++ /dev/null @@ -1,36 +0,0 @@ -# vim:set ft=gtkrc ts=2 sw=2 sts=2 ai et: -# -# This file contains horrible hacks to make this theme work with some programs -# This is mostly due to the limitations of gtk2 but sometimes its the fault of -# the programs themselves. Not going to point fingers. -# -# Either way, it's a WONTFIX for both, hence this horrible file. - -style "toplevel_hack" { - engine "adwaita" {} -} - -style "chrome_entry" { - base[NORMAL] = @base_color - base[INSENSITIVE] = @base_color -} - -style "vim_notebook" { - bg[NORMAL] = @base_color - bg[ACTIVE] = @bg_color -} - -# Vim puts an eventbox between the tab and the label and colours it, -# we need to handle that -widget "vim-main-window*GtkNotebook.GtkEventBox" style "vim_notebook" - -# (he)xchat input box -class "SexySpellEntry" style:highest "normal_entry" - -# Chromium uses base as the fill colour of its own entries -# This would be fine but Gtk+ uses it to fill the surrounding space, so its set to bg -# That results in Chromium using it for the fill, so we need to handle that -widget_class "*Chrom*<GtkEntry>" style "chrome_entry" - -# Hack to be able to match widgets in LibreOffice -class "GtkWindow" style "toplevel_hack" diff --git a/gtk-and-openbox-theme/bliss/gtk-2.0/main.rc b/gtk-and-openbox-theme/bliss/gtk-2.0/main.rc deleted file mode 100755 index 855a9b0..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-2.0/main.rc +++ /dev/null @@ -1,2781 +0,0 @@ -# vim:set ft=gtkrc ts=2 sw=2 sts=2 ai et: -# -# This is the main theme file, handling all the default widgets and theme -# properties. Since GTK+ 2 is old, we need to overcome some of its limitations, -# which is also mostly done in this file. Sadly not all of them can be overcome -# so there will always be a visible difference between the GTK+ 2 and 3 theme. - -style "default" { - xthickness = 1 - ythickness = 1 - - #################### - # Style Properties # - #################### - - GtkWidget::focus-padding = 0 - GtkWidget::focus-line-width = 2 - GtkWidget::focus-line-pattern = "\2\1" - - GtkToolbar::space-size = 2 # 1 + 2*2 (separator + margins) - GtkToolbar::internal-padding = 2 - GtkToolButton::icon-spacing = 2 - - GtkWidget::tooltip-radius = 2 - GtkWidget::tooltip-alpha = 230 - GtkWidget::new-tooltip-style = 1 #for compatibility - - GtkWidget::link-color = @link_color - GtkWidget::visited-link-color = @visited_link_color - GnomeHRef::link_color = @link_color - GtkHTML::link-color = @link_color - GtkHTML::vlink-color = @visited_link_color - GtkIMHtml::hyperlink-color = @link_color - GtkIMHtml::hyperlink-visited-color = @visited_link_color - - GtkSeparatorMenuItem::horizontal-padding = 0 - GtkSeparatorMenuItem::wide-separators = 1 - GtkSeparatorMenuItem::separator-height = 3 - - GtkButton::child-displacement-y = 0 - - GtkButton::default-border = {0, 0, 0, 0} - GtkButton::default-outside-border = {0, 0, 0, 0} - GtkButton::inner-border = {4, 4, 4, 4} - - GtkEntry::state-hint = 1 - GtkEntry::inner-border = {4, 4, 4, 4} - - GtkPaned::handle-size = 8 - GtkHPaned::handle-size = 8 - GtkVPaned::handle-size = 8 - - GtkScrollbar::trough-border = 0 - GtkRange::trough-border = 0 - GtkRange::slider-width = 17 - GtkRange::stepper-size = 0 - GtkRange::activate-slider = 1 - - GtkScrollbar::activate-slider = 1 - GtkScrollbar::stepper-size = 0 - GtkScrollbar::has-backward-stepper = 0 - GtkScrollbar::has-forward-stepper = 0 - GtkScrollbar::min-slider-length = 32 # 24 + 2*4 (margins) - GtkScrolledWindow::scrollbar-spacing = 0 - GtkScrolledWindow::scrollbars-within-bevel = 1 - - GtkScale::slider_length = 24 - GtkScale::slider_width = 24 - GtkScale::trough-side-details = 1 - - GtkProgressBar::min-horizontal-bar-height = 4 - GtkProgressBar::min-vertical-bar-width = 4 - GtkProgressBar::xspacing = 4 - GtkProgressBar::yspacing = 4 - - GtkStatusbar::shadow_type = GTK_SHADOW_NONE - GtkSpinButton::shadow_type = GTK_SHADOW_NONE - GtkMenuBar::shadow-type = GTK_SHADOW_NONE - GtkToolbar::shadow-type = GTK_SHADOW_NONE - # TODO: find out what this comment means: - # ( every window is misaligned for the sake of menus ): - GtkMenuBar::internal-padding = 0 - GtkMenu::horizontal-padding = 0 - GtkMenu::vertical-padding = 4 - GtkMenu::double-arrows = 0 - GtkMenuItem::arrow-scaling = 1 - GtkMenuItem::toggle-spacing = 12 - - GtkCheckButton::indicator-size = 24 - GtkCheckButton::indicator_spacing = 2 - GtkOptionMenu::indicator_spacing = {10, 10, 6, 6} - - GtkTreeView::expander-size = 16 - GtkTreeView::vertical-separator = 0 - GtkTreeView::horizontal-separator = 4 - GtkTreeView::allow-rules = 0 - # Set this because some apps read it - GtkTreeView::odd-row-color = @base_color - GtkTreeView::even-row-color = @base_color - - GtkExpander::expander-size = 16 - - GtkNotebook::tab-overlap = 0 - - ########## - # Colors # - ########## - - bg[NORMAL] = @bg_color - bg[PRELIGHT] = @bg_color - bg[SELECTED] = @selected_bg_color - bg[INSENSITIVE] = @bg_color - bg[ACTIVE] = @bg_color - - fg[NORMAL] = @fg_color - fg[PRELIGHT] = @fg_color - fg[SELECTED] = @selected_fg_color - fg[INSENSITIVE] = mix (0.4, @fg_color, @bg_color) - fg[ACTIVE] = @fg_color - - text[NORMAL] = @text_color - text[PRELIGHT] = @text_color - text[SELECTED] = @selected_fg_color - text[INSENSITIVE] = mix (0.4, @text_color, @base_color) - text[ACTIVE] = @selected_fg_color - - base[NORMAL] = @base_color - base[PRELIGHT] = mix (0.05, @text_color, @base_color) - base[SELECTED] = @selected_bg_color - base[INSENSITIVE] = mix (0.5, @base_color, @bg_color) - base[ACTIVE] = @selected_bg_color - - # For succinctness, all reasonable pixmap options remain here - - # Draw frame around menu in a non-compositied environment - # This needs to go before pixmap because we need to override some stuff - engine "adwaita" {} - - engine "pixmap" { - - ################# - # Check Buttons # - ################# - - image { - function = CHECK - state = NORMAL - shadow = OUT - overlay_file = "assets/checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = OUT - overlay_file = "assets/checkbox-unchecked-hover.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = OUT - overlay_file = "assets/checkbox-unchecked-active.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = SELECTED - shadow = OUT - overlay_file = "assets/checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/checkbox-unchecked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = NORMAL - shadow = IN - overlay_file = "assets/checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = IN - overlay_file = "assets/checkbox-checked-hover.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = IN - overlay_file = "assets/checkbox-checked-active.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = SELECTED - shadow = IN - overlay_file = "assets/checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = IN - overlay_file = "assets/checkbox-checked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = NORMAL - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed-hover.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed-active.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = SELECTED - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = ETCHED_IN - overlay_file = "assets/checkbox-mixed-disabled.png" - overlay_stretch = FALSE - } - - ################# - # Radio Buttons # - ################# - - image { - function = OPTION - state = NORMAL - shadow = OUT - overlay_file = "assets/radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = OUT - overlay_file = "assets/radio-unchecked-hover.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = OUT - overlay_file = "assets/radio-unchecked-active.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = SELECTED - shadow = OUT - overlay_file = "assets/radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/radio-unchecked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = NORMAL - shadow = IN - overlay_file = "assets/radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = IN - overlay_file = "assets/radio-checked-hover.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = IN - overlay_file = "assets/radio-checked-active.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = SELECTED - shadow = IN - overlay_file = "assets/radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = IN - overlay_file = "assets/radio-checked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = NORMAL - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed-hover.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed-active.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = SELECTED - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = ETCHED_IN - overlay_file = "assets/radio-mixed-disabled.png" - overlay_stretch = FALSE - } - - ########## - # Arrows # - ########## - - # Overrides - - # Disable arrows in spinbuttons - image { - function = ARROW - detail = "spinbutton" - } - - # Disable arrows for qt in scrollbars - - image { - function = ARROW - detail = "vscrollbar" - } - - image { - function = ARROW - detail = "hscrollbar" - } - - # Menu arrows - - image { - function = ARROW - state = NORMAL - detail = "menuitem" - overlay_file = "assets/pan-left.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = PRELIGHT - detail = "menuitem" - overlay_file = "assets/pan-left.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = INSENSITIVE - detail = "menuitem" - overlay_file = "assets/pan-left-disabled.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = NORMAL - detail = "menuitem" - overlay_file = "assets/pan-right.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = PRELIGHT - detail = "menuitem" - overlay_file = "assets/pan-right.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = INSENSITIVE - detail = "menuitem" - overlay_file = "assets/pan-right-disabled.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = INSENSITIVE - detail = "menu_scroll_arrow_up" - overlay_file = "assets/pan-up-disabled.png" - overlay_stretch = FALSE - } - - image { - function = ARROW - detail = "menu_scroll_arrow_up" - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - } - - image { - function = ARROW - state = INSENSITIVE - detail = "menu_scroll_arrow_down" - overlay_file = "assets/pan-down-disabled.png" - overlay_stretch = FALSE - } - - image { - function = ARROW - detail = "menu_scroll_arrow_down" - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - # Regular arrows - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-up-alt.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/pan-up-alt-disabled.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/pan-down-alt-disabled.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-left-alt.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-left.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-left.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/pan-left-alt-disabled.png" - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-right-alt.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-right.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-right.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/pan-right-alt-disabled.png" - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - ###################### - # Option Menu Arrows # - ###################### - - image { - function = TAB - state = NORMAL - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - } - - image { - function = TAB - state = PRELIGHT - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = TAB - state = ACTIVE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - } - - image { - function = TAB - state = INSENSITIVE - overlay_file = "assets/pan-down-alt-disabled.png" - overlay_stretch = FALSE - } - - ######### - # Lines # - ######### - - image { - function = VLINE - file = "assets/border.png" - border = {1, 0, 0, 0} - } - - image { - function = HLINE - file = "assets/border.png" - border = {0, 0, 1, 0} - } - - ######### - # Focus # - ######### - - image { - function = FOCUS - file = "assets/focus.png" - border = {2, 2, 2, 2} - stretch = TRUE - } - - ########### - # Handles # - ########### - - image { - function = HANDLE - detail = "handlebox" - overlay_file = "assets/handle-vert.png" - overlay_stretch = FALSE - } - - image { - function = HANDLE - state = NORMAL - overlay_file = "assets/handle-horz.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - image { - function = HANDLE - state = PRELIGHT - overlay_file = "assets/handle-horz-hover.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - image { - function = HANDLE - state = ACTIVE - overlay_file = "assets/handle-horz-active.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - image { - function = HANDLE - state = NORMAL - overlay_file = "assets/handle-vert.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - - image { - function = HANDLE - state = PRELIGHT - overlay_file = "assets/handle-vert-hover.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - - image { - function = HANDLE - state = ACTIVE - overlay_file = "assets/handle-vert-active.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - - image { - function = RESIZE_GRIP - } - - ############# - # Expanders # - ############# - - image { - function = EXPANDER - expander_style = EXPANDED - state = NORMAL - file = "assets/pan-down-alt.png" - } - - image { - function = EXPANDER - expander_style = EXPANDED - state = PRELIGHT - file = "assets/pan-down.png" - } - - image { - function = EXPANDER - expander_style = EXPANDED - state = ACTIVE - file = "assets/pan-down.png" - } - - image { - function = EXPANDER - expander_style = EXPANDED - state = INSENSITIVE - file = "assets/pan-down-alt-disabled.png" - } - - # LTR - - image { - function = EXPANDER - expander_style = COLLAPSED - state = NORMAL - file = "assets/pan-right-alt.png" - direction = LTR - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = PRELIGHT - file = "assets/pan-right.png" - direction = LTR - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = ACTIVE - file = "assets/pan-right.png" - direction = LTR - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = INSENSITIVE - file = "assets/pan-right-alt-disabled.png" - direction = LTR - } - - image { - function = EXPANDER - expander_style = SEMI_COLLAPSED - file = "assets/pan-right-semi.png" - direction = LTR - } - - image { - function = EXPANDER - expander_style = SEMI_EXPANDED - file = "assets/pan-right-semi.png" - direction = LTR - } - - # RTL - - image { - function = EXPANDER - expander_style = COLLAPSED - state = NORMAL - file = "assets/pan-left-alt.png" - direction = RTL - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = PRELIGHT - file = "assets/pan-left.png" - direction = RTL - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = ACTIVE - file = "assets/pan-left.png" - direction = RTL - } - - image { - function = EXPANDER - expander_style = COLLAPSED - state = INSENSITIVE - file = "assets/pan-left-alt-disabled.png" - direction = RTL - } - - image { - function = EXPANDER - expander_style = SEMI_COLLAPSED - file = "assets/pan-left-semi.png" - direction = RTL - } - - image { - function = EXPANDER - expander_style = SEMI_EXPANDED - file = "assets/pan-left-semi.png" - direction = RTL - } - - ############# - # Notebooks # - ############# - - # Left - - image { - function = EXTENSION - state = NORMAL - file = "assets/tab.png" - border = {0, 1, 0, 0} - stretch = TRUE - gap_side = RIGHT - } - - image { - function = EXTENSION - gap_side = RIGHT - } - - # Right - - image { - function = EXTENSION - state = NORMAL - file = "assets/tab.png" - border = {1, 0, 0, 0} - stretch = TRUE - gap_side = LEFT - } - - image { - function = EXTENSION - gap_side = LEFT - } - - # Up - - image { - function = EXTENSION - state = NORMAL - file = "assets/tab.png" - border = {0, 0, 0, 1} - stretch = TRUE - gap_side = BOTTOM - } - - image { - function = EXTENSION - gap_side = BOTTOM - } - - # Down - - image { - function = EXTENSION - state = NORMAL - file = "assets/tab.png" - border = {0, 0, 1, 0} - stretch = TRUE - gap_side = TOP - } - - image { - function = EXTENSION - gap_side = TOP - } - - # Inner frame - - image { - function = BOX_GAP - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - gap_file = "assets/tab.png" - gap_border = {1, 0, 0, 0} - gap_side = LEFT - } - - image { - function = BOX_GAP - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - gap_file = "assets/tab.png" - gap_border = {0, 1, 0, 0} - gap_side = RIGHT - } - - image { - function = BOX_GAP - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - gap_file = "assets/tab.png" - gap_border = {0, 0, 1, 0} - gap_side = TOP - } - - image { - function = BOX_GAP - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - gap_file = "assets/tab.png" - gap_border = {0, 0, 0, 1} - gap_side = BOTTOM - } - - # Standalone frame - image { - function = BOX - detail = "notebook" - file = "assets/frame-notebook.png" - border = {1, 1, 1, 1} - stretch = TRUE - } - - ############## - # Scrollbars # - ############## - - image { - function = BOX - detail = "trough" - file = "assets/scrollbar-horz-trough.png" - border = {0, 0, 1, 0} - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough" - file = "assets/scrollbar-vert-ltr-trough.png" - border = {1, 0, 0, 0} - orientation = VERTICAL - direction = LTR - } - - image { - function = BOX - detail = "trough" - file = "assets/scrollbar-vert-rtl-trough.png" - border = {0, 1, 0, 0} - orientation = VERTICAL - direction = RTL - } - - # Horizontal sliders - - image { - function = SLIDER - state = NORMAL - detail = "slider" - file = "assets/scrollbar-horz-slider.png" - border = {8, 8, 9, 8 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = SLIDER - state = PRELIGHT - detail = "slider" - file = "assets/scrollbar-horz-slider-hover.png" - border = {8, 8, 9, 8 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = SLIDER - state = ACTIVE - detail = "slider" - file = "assets/scrollbar-horz-slider-active.png" - border = {8, 8, 9, 8 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = SLIDER - state = INSENSITIVE - detail = "slider" - file = "assets/scrollbar-horz-slider-disabled.png" - border = {8, 8, 9, 8 } - stretch = TRUE - orientation = HORIZONTAL - } - - # Vertical sliders - - image { - function = SLIDER - state = NORMAL - detail = "slider" - file = "assets/scrollbar-vert-ltr-slider.png" - border = {9, 8, 8, 8} - stretch = TRUE - orientation = VERTICAL - direction = LTR - } - - image { - function = SLIDER - state = PRELIGHT - detail = "slider" - file = "assets/scrollbar-vert-ltr-slider-hover.png" - border = {9, 8, 8, 8} - stretch = TRUE - orientation = VERTICAL - direction = LTR - } - - image { - function = SLIDER - state = ACTIVE - detail = "slider" - file = "assets/scrollbar-vert-ltr-slider-active.png" - border = {9, 8, 8, 8} - stretch = TRUE - orientation = VERTICAL - direction = LTR - } - - image { - function = SLIDER - state = INSENSITIVE - detail = "slider" - file = "assets/scrollbar-vert-ltr-slider-disabled.png" - border = {9, 8, 8, 8} - stretch = TRUE - orientation = VERTICAL - direction = LTR - } - - # RTL - - image { - function = SLIDER - state = NORMAL - detail = "slider" - file = "assets/scrollbar-vert-rtl-slider.png" - border = {8, 9, 8, 8} - stretch = TRUE - orientation = VERTICAL - direction = RTL - } - - image { - function = SLIDER - state = PRELIGHT - detail = "slider" - file = "assets/scrollbar-vert-rtl-slider-hover.png" - border = {8, 9, 8, 8} - stretch = TRUE - orientation = VERTICAL - direction = RTL - } - - image { - function = SLIDER - state = ACTIVE - detail = "slider" - file = "assets/scrollbar-vert-rtl-slider-active.png" - border = {8, 9, 8, 8} - stretch = TRUE - orientation = VERTICAL - direction = RTL - } - - image { - function = SLIDER - state = INSENSITIVE - detail = "slider" - file = "assets/scrollbar-vert-rtl-slider-disabled.png" - border = {8, 9, 8, 8} - stretch = TRUE - orientation = VERTICAL - direction = RTL - } - - ########## - # Scales # - ########## - - # Troughs, overrided later on. We set them here too because some widgets - # don't specify their orientation. - - image { - function = BOX - detail = "trough-upper" - file = "assets/scale-horz-trough.png" - border = {6, 6, 0, 0} - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - state = INSENSITIVE - detail = "trough-upper" - file = "assets/scale-horz-trough-disabled.png" - border = {6, 6, 0, 0} - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough-lower" - file = "assets/scale-horz-trough-active.png" - border = {6, 6, 0, 0} - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - state = INSENSITIVE - detail = "trough-lower" - file = "assets/scale-horz-trough-disabled.png" - border = {6, 6, 0, 0} - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough-upper" - file = "assets/scale-vert-trough.png" - border = {0, 0, 6, 6} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = BOX - state = INSENSITIVE - detail = "trough-upper" - file = "assets/scale-vert-trough-disabled.png" - border = {0, 0, 6, 6} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = BOX - detail = "trough-lower" - file = "assets/scale-vert-trough-active.png" - border = {0, 0, 6, 6} - stretch = TRUE - orientation = VERTICAL - } - - image { - function = BOX - state = INSENSITIVE - detail = "trough-lower" - file = "assets/scale-vert-trough-disabled.png" - border = {0, 0, 6, 6} - stretch = TRUE - orientation = VERTICAL - } - - # Sliders - - image { - function = SLIDER - state = NORMAL - detail = "hscale" - file = "assets/scale-slider.png" - } - - image { - function = SLIDER - state = PRELIGHT - detail = "hscale" - file = "assets/scale-slider-hover.png" - } - - image { - function = SLIDER - state = ACTIVE - detail = "hscale" - file = "assets/scale-slider-active.png" - } - - image { - function = SLIDER - state = INSENSITIVE - detail = "hscale" - file = "assets/scale-slider-disabled.png" - } - - image { - function = SLIDER - state = NORMAL - detail = "vscale" - file = "assets/scale-slider.png" - } - - image { - function = SLIDER - state = PRELIGHT - detail = "vscale" - file = "assets/scale-slider-hover.png" - } - - image { - function = SLIDER - state = ACTIVE - detail = "vscale" - file = "assets/scale-slider-active.png" - } - - image { - function = SLIDER - state = INSENSITIVE - detail = "vscale" - file = "assets/scale-slider-disabled.png" - } - - ########### - # Menubar # - ########### - - # image { - # function = BOX - # detail = "menubar" - # file = "assets/border.png" - # border = {0, 0, 0, 1} - # } - - ######### - # Menus # - ######### - - image { - function = BOX - state = PRELIGHT - detail = "menu_scroll_arrow_up" - file = "assets/border.png" - } - - image { - function = BOX - detail = "menu_scroll_arrow_up" - file = "assets/border.png" - border = {0, 0, 0, 1} - } - - image { - function = BOX - state = PRELIGHT - detail = "menu_scroll_arrow_down" - file = "assets/border.png" - } - - image { - function = BOX - detail = "menu_scroll_arrow_down" - file = "assets/border.png" - border = {0, 0, 1, 0} - } - - ########### - # Entries # - ########### - - image { - function = SHADOW - state = ACTIVE - detail = "entry" - file = "assets/entry-active.png" - border = {8, 8, 8, 8} - stretch = TRUE - } - - image { - function = SHADOW - state = INSENSITIVE - detail = "entry" - file = "assets/entry-disabled.png" - border = {8, 8, 8, 8} - stretch = TRUE - } - - image { - function = SHADOW - detail = "entry" - file = "assets/entry.png" - border = {8, 8, 8, 8} - stretch = TRUE - } - - image { - function = FLAT_BOX - state = ACTIVE - detail = "entry_bg" - file = "assets/entry-background.png" - } - - image { - function = FLAT_BOX - state = INSENSITIVE - detail = "entry_bg" - file = "assets/entry-background-disabled.png" - } - - image { - function = FLAT_BOX - detail = "entry_bg" - file = "assets/entry-background.png" - } - - ######### - # Spins # - ######### - - # Spin-Up LTR - - image { - function = BOX - state = NORMAL - detail = "spinbutton_up" - file = "assets/spin-ltr-up.png" - border = {0, 8, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up-alt.png" - overlay_stretch = FALSE - direction = LTR - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_up" - file = "assets/spin-ltr-up-hover.png" - border = {0, 8, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - direction = LTR - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_up" - file = "assets/spin-ltr-up-active.png" - border = {0, 8, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - direction = LTR - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_up" - file = "assets/spin-ltr-up-disabled.png" - border = {0, 8, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up-alt-disabled.png" - overlay_stretch = FALSE - direction = LTR - } - - # Spin-Up RTL - - image { - function = BOX - state = NORMAL - detail = "spinbutton_up" - file = "assets/spin-rtl-up.png" - border = {8, 0, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up-alt.png" - overlay_stretch = FALSE - direction = RTL - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_up" - file = "assets/spin-rtl-up-hover.png" - border = {8, 0, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - direction = RTL - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_up" - file = "assets/spin-rtl-up-hover.png" - border = {8, 0, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - direction = RTL - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_up" - file = "assets/spin-rtl-up-disabled.png" - border = {8, 0, 8, 0} - stretch = TRUE - overlay_file = "assets/pan-up-alt-disabled.png" - overlay_stretch = FALSE - direction = RTL - } - - # Spin-Down LTR - - image { - function = BOX - state = NORMAL - detail = "spinbutton_down" - file = "assets/spin-ltr-down.png" - border = {0, 8, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - direction = LTR - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_down" - file = "assets/spin-ltr-down-hover.png" - border = {0, 8, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - direction = LTR - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_down" - file = "assets/spin-ltr-down-active.png" - border = {0, 8, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - direction = LTR - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_down" - file = "assets/spin-ltr-down-disabled.png" - border = {0, 8, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down-alt-disabled.png" - overlay_stretch = FALSE - direction = LTR - } - - # Spin-Down RTL - - image { - function = BOX - state = NORMAL - detail = "spinbutton_down" - file = "assets/spin-rtl-down.png" - border = {8, 0, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - direction = RTL - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_down" - file = "assets/spin-rtl-down-hover.png" - border = {8, 0, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - direction = RTL - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_down" - file = "assets/spin-rtl-down-active.png" - border = {8, 0, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - direction = RTL - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_down" - file = "assets/spin-rtl-down-disabled.png" - border = {8, 0, 0, 8} - stretch = TRUE - overlay_file = "assets/pan-down-alt-disabled.png" - overlay_stretch = FALSE - direction = RTL - } - - ############## - # Scrollbars # - ############## - - image { - function = BOX - detail = "bar" - file = "assets/progressbar-progress.png" - stretch = TRUE - border = {0, 0, 0, 0} - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "bar" - file = "assets/progressbar-progress.png" - stretch = TRUE - border = {0, 0, 0, 0} - orientation = VERTICAL - } - - ############# - # Treeviews # - ############# - - # Disable active the column highlight - # We need to match specific cells or we break stuff - # Looking at you deadbeef - - image { - function = FLAT_BOX - detail = "cell_even_sorted" - state = NORMAL - } - - image { - function = FLAT_BOX - detail = "cell_odd_sorted" - state = NORMAL - } - - # Disable all the other shadows - # This prevents the Raleigh effect - image { - function = SHADOW - } - } -} - -style "menubar" { - bg[NORMAL] = @titlebar_bg_color - fg[NORMAL] = mix(0.7, @titlebar_fg_color, @titlebar_bg_color) - fg[PRELIGHT] = @titlebar_fg_color - fg[INSENSITIVE] = mix(0.3, @titlebar_fg_color, @titlebar_bg_color) - # Needed to fix Firefox's menubar text - bg[SELECTED] = mix(0.15, @titlebar_fg_color, @titlebar_bg_color) - fg[SELECTED] = @titlebar_fg_color -} - -style "menubar_item" { - xthickness = 3 - ythickness = 4 - - fg[NORMAL] = mix(0.7, @titlebar_fg_color, @titlebar_bg_color) - bg[PRELIGHT] = mix(0.15, @titlebar_fg_color, @titlebar_bg_color) - fg[PRELIGHT] = @titlebar_fg_color - fg[INSENSITIVE] = mix(0.3, @titlebar_fg_color, @titlebar_bg_color) -} - -style "menu" { - xthickness = 0 - ythickness = 0 - - bg[NORMAL] = @base_color - bg[INSENSITIVE] = @base_color - bg[PRELIGHT] = @base_color - bg[SELECTED] = mix(0.15, @fg_color, @base_color) -} - -style "menu_item" { - xthickness = 4 - ythickness = 4 - - bg[PRELIGHT] = mix(0.15, @fg_color, @base_color) - fg[PRELIGHT] = @fg_color - # Chromium uses this setting - bg[SELECTED] = mix(0.15, @fg_color, @base_color) - text[SELECTED] = @fg_color - # Some widgets use text, we need to handle that - text[NORMAL] = @fg_color - text[PRELIGHT] = @fg_color - - # Unfortunately we can't tell regular and menu checks/radios apart - # Without the heirarchy - engine "pixmap" { - - ################# - # Check Buttons # - ################# - - image { - function = CHECK - state = NORMAL - shadow = OUT - overlay_file = "assets/menu-checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = OUT - overlay_file = "assets/menu-checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = OUT - overlay_file = "assets/menu-checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/menu-checkbox-unchecked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = NORMAL - shadow = IN - overlay_file = "assets/menu-checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = IN - overlay_file = "assets/menu-checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = IN - overlay_file = "assets/menu-checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = IN - overlay_file = "assets/menu-checkbox-checked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = NORMAL - shadow = ETCHED_IN - overlay_file = "assets/menu-checkbox-mixed.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = PRELIGHT - shadow = ETCHED_IN - overlay_file = "assets/menu-checkbox-mixed.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = ACTIVE - shadow = ETCHED_IN - overlay_file = "assets/menu-checkbox-mixed.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - state = INSENSITIVE - shadow = ETCHED_IN - overlay_file = "assets/menu-checkbox-mixed-disabled.png" - overlay_stretch = FALSE - } - - ################# - # Radio Buttons # - ################# - - image { - function = OPTION - state = NORMAL - shadow = OUT - overlay_file = "assets/menu-radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = OUT - overlay_file = "assets/menu-radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = OUT - overlay_file = "assets/menu-radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/menu-radio-unchecked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = NORMAL - shadow = IN - overlay_file = "assets/menu-radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = IN - overlay_file = "assets/menu-radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = IN - overlay_file = "assets/menu-radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = IN - overlay_file = "assets/menu-radio-checked-disabled.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = NORMAL - shadow = ETCHED_IN - overlay_file = "assets/menu-radio-mixed.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = ETCHED_IN - overlay_file = "assets/menu-radio-mixed.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = ETCHED_IN - overlay_file = "assets/menu-radio-mixed.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = ETCHED_IN - overlay_file = "assets/menu-radio-mixed-disabled.png" - overlay_stretch = FALSE - } - } -} - -style "separator_menu_item" { - xthickness = 0 - ythickness = 2 - - engine "pixmap" { - image { - function = BOX - file = "assets/border.png" - border = {0, 0, 0, 1} - } - } -} - -style "button_label" { - fg[NORMAL] = mix(0.75, @fg_color, @bg_color) - # fg[INSENSITIVE] = mix(0.3, @fg_color, @bg_color) - - font_name = "Medium" -} - -style "checkbutton_label" { - fg[NORMAL] = @fg_color - # fg[INSENSITIVE] = mix(0.4, @fg_color, @bg_color) - - font_name = "Regular" -} - -style "button" { - xthickness = 4 - ythickness = 4 - - # For the sake of sanity style buttons this way - engine "pixmap" { - - ########### - # Buttons # - ########### - - image { - function = BOX - state = NORMAL - file = "assets/button.png" - border = {8, 8, 8, 8} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - shadow = OUT - file = "assets/button-hover.png" - border = {8, 8, 8, 8} - stretch = TRUE - } - - # Don't add hover effect on pressed buttons - image { - function = BOX - state = PRELIGHT - shadow = IN - file = "assets/button-active.png" - border = {8, 8, 8, 8} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - file = "assets/button-active.png" - border = {8, 8, 8, 8} - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - file = "assets/button-disabled.png" - border = {8, 8, 8, 8} - stretch = TRUE - } - } -} - -style "link_button" { - # Disable the button effect, leave just the link - engine "pixmap" { - image { - function = BOX - } - } -} - -style "entry" { - # We set this same as the border of the border of the entry - # This way there's no overlap - xthickness = 6 - ythickness = 6 -} - -style "combobox" { - xthickness = 6 - ythickness = 6 - - # This affects only the button beside an entry - GtkButton::inner-border = {0, 0, 0, 0} -} - -style "combobox_cellview" { - text[NORMAL] = mix(0.75, @fg_color, @bg_color) - # text[INSENSITIVE] = mix(0.3, @fg_color, @bg_color) - - font_name = "Medium" -} - -style "combobox_entry" { - # Since one side of the button is missing, we need to shift the arrow a little to the right - GtkButton::inner-border = {0, 2, 0, 0} - - engine "pixmap" { - - ############# - # LTR entry # - ############# - - image { - function = SHADOW - state = NORMAL - detail = "entry" - file = "assets/combo-ltr-entry.png" - border = {8, 0, 8, 8} - stretch = TRUE - direction = LTR - } - - image { - function = SHADOW - state = ACTIVE - detail = "entry" - file = "assets/combo-ltr-entry-active.png" - border = {8, 0, 8, 8} - stretch = TRUE - direction = LTR - } - - image { - function = SHADOW - state = INSENSITIVE - detail = "entry" - file = "assets/combo-ltr-entry-disabled.png" - border = {8, 0, 8, 8} - stretch = TRUE - direction = LTR - } - - ############# - # RTL entry # - ############# - - image { - function = SHADOW - state = NORMAL - detail = "entry" - file = "assets/combo-rtl-entry.png" - border = {0, 8, 8, 8} - stretch = TRUE - direction = RTL - } - - image { - function = SHADOW - state = ACTIVE - detail = "entry" - file = "assets/combo-rtl-entry-active.png" - border = {0, 8, 8, 8} - stretch = TRUE - direction = RTL - } - - image { - function = SHADOW - state = INSENSITIVE - detail = "entry" - file = "assets/combo-rtl-entry-disabled.png" - border = {0, 8, 8, 8} - stretch = TRUE - direction = RTL - } - - ############## - # LTR button # - ############## - - image { - function = BOX - state = NORMAL - detail = "button" - file = "assets/combo-ltr-button.png" - border = {0, 8, 8, 8} - stretch = TRUE - direction = LTR - } - - image { - function = BOX - state = PRELIGHT - detail = "button" - file = "assets/combo-ltr-button-hover.png" - border = {0, 8, 8, 8} - stretch = TRUE - direction = LTR - } - - image { - function = BOX - state = ACTIVE - detail = "button" - file = "assets/combo-ltr-button-active.png" - border = {0, 8, 8, 8} - stretch = TRUE - direction = LTR - } - - image { - function = BOX - state = INSENSITIVE - detail = "button" - file = "assets/combo-ltr-button-disabled.png" - border = {0, 8, 8, 8} - stretch = TRUE - direction = LTR - } - - ############## - # RTL button # - ############## - - image { - function = BOX - state = NORMAL - detail = "button" - file = "assets/combo-rtl-button.png" - border = {8, 0, 8, 8} - stretch = TRUE - direction = RTL - } - - image { - function = BOX - state = PRELIGHT - detail = "button" - file = "assets/combo-rtl-button-hover.png" - border = {8, 0, 8, 8} - stretch = TRUE - direction = RTL - } - - image { - function = BOX - state = ACTIVE - detail = "button" - file = "assets/combo-rtl-button-active.png" - border = {8, 0, 8, 8} - stretch = TRUE - direction = RTL - } - - image { - function = BOX - state = INSENSITIVE - detail = "button" - file = "assets/combo-rtl-button-disabled.png" - border = {8, 0, 8, 8} - stretch = TRUE - direction = RTL - } - } -} - -style "combo_button_padding" { - # Since one side of the button is missing, we need to shift the arrow a - # little to the right. - # This is the same thing we've done above but the combo, unlike the combobox, - # uses padding the same way as a button. - GtkButton::inner-border = {3, 6, 3, 3} -} - -style "notebook" { - xthickness = 3 - ythickness = 3 -} - -style "notebook_tab_label" { - fg[ACTIVE] = mix(0.75, @fg_color, @bg_color) - - font_name = "Medium" -} - -style "notebook_viewport" { - bg[NORMAL] = @base_color -} - -style "notebook_bg" { - bg[NORMAL] = @base_color - bg[PRELIGHT] = @base_color - bg[INSENSITIVE] = @base_color -} - -style "notebook_entry" { - engine "pixmap" { - image { - function = SHADOW - state = ACTIVE - detail = "entry" - file = "assets/notebook-entry-active.png" - border = {8, 8, 8, 8} - stretch = TRUE - } - - image { - function = SHADOW - state = INSENSITIVE - detail = "entry" - file = "assets/notebook-entry-disabled.png" - border = {8, 8, 8, 8} - stretch = TRUE - } - - image { - function = SHADOW - detail = "entry" - file = "assets/notebook-entry.png" - border = {8, 8, 8, 8} - stretch = TRUE - } - } -} - -style "normal_bg" { - bg[NORMAL] = @bg_color - bg[PRELIGHT] = @bg_color - bg[INSENSITIVE] = @bg_color -} - -style "normal_entry" { - engine "pixmap" { - image { - function = SHADOW - state = ACTIVE - detail = "entry" - file = "assets/entry-active.png" - border = {8, 8, 8, 8} - stretch = TRUE - } - - image { - function = SHADOW - state = INSENSITIVE - detail = "entry" - file = "assets/entry-disabled.png" - border = {8, 8, 8, 8} - stretch = TRUE - } - - image { - function = SHADOW - detail = "entry" - file = "assets/entry.png" - border = {8, 8, 8, 8} - stretch = TRUE - } - } -} - -style "notebook_combo" { - engine "pixmap" { - - ############# - # LTR entry # - ############# - - image { - function = SHADOW - state = NORMAL - detail = "entry" - file = "assets/notebook-combo-ltr-entry.png" - border = {8, 8, 8, 8} - stretch = TRUE - direction = LTR - } - - image { - function = SHADOW - state = ACTIVE - detail = "entry" - file = "assets/notebook-combo-ltr-entry-active.png" - border = {8, 8, 8, 8} - stretch = TRUE - direction = LTR - } - - image { - function = SHADOW - state = INSENSITIVE - detail = "entry" - file = "assets/notebook-combo-ltr-entry-disabled.png" - border = {8, 8, 8, 8} - stretch = TRUE - direction = LTR - } - - ############# - # RTL entry # - ############# - - image { - function = SHADOW - state = NORMAL - detail = "entry" - file = "assets/notebook-combo-rtl-entry.png" - border = {8, 8, 8, 8} - stretch = TRUE - direction = RTL - } - - image { - function = SHADOW - state = ACTIVE - detail = "entry" - file = "assets/notebook-combo-rtl-entry-active.png" - border = {8, 8, 8, 8} - stretch = TRUE - direction = RTL - } - - image { - function = SHADOW - state = INSENSITIVE - detail = "entry" - file = "assets/notebook-combo-rtl-entry-disabled.png" - border = {8, 8, 8, 8} - stretch = TRUE - direction = RTL - } - } -} - -style "textview" { - bg[NORMAL] = @base_color -} - -style "scale_horz" { - engine "pixmap" { - image { - function = BOX - detail = "trough-upper" - file = "assets/scale-horz-trough.png" - border = {6, 6, 0, 0} - stretch = TRUE - } - - image { - function = BOX - detail = "trough-lower" - file = "assets/scale-horz-trough-active.png" - border = {6, 6, 0, 0} - stretch = TRUE - } - } -} - -style "scale_vert" { - engine "pixmap" { - image { - function = BOX - detail = "trough-upper" - file = "assets/scale-vert-trough.png" - border = {0, 0, 6, 6} - stretch = TRUE - } - - image { - function = BOX - detail = "trough-lower" - file = "assets/scale-vert-trough-active.png" - border = {0, 0, 6, 6} - stretch = TRUE - } - } -} - -style "progressbar" { - xthickness = 0 - ythickness = 0 - - fg[PRELIGHT] = @selected_fg_color - - engine "pixmap" { - image { - function = BOX - detail = "trough" - file = "assets/progressbar-trough.png" - border = {0, 0, 0, 0} - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough" - file = "assets/progressbar-trough.png" - border = {0, 0, 0, 0} - stretch = TRUE - orientation = VERTICAL - } - } -} - -style "treeview_header" { - xthickness = 2 - ythickness = 2 - - fg[NORMAL] = mix(0.75, @fg_color, @base_color) - fg[PRELIGHT] = @fg_color - - font_name = "Medium" - - GtkButton::inner-border = {4, 4, 0, 2} - - engine "pixmap" { - image { - function = BOX - state = NORMAL - file = "assets/treeview-ltr-button.png" - border = {0, 1, 0, 1} - stretch = TRUE - direction = LTR - } - - image { - function = BOX - state = PRELIGHT - file = "assets/treeview-ltr-button-hover.png" - border = {0, 1, 0, 1} - stretch = TRUE - direction = LTR - } - - image { - function = BOX - state = ACTIVE - file = "assets/treeview-ltr-button-active.png" - border = {0, 1, 0, 1} - stretch = TRUE - direction = LTR - } - - image { - function = BOX - state = NORMAL - file = "assets/treeview-rtl-button.png" - border = {1, 0, 0, 1} - stretch = TRUE - direction = RTL - } - - image { - function = BOX - state = PRELIGHT - file = "assets/treeview-rtl-button-hover.png" - border = {1, 0, 0, 1} - stretch = TRUE - direction = RTL - } - - image { - function = BOX - state = ACTIVE - file = "assets/treeview-rtl-button-active.png" - border = {1, 0, 0, 1} - stretch = TRUE - direction = RTL - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-up-alt.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-up.png" - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/pan-down-alt.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/pan-down.png" - overlay_stretch = FALSE - arrow_direction = DOWN - } - } -} - -style "scrolled_window" { - engine "pixmap" { - image { - function = SHADOW - file = "assets/frame.png" - border = {1, 1, 1, 1} - stretch = TRUE - } - } -} - -style "frame" { - engine "pixmap" { - image { - function = SHADOW - shadow = NONE - } - - image { - function = SHADOW - file = "assets/frame.png" - border = {1, 1, 1, 1} - stretch = TRUE - } - - image { - function = SHADOW_GAP - file = "assets/frame.png" - border = {1, 1, 1, 1} - stretch = TRUE - gap_start_file = "assets/border.png" - gap_end_file = "assets/border.png" - } - } -} - -style "tool_button" { - GtkButton::inner-border = {2, 2, 2, 2} - - # For the sake of sanity style buttons this way - engine "pixmap" { - image { - function = BOX - state = NORMAL - file = "assets/flat-button.png" - border = {8, 8, 8, 8} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - shadow = OUT - file = "assets/flat-button-hover.png" - border = {8, 8, 8, 8} - stretch = TRUE - } - - # Don't add hover effect on pressed buttons - image { - function = BOX - state = PRELIGHT - shadow = IN - file = "assets/flat-button-active.png" - border = {8, 8, 8, 8} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - file = "assets/flat-button-active.png" - border = {8, 8, 8, 8} - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - shadow = OUT - file = "assets/flat-button-disabled.png" - border = {8, 8, 8, 8} - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - shadow = IN - file = "assets/button-disabled.png" - border = {8, 8, 8, 8} - stretch = TRUE - } - } -} - -style "toolbar_separator" { - GtkWidget::wide-separators = 1 - GtkWidget::separator-width = 1 - GtkWidget::separator-height = 1 - - engine "pixmap" { - image { - function = BOX - file = "assets/border.png" - } - } -} - -style "inline_toolbar" { - # GtkToolbar::button-relief = GTK_RELIEF_NORMAL - - engine "pixmap" { - image { - function = BOX - file = "assets/frame-inline.png" - border = {1, 1, 0, 1} - stretch = TRUE - } - } -} - -style "tooltip" { - xthickness = 8 - ythickness = 8 - - bg[NORMAL] = @tooltip_bg_color - fg[NORMAL] = @tooltip_fg_color - bg[SELECTED] = @tooltip_bg_color -} - -style "disable_text_shadow" { - engine "murrine" { - textstyle = 0 - } -} - -style "disable_separator" { - xthickness = 0 - ythickness = 0 - - GtkWidget::wide-separators = 1 -} - -# Default style, containing theme properties and trying to match every widget as -# much as possible, which is not only faster than trying to match every widget -# by its own but also less bug-prune and more consistent. However there is some -# widget specific stuff that needs to be taken care of, which is the point of -# every other style below. -class "GtkWidget" style "default" - -###################################### -# Override padding, style and colour # -###################################### - -class "GtkButton" style "button" -class "GtkLinkButton" style "link_button" -class "GtkEntry" style "entry" -class "GtkOldEditable" style "entry" -class "GtkNotebook" style "notebook" -class "GtkHScale" style "scale_horz" -class "GtkVScale" style "scale_vert" -class "GtkProgressBar" style "progressbar" -class "GtkScrolledWindow" style "scrolled_window" -class "GtkFrame" style "frame" -class "GtkSeparatorToolItem" style "toolbar_separator" -class "GtkMenuBar" style "menubar" -class "GtkMenu" style "menu" -class "GtkTextView" style "textview" - -# Menu and menubar items -widget_class "*<GtkMenuItem>*" style "menu_item" -widget_class "*<GtkMenuBar>.<GtkMenuItem>*" style "menubar_item" -widget_class "*<GtkSeparatorMenuItem>*" style "separator_menu_item" - -# Treeview buttons -widget_class "*<GtkTreeView>*<GtkButton>*" style "treeview_header" - -# Give the file chooser toolbar a border -widget_class "*<GtkFileChooserDefault>*<GtkToolbar>" style "inline_toolbar" - -# Fix padding on regular comboboxes -widget_class "*<GtkComboBox>.<GtkButton>" style "combobox" - -# And disable separators on them -widget_class "*<GtkComboBox>.<GtkButton>*<GtkSeparator>" style "disable_separator" -widget_class "*<GtkFontButton>*<GtkSeparator>" style "disable_separator" -widget_class "*<GtkFileChooserButton>*<GtkSeparator>" style "disable_separator" - -# Join together the ComboBoxEntry entry and button -widget_class "*<GtkComboBoxEntry>*" style "combobox_entry" - -# Join the Combo entry and button -widget_class "*<GtkCombo>*" style "combobox_entry" - -# Tweak the padding on the button a little bit because it -# uses it a bit differently -widget_class "*<GtkCombo>.<GtkButton>" style "combo_button_padding" - -# Alas we cannot do the same for ComboBoxText because there -# isn't a way to apply the style to only the comboboxes that -# have an entry inside - -# Tool buttons have different styles -widget_class "*<GtkToolButton>*<GtkButton>" style "tool_button" -widget_class "*<GtkVBox>*<GtkEventBox>.<GtkToolbar>*<GtkButton>" style "tool_button" - -# Notebooks -widget_class "*<GtkNotebook>.<GtkLabel>" style "notebook_tab_label" -widget_class "*<GtkNotebook>.<GtkHBox>.<GtkLabel>" style "notebook_tab_label" - -# Notebooks are white, act accordingly -widget_class "*<GtkNotebook>*<GtkEntry>" style "notebook_entry" -widget_class "*<GtkNotebook>*<GtkProgressBar>" style "notebook_bg" -widget_class "*<GtkNotebook>*<GtkSpinButton>" style "notebook_bg" -widget_class "*<GtkNotebook>*<GtkScrolledWindow>*<GtkViewport>" style "notebook_bg" -widget_class "*<GtkNotebook>*<GimpRuler>" style "notebook_bg" -widget_class "*<GtkNotebook>.<GimpDisplayShell>*<GtkEventBox>" style "notebook_bg" -widget_class "*<GtkNotebook>*<GtkComboBoxEntry>*" style "notebook_combo" -widget_class "*<GtkNotebook>*<GtkCombo>*" style "notebook_combo" - -# However, stuff inside eventboxes inside notebooks is grey -# again, react -widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkEntry>" style "normal_entry" -widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkProgressBar>" style "normal_bg" -widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkSpinButton>" style "normal_bg" -widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkComboBoxEntry>*" style "combobox_entry" -widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkCombo>*" style "combobox_entry" -widget_class "*<GtkNotebook>*<GtkEventBox>*<GtkCombo>.<GtkButton>" style "combo_button_padding" - -# Button labels -widget_class "*<GtkButton>*<GtkLabel>" style "button_label" - -# Checkbutton labels -widget_class "*<GtkCheckButton>.<GtkLabel>" style "checkbutton_label" - -# ComboBoxes tend to draw the button label with text[] -# instead of fg[], we need to fix that -widget_class "*<GtkComboBox>*<GtkCellView>" style "combobox_cellview" - -# Disable white text shadows -widget_class "*<GtkLabel>" style "disable_text_shadow" -widget_class "*<GtkCellView>" style "disable_text_shadow" - -# GTK tooltips -widget "gtk-tooltip*" style "tooltip" diff --git a/gtk-and-openbox-theme/bliss/gtk-3.0/assets b/gtk-and-openbox-theme/bliss/gtk-3.0/assets deleted file mode 120000 index ac77667..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-3.0/assets +++ /dev/null @@ -1 +0,0 @@ -../gtk-assets
\ No newline at end of file diff --git a/gtk-and-openbox-theme/bliss/gtk-3.0/gtk-dark.css b/gtk-and-openbox-theme/bliss/gtk-3.0/gtk-dark.css deleted file mode 100755 index c8a9ffe..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-3.0/gtk-dark.css +++ /dev/null @@ -1,6318 +0,0 @@ -@keyframes ripple_effect { - to { - background-size: 1000% 1000%; - } -} - -@keyframes scale_ripple_effect { - to { - background-size: auto, 1000% 1000%; - } -} - -@keyframes header_ripple_effect { - from { - background-image: radial-gradient(circle farthest-corner at center, #4285F4 0%, transparent 0%); - } - to { - background-image: radial-gradient(circle farthest-corner at center, #4285F4 100%, transparent 0%); - } -} - -* { - background-clip: padding-box; - -GtkToolButton-icon-spacing: 0; - -GtkTextView-error-underline-color: #EA4335; - -GtkScrolledWindow-scrollbar-spacing: 0; - -GtkToolItemGroup-expander-size: 11; - -GtkWidget-text-handle-width: 24; - -GtkWidget-text-handle-height: 24; - -GtkDialog-button-spacing: 4; - -GtkDialog-action-area-border: 0; - outline-style: solid; - outline-width: 2px; - outline-color: transparent; - outline-offset: -4px; - -gtk-outline-radius: 4px; - -gtk-secondary-caret-color: #4285F4; -} - -notebook:focus tab, -*:focus { - outline-color: alpha(currentColor, 0.24); -} - -/*************** - * Base States * - ***************/ -.background { - background-color: #282828; - color: white; -} - -/* - These wildcard seems unavoidable, need to investigate. - Wildcards are bad and troublesome, use them with care, - or better, just don't. - Everytime a wildcard is used a kitten dies, painfully. -*/ -*:disabled { - -gtk-icon-effect: dim; -} - -.gtkstyle-fallback { - background-color: #282828; - color: white; -} - -.gtkstyle-fallback:hover { - background-color: #1b1b1b; - color: white; -} - -.gtkstyle-fallback:active { - background-color: #0f0f0f; - color: white; -} - -.gtkstyle-fallback:disabled { - background-color: #282828; - color: rgba(255, 255, 255, 0.5); -} - -.gtkstyle-fallback:selected { - background-color: #4285F4; - color: white; -} - -.view { - background-color: #303030; - color: white; -} - -.view:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.view:hover, .view:active, .view:selected { - border-radius: 4px; -} - -textview text { - background-color: #303030; -} - -textview border { - background-color: #2C2C2C; - color: rgba(255, 255, 255, 0.5); -} - -.rubberband, -rubberband, -flowbox rubberband, -treeview.view rubberband, -.content-view rubberband, -.content-view .rubberband { - border: 1px solid #7BAAF7; - background-color: rgba(123, 170, 247, 0.3); -} - -flowbox flowboxchild { - padding: 4px; - border-radius: 4px; -} - -.content-view .tile:selected { - background-color: transparent; - color: inherit; -} - -label { - caret-color: currentColor; -} - -label.separator { - color: white; -} - -label selection { - background-color: #4285F4; - color: white; -} - -label:disabled { - color: rgba(255, 255, 255, 0.5); -} - -tab label:disabled, -button label:disabled { - color: inherit; -} - -.dim-label, label.separator, .titlebar:not(headerbar) .subtitle, -headerbar .subtitle, .budgie-notification .notification-body, .budgie-switcher .notification-body { - opacity: 0.6; -} - -assistant .sidebar { - padding: 4px 0; -} - -assistant .sidebar label { - min-height: 32px; - padding: 0 12px; - color: rgba(255, 255, 255, 0.5); - font-weight: 500; -} - -assistant .sidebar label.highlight { - color: white; -} - -/********************* - * Spinner Animation * - *********************/ -@keyframes spin { - to { - -gtk-icon-transform: rotate(1turn); - } -} - -spinner { - background: none; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); -} - -spinner:checked { - opacity: 1; - animation: spin 1s linear infinite; -} - -spinner:checked:disabled { - opacity: 0.5; -} - -/**************** - * Text Entries * - ****************/ -spinbutton:not(.vertical), -entry { - min-height: 32px; - padding: 0 8px; - border-radius: 4px; - transition: all 100ms cubic-bezier(0, 0, 0.2, 1); - border-image: none; - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); - background-color: #303030; - color: white; -} - -spinbutton:focus:not(.vertical), -entry:focus { - border-image: none; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); -} - -spinbutton:disabled:not(.vertical), -entry:disabled { - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); - background-color: #2C2C2C; - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.flat:not(.vertical), notebook > stack:not(:only-child) entry:not(.search), -notebook > stack:not(:only-child) spinbutton:not(.vertical), messagedialog entry, colorchooser .popover.osd spinbutton:not(.vertical), entry.preferences-search, layoutpane entry.search, editortweak entry.search, .raven .raven-background spinbutton:not(.vertical), #login_window entry, -entry.flat { - border-radius: 0; - transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1); - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #4285F4 0%, transparent 0%) 0 0 0/0 0 0px; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.3); - background-color: transparent; - color: white; -} - -spinbutton.flat:focus:not(.vertical), notebook > stack:not(:only-child) entry:focus:not(.search), -notebook > stack:not(:only-child) spinbutton:focus:not(.vertical), messagedialog entry:focus, colorchooser .popover.osd spinbutton:focus:not(.vertical), entry.preferences-search:focus, layoutpane entry.search:focus, editortweak entry.search:focus, .raven .raven-background spinbutton:focus:not(.vertical), #login_window entry:focus, -entry.flat:focus { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #4285F4 100%, transparent 0%) 0 0 2/0 0 2px; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.3); -} - -spinbutton.flat:disabled:not(.vertical), notebook > stack:not(:only-child) entry:disabled:not(.search), -notebook > stack:not(:only-child) spinbutton:disabled:not(.vertical), messagedialog entry:disabled, colorchooser .popover.osd spinbutton:disabled:not(.vertical), entry.preferences-search:disabled, layoutpane entry.search:disabled, editortweak entry.search:disabled, .raven .raven-background spinbutton:disabled:not(.vertical), #login_window entry:disabled, -entry.flat:disabled { - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); - background-color: transparent; - color: rgba(255, 255, 255, 0.5); -} - -spinbutton:not(.vertical) image, -entry image { - color: rgba(255, 255, 255, 0.7); -} - -spinbutton:not(.vertical) image:hover, spinbutton:not(.vertical) image:active, -entry image:hover, -entry image:active { - color: white; -} - -spinbutton:not(.vertical) image:disabled, -entry image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -spinbutton:not(.vertical) image.left, -entry image.left { - margin-left: 0px; - margin-right: 6px; -} - -spinbutton:not(.vertical) image.right, -entry image.right { - margin-left: 6px; - margin-right: 0px; -} - -spinbutton:not(.vertical) undershoot.left, -entry undershoot.left { - background-color: transparent; - background-image: linear-gradient(to top, rgba(48, 48, 48, 0.3) 50%, rgba(255, 255, 255, 0.3) 50%); - padding-left: 1px; - background-size: 1px 12px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left top; -} - -spinbutton:not(.vertical) undershoot.right, -entry undershoot.right { - background-color: transparent; - background-image: linear-gradient(to top, rgba(48, 48, 48, 0.3) 50%, rgba(255, 255, 255, 0.3) 50%); - padding-right: 1px; - background-size: 1px 12px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right top; -} - -spinbutton.error:not(.vertical), -entry.error { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1); - border-image: none; - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); - background-color: #EA4335; - color: white; -} - -spinbutton.error:focus:not(.vertical), -entry.error:focus { - border-image: none; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); -} - -spinbutton.error:disabled:not(.vertical), -entry.error:disabled { - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); - background-color: #2C2C2C; - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.error.flat:not(.vertical), notebook > stack:not(:only-child) entry.error:not(.search), -notebook > stack:not(:only-child) spinbutton.error:not(.vertical), messagedialog entry.error, colorchooser .popover.osd spinbutton.error:not(.vertical), entry.error.preferences-search, layoutpane entry.error.search, editortweak entry.error.search, .raven .raven-background spinbutton.error:not(.vertical), #login_window entry.error, -entry.error.flat { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1); - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #EA4335 0%, transparent 0%) 0 0 0/0 0 0px; - box-shadow: inset 0 -1px #EA4335; - background-color: transparent; - color: white; -} - -spinbutton.error.flat:focus:not(.vertical), notebook > stack:not(:only-child) entry.error:focus:not(.search), -notebook > stack:not(:only-child) spinbutton.error:focus:not(.vertical), messagedialog entry.error:focus, colorchooser .popover.osd spinbutton.error:focus:not(.vertical), entry.error.preferences-search:focus, layoutpane entry.error.search:focus, editortweak entry.error.search:focus, .raven .raven-background spinbutton.error:focus:not(.vertical), #login_window entry.error:focus, -entry.error.flat:focus { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #EA4335 100%, transparent 0%) 0 0 2/0 0 2px; - box-shadow: inset 0 -1px #EA4335; -} - -spinbutton.error.flat:disabled:not(.vertical), notebook > stack:not(:only-child) entry.error:disabled:not(.search), -notebook > stack:not(:only-child) spinbutton.error:disabled:not(.vertical), messagedialog entry.error:disabled, colorchooser .popover.osd spinbutton.error:disabled:not(.vertical), entry.error.preferences-search:disabled, layoutpane entry.error.search:disabled, editortweak entry.error.search:disabled, .raven .raven-background spinbutton.error:disabled:not(.vertical), #login_window entry.error:disabled, -entry.error.flat:disabled { - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); - background-color: transparent; - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.error:not(.vertical) image, -entry.error image { - color: rgba(255, 255, 255, 0.7); -} - -spinbutton.error:not(.vertical) image:hover, spinbutton.error:not(.vertical) image:active, -entry.error image:hover, -entry.error image:active { - color: white; -} - -spinbutton.error:not(.vertical) image:disabled, -entry.error image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.warning:not(.vertical), -entry.warning { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1); - border-image: none; - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); - background-color: #FBBC05; - color: white; -} - -spinbutton.warning:focus:not(.vertical), -entry.warning:focus { - border-image: none; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); -} - -spinbutton.warning:disabled:not(.vertical), -entry.warning:disabled { - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); - background-color: #2C2C2C; - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.warning.flat:not(.vertical), notebook > stack:not(:only-child) entry.warning:not(.search), -notebook > stack:not(:only-child) spinbutton.warning:not(.vertical), messagedialog entry.warning, colorchooser .popover.osd spinbutton.warning:not(.vertical), entry.warning.preferences-search, layoutpane entry.warning.search, editortweak entry.warning.search, .raven .raven-background spinbutton.warning:not(.vertical), #login_window entry.warning, -entry.warning.flat { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1); - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #FBBC05 0%, transparent 0%) 0 0 0/0 0 0px; - box-shadow: inset 0 -1px #FBBC05; - background-color: transparent; - color: white; -} - -spinbutton.warning.flat:focus:not(.vertical), notebook > stack:not(:only-child) entry.warning:focus:not(.search), -notebook > stack:not(:only-child) spinbutton.warning:focus:not(.vertical), messagedialog entry.warning:focus, colorchooser .popover.osd spinbutton.warning:focus:not(.vertical), entry.warning.preferences-search:focus, layoutpane entry.warning.search:focus, editortweak entry.warning.search:focus, .raven .raven-background spinbutton.warning:focus:not(.vertical), #login_window entry.warning:focus, -entry.warning.flat:focus { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #FBBC05 100%, transparent 0%) 0 0 2/0 0 2px; - box-shadow: inset 0 -1px #FBBC05; -} - -spinbutton.warning.flat:disabled:not(.vertical), notebook > stack:not(:only-child) entry.warning:disabled:not(.search), -notebook > stack:not(:only-child) spinbutton.warning:disabled:not(.vertical), messagedialog entry.warning:disabled, colorchooser .popover.osd spinbutton.warning:disabled:not(.vertical), entry.warning.preferences-search:disabled, layoutpane entry.warning.search:disabled, editortweak entry.warning.search:disabled, .raven .raven-background spinbutton.warning:disabled:not(.vertical), #login_window entry.warning:disabled, -entry.warning.flat:disabled { - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); - background-color: transparent; - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.warning:not(.vertical) image, -entry.warning image { - color: rgba(255, 255, 255, 0.7); -} - -spinbutton.warning:not(.vertical) image:hover, spinbutton.warning:not(.vertical) image:active, -entry.warning image:hover, -entry.warning image:active { - color: white; -} - -spinbutton.warning:not(.vertical) image:disabled, -entry.warning image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -spinbutton:not(.vertical) progress, -entry progress { - margin: 2px -6px; - border-bottom: 2px solid #4285F4; - background-color: transparent; -} - -.linked:not(.vertical) > spinbutton.flat:not(.vertical), notebook > stack:not(:only-child) .linked:not(.vertical) > entry:not(.search), -notebook > stack:not(:only-child) .linked:not(.vertical) > spinbutton:not(.vertical), messagedialog .linked:not(.vertical) > entry, colorchooser .popover.osd .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry.preferences-search, layoutpane .linked:not(.vertical) > entry.search, editortweak .linked:not(.vertical) > entry.search, .raven .raven-background .linked:not(.vertical) > spinbutton:not(.vertical), #login_window .linked:not(.vertical) > entry, -.linked.vertical > spinbutton.flat:not(.vertical), notebook > stack:not(:only-child) -.linked.vertical > entry:not(.search), -notebook > stack:not(:only-child) -.linked.vertical > spinbutton:not(.vertical), messagedialog -.linked.vertical > entry, colorchooser .popover.osd -.linked.vertical > spinbutton:not(.vertical), -.linked.vertical > entry.preferences-search, layoutpane -.linked.vertical > entry.search, editortweak -.linked.vertical > entry.search, .raven .raven-background -.linked.vertical > spinbutton:not(.vertical), #login_window -.linked.vertical > entry, .linked:not(.vertical) > -entry.flat, -.linked.vertical > -entry.flat { - border-radius: 0; -} - -notebook > stack:not(:only-child) treeview entry.flat:not(.search), -notebook > stack:not(:only-child) treeview spinbutton.flat:not(.vertical), notebook > stack:not(:only-child) treeview entry:not(.search), -notebook > stack:not(:only-child) treeview spinbutton:not(.vertical), -treeview entry.flat, -treeview entry { - min-height: 0; - padding: 2px; - border-radius: 0; - background-color: #303030; -} - -notebook > stack:not(:only-child) treeview entry.flat:not(.search), -notebook > stack:not(:only-child) treeview spinbutton.flat:not(.vertical), notebook > stack:not(:only-child) treeview entry.flat:focus:not(.search), -notebook > stack:not(:only-child) treeview spinbutton.flat:focus:not(.vertical), notebook > stack:not(:only-child) treeview entry:not(.search), -notebook > stack:not(:only-child) treeview spinbutton:not(.vertical), notebook > stack:not(:only-child) treeview entry:focus:not(.search), -notebook > stack:not(:only-child) treeview spinbutton:focus:not(.vertical), -treeview entry.flat, -treeview entry.flat:focus, -treeview entry, -treeview entry:focus { - border-image: none; - box-shadow: none; -} - -.entry-tag, .documents-entry-tag, .photos-entry-tag { - margin: 2px; - border-radius: 9999px; - box-shadow: none; - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -.entry-tag:hover, .documents-entry-tag:hover, .photos-entry-tag:hover { - background-image: image(rgba(255, 255, 255, 0.12)); -} - -:dir(ltr) .entry-tag, :dir(ltr) .documents-entry-tag, :dir(ltr) .photos-entry-tag { - margin-left: 4px; - margin-right: 0; - padding-left: 12px; - padding-right: 8px; -} - -:dir(rtl) .entry-tag, :dir(rtl) .documents-entry-tag, :dir(rtl) .photos-entry-tag { - margin-left: 0; - margin-right: 4px; - padding-left: 8px; - padding-right: 12px; -} - -.entry-tag.button, .button.documents-entry-tag, .button.photos-entry-tag { - box-shadow: none; - background-color: transparent; -} - -.entry-tag.button:not(:hover):not(:active), .button.documents-entry-tag:not(:hover):not(:active), .button.photos-entry-tag:not(:hover):not(:active) { - color: rgba(255, 255, 255, 0.7); -} - -/*********** - * Buttons * - ***********/ -@keyframes needs_attention { - from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#01A299), to(transparent)); - } - to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#01A299), to(transparent)); - } -} - - -button { - min-height: 24px; - min-width: 16px; - padding: 4px 8px; - border-radius: 4px; - font-weight: 500; - transition: 100ms, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24), inset 0 0 0 9999px transparent; - background-color: #424242; - background-image: radial-gradient(circle farthest-corner at center, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: rgba(255, 255, 255, 0.8); -} - - -button:hover { - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23), inset 0 0 0 9999px transparent; - color: white; -} - - -button:active { - transition: 100ms, background-size 0, background-image 0; - animation: ripple_effect 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23), inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; - color: white; -} - - -button:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.3); -} - - -button:checked { - background-color: #4285F4; - color: white; -} - - -button:checked:disabled { - background-color: rgba(66, 133, 244, 0.3); - color: rgba(66, 133, 244, 0.5); -} - -modelbutton.flat, -.menuitem.button.flat, spinbutton:not(.vertical) button, spinbutton.vertical button, popover.background.menu button, -popover.background button.model, notebook > header > tabs > arrow, scrollbar button, check, -radio, calendar.button, messagedialog.csd .dialog-action-area button, button.sidebar-button, .gedit-search-slider .linked > button, popover.messagepopover .popover-action-area button, #mate-menu button, .budgie-settings-window buttonbox.inline-toolbar button, .raven .raven-header:not(.top) button, .drop-shadow button, .budgie-session-dialog .linked.horizontal > button, .lightdm-gtk-greeter button, :not(headerbar) .caja-pathbar button, .caja-pathbar :not(headerbar) button, :not(headerbar) -.path-bar button, layouttabbar button, .mate-panel-menu-bar button, .budgie-panel button, .raven stackswitcher.linked > button, toolbar button, .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action), -headerbar button:not(.suggested-action):not(.destructive-action), actionbar > revealer > box button:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button, .nemo-window .toolbar button, -button.flat { - transition: 100ms, border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 9999px transparent; - background-color: transparent; - background-image: radial-gradient(circle farthest-corner at center, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: rgba(255, 255, 255, 0.7); -} - -modelbutton.flat:hover, -.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover, popover.background.menu button:hover, -popover.background button.model:hover, notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover, -radio:hover, calendar.button:hover, messagedialog.csd .dialog-action-area button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) -.path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover, .titlebar:not(headerbar) button:hover:not(.suggested-action):not(.destructive-action), -headerbar button:hover:not(.suggested-action):not(.destructive-action), actionbar > revealer > box button:hover:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:hover, .nemo-window .toolbar button:hover, -button.flat:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - color: white; -} - -modelbutton.flat:active, -.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active, popover.background.menu button:active, -popover.background button.model:active, notebook > header > tabs > arrow:active, scrollbar button:active, check:active, -radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) -.path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active, .titlebar:not(headerbar) button:active:not(.suggested-action):not(.destructive-action), -headerbar button:active:not(.suggested-action):not(.destructive-action), actionbar > revealer > box button:active:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:active, .nemo-window .toolbar button:active, -button.flat:active { - transition: 100ms, border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; - animation: ripple_effect 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; - color: white; -} - -modelbutton.flat:disabled, -.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled, popover.background.menu button:disabled, -popover.background button.model:disabled, notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled, -radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) -.path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled, .titlebar:not(headerbar) button:disabled:not(.suggested-action):not(.destructive-action), -headerbar button:disabled:not(.suggested-action):not(.destructive-action), actionbar > revealer > box button:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:disabled, .nemo-window .toolbar button:disabled, -button.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.3); -} - -:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) -.path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked, .titlebar:not(headerbar) button:checked:not(.suggested-action):not(.destructive-action), -headerbar button:checked:not(.suggested-action):not(.destructive-action), actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked, .nemo-window .toolbar button:checked, -button.flat:checked { - background-color: alpha(currentColor, 0.24); - color: white; -} - -:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) -.path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled:not(.suggested-action):not(.destructive-action), -headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked:disabled, .nemo-window .toolbar button:checked:disabled, -button.flat:checked:disabled { - background-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.5); -} - - -button.text-button { - padding-left: 16px; - padding-right: 16px; -} - - -button.image-button { - min-width: 24px; - padding: 4px; -} - - -button.text-button.image-button { - border-radius: 4px; - -gtk-outline-radius: 4px; -} - - -button.text-button.image-button label:first-child { - margin-left: 12px; -} - - -button.text-button.image-button label:last-child { - margin-right: 12px; -} - - -button.text-button.image-button image:not(:only-child) { - margin: 0 4px; -} - -toolbar .linked > button, .titlebar:not(headerbar) .linked > button:not(.suggested-action):not(.destructive-action), -headerbar .linked > button:not(.suggested-action):not(.destructive-action), actionbar > revealer > box .linked > button:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification .linked > button, .nemo-window .toolbar .linked > button, toolbar -.linked.vertical > button, .titlebar:not(headerbar) -.linked.vertical > button:not(.suggested-action):not(.destructive-action), -headerbar -.linked.vertical > button:not(.suggested-action):not(.destructive-action), actionbar > revealer > box -.linked.vertical > button:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification -.linked.vertical > button, .nemo-window .toolbar -.linked.vertical > button, .linked > -button.flat, -.linked.vertical > -button.flat { - border-radius: 4px; -} - -toolbar .linked > button.text-button.image-button, .titlebar:not(headerbar) .linked > button.text-button.image-button:not(.suggested-action):not(.destructive-action), -headerbar .linked > button.text-button.image-button:not(.suggested-action):not(.destructive-action), actionbar > revealer > box .linked > button.text-button.image-button:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification .linked > button.text-button.image-button, .nemo-window .toolbar .linked > button.text-button.image-button, toolbar -.linked.vertical > button.text-button.image-button, .titlebar:not(headerbar) -.linked.vertical > button.text-button.image-button:not(.suggested-action):not(.destructive-action), -headerbar -.linked.vertical > button.text-button.image-button:not(.suggested-action):not(.destructive-action), actionbar > revealer > box -.linked.vertical > button.text-button.image-button:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification -.linked.vertical > button.text-button.image-button, .nemo-window .toolbar -.linked.vertical > button.text-button.image-button, .linked > -button.flat.text-button.image-button, -.linked.vertical > -button.flat.text-button.image-button { - border-radius: 4px; - -gtk-outline-radius: 4px; -} - -infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, row:selected -button:disabled { - background-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.3); -} - -row:selected button.sidebar-button, infobar.info button.flat, infobar.question button.flat, infobar.warning button.flat, infobar.error button.flat, .mate-panel-menu-bar button, .budgie-panel button, .raven stackswitcher.linked > button, .raven-mpris button.image-button, row:selected -button.flat { - color: rgba(255, 255, 255, 0.7); -} - -row:selected button.sidebar-button:hover, infobar.info button.flat:hover, infobar.question button.flat:hover, infobar.warning button.flat:hover, infobar.error button.flat:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, .raven-mpris button.image-button:hover, row:selected button.sidebar-button:active, infobar.info button.flat:active, infobar.question button.flat:active, infobar.warning button.flat:active, infobar.error button.flat:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, .raven-mpris button.image-button:active, row:selected -button.flat:hover, row:selected -button.flat:active { - color: white; -} - -row:selected button.sidebar-button:disabled, infobar.info button.flat:disabled, infobar.question button.flat:disabled, infobar.warning button.flat:disabled, infobar.error button.flat:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, .raven-mpris button.image-button:disabled, row:selected -button.flat:disabled { - color: rgba(255, 255, 255, 0.3); -} - -row:selected button.sidebar-button:checked, infobar.info button.flat:checked, infobar.question button.flat:checked, infobar.warning button.flat:checked, infobar.error button.flat:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, .raven-mpris button.image-button:checked, row:selected -button.flat:checked { - background-color: rgba(255, 255, 255, 0.3); - color: white; -} - -row:selected button.sidebar-button:checked:disabled, infobar.info button.flat:checked:disabled, infobar.question button.flat:checked:disabled, infobar.warning button.flat:checked:disabled, infobar.error button.flat:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, .raven-mpris button.image-button:checked:disabled, row:selected -button.flat:checked:disabled { - background-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.5); -} - - -button.osd { - padding: 8px 12px; -} - - -button.osd.image-button { - padding: 8px; -} - - -button.osd:disabled { - opacity: 0; -} - - -button.suggested-action { - background-color: #01A299; - color: white; -} - - -button.suggested-action:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.5); -} - - -button.suggested-action:checked { - background-color: #4dbeb8; -} - - -button.suggested-action.flat { - background-color: transparent; - color: #01A299; -} - - -button.suggested-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.5); -} - - -button.suggested-action.flat:checked { - background-color: rgba(1, 162, 153, 0.3); -} - - -button.destructive-action { - background-color: #EA4335; - color: white; -} - - -button.destructive-action:disabled { - box-shadow: none; - background-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.5); -} - - -button.destructive-action:checked { - background-color: #f07b72; -} - - -button.destructive-action.flat { - background-color: transparent; - color: #EA4335; -} - - -button.destructive-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(255, 255, 255, 0.5); -} - - -button.destructive-action.flat:checked { - background-color: rgba(234, 67, 53, 0.3); -} - -.stack-switcher > -button { - outline-offset: -4px; -} - -.stack-switcher > -button > label { - padding-left: 6px; - padding-right: 6px; -} - -.stack-switcher > -button > image { - padding-left: 6px; - padding-right: 6px; - padding-top: 3px; - padding-bottom: 3px; -} - -.stack-switcher > -button.text-button { - padding-left: 10px; - padding-right: 10px; -} - -.stack-switcher > -button.image-button { - padding-left: 2px; - padding-right: 2px; -} - -.stack-switcher > -button.needs-attention:checked > label, -.stack-switcher > -button.needs-attention:checked > image { - animation: none; - background-image: none; -} - -.primary-toolbar -button { - -gtk-icon-shadow: none; -} - - -button.image-button, toolbar .linked > button.image-button, .titlebar:not(headerbar) .linked > button.image-button:not(.suggested-action):not(.destructive-action), -headerbar .linked > button.image-button:not(.suggested-action):not(.destructive-action), actionbar > revealer > box .linked > button.image-button:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification .linked > button.image-button, .nemo-window .toolbar .linked > button.image-button, toolbar -.linked.vertical > button.image-button, -headerbar -.linked.vertical > button.image-button:not(.suggested-action):not(.destructive-action), .app-notification -.linked.vertical > button.image-button, .nemo-window .toolbar -.linked.vertical > button.image-button, .linked > button.flat.image-button, -.linked.vertical > button.flat.image-button, .inline-toolbar button:not(.text-button), check, -radio, button.titlebutton, .disclosure-button, .nautilus-window headerbar > revealer > button, .raven .raven-header:not(.top) button.image-button, .raven .expander-button, -button.close, -button.circular { - border-radius: 9999px; - -gtk-outline-radius: 9999px; -} - -spinbutton:not(.vertical) button, notebook > header tab button.flat, button.sidebar-button, .nautilus-window .floating-bar button, .gedit-document-panel row button.flat, .gedit-search-slider .linked > button, .pluma-window paned.horizontal box.vertical box.horizontal button.flat { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 9999px; - -gtk-outline-radius: 9999px; -} - -.stack-switcher > -button.needs-attention > label, -.stack-switcher > -button.needs-attention > image, stacksidebar row.needs-attention > label { - animation: needs_attention 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-repeat: no-repeat; - background-position: right 3px; - background-size: 6px 6px; -} - -.stack-switcher > -button.needs-attention > label:dir(rtl), -.stack-switcher > -button.needs-attention > image:dir(rtl), stacksidebar row.needs-attention > label:dir(rtl) { - background-position: left 3px; -} - -.linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry, .linked > button, .linked:not(.vertical) > combobox > box > button.combo { - border-radius: 0; - -gtk-outline-radius: 4px; -} - -.linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child, .linked > button:first-child, combobox.linked button:nth-child(2):dir(rtl), .linked:not(.vertical) > combobox:first-child > box > button.combo { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; -} - -.linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child, .linked > button:last-child, combobox.linked button:nth-child(2):dir(ltr), .linked:not(.vertical) > combobox:last-child > box > button.combo { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; -} - -.linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child, .linked > button:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo { - border-radius: 4px; -} - -.linked.vertical > spinbutton:not(.vertical), .linked.vertical > entry, .linked.vertical > button, .linked.vertical > combobox > box > button.combo { - border-radius: 0; - -gtk-outline-radius: 4px; -} - -.linked.vertical > spinbutton:first-child:not(.vertical), .linked.vertical > entry:first-child, .linked.vertical > button:first-child, .linked.vertical > combobox:first-child > box > button.combo { - border-top-left-radius: 4px; - border-top-right-radius: 4px; -} - -.linked.vertical > spinbutton:last-child:not(.vertical), .linked.vertical > entry:last-child, .linked.vertical > button:last-child, .linked.vertical > combobox:last-child > box > button.combo { - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; -} - -.linked.vertical > spinbutton:only-child:not(.vertical), .linked.vertical > entry:only-child, .linked.vertical > button:only-child, .linked.vertical > combobox:only-child > box > button.combo { - border-radius: 4px; -} - -/* menu buttons */ -modelbutton.flat, -.menuitem.button.flat { - min-height: 28px; - padding: 0 8px; - border-radius: 4px; - color: inherit; -} - -modelbutton.flat arrow { - background: none; -} - -modelbutton.flat arrow:hover { - background: none; -} - -modelbutton.flat arrow.left { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -modelbutton.flat arrow.right { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -button.color { - min-height: 24px; - min-width: 24px; - padding: 4px; -} - -/********* - * Links * - *********/ -*:link, button:link, -button:visited, *:link:hover, button:hover:link, -button:hover:visited, *:link:active, button:active:link, -button:active:visited { - color: #4285F4; -} - -*:link:visited, -button:visited, *:link:visited:hover, -button:visited:hover, *:link:visited:active, -button:visited:active { - color: #E040FB; -} - -infobar.info *:link, infobar.info button:link, infobar.info -button:visited, infobar.question *:link, infobar.question button:link, infobar.question -button:visited, infobar.warning *:link, infobar.warning button:link, infobar.warning -button:visited, infobar.error *:link, infobar.error button:link, infobar.error -button:visited, *:link:selected, button:selected:link, -button:selected:visited, .selection-mode.titlebar:not(headerbar) .subtitle:link, -headerbar.selection-mode .subtitle:link, -*:selected *:link, -*:selected button:link, -*:selected -button:visited { - color: white; -} - -button:link > label, -button:visited > label { - text-decoration-line: underline; -} - -/***************** - * GtkSpinButton * - *****************/ -spinbutton:not(.vertical) { - padding: 0; -} - -notebook > stack:not(:only-child) spinbutton:not(.vertical) entry, notebook > stack:not(:only-child) spinbutton:not(.vertical) entry:focus, notebook > stack:not(:only-child) spinbutton:not(.vertical) entry:disabled, -spinbutton:not(.vertical) entry { - min-width: 24px; - margin: 0; - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -spinbutton:not(.vertical) button { - border: solid 4px transparent; -} - -spinbutton:not(.vertical) button.up:dir(ltr), spinbutton:not(.vertical) button.down:dir(rtl) { - margin-left: -2px; -} - -spinbutton:not(.vertical) button.up:dir(rtl), spinbutton:not(.vertical) button.down:dir(ltr) { - margin-right: -2px; -} - -spinbutton.vertical:disabled { - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.vertical:drop(active) { - box-shadow: none; -} - -spinbutton.vertical entry { - min-height: 32px; - min-width: 40px; - padding: 0; -} - -spinbutton.vertical button { - min-height: 32px; - min-width: 40px; - padding: 0; -} - -spinbutton.vertical button.up { - border-radius: 4px 4px 0 0; -} - -spinbutton.vertical button.down { - border-radius: 0 0 4px 4px; -} - -treeview spinbutton:not(.vertical) { - min-height: 0; - border-style: none; - border-radius: 0; -} - -treeview spinbutton:not(.vertical) entry { - min-height: 0; - padding: 1px 2px; -} - -/************** - * ComboBoxes * - **************/ -combobox arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - min-height: 16px; - min-width: 16px; -} - -combobox decoration, -combobox button.combo:checked { - transition: none; -} - -combobox button.combo cellview:dir(ltr) { - margin-left: 0px; -} - -combobox button.combo cellview:dir(rtl) { - margin-right: 0px; -} - -combobox #gtk-combobox-popup-menu { - padding: 2px 0; -} - -combobox #gtk-combobox-popup-menu menuitem { - min-height: 28px; - padding: 0 8px; -} - -combobox #gtk-combobox-popup-menu > arrow.top { - margin-top: -2px; -} - -combobox #gtk-combobox-popup-menu > arrow.bottom { - margin-top: 4px; - margin-bottom: -6px; -} - -combobox:drop(active) { - box-shadow: none; -} - -notebook > stack:not(:only-child) button.combo, .raven .raven-background button.combo, #login_window #user_combobox button { - border-radius: 0; - background-image: none; - font-weight: inherit; - transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1); - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #4285F4 0%, transparent 0%) 0 0 0/0 0 0px; - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.3); - background-color: transparent; - color: white; -} - -notebook > stack:not(:only-child) button.combo:hover, .raven .raven-background button.combo:hover, #login_window #user_combobox button:hover { - box-shadow: inset 0 -2px rgba(255, 255, 255, 0.5); -} - -notebook > stack:not(:only-child) button.combo:checked, .raven .raven-background button.combo:checked, #login_window #user_combobox button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #4285F4 100%, transparent 0%) 0 0 2/0 0 2px; -} - -notebook > stack:not(:only-child) button.combo:disabled, .raven .raven-background button.combo:disabled, #login_window #user_combobox button:disabled { - box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.5); -} - -/************ - * Toolbars * - ************/ -toolbar { - -GtkWidget-window-dragging: true; - padding: 2px; - background-color: #282828; -} - -.osd toolbar { - background-color: transparent; -} - -toolbar.osd, .app-notification, frame.documents-dropdown { - transition: box-shadow 100ms cubic-bezier(0, 0, 0.2, 1); - padding: 4px; - border-radius: 4px; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #424242; -} - -toolbar.osd:backdrop, .app-notification:backdrop, frame.documents-dropdown:backdrop { - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24), inset 0 1px rgba(255, 255, 255, 0.1); -} - -toolbar.osd.left, .left.app-notification, frame.left.documents-dropdown, toolbar.osd.right, .right.app-notification, frame.right.documents-dropdown, toolbar.osd.top, .top.app-notification, frame.top.documents-dropdown, toolbar.osd.bottom, .bottom.app-notification, frame.bottom.documents-dropdown { - border-radius: 0; -} - -toolbar.horizontal > separator { - margin: 2px; -} - -toolbar.vertical > separator { - margin: 2px; -} - -toolbar:not(.inline-toolbar):not(.osd) scale, -toolbar:not(.inline-toolbar):not(.osd) entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton, -toolbar:not(.inline-toolbar):not(.osd) button { - margin: 2px; -} - -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:first-child) { - margin-left: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:last-child) { - margin-right: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) spinbutton entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton button { - margin: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) switch { - margin: 6px 2px; -} - -.inline-toolbar { - padding: 4px; - border-style: solid; - border-width: 0 1px 1px; - border-color: rgba(0, 0, 0, 0.26); - background-color: #2C2C2C; -} - -searchbar > revealer > box, -.location-bar { - padding: 4px; - border-style: solid; - border-width: 0 0 1px; - border-color: rgba(0, 0, 0, 0.26); - background-color: #282828; - background-clip: border-box; -} - -searchbar > revealer > box { - margin: -6px; - padding: 4px; -} - -/*************** - * Header bars * - ***************/ -.titlebar:not(headerbar), -headerbar { - transition: background-color 100ms cubic-bezier(0, 0, 0.2, 1), color 100ms cubic-bezier(0, 0, 0.2, 1); - min-height: 40px; - padding: 0 4px; - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #383838; - color: white; -} - -.titlebar:disabled:not(headerbar) :not(button) > label, -headerbar:disabled :not(button) > label { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar:backdrop:not(headerbar), -headerbar:backdrop { - color: rgba(255, 255, 255, 0.7); -} - -.titlebar:backdrop:disabled:not(headerbar) :not(button) > label, -headerbar:backdrop:disabled :not(button) > label { - color: rgba(255, 255, 255, 0.3); -} - -.titlebar:not(headerbar) .title, -headerbar .title { - padding: 0 12px; - font-weight: bold; -} - -.titlebar:not(headerbar) .subtitle, -headerbar .subtitle { - padding: 0 12px; - font-size: smaller; -} - -.titlebar:not(headerbar) .linked:not(.vertical) > entry:not(.flat), -headerbar .linked:not(.vertical) > entry:not(.flat) { - border-radius: 4px; -} - -.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action), -headerbar button:not(.suggested-action):not(.destructive-action) { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0/0 0 0px; - color: rgba(255, 255, 255, 0.7); -} - -.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):hover, .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):active, -headerbar button:not(.suggested-action):not(.destructive-action):hover, -headerbar button:not(.suggested-action):not(.destructive-action):active { - color: white; -} - -.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):disabled, -headerbar button:not(.suggested-action):not(.destructive-action):disabled { - color: rgba(255, 255, 255, 0.3); -} - -.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):checked, -headerbar button:not(.suggested-action):not(.destructive-action):checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2/0 0 2px; - color: white; -} - -.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):checked:disabled, -headerbar button:not(.suggested-action):not(.destructive-action):checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):checked, .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):checked:disabled, -headerbar button:not(.suggested-action):not(.destructive-action):checked, -headerbar button:not(.suggested-action):not(.destructive-action):checked:disabled { - background-color: transparent; -} - -.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):backdrop, -headerbar button:not(.suggested-action):not(.destructive-action):backdrop { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):backdrop:hover, .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):backdrop:active, -headerbar button:not(.suggested-action):not(.destructive-action):backdrop:hover, -headerbar button:not(.suggested-action):not(.destructive-action):backdrop:active { - color: rgba(255, 255, 255, 0.7); -} - -.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):backdrop:disabled, -headerbar button:not(.suggested-action):not(.destructive-action):backdrop:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):backdrop:checked, -headerbar button:not(.suggested-action):not(.destructive-action):backdrop:checked { - color: rgba(255, 255, 255, 0.7); -} - -.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):backdrop:checked:disabled, -headerbar button:not(.suggested-action):not(.destructive-action):backdrop:checked:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.titlebar:not(headerbar) button.suggested-action:disabled, .titlebar:not(headerbar) button.destructive-action:disabled, -headerbar button.suggested-action:disabled, -headerbar button.destructive-action:disabled { - background-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.5); -} - -.selection-mode.titlebar:not(headerbar), -headerbar.selection-mode { - transition: background-color 0.00001s 225ms, color 225ms cubic-bezier(0, 0, 0.2, 1); - animation: header_ripple_effect 225ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24), inset 0 1px rgba(255, 255, 255, 0.2); - background-color: #4285F4; - color: white; -} - -.selection-mode.titlebar:backdrop:not(headerbar), -headerbar.selection-mode:backdrop { - color: rgba(255, 255, 255, 0.7); -} - -.selection-mode.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action), -headerbar.selection-mode button:not(.suggested-action):not(.destructive-action) { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0/0 0 0px; - color: white; -} - -.selection-mode.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):disabled, -headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):disabled { - color: rgba(255, 255, 255, 0.5); -} - -.selection-mode.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):checked, -headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2/0 0 2px; - color: white; -} - -.selection-mode.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):checked:disabled, -headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.selection-mode.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):backdrop, -headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop { - color: rgba(255, 255, 255, 0.7); -} - -.selection-mode.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):backdrop:disabled, -headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.selection-mode.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):backdrop:checked, -headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:checked { - color: rgba(255, 255, 255, 0.7); -} - -.selection-mode.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):backdrop:checked:disabled, -headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:checked:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.selection-mode.titlebar:not(headerbar) .selection-menu, -headerbar.selection-mode .selection-menu { - padding-left: 16px; - padding-right: 16px; -} - -.selection-mode.titlebar:not(headerbar) .selection-menu arrow, -headerbar.selection-mode .selection-menu arrow { - -GtkArrow-arrow-scaling: 1; -} - -.selection-mode.titlebar:not(headerbar) .selection-menu .arrow, -headerbar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -.tiled .titlebar:not(headerbar), -.tiled-top .titlebar:not(headerbar), -.tiled-right .titlebar:not(headerbar), -.tiled-bottom .titlebar:not(headerbar), -.tiled-left .titlebar:not(headerbar), -.maximized .titlebar:not(headerbar), -.fullscreen .titlebar:not(headerbar), .tiled -headerbar, -.tiled-top -headerbar, -.tiled-right -headerbar, -.tiled-bottom -headerbar, -.tiled-left -headerbar, -.maximized -headerbar, -.fullscreen -headerbar { - border-radius: 0; - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -} - -.default-decoration.titlebar:not(headerbar), -headerbar.default-decoration { - min-height: 24px; - padding: 4px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -.tiled .default-decoration.titlebar:not(headerbar), -.maximized .default-decoration.titlebar:not(headerbar), -.fullscreen .default-decoration.titlebar:not(headerbar), .tiled -headerbar.default-decoration, -.maximized -headerbar.default-decoration, -.fullscreen -headerbar.default-decoration { - box-shadow: none; -} - -.default-decoration.titlebar:not(headerbar) button.titlebutton, -headerbar.default-decoration button.titlebutton { - min-height: 24px; - min-width: 24px; - margin: 0; - padding: 0; -} - -.background:not(.csd) .default-decoration.titlebar:not(headerbar) button.titlebutton:active, .background:not(.csd) -headerbar.default-decoration button.titlebutton:active { - background-size: 1000% 1000%; -} - -headerbar entry, -headerbar spinbutton, -headerbar button { - margin-top: 4px; - margin-bottom: 4px; -} - -headerbar switch { - margin-top: 8px; - margin-bottom: 8px; -} - -headerbar spinbutton button { - margin-top: 0; - margin-bottom: 0; -} - -headerbar .entry-tag, headerbar .documents-entry-tag, headerbar .photos-entry-tag { - margin-top: 5px; - margin-bottom: 5px; -} - -.background .titlebar { - border-top-left-radius: 4px; - border-top-right-radius: 4px; -} - -.background.tiled .titlebar, -.background.tiled-top .titlebar, -.background.tiled-right .titlebar, -.background.tiled-bottom .titlebar, -.background.tiled-left .titlebar, -.background.maximized .titlebar, -.background.solid-csd .titlebar { - border-top-left-radius: 0; - border-top-right-radius: 0; -} - -window separator:first-child + headerbar, -window headerbar:first-child { - border-top-left-radius: 4px; -} - -window headerbar:last-child { - border-top-right-radius: 4px; -} - -window stack headerbar:first-child, window stack headerbar:last-child { - border-top-left-radius: 4px; - border-top-right-radius: 4px; -} - -window.tiled headerbar, window.tiled headerbar:first-child, window.tiled headerbar:last-child, window.tiled headerbar:only-child, -window.tiled-top headerbar, -window.tiled-top headerbar:first-child, -window.tiled-top headerbar:last-child, -window.tiled-top headerbar:only-child, -window.tiled-right headerbar, -window.tiled-right headerbar:first-child, -window.tiled-right headerbar:last-child, -window.tiled-right headerbar:only-child, -window.tiled-bottom headerbar, -window.tiled-bottom headerbar:first-child, -window.tiled-bottom headerbar:last-child, -window.tiled-bottom headerbar:only-child, -window.tiled-left headerbar, -window.tiled-left headerbar:first-child, -window.tiled-left headerbar:last-child, -window.tiled-left headerbar:only-child, -window.maximized headerbar, -window.maximized headerbar:first-child, -window.maximized headerbar:last-child, -window.maximized headerbar:only-child, -window.fullscreen headerbar, -window.fullscreen headerbar:first-child, -window.fullscreen headerbar:last-child, -window.fullscreen headerbar:only-child, -window.solid-csd headerbar, -window.solid-csd headerbar:first-child, -window.solid-csd headerbar:last-child, -window.solid-csd headerbar:only-child { - border-top-left-radius: 0; - border-top-right-radius: 0; -} - -window.csd > .titlebar:not(headerbar) { - padding: 0; - background-color: transparent; - background-image: none; - border-style: none; - box-shadow: none; -} - -.titlebar:not(headerbar) > separator { - background-color: #383838; - background-image: image(rgba(0, 0, 0, 0.26)); -} - -/************ - * Pathbars * - ************/ -.caja-pathbar button, -.path-bar button { - padding-left: 4px; - padding-right: 4px; -} - -.caja-pathbar button label:not(:only-child):first-child, -.path-bar button label:not(:only-child):first-child { - margin-left: 4px; -} - -.caja-pathbar button label:not(:only-child):last-child, -.path-bar button label:not(:only-child):last-child { - margin-right: 4px; -} - -.caja-pathbar button.slider-button, -.path-bar button.slider-button { - padding-left: 4px; - padding-right: 4px; -} - -:not(headerbar) .caja-pathbar button, .caja-pathbar :not(headerbar) button, :not(headerbar) -.path-bar button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #4285F4 0%, transparent 0%) 0 0 0/0 0 0px; - border-radius: 4px; -} - -:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) -.path-bar button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #4285F4 100%, transparent 0%) 0 0 2/0 0 2px; -} - -:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) -.path-bar button:checked, :not(headerbar) -.path-bar button:checked:disabled { - background-color: transparent; -} - -/************** - * Tree Views * - **************/ -treeview.view { - border-left-color: rgba(255, 255, 255, 0.3); - border-top-color: rgba(0, 0, 0, 0.26); -} - -* { - -GtkTreeView-horizontal-separator: 4; - -GtkTreeView-grid-line-width: 1; - -GtkTreeView-grid-line-pattern: ''; - -GtkTreeView-tree-line-width: 1; - -GtkTreeView-tree-line-pattern: ''; - -GtkTreeView-expander-size: 16; -} - -treeview.view:selected { - border-left-color: rgba(255, 255, 255, 0.3); -} - -treeview.view:hover, treeview.view:active, treeview.view:selected { - border-radius: 0; -} - -treeview.view.separator { - min-height: 5px; - color: rgba(0, 0, 0, 0.26); -} - -treeview.view:drop(active) { - border-style: solid none; - border-width: 1px; - border-color: #01A299; -} - -treeview.view:drop(active).after { - border-top-style: none; -} - -treeview.view:drop(active).before { - border-bottom-style: none; -} - -treeview.view.expander { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -gtk-icon-transform: rotate(-90deg); - color: rgba(255, 255, 255, 0.7); -} - -treeview.view.expander:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -treeview.view.expander:checked { - -gtk-icon-transform: unset; -} - -treeview.view.expander:hover, treeview.view.expander:active { - color: white; -} - -treeview.view.expander:disabled { - color: rgba(255, 255, 255, 0.3); -} - -treeview.view.expander:selected { - color: rgba(255, 255, 255, 0.7); -} - -treeview.view.expander:selected:hover, treeview.view.expander:selected:active { - color: white; -} - -treeview.view.expander:selected:disabled { - color: rgba(255, 255, 255, 0.3); -} - -treeview.view.progressbar { - border-bottom: 4px solid #4285F4; - box-shadow: none; - background-color: transparent; -} - -treeview.view.progressbar:selected { - border-bottom-color: white; -} - -treeview.view.trough { - border-bottom: 4px solid rgba(66, 133, 244, 0.3); - box-shadow: none; - background-color: transparent; -} - -treeview.view.trough:selected { - border-bottom-color: rgba(255, 255, 255, 0.3); -} - -treeview.view header button { - padding: 2px 6px; - border-style: none solid solid none; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.26); - border-radius: 0; - background-clip: border-box; -} - -treeview.view header button, treeview.view header button:hover, treeview.view header button:active { - box-shadow: none; -} - -treeview.view header button, treeview.view header button:disabled { - background-color: #303030; -} - -treeview.view header button:last-child { - border-right-style: none; -} - -treeview.view button.dnd, -treeview.view header.button.dnd { - padding: 2px 6px; - border-style: none solid solid; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.26); - border-radius: 0; - box-shadow: none; - background-color: #303030; - background-clip: border-box; - color: #4285F4; -} - -treeview.view acceleditor > label { - background-color: #4285F4; -} - -/********* - * Menus * - *********/ -menubar, -.menubar { - -GtkWidget-window-dragging: true; - padding: 0; - background-color: #383838; -} - -menubar > menuitem, -.menubar > menuitem { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - padding: 4px 8px; - color: rgba(255, 255, 255, 0.7); -} - -menubar > menuitem:hover, -.menubar > menuitem:hover { - transition: none; - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -menubar > menuitem:disabled, -.menubar > menuitem:disabled { - color: rgba(255, 255, 255, 0.3); -} - -menubar > menuitem label:disabled, -.menubar > menuitem label:disabled { - color: inherit; -} - -.csd.popup { - background-color: transparent; -} - -menu, -.menu, -.context-menu { - margin: 4px 0; - padding: 4px 0; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #424242; - border: 1px solid rgba(0, 0, 0, 0.26); -} - -.csd menu, .csd -.menu, .csd -.context-menu { - border: none; - border-radius: 4px; -} - -menu menuitem, -.menu menuitem, -.context-menu menuitem { - transition: background-color 100ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - min-width: 40px; - padding: 4px 8px; - font: initial; - text-shadow: none; -} - -menu menuitem:hover, -.menu menuitem:hover, -.context-menu menuitem:hover { - transition: none; - background-color: rgba(255, 255, 255, 0.12); -} - -menu menuitem:disabled, -.menu menuitem:disabled, -.context-menu menuitem:disabled { - color: rgba(255, 255, 255, 0.5); -} - -menu menuitem arrow, -.menu menuitem arrow, -.context-menu menuitem arrow { - min-height: 16px; - min-width: 16px; -} - -menu menuitem arrow:dir(ltr), -.menu menuitem arrow:dir(ltr), -.context-menu menuitem arrow:dir(ltr) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - margin-left: 8px; -} - -menu menuitem arrow:dir(rtl), -.menu menuitem arrow:dir(rtl), -.context-menu menuitem arrow:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); - margin-right: 8px; -} - -menu menuitem label:dir(rtl), menu menuitem label:dir(ltr), -.menu menuitem label:dir(rtl), -.menu menuitem label:dir(ltr), -.context-menu menuitem label:dir(rtl), -.context-menu menuitem label:dir(ltr) { - color: inherit; -} - -menu > arrow, -.menu > arrow, -.context-menu > arrow { - min-height: 16px; - min-width: 16px; - padding: 4px; - background-color: #424242; - color: rgba(255, 255, 255, 0.7); -} - -menu > arrow.top, -.menu > arrow.top, -.context-menu > arrow.top { - margin-top: -4px; - border-bottom: 1px solid rgba(0, 0, 0, 0.26); - border-radius: 4px 4px 0 0; - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -menu > arrow.bottom, -.menu > arrow.bottom, -.context-menu > arrow.bottom { - margin-top: 8px; - margin-bottom: -12px; - border-top: 1px solid rgba(0, 0, 0, 0.26); - border-radius: 0 0 4px 4px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -menu > arrow:hover, -.menu > arrow:hover, -.context-menu > arrow:hover { - background-image: image(rgba(255, 255, 255, 0.12)); - color: white; -} - -menu > arrow:disabled, -.menu > arrow:disabled, -.context-menu > arrow:disabled { - border-color: transparent; - background-color: transparent; - color: transparent; -} - -menu separator, -.menu separator, -.context-menu separator { - margin: 4px 0; -} - -menuitem accelerator { - color: rgba(255, 255, 255, 0.7); -} - -menuitem:disabled accelerator { - color: rgba(255, 255, 255, 0.3); -} - -.popup:not(.csd) menu menuitem { - color: #FFFFFF; -} - -.popup:not(.csd) menu menuitem:hover { - background-color: #595959; -} - -.popup:not(.csd) menu menuitem:disabled { - color: #a1a1a1; -} - -.popup:not(.csd) menu accelerator { - color: #c6c6c6; -} - -/************ - * Popovers * - ************/ -popover.background { - transition: box-shadow 100ms cubic-bezier(0, 0, 0.2, 1); - padding: 2px; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); - background-color: #424242; -} - -popover.background:backdrop { - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -} - -popover.background, .csd popover.background { - border-style: solid; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.3); - border-radius: 5px; -} - -popover.background > stack { - margin: -4px; -} - -popover.background > toolbar { - margin: -2px; -} - -popover.background > list, -popover.background > .view, -popover.background > toolbar { - border-style: none; - box-shadow: none; - background-color: transparent; -} - -popover.background list, -popover.background .view:not(:selected), -popover.background toolbar { - background-color: #424242; -} - -popover.background.menu button, -popover.background button.model { - min-height: 32px; - padding: 0 8px; - border-radius: 4px; -} - -popover.background separator { - margin: 4px 0; -} - -popover.background list separator { - margin: 0; -} - -/************* - * Notebooks * - *************/ -frame > paned > notebook > header, -notebook.frame > header { - background-color: #2C2C2C; -} - -notebook > header { - border-width: 1px; - border-color: rgba(0, 0, 0, 0.26); - background-color: #282828; - background-clip: border-box; -} - -notebook > header.top { - border-bottom-style: solid; -} - -notebook > header.top > tabs { - margin-bottom: -1px; -} - -notebook > header.top > tabs > tab { - box-shadow: inset 0 -2px transparent; -} - -notebook > header.top > tabs > tab:checked { - box-shadow: inset 0 -2px #4285F4; -} - -notebook > header.bottom { - border-top-style: solid; -} - -notebook > header.bottom > tabs { - margin-top: -1px; -} - -notebook > header.bottom > tabs > tab { - box-shadow: inset 0 2px transparent; -} - -notebook > header.bottom > tabs > tab:checked { - box-shadow: inset 0 2px #4285F4; -} - -notebook > header.left { - border-right-style: solid; -} - -notebook > header.left > tabs { - margin-right: -1px; -} - -notebook > header.left > tabs > tab { - box-shadow: inset -2px 0 transparent; -} - -notebook > header.left > tabs > tab:checked { - box-shadow: inset -2px 0 #4285F4; -} - -notebook > header.right { - border-left-style: solid; -} - -notebook > header.right > tabs { - margin-left: -1px; -} - -notebook > header.right > tabs > tab { - box-shadow: inset 2px 0 transparent; -} - -notebook > header.right > tabs > tab:checked { - box-shadow: inset 2px 0 #4285F4; -} - -notebook > header.top > tabs > arrow { - border-top-style: none; -} - -notebook > header.bottom > tabs > arrow { - border-bottom-style: none; -} - -notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow { - padding-left: 4px; - padding-right: 4px; -} - -notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { - margin-left: -8px; - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { - margin-right: -8px; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -notebook > header.left > tabs > arrow { - border-left-style: none; -} - -notebook > header.right > tabs > arrow { - border-right-style: none; -} - -notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow { - padding-top: 4px; - padding-bottom: 4px; -} - -notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { - margin-top: -8px; - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { - margin-bottom: -8px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -notebook > header > tabs > arrow { - min-height: 16px; - min-width: 16px; - border-radius: 0; -} - -notebook > header tab { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; - min-height: 24px; - min-width: 24px; - padding: 4px 12px; - outline-offset: -6px; - border-width: 1px; - border-color: transparent; - background-image: radial-gradient(circle farthest-corner at center, #4285F4 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 0% 0%; - background-clip: border-box; - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -notebook > header tab:hover { - background-color: alpha(currentColor, 0.08); - color: white; -} - -notebook > header tab:disabled { - color: rgba(255, 255, 255, 0.3); -} - -notebook > header tab:checked { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 225ms cubic-bezier(0, 0, 0.2, 1), background-image 525ms cubic-bezier(0, 0, 0.2, 1); - background-color: transparent; - background-image: radial-gradient(circle farthest-corner at center, transparent 10%, transparent 0%); - background-size: 1000% 1000%; - background-clip: padding-box; - color: white; -} - -notebook > header tab:checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -notebook > header tab:checked.reorderable-page { - border-color: rgba(0, 0, 0, 0.26); - background-color: #303030; -} - -notebook > header tab button.flat:last-child { - margin-left: 4px; - margin-right: -8px; -} - -notebook > header tab button.flat:first-child { - margin-left: -8px; - margin-right: 4px; -} - -notebook > header.top tabs, notebook > header.bottom tabs { - padding-left: 8px; - padding-right: 8px; -} - -notebook > header.top tabs:not(:only-child):first-child, notebook > header.bottom tabs:not(:only-child):first-child { - margin-left: 0; -} - -notebook > header.top tabs:not(:only-child):last-child, notebook > header.bottom tabs:not(:only-child):last-child { - margin-right: 0; -} - -notebook > header.top tabs tab.reorderable-page, notebook > header.bottom tabs tab.reorderable-page { - border-style: none solid; -} - -notebook > header.left tabs, notebook > header.right tabs { - padding-top: 8px; - padding-bottom: 8px; -} - -notebook > header.left tabs:not(:only-child):first-child, notebook > header.right tabs:not(:only-child):first-child { - margin-top: 0; -} - -notebook > header.left tabs:not(:only-child):last-child, notebook > header.right tabs:not(:only-child):last-child { - margin-bottom: 0; -} - -notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs tab.reorderable-page { - border-style: solid none; -} - -notebook > stack:not(:only-child) { - background-color: #303030; -} - -/************** - * Scrollbars * - **************/ -scrollbar { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1); - background-color: #303030; - background-clip: border-box; -} - -* { - -GtkScrollbar-has-backward-stepper: false; - -GtkScrollbar-has-forward-stepper: false; -} - -scrollbar.top { - border-bottom: 1px solid rgba(0, 0, 0, 0.26); -} - -scrollbar.bottom { - border-top: 1px solid rgba(0, 0, 0, 0.26); -} - -scrollbar.left { - border-right: 1px solid rgba(0, 0, 0, 0.26); -} - -scrollbar.right { - border-left: 1px solid rgba(0, 0, 0, 0.26); -} - -scrollbar slider { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1), margin 0, border-width 0; - min-width: 8px; - min-height: 8px; - border: 4px solid transparent; - border-radius: 9999px; - background-clip: padding-box; - background-color: rgba(255, 255, 255, 0.5); -} - -scrollbar slider:hover { - background-color: rgba(255, 255, 255, 0.7); -} - -scrollbar slider:active { - background-color: white; -} - -scrollbar slider:disabled { - background-color: rgba(255, 255, 255, 0.3); -} - -scrollbar.fine-tune slider { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1), margin 0, border-width 0, min-width 0, min-height 0; - min-width: 4px; - min-height: 4px; -} - -scrollbar.fine-tune.horizontal slider { - margin: 2px 0; -} - -scrollbar.fine-tune.vertical slider { - margin: 0 2px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - border-color: transparent; - background-color: transparent; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(48, 48, 48, 0.3); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(48, 48, 48, 0.3); - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.5); - background-clip: padding-box; - -gtk-icon-source: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled { - background-color: rgba(255, 255, 255, 0.3); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { - min-width: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { - min-width: 8px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { - min-height: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { - min-height: 8px; -} - -scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { - background-color: rgba(48, 48, 48, 0.9); -} - -scrollbar.horizontal slider { - min-width: 24px; -} - -scrollbar.vertical slider { - min-height: 24px; -} - -scrollbar button { - min-width: 16px; - min-height: 16px; - padding: 0; - border-radius: 0; -} - -scrollbar.vertical button.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -scrollbar.vertical button.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -scrollbar.horizontal button.down { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -scrollbar.horizontal button.up { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -/********** - * Switch * - **********/ -switch { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1); - margin: 4px 0; - padding: 0 2px; - border: 5px solid transparent; - border-radius: 9999px; - background-color: rgba(255, 255, 255, 0.3); - background-clip: padding-box; - font-size: 0; -} - -switch:checked { - background-color: rgba(1, 162, 153, 0.5); -} - -switch:disabled { - opacity: 0.5; -} - -switch slider { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1); - min-width: 20px; - min-height: 20px; - margin: -3px -2px; - border-radius: 9999px; - box-shadow: 0 0 0 10px transparent, 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); - background-color: #424242; -} - -switch:hover slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.08), 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -} - -switch:focus slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.12), 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -} - -switch:focus:hover slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.16), 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -} - -switch:checked slider { - background-color: #01A299; - color: #01A299; -} - -/************************* - * Check and Radio items * - *************************/ -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - min-height: 40px; - min-width: 40px; - margin: 0; - padding: 0; - box-shadow: none; - background-color: transparent; - background-image: none; - -gtk-icon-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -} - -.view.content-view.check:not(list):hover, .view.content-view.check:not(list):active, -.content-view .tile check:not(list):hover, -.content-view .tile check:not(list):active { - -gtk-icon-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); -} - -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-unchecked-dark.png"), url("assets/selectionmode-checkbox-unchecked-dark@2.png")); -} - -.view.content-view.check:not(list):checked, -.content-view .tile check:not(list):checked { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-checked-dark.png"), url("assets/selectionmode-checkbox-checked-dark@2.png")); -} - -checkbutton, -radiobutton { - outline: none; -} - -checkbutton.text-button, -radiobutton.text-button { - padding: 2px; -} - -checkbutton.text-button label:not(:only-child), -radiobutton.text-button label:not(:only-child) { - margin: 0 4px; -} - -check, -radio { - min-height: 24px; - min-width: 24px; - margin: -8px; - padding: 8px; -} - -check:hover, -radio:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -check:focus, -radio:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.12); -} - -check:focus:hover, -radio:focus:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.16); -} - -check:checked, check:indeterminate, -radio:checked, -radio:indeterminate { - color: #01A299; -} - -check:checked:disabled, check:indeterminate:disabled, -radio:checked:disabled, -radio:indeterminate:disabled { - color: rgba(1, 162, 153, 0.5); -} - -row:selected check:not(:checked):not(:indeterminate), row:selected -radio:not(:checked):not(:indeterminate) { - color: rgba(255, 255, 255, 0.7); -} - -row:selected check:not(:checked):not(:indeterminate):hover, row:selected check:not(:checked):not(:indeterminate):active, row:selected -radio:not(:checked):not(:indeterminate):hover, row:selected -radio:not(:checked):not(:indeterminate):active { - color: white; -} - -row:selected check:not(:checked):not(:indeterminate):disabled, row:selected -radio:not(:checked):not(:indeterminate):disabled { - color: rgba(255, 255, 255, 0.3); -} - -popover check, popover check:hover, popover check:focus, popover check:focus:hover, popover check:active, popover check:disabled, popover -radio, popover -radio:hover, popover -radio:focus, popover -radio:focus:hover, popover -radio:active, popover -radio:disabled { - transition: none; - box-shadow: none; - background-image: none; -} - -popover check:not(:checked):not(:indeterminate):not(:disabled), popover -radio:not(:checked):not(:indeterminate):not(:disabled) { - color: rgba(255, 255, 255, 0.7); -} - -popover check.left:dir(rtl), popover -radio.left:dir(rtl) { - margin-left: -12px; - margin-right: -4px; -} - -popover check.right:dir(ltr), popover -radio.right:dir(ltr) { - margin-left: -4px; - margin-right: -12px; -} - -menu menuitem check, menu menuitem -radio { - transition: none; - margin: 0; - padding: 0; -} - -menu menuitem check:dir(ltr), menu menuitem -radio:dir(ltr) { - margin-right: 8px; -} - -menu menuitem check:dir(rtl), menu menuitem -radio:dir(rtl) { - margin-left: 8px; -} - -menu menuitem check:not(:checked):not(:indeterminate):not(:disabled), menu menuitem -radio:not(:checked):not(:indeterminate):not(:disabled) { - color: rgba(255, 255, 255, 0.7); -} - -menu menuitem check, menu menuitem check:hover, menu menuitem check:disabled, menu menuitem -radio, menu menuitem -radio:hover, menu menuitem -radio:disabled { - box-shadow: none; -} - - -check { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/checkbox-unchecked-symbolic.svg")); -} - - -check:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/checkbox-checked-symbolic.svg")); -} - - -check:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/checkbox-mixed-symbolic.svg")); -} - - -radio { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/radio-unchecked-symbolic.svg")); - border-image-slice: 20; - border-image-width: 20px; -} - - -radio:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/radio-mixed-symbolic.svg")); -} - - -radio { - border-image-source: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#01A299), to(transparent)); -} - - -radio:checked:not(:indeterminate) { - border-image-source: -gtk-gradient(radial, center center, 0, center center, 0.125, to(#01A299), to(transparent)); -} - - -radio:checked:not(:indeterminate):disabled { - border-image-source: -gtk-gradient(radial, center center, 0, center center, 0.125, to(rgba(1, 162, 153, 0.5)), to(transparent)); -} - -window.background:not(.csd) > widget > checkbutton > check, -menu menuitem check { - min-height: 16px; - min-width: 16px; - border-radius: 4px; - -gtk-outline-radius: 4px; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-checkbox-unchecked-symbolic.svg")); -} - -window.background:not(.csd) > widget > checkbutton > check:checked, -menu menuitem check:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic.svg")); -} - -window.background:not(.csd) > widget > checkbutton > check:indeterminate, -menu menuitem check:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-checkbox-mixed-symbolic.svg")); -} - -window.background:not(.csd) > widget > radiobutton > radio, -menu menuitem radio { - min-height: 16px; - min-width: 16px; - border-image: none; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-radio-unchecked-symbolic.svg")); -} - -window.background:not(.csd) > widget > radiobutton > radio:checked, -menu menuitem radio:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-radio-checked-symbolic.svg")); -} - -window.background:not(.csd) > widget > radiobutton > radio:indeterminate, -menu menuitem radio:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-radio-mixed-symbolic.svg")); -} - -check:not(:checked):active { - -gtk-icon-transform: rotate(90deg); -} - -check:not(:checked):indeterminate:active, -radio:not(:checked):indeterminate:active { - -gtk-icon-transform: scaleX(-1); -} - -check:not(:checked), -radio:not(:checked) { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1), -gtk-icon-transform 0; -} - -check:not(:checked):active, -radio:not(:checked):active { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0, -gtk-icon-transform 0; -} - -menu menuitem check:not(:checked), menu menuitem -radio:not(:checked) { - transition: none; -} - -treeview.view check, -treeview.view radio { - padding: 0; -} - -treeview.view check:hover, -treeview.view radio:hover { - box-shadow: inset 0 0 0 9999px alpha(white, 0.08); -} - -treeview.view check:hover:disabled, -treeview.view radio:hover:disabled { - box-shadow: none; -} - -treeview.view check:hover:selected, -treeview.view radio:hover:selected { - box-shadow: inset 0 0 0 9999px alpha(white, 0.08); -} - -treeview.view check, -treeview.view radio { - color: rgba(255, 255, 255, 0.7); -} - -treeview.view check:hover, treeview.view check:active, -treeview.view radio:hover, -treeview.view radio:active { - color: white; -} - -treeview.view check:disabled, -treeview.view radio:disabled { - color: rgba(255, 255, 255, 0.3); -} - -treeview.view check:checked, treeview.view check:indeterminate, -treeview.view radio:checked, -treeview.view radio:indeterminate { - color: #01A299; -} - -treeview.view check:checked:disabled, treeview.view check:indeterminate:disabled, -treeview.view radio:checked:disabled, -treeview.view radio:indeterminate:disabled { - color: rgba(1, 162, 153, 0.5); -} - -treeview.view check:selected, -treeview.view radio:selected { - color: rgba(255, 255, 255, 0.7); -} - -treeview.view check:selected:hover, treeview.view check:selected:active, -treeview.view radio:selected:hover, -treeview.view radio:selected:active { - color: white; -} - -treeview.view check:selected:disabled, -treeview.view radio:selected:disabled { - color: rgba(255, 255, 255, 0.3); -} - -treeview.view check:selected:checked, treeview.view check:selected:indeterminate, -treeview.view radio:selected:checked, -treeview.view radio:selected:indeterminate { - color: #01A299; -} - -treeview.view check:selected:checked:disabled, treeview.view check:selected:indeterminate:disabled, -treeview.view radio:selected:checked:disabled, -treeview.view radio:selected:indeterminate:disabled { - color: rgba(1, 162, 153, 0.5); -} - -treeview.view radio:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")); - border-image: none; -} - -/************ - * GtkScale * - ************/ -scale { - min-height: 2px; - min-width: 2px; -} - -scale.horizontal { - padding: 15px 12px; -} - -scale.vertical { - padding: 12px 15px; -} - -scale slider { - min-height: 32px; - min-width: 32px; - margin: -15px; -} - -scale.fine-tune.horizontal { - min-height: 4px; - padding-top: 14px; - padding-bottom: 14px; -} - -scale.fine-tune.vertical { - min-width: 4px; - padding-left: 14px; - padding-right: 14px; -} - -scale.fine-tune slider { - margin: -14px; -} - -scale trough { - transition: background-color 100ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - background-color: rgba(255, 255, 255, 0.3); -} - -scale trough:disabled { - background-color: rgba(255, 255, 255, 0.12); -} - -scale highlight { - transition: background-color 100ms cubic-bezier(0, 0, 0.2, 1); - background-color: #01A299; -} - -scale highlight:disabled { - background-color: transparent; -} - -scale fill { - transition: background-color 100ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(255, 255, 255, 0.3); -} - -scale fill:disabled { - background-color: transparent; -} - -scale slider { - transition: background-color 100ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - background-repeat: no-repeat; - background-position: center; - background-size: auto, 1000% 1000%; - border-radius: 50%; - color: transparent; -} - -scale slider { - background-image: -gtk-scaled(url("assets/scale-slider-dark.png"), url("assets/scale-slider-dark@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%); -} - -scale slider:disabled { - background-image: -gtk-scaled(url("assets/scale-slider-disabled-dark.png"), url("assets/scale-slider-disabled-dark@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%); -} - -scale slider:hover { - background-color: rgba(1, 162, 153, 0.08); -} - -scale slider:focus { - background-color: rgba(1, 162, 153, 0.12); -} - -scale slider:focus:hover { - background-color: rgba(1, 162, 153, 0.16); -} - -scale slider:active { - transition: background-color 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; - animation: scale_ripple_effect 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-size: auto, 0% 0%; - background-color: rgba(1, 162, 153, 0.08); - color: rgba(1, 162, 153, 0.12); -} - -scale marks label, -scale value { - color: rgba(255, 255, 255, 0.5); -} - -scale marks { - color: rgba(255, 255, 255, 0.3); -} - -scale marks.top { - margin-bottom: 7px; - margin-top: -15px; -} - -scale marks.bottom { - margin-top: 7px; - margin-bottom: -15px; -} - -scale marks.left { - margin-right: 7px; - margin-left: -15px; -} - -scale marks.right { - margin-left: 7px; - margin-right: -15px; -} - -scale.fine-tune marks.top { - margin-bottom: 6px; - margin-top: -14px; -} - -scale.fine-tune marks.bottom { - margin-top: 6px; - margin-bottom: -14px; -} - -scale.fine-tune marks.left { - margin-right: 6px; - margin-left: -14px; -} - -scale.fine-tune marks.right { - margin-left: 6px; - margin-right: -14px; -} - -scale.horizontal indicator { - min-height: 8px; - min-width: 1px; -} - -scale.vertical indicator { - min-height: 1px; - min-width: 8px; -} - -scale.horizontal.marks-before:not(.marks-after) slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-disabled-dark.png"), url("assets/scale-horz-marks-before-slider-disabled-dark@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-dark.png"), url("assets/scale-horz-marks-after-slider-dark@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-disabled-dark.png"), url("assets/scale-horz-marks-after-slider-disabled-dark@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-dark.png"), url("assets/scale-vert-marks-before-slider-dark@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-disabled-dark.png"), url("assets/scale-vert-marks-before-slider-disabled-dark@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-dark.png"), url("assets/scale-vert-marks-after-slider-dark@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-disabled-dark.png"), url("assets/scale-vert-marks-after-slider-disabled-dark@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%); -} - -scale.color { - min-height: 0; - min-width: 0; -} - -scale.color.horizontal { - padding: 0 0 12px 0; -} - -scale.color.horizontal slider:dir(ltr), scale.color.horizontal slider:dir(rtl) { - margin-bottom: -24px; - margin-top: 8px; -} - -scale.color.vertical:dir(ltr) { - padding: 0 0 0 12px; -} - -scale.color.vertical:dir(ltr) slider { - margin-left: -24px; - margin-right: 8px; -} - -scale.color.vertical:dir(rtl) { - padding: 0 12px 0 0; -} - -scale.color.vertical:dir(rtl) slider { - margin-right: -24px; - margin-left: 8px; -} - -/***************** - * Progress bars * - *****************/ -progressbar { - color: rgba(255, 255, 255, 0.5); - font-size: smaller; -} - -progressbar.horizontal trough, -progressbar.horizontal progress { - min-height: 4px; -} - -progressbar.vertical trough, -progressbar.vertical progress { - min-width: 4px; -} - -progressbar trough { - background-color: rgba(66, 133, 244, 0.3); -} - -progressbar progress { - background-color: #4285F4; -} - -progressbar trough.empty progress { - all: unset; -} - -/************* - * Level Bar * - *************/ -levelbar.horizontal block { - min-height: 4px; -} - -levelbar.horizontal.discrete block { - min-width: 32px; -} - -levelbar.horizontal.discrete block:not(:last-child) { - margin-right: 2px; -} - -levelbar.vertical block { - min-width: 4px; -} - -levelbar.vertical.discrete block { - min-height: 32px; -} - -levelbar.vertical.discrete block:not(:last-child) { - margin-bottom: 2px; -} - -levelbar block.low { - background-color: #FBBC05; -} - -levelbar block.high, levelbar block:not(.empty) { - background-color: #4285F4; -} - -levelbar block.full { - background-color: #34A853; -} - -levelbar block.empty { - background-color: rgba(255, 255, 255, 0.12); -} - -/**************** - * Print dialog * -*****************/ -printdialog paper { - padding: 0; - border: 1px solid rgba(0, 0, 0, 0.26); - background-color: #303030; - color: white; -} - -printdialog .dialog-action-box { - margin: 12px; -} - -/********** - * Frames * - **********/ -frame > border, -.frame { - margin: 0; - padding: 0; - border: 1px solid rgba(0, 0, 0, 0.26); - border-radius: 0; - box-shadow: none; -} - -frame > border.flat, -.frame.flat, -frame.flat > border { - border-style: none; -} - -actionbar > revealer > box { - padding: 4px; - border-top: 1px solid rgba(0, 0, 0, 0.26); -} - -scrolledwindow viewport.frame { - border-style: none; -} - -overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.75, to(rgba(123, 170, 247, 0.3)), to(transparent)); - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.75, to(rgba(123, 170, 247, 0.3)), to(transparent)); - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.75, to(rgba(123, 170, 247, 0.3)), to(transparent)); - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.75, to(rgba(123, 170, 247, 0.3)), to(transparent)); - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; -} - -undershoot.top { - background-color: transparent; - background-image: linear-gradient(to left, rgba(48, 48, 48, 0.3) 50%, rgba(255, 255, 255, 0.3) 50%); - padding-top: 1px; - background-size: 12px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: left top; -} - -undershoot.bottom { - background-color: transparent; - background-image: linear-gradient(to left, rgba(48, 48, 48, 0.3) 50%, rgba(255, 255, 255, 0.3) 50%); - padding-bottom: 1px; - background-size: 12px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: left bottom; -} - -undershoot.left { - background-color: transparent; - background-image: linear-gradient(to top, rgba(48, 48, 48, 0.3) 50%, rgba(255, 255, 255, 0.3) 50%); - padding-left: 1px; - background-size: 1px 12px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left top; -} - -undershoot.right { - background-color: transparent; - background-image: linear-gradient(to top, rgba(48, 48, 48, 0.3) 50%, rgba(255, 255, 255, 0.3) 50%); - padding-right: 1px; - background-size: 1px 12px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right top; -} - -junction { - border-style: solid none none solid; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.26); - background-color: #303030; -} - -junction:dir(rtl) { - border-style: solid solid none none; -} - -separator { - min-width: 1px; - min-height: 1px; - background-color: rgba(0, 0, 0, 0.26); -} - - -button.font separator, -button.file separator, .tweak-categories separator, preferences stacksidebar.sidebar list separator { - min-width: 0; - min-height: 0; - background-color: transparent; -} - -/********* - * Lists * - *********/ -list { - border-color: rgba(0, 0, 0, 0.26); - background-color: #303030; -} - -list row { - padding: 2px; -} - -row.activatable, .view, treeview.view header button, .budgie-menu button { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-color 0, color 0, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 9999px transparent; - background-image: radial-gradient(circle farthest-corner at center, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; -} - -row.activatable:hover, .view:hover, treeview.view header button:hover, .budgie-menu button:hover { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-color 0, color 0, box-shadow 0, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -row.activatable.has-open-popup, .has-open-popup.view, treeview.view header button.has-open-popup, .budgie-menu button.has-open-popup, row.activatable:active, .view:active, treeview.view header button:active, .budgie-menu button:active { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-color 0, color 0, background-size 0, background-image 0; - animation: ripple_effect 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; -} - -/********************* - * App Notifications * - *********************/ -.app-notification { - margin: 8px; -} - -.app-notification.frame, -.app-notification border { - border-style: none; -} - -/************* - * Expanders * - *************/ -expander title > arrow { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1); - min-width: 16px; - min-height: 16px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -gtk-icon-transform: rotate(-90deg); - color: rgba(255, 255, 255, 0.7); -} - -expander title > arrow:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -expander title > arrow:checked { - -gtk-icon-transform: unset; -} - -expander title > arrow:hover, expander title > arrow:active { - color: white; -} - -expander title > arrow:disabled { - color: rgba(255, 255, 255, 0.3); -} - -expander title > arrow:selected { - color: rgba(255, 255, 255, 0.7); -} - -expander title > arrow:selected:hover, expander title > arrow:selected:active { - color: white; -} - -expander title > arrow:selected:disabled { - color: rgba(255, 255, 255, 0.3); -} - -/************ - * Calendar * - ************/ -calendar { - padding: 1px; - border: 1px solid rgba(0, 0, 0, 0.26); - color: white; -} - -calendar:disabled { - color: rgba(255, 255, 255, 0.5); -} - -calendar:selected { - border-radius: 5px; -} - -calendar.header { - border-style: none none solid; - border-radius: 0; -} - -calendar.highlight { - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -calendar:indeterminate { - color: rgba(255, 255, 255, 0.3); -} - -/*********** - * Dialogs * - ***********/ -messagedialog.background { - background-color: #424242; -} - -messagedialog .titlebar { - min-height: 24px; - border-style: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #424242; - color: white; -} - -messagedialog .titlebar:backdrop { - color: rgba(255, 255, 255, 0.7); -} - -messagedialog.csd.background { - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; -} - -messagedialog.csd .dialog-action-area { - margin-top: -4px; - padding: 4px; -} - -messagedialog.csd .dialog-action-area button { - border-radius: 4px; -} - -messagedialog.csd .dialog-action-area button:not(:last-child) { - margin-right: 4px; -} - -messagedialog.csd .dialog-action-area button.suggested-action:not(:disabled) { - color: #01A299; -} - -messagedialog.csd .dialog-action-area button.destructive-action:not(:disabled) { - color: #EA4335; -} - -filechooser .dialog-action-box { - border-top: 1px solid rgba(0, 0, 0, 0.26); -} - -filechooser #pathbarbox { - border-bottom: 1px solid rgba(0, 0, 0, 0.26); - background-color: #282828; -} - -filechooserbutton:drop(active) { - box-shadow: none; -} - -/*********** - * Sidebar * - ***********/ -.sidebar { - border-style: none; - background-color: #2C2C2C; -} - -stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:dir(ltr), .sidebar.left, .sidebar.left:dir(rtl) { - border-right: 1px solid rgba(0, 0, 0, 0.26); - border-left-style: none; -} - -stacksidebar.sidebar:dir(rtl) list, stacksidebar.sidebar.right list, .sidebar:dir(rtl), .sidebar.right { - border-left: 1px solid rgba(0, 0, 0, 0.26); - border-right-style: none; -} - -.sidebar list { - background-color: transparent; -} - -paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { - border-style: none; -} - -stacksidebar row { - padding: 10px 4px; -} - -stacksidebar row > label { - padding-left: 6px; - padding-right: 6px; -} - -/**************** - * File chooser * - ****************/ -row image.sidebar-icon { - color: rgba(255, 255, 255, 0.7); -} - -row:selected image.sidebar-icon { - color: rgba(255, 255, 255, 0.7); -} - -placessidebar > viewport.frame { - border-style: none; -} - -placessidebar list { - padding: 1px 0 4px; -} - -placessidebar row { - min-height: 32px; - margin: -1px 0; - padding: 0; -} - -placessidebar row > revealer { - padding: 0 12px; -} - -placessidebar row:selected { - color: white; -} - -placessidebar row:disabled { - color: rgba(255, 255, 255, 0.5); -} - -placessidebar row image.sidebar-icon:dir(ltr) { - padding-right: 8px; -} - -placessidebar row image.sidebar-icon:dir(rtl) { - padding-left: 8px; -} - -placessidebar row label.sidebar-label:dir(ltr) { - padding-right: 2px; -} - -placessidebar row label.sidebar-label:dir(rtl) { - padding-left: 2px; -} - -placessidebar row.sidebar-placeholder-row { - min-height: 2px; - padding: 0 8px; - background-image: image(#01A299); - background-clip: content-box; -} - -placessidebar row.sidebar-new-bookmark-row { - color: #01A299; -} - -placessidebar row:drop(active):not(:disabled) { - box-shadow: inset 0 0 0 2px #01A299; -} - -placesview .server-list-button > image { - -gtk-icon-transform: rotate(0turn); -} - -placesview .server-list-button:checked > image { - -gtk-icon-transform: rotate(-0.5turn); -} - -placesview > actionbar > revealer > box > label { - padding-left: 8px; - padding-right: 8px; -} - -/********* - * Paned * - *********/ -paned > separator { - min-width: 1px; - min-height: 1px; - -gtk-icon-source: none; - border-style: none; - background-color: transparent; - background-image: image(rgba(0, 0, 0, 0.26)); - background-size: 1px 1px; - background-clip: content-box; -} - -paned > separator.wide { - min-width: 6px; - min-height: 6px; - background-color: #282828; - background-image: image(rgba(0, 0, 0, 0.26)), image(rgba(0, 0, 0, 0.26)); - background-size: 1px 1px, 1px 1px; -} - -paned.horizontal > separator { - background-repeat: repeat-y; -} - -paned.horizontal > separator:dir(ltr) { - margin: 0 -8px 0 0; - padding: 0 8px 0 0; - background-position: left; -} - -paned.horizontal > separator:dir(rtl) { - margin: 0 0 0 -8px; - padding: 0 0 0 8px; - background-position: right; -} - -paned.horizontal > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-y, repeat-y; - background-position: left, right; -} - -paned.vertical > separator { - margin: 0 0 -8px 0; - padding: 0 0 8px 0; - background-repeat: repeat-x; - background-position: top; -} - -paned.vertical > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-x, repeat-x; - background-position: bottom, top; -} - -/************** - * GtkInfoBar * - **************/ -infobar { - border-style: none; -} - -infobar.info { - background-color: #34A853; -} - -infobar.question { - background-color: #4285F4; -} - -infobar.warning { - background-color: #FBBC05; -} - -infobar.error { - background-color: #EA4335; -} - -infobar.info > label, infobar.info, infobar.question > label, infobar.question, infobar.warning > label, infobar.warning, infobar.error > label, infobar.error { - color: white; -} - -/************ - * Tooltips * - ************/ -tooltip { - border-radius: 4px; - box-shadow: none; -} - -tooltip.background { - background-color: rgba(97, 97, 97, 0.9); - color: white; -} - -tooltip decoration { - background-color: transparent; -} - -tooltip label { - min-height: 20px; - padding: 0 2px; -} - -/***************** - * Color Chooser * - *****************/ -colorswatch.top { - border-top-left-radius: 4.5px; - border-top-right-radius: 4.5px; -} - -colorswatch.top overlay { - border-top-left-radius: 4px; - border-top-right-radius: 4px; -} - -colorswatch.bottom { - border-bottom-left-radius: 4.5px; - border-bottom-right-radius: 4.5px; -} - -colorswatch.bottom overlay { - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; -} - -colorswatch.left, colorswatch:first-child:not(.top) { - border-top-left-radius: 4.5px; - border-bottom-left-radius: 4.5px; -} - -colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; -} - -colorswatch.right, colorswatch:last-child:not(.bottom) { - border-top-right-radius: 4.5px; - border-bottom-right-radius: 4.5px; -} - -colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; -} - -colorswatch.dark { - color: white; -} - -colorswatch.light { - color: rgba(0, 0, 0, 0.87); -} - -colorswatch:drop(active) { - box-shadow: none; -} - -colorswatch:drop(active).light overlay { - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24), 0 0 0 2px #01A299; -} - -colorswatch:drop(active).dark overlay { - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24), 0 0 0 2px #01A299; -} - -colorswatch overlay { - transition: box-shadow 100ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -} - -colorswatch overlay:hover { - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); -} - -colorswatch#add-color-button { - border-radius: 4px 4px 0 0; - color: white; -} - -colorswatch#add-color-button:only-child { - border-radius: 4px; -} - -colorswatch#add-color-button overlay { - background-image: linear-gradient(to right, #EA4335 25%, #FBBC05 25%, #FBBC05 50%, #34A853 50%, #34A853 75%, #4285F4 75%); -} - -colorswatch:disabled { - opacity: 0.5; -} - -colorswatch:disabled overlay { - box-shadow: none; -} - -colorswatch#editor-color-sample { - border-radius: 4.5px; -} - -colorswatch#editor-color-sample overlay { - border-radius: 4px; -} - -colorchooser .popover.osd { - transition: box-shadow 100ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 4px; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #424242; -} - -colorchooser .popover.osd:backdrop { - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24), inset 0 1px rgba(255, 255, 255, 0.1); -} - -/******** - * Misc * - ********/ -.content-view { - background-color: #282828; -} - -/********************** - * Window Decorations * - **********************/ -decoration { - transition: box-shadow 100ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 4px 4px 0 0; - box-shadow: 0 14px 14px rgba(0, 0, 0, 0.25), 0 10px 5px rgba(0, 0, 0, 0.22), 0 16px 16px transparent; - margin: 8px; -} - -decoration:backdrop { - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23), 0 16px 16px transparent; -} - -.maximized decoration, -.fullscreen decoration, -.tiled decoration, -.tiled-top decoration, -.tiled-right decoration, -.tiled-bottom decoration, -.tiled-left decoration { - border-radius: 0; -} - -.popup decoration { - box-shadow: none; -} - -.ssd decoration { - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16); -} - -.csd.popup decoration { - border-radius: 4px; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); -} - -tooltip.csd decoration { - border-radius: 4px; - box-shadow: none; -} - -messagedialog.csd decoration { - border-radius: 4px; -} - -.solid-csd decoration { - margin: 0; - border-radius: 0; - box-shadow: none; - background-color: #383838; -} - -.view selection, .view:selected, flowbox flowboxchild:selected, spinbutton:not(.vertical) selection, -entry selection, modelbutton.flat:selected, -.menuitem.button.flat:selected, popover.background.menu button:checked, -popover.background button.model:checked, row:selected, calendar:selected, text:selected, .budgie-menu button:checked { - background-color: #4285F4; -} - -row:selected label, label:selected, .view selection, .view:selected, flowbox flowboxchild:selected, spinbutton:not(.vertical) selection, -entry selection, modelbutton.flat:selected, -.menuitem.button.flat:selected, popover.background.menu button:checked, -popover.background button.model:checked, row:selected, calendar:selected, text:selected, .budgie-menu button:checked { - color: white; -} - -row:selected label:disabled, label:disabled:selected, .view selection:disabled, .view:disabled:selected, flowbox flowboxchild:disabled:selected, label:disabled selection, spinbutton:not(.vertical) selection:disabled, -entry selection:disabled, modelbutton.flat:disabled:selected, -.menuitem.button.flat:disabled:selected, popover.background.menu button:disabled:checked, -popover.background button.model:disabled:checked, row:disabled:selected, calendar:disabled:selected, text:disabled:selected, .budgie-menu button:disabled:checked { - color: rgba(255, 255, 255, 0.5); -} - -.monospace { - font-family: monospace; -} - -/********************** - * Touch Copy & Paste * - **********************/ -cursor-handle { - border-radius: 9999px; - background-color: #01A299; - background-image: none; -} - -cursor-handle.top:dir(ltr), cursor-handle.bottom:dir(rtl) { - padding-left: 6px; - border-top-right-radius: 0; -} - -cursor-handle.bottom:dir(ltr), cursor-handle.top:dir(rtl) { - padding-right: 6px; - border-top-left-radius: 0; -} - -cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) { - -GtkWidget-text-handle-width: 24; - -GtkWidget-text-handle-height: 30; - -gtk-icon-source: -gtk-scaled(url("assets/scale-horz-marks-before-slider-dark.png"), url("assets/scale-horz-marks-before-slider-dark@2.png")); -} - -.context-menu { - font: initial; -} - -.keycap { - min-width: 12px; - min-height: 26px; - margin-top: 2px; - padding-bottom: 2px; - padding-left: 8px; - padding-right: 8px; - border: solid 1px rgba(0, 0, 0, 0.26); - border-radius: 5px; - box-shadow: inset 0 -2px rgba(0, 0, 0, 0.26); - background-color: #424242; - color: white; - font-size: smaller; -} - -:not(decoration):not(window):drop(active) { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24), inset 0 0 0 2px #01A299; - caret-color: #01A299; -} - -stackswitcher button.text-button { - min-width: 100px; -} - -stackswitcher button.circular, -stackswitcher button.text-button.circular { - min-width: 32px; - min-height: 32px; - padding: 0; -} - -/********* - * Emoji * - *********/ -popover.emoji-picker { - padding: 0; -} - -popover.emoji-picker entry { - border-bottom: 1px solid rgba(0, 0, 0, 0.26); - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -popover.emoji-picker scrolledwindow { - border-bottom: 1px solid rgba(0, 0, 0, 0.26); -} - -button.emoji-section { - margin-top: -1px; - padding: 0 8px; - min-width: 24px; - min-height: 32px; - border-radius: 0; - outline-offset: -6px; -} - -button.emoji-section, button.emoji-section:hover, button.emoji-section:active { - box-shadow: inset 0 2px transparent; -} - -button.emoji-section:checked { - box-shadow: inset 0 2px #4285F4; - background-color: transparent; -} - -button.emoji-section:hover, button.emoji-section:active { - background-color: alpha(currentColor, 0.08); -} - -button.emoji-section:first-child { - margin-left: 4px; -} - -button.emoji-section:last-child { - margin-right: 4px; -} - -.emoji { - min-width: 3em; - min-height: 3em; - padding: 0 8px; -} - -.emoji widget { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 4px; -} - -.emoji widget:hover { - background-color: alpha(currentColor, 0.08); -} - -/************ - * Nautilus * - ************/ -.nautilus-window, -.nautilus-window notebook, -.nautilus-window notebook > stack { - background-color: #303030; -} - -.nautilus-canvas-item.dim-label, label.nautilus-canvas-item.separator, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle, -headerbar .nautilus-canvas-item.subtitle, .budgie-notification .nautilus-canvas-item.notification-body, .budgie-switcher .nautilus-canvas-item.notification-body, -.nautilus-list-dim-label { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-canvas-item.dim-label:selected, label.nautilus-canvas-item.separator:selected, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected, -headerbar .nautilus-canvas-item.subtitle:selected, .budgie-notification .nautilus-canvas-item.notification-body:selected, .budgie-switcher .nautilus-canvas-item.notification-body:selected, -.nautilus-list-dim-label:selected { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-desktop.nautilus-canvas-item:not(:selected), .caja-desktop.caja-canvas-item:not(:selected), .nemo-desktop.nemo-canvas-item:not(:selected) { - color: white; - text-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -} - -@keyframes needs_attention_keyframes { - to { - background-color: alpha(currentColor, 0.12); - } -} - -.nautilus-operations-button-needs-attention { - animation: needs_attention_keyframes 225ms cubic-bezier(0.4, 0, 0.2, 1) 2 alternate; -} - -.nautilus-operations-button-needs-attention-multiple { - animation: needs_attention_keyframes 225ms cubic-bezier(0.4, 0, 0.2, 1) 4 alternate; -} - -.path-bar-box.background.frame { - border-style: none; - background-color: transparent; -} - -.nautilus-window .floating-bar { - min-height: 32px; - padding: 0; - border-style: solid solid none; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.26); - border-radius: 5px 5px 0 0; - background-color: rgba(48, 48, 48, 0.9); - background-clip: border-box; - transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-width 0; -} - -.nautilus-window .floating-bar.bottom.left { - margin-right: 7px; - border-left-style: none; - border-top-left-radius: 0; -} - -.nautilus-window .floating-bar.bottom.right { - margin-left: 7px; - border-right-style: none; - border-top-right-radius: 0; -} - -.nautilus-window .floating-bar button { - margin: 4px; -} - -.disk-space-display.unknown { - background-color: rgba(255, 255, 255, 0.3); - color: rgba(255, 255, 255, 0.3); -} - -.disk-space-display.used { - background-color: #4285F4; - color: #4285F4; -} - -.disk-space-display.free { - background-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.12); -} - -.search-information { - padding: 2px; - background-color: #4285F4; - color: white; -} - -.conflict-row:not(:selected) { - background-color: #6d5a23; -} - -.nautilus-window flowboxchild .icon-item-background { - padding: 4px; - border-radius: 4px; -} - -.nautilus-window flowboxchild:selected { - background-color: transparent; -} - -.nautilus-window flowboxchild:selected .icon-item-background { - background-color: #4285F4; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > scrolledwindow.frame { - border-style: none; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child { - margin: -6px 0 0 -6px; - border-top: 1px solid rgba(0, 0, 0, 0.26); -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child > label { - margin: 0 8px; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child > box > button { - border-radius: 0; -} - -.nautilus-window > popover.menu:not(:last-child) { - padding: 3px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box { - margin-top: -6px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box > box { - margin-bottom: -6px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box > box.linked { - margin-top: 1px; -} - -.nautilus-window > popover.menu:not(:last-child) separator { - margin-bottom: -2px; -} - -.nautilus-menu-sort-heading { - margin: 1px 3px; - font-weight: 500; -} - -.nautilus-menu-sort-heading:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.nautilus-window paned > separator { - background-color: #282828; -} - -/********* - * gedit * - *********/ -.open-document-selector-path-label { - color: rgba(255, 255, 255, 0.7); - font-size: smaller; -} - -.open-document-selector-path-label:selected { - color: rgba(255, 255, 255, 0.7); -} - -.gedit-document-panel { - background-color: #2C2C2C; -} - -.gedit-document-panel row button.flat { - margin-top: 8px; - margin-bottom: 8px; -} - -.gedit-document-panel-group-row:not(:first-child) { - border-top: 1px solid rgba(0, 0, 0, 0.26); -} - -.gedit-side-panel-paned statusbar { - border-top: 1px solid rgba(0, 0, 0, 0.26); -} - -.gedit-search-slider { - margin: 4px 4px 8px; -} - -.gedit-search-slider .linked > entry { - border-radius: 4px; -} - -.gedit-search-slider .linked > entry .gedit-search-entry-occurrences-tag { - all: unset; - color: rgba(255, 255, 255, 0.5); -} - -.gedit-search-slider .linked > entry:dir(ltr) { - margin-right: -60px; - padding-right: 60px; -} - -.gedit-search-slider .linked > entry:dir(ltr) .gedit-search-entry-occurrences-tag { - margin-left: 4px; -} - -.gedit-search-slider .linked > entry:dir(ltr) image.right { - margin-right: 0; -} - -.gedit-search-slider .linked > entry:dir(rtl) { - margin-left: -60px; - padding-left: 60px; -} - -.gedit-search-slider .linked > entry:dir(rtl) .gedit-search-entry-occurrences-tag { - margin-right: 4px; -} - -.gedit-search-slider .linked > entry:dir(rtl) image.left { - margin-left: 0; -} - -.gedit-search-slider .linked > entry:not(.error) { - background-color: #424242; -} - -.gedit-search-slider .linked > entry.error ~ button { - color: rgba(255, 255, 255, 0.7); -} - -.gedit-search-slider .linked > entry.error ~ button:hover, .gedit-search-slider .linked > entry.error ~ button:active { - color: white; -} - -.gedit-search-slider .linked > entry.error ~ button:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.gedit-search-slider .linked > button { - border: solid 4px transparent; - border-radius: 9999px; -} - -.gedit-search-slider .linked > button:last-child:dir(ltr), .gedit-search-slider .linked > button:not(:first-child):dir(rtl) { - margin-left: -2px; -} - -.gedit-search-slider .linked > button:first-child:dir(rtl), .gedit-search-slider .linked > button:not(:last-child):dir(ltr) { - margin-right: -2px; -} - -frame.gedit-map-frame > border:dir(ltr) { - border-style: none none none solid; -} - -frame.gedit-map-frame > border:dir(rtl) { - border-style: none solid none none; -} - -/********** - * Tweaks * - **********/ -.tweak-categories { - background-image: image(#2C2C2C); -} - -.tweak { - padding: 3px; -} - -.tweak.title:hover { - box-shadow: none; -} - -.tweak-group-white, -.tweak-white, -.tweak-white:hover { - background-image: image(#303030); -} - -.tweak-startup, -.tweak-startup:hover { - background-image: image(#303030); -} - -.tweak-group-startup { - background-image: image(#303030); - border: 1px solid rgba(0, 0, 0, 0.26); -} - -row#Focus, -row#ClickMethod, -row#StaticWorkspaceTweak, -row#dynamic-workspaces, -row#PrimaryWorkspaceTweak, -row#workspaces-only-on-primary { - padding: 0; - border: 1px solid rgba(0, 0, 0, 0.26); -} - -row#Focus row:not(:last-child), -row#ClickMethod row:not(:last-child), -row#StaticWorkspaceTweak row:not(:last-child), -row#dynamic-workspaces row:not(:last-child), -row#PrimaryWorkspaceTweak row:not(:last-child), -row#workspaces-only-on-primary row:not(:last-child) { - border-bottom: 1px solid rgba(0, 0, 0, 0.26); -} - -row#Focus.tweak > list, -row#ClickMethod.tweak > list, -row#StaticWorkspaceTweak.tweak > list, -row#dynamic-workspaces.tweak > list, -row#PrimaryWorkspaceTweak.tweak > list, -row#workspaces-only-on-primary.tweak > list { - margin-top: -3px; -} - -row#Focus, -row#ClickMethod, -row#PrimaryWorkspaceTweak, -row#workspaces-only-on-primary { - margin-top: 4px; -} - -/*********** - * Builder * - ***********/ -layouttabbar { - border-bottom: 1px solid rgba(0, 0, 0, 0.26); - background-color: #282828; -} - -layouttabbar > box > button { - margin: 4px 0; -} - -layouttab { - margin: 0 8px; - border-style: none solid; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.26); - box-shadow: inset 0 -2px #4285F4; - background-color: #303030; -} - -layouttab separator.vertical { - margin: 8px 4px; -} - -layouttab button.text-button, layouttab button.image-button, layouttab button { - margin-top: 8px; - margin-bottom: 8px; - padding: 0 4px; -} - -layout { - border: 1px solid rgba(0, 0, 0, 0.26); - -PnlDockBin-handle-size: 1; -} - -entry.search-missing { - background-color: #EA4335; - color: white; -} - -window.workbench treeview.image { - color: rgba(255, 255, 255, 0.7); -} - -window.workbench treeview.image:selected { - color: rgba(255, 255, 255, 0.7); -} - -popover.popover-selector list { - padding: 6px; -} - -popover.popover-selector list row { - border-radius: 4px; -} - -popover.popover-selector list row image:dir(ltr) { - margin-right: 6px; -} - -popover.popover-selector list row image:dir(rtl) { - margin-left: 6px; -} - -popover.popover-selector list row .accel:dir(ltr) { - margin-left: 6px; -} - -popover.popover-selector list row .accel:dir(rtl) { - margin-right: 6px; -} - -omnibar.linked:not(.vertical) entry { - border-radius: 4px; -} - -omnibar:not(:hover):not(:active) entry { - color: rgba(255, 255, 255, 0.7); -} - -popover.omnibar list row:not(:last-child) { - border-bottom: 1px solid rgba(0, 0, 0, 0.26); -} - -entry.preferences-search { - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.26); - background-color: #303030; -} - -preferences stacksidebar.sidebar list { - background-color: #2C2C2C; -} - -preferences stacksidebar.sidebar:dir(ltr) list, preferences stacksidebar.sidebar:dir(rtl) list { - border-style: none; -} - -preferences > box > box:dir(ltr) { - border-right: 1px solid rgba(0, 0, 0, 0.26); -} - -preferences > box > box:dir(rtl) { - border-left: 1px solid rgba(0, 0, 0, 0.26); -} - -popover.messagepopover.background { - padding: 0; -} - -popover.messagepopover .popover-action-area button { - padding: 8px 16px; - border-top: 1px solid rgba(0, 0, 0, 0.26); - border-radius: 0; -} - -popover.messagepopover .popover-action-area button:first-child { - border-bottom-left-radius: 4px; -} - -popover.messagepopover .popover-action-area button:last-child { - border-bottom-right-radius: 4px; -} - -popover.messagepopover .popover-content-area { - margin: 16px; -} - -popover.transfers list { - background-color: transparent; -} - -popover.transfers list row:not(:first-child) { - border-top: 1px solid rgba(0, 0, 0, 0.26); -} - -popover.transfers list row > box { - padding: 10px; -} - -dockbin { - border: 1px solid rgba(0, 0, 0, 0.26); - -PnlDockBin-handle-size: 1; -} - -dockpaned { - border: 1px solid rgba(0, 0, 0, 0.26); -} - -eggsearchbar box.search-bar { - padding: 0 8px; - border-bottom: 1px solid rgba(0, 0, 0, 0.26); - background-color: #282828; -} - -docktabstrip { - padding: 0 8px; - border-bottom: 1px solid rgba(0, 0, 0, 0.26); - background-color: #282828; -} - -docktab { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; - min-height: 24px; - min-width: 24px; - margin-bottom: -1px; - padding: 4px 6px; - outline-offset: -6px; - border-width: 1px; - border-color: transparent; - box-shadow: inset 0 -2px transparent; - background-image: radial-gradient(circle farthest-corner at center, #4285F4 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 0% 0%; - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -docktab:hover { - background-color: alpha(currentColor, 0.08); - color: white; -} - -docktab:checked { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 225ms cubic-bezier(0, 0, 0.2, 1), background-image 525ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 -2px #4285F4; - background-color: transparent; - background-image: radial-gradient(circle farthest-corner at center, transparent 10%, transparent 0%); - background-size: 1000% 1000%; - color: white; -} - -dockoverlayedge { - background-color: #282828; -} - -dockoverlayedge docktabstrip { - padding: 0; - border: none; -} - -dockoverlayedge.left-edge docktab:hover { - box-shadow: inset -2px 0 rgba(255, 255, 255, 0.3); -} - -dockoverlayedge.left-edge docktab:checked { - box-shadow: inset -2px 0 #4285F4; -} - -dockoverlayedge.right-edge docktab:hover { - box-shadow: inset 2px 0 rgba(255, 255, 255, 0.3); -} - -dockoverlayedge.right-edge docktab:checked { - box-shadow: inset 2px 0 #4285F4; -} - -pillbox { - background-color: #282828; - border-radius: 4px; -} - -layoutpane entry.search { - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.26); - background-color: #303030; -} - -editortweak entry.search { - margin-bottom: -1px; - box-shadow: none; -} - -.gb-search-entry-occurrences-tag { - box-shadow: none; - background-color: transparent; -} - -docktabstrip { - min-height: 39px; -} - -window.workbench preferences preferencesgroup list entry { - padding-top: 8px; - padding-bottom: 8px; -} - -button.run-arrow-button { - padding-left: 8px; - padding-right: 8px; -} - -button.dzlmenubutton image { - min-width: 26px; -} - -button.dzlmenubutton image.arrow { - min-width: 23px; -} - -button.dzlmenubuttonitem { - color: white; - font-weight: normal; -} - -button.dzlmenubuttonitem:disabled { - color: rgba(255, 255, 255, 0.5); -} - -idelayoutstackheader { - border-bottom: 1px solid rgba(0, 0, 0, 0.26); -} - -idelayoutstackheader button:checked { - color: white; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher { - padding: 8px 0; - background-color: #282828; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher:dir(ltr) { - border-right: 1px solid rgba(0, 0, 0, 0.26); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher:dir(rtl) { - border-left: 1px solid rgba(0, 0, 0, 0.26); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button { - border-radius: 0; - outline-offset: -6px; - box-shadow: none; - background-color: transparent; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:active { - background-image: radial-gradient(circle farthest-corner at center, rgba(66, 133, 244, 0.7) 10%, transparent 0%); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:checked { - background-color: transparent; - color: white; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr) { - margin-right: -1px; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr):hover { - box-shadow: inset -2px 0 rgba(255, 255, 255, 0.3); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr):active, ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr):checked { - box-shadow: inset -2px 0 #4285F4; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl) { - margin-left: -1px; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl):hover { - box-shadow: inset 2px 0 rgba(255, 255, 255, 0.3); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl):active, ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl):checked { - box-shadow: inset 2px 0 #4285F4; -} - -ideeditorsidebar notebook header { - background: transparent; -} - -popover.messagepopover list { - border: 1px solid rgba(0, 0, 0, 0.26); -} - -popover.messagepopover list row:not(:last-child) { - border-bottom: 1px solid rgba(0, 0, 0, 0.26); -} - -/********** - * Photos * - **********/ -GdMainIconView.content-view { - -GdMainIconView-icon-size: 48; -} - -.documents-counter { - margin: 8px; - border-radius: 9999px; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); - background-color: #01A299; - color: white; - font-weight: bold; -} - -.documents-scrolledwin.frame { - border-style: none; -} - -.documents-scrolledwin.frame frame.content-view > border { - border-style: none; -} - -.photos-fade-in { - opacity: 1; - transition: opacity 100ms cubic-bezier(0, 0, 0.2, 1); -} - -.photos-fade-out { - opacity: 0; - transition: opacity 100ms cubic-bezier(0, 0, 0.2, 1); -} - -overlay grid.horizontal > revealer > scrolledwindow.frame:dir(ltr) { - border-style: none none none solid; -} - -overlay grid.horizontal > revealer > scrolledwindow.frame:dir(rtl) { - border-style: none solid none none; -} - -/********* - * Music * - *********/ -.side-panel:dir(ltr) { - border-style: solid; - border-color: rgba(0, 0, 0, 0.26); -} - -.side-panel:dir(rtl) { - border-style: solid; - border-color: rgba(0, 0, 0, 0.26); -} - -.side-panel .view { - background-image: image(#2C2C2C); -} - -.side-panel .view:hover { - background-image: image(#373737); -} - -.side-panel .view:selected { - background-image: image(#4285F4); -} - -.side-panel .view:selected:hover { - background-image: image(#4b8bf5); -} - -.songs-list:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -frame.documents-dropdown { - margin: 8px; -} - -frame.documents-dropdown > border { - border: none; -} - -box.vertical > revealer > toolbar.search-bar { - border-bottom: 1px solid rgba(0, 0, 0, 0.26); - background-clip: border-box; -} - -box.vertical > revealer > toolbar.search-bar button > widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -/********* - * To Do * - *********/ -task-list-view taskrow { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1); - margin: 0 -8px; -} - -task-list-view taskrow:hover { - transition: none; -} - -task-list-view taskrow label { - margin: 0 8px; -} - -task-list-view taskrow image.dim-label, task-list-view taskrow .titlebar:not(headerbar) image.subtitle, .titlebar:not(headerbar) task-list-view taskrow image.subtitle, task-list-view taskrow -headerbar image.subtitle, -headerbar task-list-view taskrow image.subtitle, task-list-view taskrow .budgie-notification image.notification-body, .budgie-notification task-list-view taskrow image.notification-body, task-list-view taskrow .budgie-switcher image.notification-body, .budgie-switcher task-list-view taskrow image.notification-body { - min-width: 16px; -} - -task-list-view > box > revealer > box > button { - margin: -4px; -} - -task-list-view > box > revealer > box > button .dim-label, task-list-view > box > revealer > box > button label.separator, task-list-view > box > revealer > box > button .titlebar:not(headerbar) .subtitle, .titlebar:not(headerbar) task-list-view > box > revealer > box > button .subtitle, task-list-view > box > revealer > box > button -headerbar .subtitle, -headerbar task-list-view > box > revealer > box > button .subtitle, task-list-view > box > revealer > box > button .budgie-notification .notification-body, .budgie-notification task-list-view > box > revealer > box > button .notification-body, task-list-view > box > revealer > box > button .budgie-switcher .notification-body, .budgie-switcher task-list-view > box > revealer > box > button .notification-body { - opacity: 1; -} - -tasklistview taskrow { - outline: none; -} - -tasklistview taskrow entry, tasklistview taskrow entry:focus, tasklistview taskrow entry:disabled { - box-shadow: none; -} - -tasklistview taskrow image.dim-label, tasklistview taskrow .titlebar:not(headerbar) image.subtitle, .titlebar:not(headerbar) tasklistview taskrow image.subtitle, tasklistview taskrow -headerbar image.subtitle, -headerbar tasklistview taskrow image.subtitle, tasklistview taskrow .budgie-notification image.notification-body, .budgie-notification tasklistview taskrow image.notification-body, tasklistview taskrow .budgie-switcher image.notification-body, .budgie-switcher tasklistview taskrow image.notification-body { - min-width: 16px; -} - -tasklistview > box > revealer > box > button { - margin: -4px; -} - -tasklistview > box > revealer > box > button .dim-label, tasklistview > box > revealer > box > button label.separator, tasklistview > box > revealer > box > button .titlebar:not(headerbar) .subtitle, .titlebar:not(headerbar) tasklistview > box > revealer > box > button .subtitle, tasklistview > box > revealer > box > button -headerbar .subtitle, -headerbar tasklistview > box > revealer > box > button .subtitle, tasklistview > box > revealer > box > button .budgie-notification .notification-body, .budgie-notification tasklistview > box > revealer > box > button .notification-body, tasklistview > box > revealer > box > button .budgie-switcher .notification-body, .budgie-switcher tasklistview > box > revealer > box > button .notification-body { - opacity: 1; -} - -/******* - * eog * - *******/ -#eog-thumb-nav scrolledwindow { - border-top: none; -} - -#eog-thumb-nav button { - -gtk-outline-radius: 4px; -} - -/************* - * Evolution * - *************/ -frame.taskbar > border { - border-style: solid none none; -} - -box.vertical > paned.horizontal notebook widget .frame { - border-style: none; -} - -/******** - * gitg * - ********/ -frame.commit-frame > border { - border-style: solid none none; -} - -/************** - * Characters * - **************/ -box.dialog-vbox scrolledwindow.related { - border: 1px solid rgba(0, 0, 0, 0.26); -} - -list.categories { - background-image: image(#2C2C2C); -} - -/********* - * Boxes * - *********/ -.transparent-bg + stack overlay > label { - min-height: 24px; - padding: 0 4px; - border-radius: 4px; - background-color: rgba(0, 0, 0, 0.6); - color: white; -} - -/************** - * Calculator * - **************/ -button.title label { - min-height: 32px; -} - -/********* - * Geary * - *********/ -.geary-titlebar-left:dir(ltr) { - margin-right: 5px; - padding-right: 0; -} - -.geary-titlebar-left:dir(rtl) { - margin-left: 5px; - padding-left: 0; -} - -.geary-titlebar-left > separator { - background-color: rgba(0, 0, 0, 0.05); -} - -.geary-titlebar-right:dir(ltr) { - margin-left: -5px; -} - -.geary-titlebar-right:dir(rtl) { - margin-right: -5px; -} - -/********* - * Tilix * - *********/ -overlay > revealer.left > scrolledwindow.frame, -overlay > revealer.right > scrolledwindow.frame { - border-style: none; - box-shadow: 0 14px 14px rgba(0, 0, 0, 0.25), 0 10px 5px rgba(0, 0, 0, 0.22); -} - -overlay > revealer.left > scrolledwindow.frame { - margin-right: 32px; -} - -overlay > revealer.right > scrolledwindow.frame { - margin-left: 32px; -} - -.terminix-session-sidebar, -.tilix-session-sidebar { - background-image: image(#424242); -} - -.terminal-titlebar button { - border-radius: 0; -} - -button.image-button.session-new-button { - min-width: 28px; -} - -/************** - * Terminator * - **************/ -.terminator-terminal-window paned > separator { - background-color: #282828; -} - -.terminator-terminal-window notebook.frame { - border-style: none; -} - -/*********** - * Eclipse * - ***********/ -window.background > box.vertical > scrolledwindow > widget toolbar { - padding: 2px; -} - -window.background > box.vertical > scrolledwindow > widget toolbar separator, -window.background > box.vertical > scrolledwindow > widget toolbar button { - margin: 2px; -} - -window.background > box.vertical > scrolledwindow > widget toolbar button { - border-radius: 4px; -} - -/************ - * Chromium * - ************/ -window.background.chromium { - background-color: #424242; -} - -window.background.chromium entry, -window.background.chromium > button:not(.suggested-action):not(.destructive-action) { - border: 1px solid rgba(0, 0, 0, 0.26); -} - -window.background.chromium > button { - box-shadow: none; - background-size: auto; -} - -window.background.chromium > button:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -window.background.chromium > button:active { - background-image: image(alpha(currentColor, 0.24)); -} - -window.background.chromium headerbar button:active { - background-size: 1000% 1000%; -} - -window.background.chromium spinner { - color: #4285F4; -} - -window.background.chromium textview { - background-color: #424242; -} - -tooltip.background.chromium { - background-color: #616161; -} - -/*********** - * Firefox * - ***********/ -window.background:not(.csd) > widget > separator { - color: rgba(0, 0, 0, 0.26); -} - -window.background:not(.csd) > widget > scrollbar { - background-clip: border-box; -} - -window.background:not(.csd) > widget > scrollbar, -window.background:not(.csd) > widget > frame > border { - border-color: rgba(0, 0, 0, 0.26); -} - -window.background:not(.csd) > widget > entry, -window.background:not(.csd) > widget > button > button { - border: 1px solid rgba(0, 0, 0, 0.26); - border-radius: 5px; - box-shadow: none; -} - -window.background:not(.csd) > widget > entry { - min-height: 30px; -} - -window.background:not(.csd) > widget > entry:focus { - border-color: #4285F4; -} - -window.background:not(.csd) > widget > button > button { - padding: 4px 8px; - background-size: auto; -} - -window.background:not(.csd) > widget > button > button:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -window.background:not(.csd) > widget > button > button:active { - background-image: image(alpha(currentColor, 0.24)); -} - -window.background:not(.csd) > widget > checkbutton > check:not(:checked), -window.background:not(.csd) > widget > radiobutton > radio:not(:checked) { - color: #757575; -} - -window.background:not(.csd) > widget > checkbutton > check:not(:checked):hover, window.background:not(.csd) > widget > checkbutton > check:not(:checked):active, -window.background:not(.csd) > widget > radiobutton > radio:not(:checked):hover, -window.background:not(.csd) > widget > radiobutton > radio:not(:checked):active { - color: #212121; -} - -window.background:not(.csd) > widget > checkbutton > check:not(:checked):disabled, -window.background:not(.csd) > widget > radiobutton > radio:not(:checked):disabled { - color: rgba(117, 117, 117, 0.5); -} - -window.background:not(.csd) > window > menu, -window.background:not(.csd) > menu > menu { - border: none; -} - -window.background:not(.csd) > widget > menubar { - color: rgba(255, 255, 255, 0.7); -} - -window.background:not(.csd) > widget > menubar:hover { - color: white; -} - -window.background:not(.csd) > widget > menubar:disabled { - color: rgba(255, 255, 255, 0.3); -} - -window.background:not(.csd) > widget > frame { - color: rgba(0, 0, 0, 0.26); -} - -window.background:not(.csd) > widget > checkbutton > check, -window.background:not(.csd) > widget > radiobutton > radio { - margin: 0; - padding: 0; -} - -window.background:not(.csd) > window.background > menu > separator { - color: rgba(0, 0, 0, 0.26); -} - -/************ - * Inkscape * - ************/ -#ToolboxCommon > #AuxToolbox #StyleSwatch { - font-size: smaller; -} - -#ToolboxCommon > #AuxToolbox #Kludge { - padding: 0; -} - -#ToolboxCommon > #AuxToolbox spinbutton, -#ToolboxCommon > #AuxToolbox entry { - min-height: 32px; -} - -#ToolboxCommon > #AuxToolbox button:not(.up):not(.down) { - min-height: 24px; - min-width: 16px; - padding: 4px 8px; - border-radius: 4px; - -gtk-outline-radius: 4px; -} - -#ToolboxCommon > #AuxToolbox spinbutton button { - border-width: 4px; -} - -#ToolboxCommon > toolbar.vertical { - margin-top: -4px; -} - -#ToolboxCommon > toolbar.vertical button { - min-height: 24px; - min-width: 24px; - padding: 4px; - border-radius: 4px; - -gtk-outline-radius: 4px; -} - -#CanvasTable button { - min-height: 16px; - min-width: 16px; - padding: 0; -} - -#CanvasTable #HorizontalScrollbar { - border-top: 1px solid rgba(0, 0, 0, 0.26); -} - -#CanvasTable #VerticalScrollbar:dir(ltr) { - border-left: 1px solid rgba(0, 0, 0, 0.26); -} - -#CanvasTable #VerticalScrollbar:dir(rtl) { - border-right: 1px solid rgba(0, 0, 0, 0.26); -} - -#Canvas_and_Dock frame > border { - border: none; -} - -#Canvas_and_Dock widget > widget > button.flat { - min-height: 16px; - min-width: 16px; - padding: 4px; -} - -#Canvas_and_Dock widget > widget > box.horizontal image { - padding: 4px; -} - -#Canvas_and_Dock box.horizontal > box.vertical > button.flat { - min-height: 16px; - min-width: 24px; - padding: 8px 4px; -} - -/*********** - * Synapse * - ***********/ -box.vertical > widget > widget:selected { - background-color: #4285F4; -} - -/********* - * Unity * - *********/ -UnityDecoration { - -UnityDecoration-extents: 28px 0 0 0; - -UnityDecoration-input-extents: 8px; - -UnityDecoration-shadow-offset-x: 0; - -UnityDecoration-shadow-offset-y: 3px; - -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.48); - -UnityDecoration-active-shadow-radius: 18px; - -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.32); - -UnityDecoration-inactive-shadow-radius: 6px; - -UnityDecoration-glow-size: 8px; - -UnityDecoration-glow-color: #4285F4; - -UnityDecoration-title-indent: 4px; - -UnityDecoration-title-fade: 32px; - -UnityDecoration-title-alignment: 0.0; -} - -UnityDecoration .top { - padding: 0 2px; - border-style: none; - border-radius: 4px 4px 0 0; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #383838; - color: white; -} - -UnityDecoration .top:backdrop { - color: rgba(255, 255, 255, 0.7); -} - -UnityDecoration .menuitem { - color: rgba(255, 255, 255, 0.7); -} - -UnityDecoration .menuitem:hover { - box-shadow: inset 0 -2px currentColor; - background-color: transparent; - color: white; -} - -.background:not(.csd) headerbar:not(.titlebar) { - border-radius: 0; - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -} - -.background:not(.csd) headerbar:not(.titlebar).inline-toolbar { - border-style: none; -} - -UnityPanelWidget, -.unity-panel { - background-color: #212121; - color: white; -} - -UnityPanelWidget:backdrop, -.unity-panel:backdrop { - color: rgba(255, 255, 255, 0.7); -} - -.unity-panel.menuitem, -.unity-panel .menuitem { - color: rgba(255, 255, 255, 0.7); -} - -.unity-panel.menubar.menuitem:hover, -.unity-panel.menubar .menuitem *:hover { - box-shadow: inset 0 -2px currentColor; - background-color: transparent; - color: white; -} - -.menu IdoPlaybackMenuItem.menuitem:active { - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); - animation: spin 1s linear infinite; - color: #4285F4; -} - -/************** - * Mate-Panel * - **************/ -.mate-panel-menu-bar menubar, -#PanelApplet-window-menu-applet-button { - background-color: transparent; -} - -.mate-panel-menu-bar { - background-color: #212121; - font-weight: 500; -} - -.mate-panel-menu-bar:not(.popup) { - color: rgba(255, 255, 255, 0.7); -} - -.mate-panel-menu-bar button { - min-height: 16px; - min-width: 16px; - padding: 0; - border-radius: 0; -} - -.mate-panel-menu-bar button:checked { - background-color: rgba(255, 255, 255, 0.12); -} - -PanelToplevel.horizontal > grid > button { - min-width: 24px; -} - -PanelToplevel.vertical > grid > button { - min-height: 24px; -} - -PanelSeparator { - color: rgba(255, 255, 255, 0.12); -} - -MatePanelAppletFrameDBus { - border-style: solid; - border-color: rgba(255, 255, 255, 0.12); -} - -.mate-panel-menu-bar.horizontal MatePanelAppletFrameDBus { - border-width: 0 1px; -} - -.mate-panel-menu-bar.vertical MatePanelAppletFrameDBus { - border-width: 1px 0; -} - -.mate-panel-menu-bar menubar > menuitem { - color: rgba(255, 255, 255, 0.7); -} - -.mate-panel-menu-bar menubar > menuitem:hover { - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -.mate-panel-menu-bar menubar > menuitem:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.mate-panel-menu-bar.horizontal menubar > menuitem { - padding: 0 8px; -} - -.mate-panel-menu-bar.vertical menubar > menuitem { - padding: 8px 0; -} - -.mate-panel-menu-bar menubar menu > menuitem { - min-height: 28px; - padding: 0 6px; -} - -.mate-panel-menu-bar #PanelApplet button { - -GtkWidget-window-dragging: true; -} - -.mate-panel-menu-bar #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0/0 0 0px; -} - -.mate-panel-menu-bar #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.mate-panel-menu-bar #tasklist-button image:dir(ltr), .mate-panel-menu-bar #tasklist-button label:dir(rtl) { - padding-left: 4px; -} - -.mate-panel-menu-bar #tasklist-button label:dir(ltr), .mate-panel-menu-bar #tasklist-button image:dir(rtl) { - padding-right: 4px; -} - -.mate-panel-menu-bar.vertical #tasklist-button { - min-height: 32px; -} - -.mate-panel-menu-bar.horizontal #showdesktop-button image { - min-width: 24px; - padding: 0 4px; -} - -.mate-panel-menu-bar.vertical #showdesktop-button image { - min-height: 24px; - padding: 4px 0; -} - -PanelApplet.wnck-applet .wnck-pager { - background-color: transparent; - color: #7BAAF7; -} - -PanelApplet.wnck-applet .wnck-pager:hover { - background-color: rgba(255, 255, 255, 0.12); -} - -PanelApplet.wnck-applet .wnck-pager:active { - background-color: rgba(255, 255, 255, 0.3); -} - -PanelApplet.wnck-applet .wnck-pager:selected { - background-color: #4285F4; -} - -.mate-panel-menu-bar.horizontal #clock-applet-button label { - padding: 0 8px; -} - -.mate-panel-menu-bar.vertical #clock-applet-button label { - padding: 8px 0; -} - -#MatePanelPopupWindow { - border: 1px solid rgba(0, 0, 0, 0.26); - border-radius: 5px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -#MatePanelPopupWindow frame > border { - border-style: none; -} - -#MatePanelPopupWindow button { - padding: 4px 16px; -} - -#MatePanelPopupWindow > frame > box > box > box > widget { - color: rgba(0, 0, 0, 0.26); -} - -na-tray-applet { - -NaTrayApplet-icon-padding: 3px; - -NaTrayApplet-icon-size: 16; -} - -.mate-panel-menu-bar { - -PanelMenuBar-icon-visible: true; -} - -.mate-panel-applet-slider { - border: 1px solid rgba(0, 0, 0, 0.26); - border-radius: 5px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #282828; -} - -.mate-panel-applet-slider frame > border { - border-style: none; -} - -#PanelApplet:not(:selected) > box { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1); -} - -#PanelApplet:selected > box { - background-color: rgba(255, 255, 255, 0.12); - color: white; -} - -#mate-menu { - border: 1px solid rgba(0, 0, 0, 0.26); -} - -#mate-menu button { - min-height: 24px; - min-width: 24px; - padding: 4px 0; - color: white; - font-weight: normal; -} - -#mate-menu button label:not(:first-child) { - color: rgba(255, 255, 255, 0.7); -} - -#mate-menu entry { - margin: 0 0 8px; -} - -#mate-menu entry image { - margin: 0; -} - -#mate-menu entry + button { - margin: 0 4px 8px; - padding: 4px; -} - -/********************* - * CAJA File manager * - *********************/ -.caja-navigation-window button.toggle.image-button { - border-radius: 4px; -} - -.caja-pathbar button { - margin: 0 -1px 0 -2px; -} - -.caja-pathbar button > widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -GtkArrow-arrow-scaling: 1; -} - -.caja-side-pane notebook viewport.frame, -.caja-side-pane notebook widget .vertical { - background-color: #303030; -} - -.caja-side-pane notebook, -.caja-notebook { - border-top: 1px solid rgba(0, 0, 0, 0.26); -} - -.caja-side-pane notebook .frame, -.caja-notebook .frame { - border-style: none; -} - -.caja-navigation-window statusbar { - margin: 0 -10px; - padding: 0 4px; - border-top: 1px solid rgba(0, 0, 0, 0.26); -} - -.caja-notebook frame > border { - border-style: none; -} - -#caja-extra-view-widget { - border-bottom: 1px solid rgba(0, 0, 0, 0.26); - background-color: #282828; -} - -#caja-extra-view-widget > box > box > label { - font-weight: bold; -} - -/********* - * Pluma * - *********/ -.pluma-window statusbar { - margin: 0 -10px; - padding: 0 4px; - border-top: 1px solid rgba(0, 0, 0, 0.26); -} - -.pluma-window statusbar frame > border { - border-style: none; -} - -.pluma-window statusbar frame button.flat { - padding: 0 4px; - border-radius: 0; -} - -.pluma-window statusbar frame button.flat widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -GtkArrow-arrow-scaling: 1; -} - -.pluma-print-preview toolbar { - border-bottom: 1px solid rgba(0, 0, 0, 0.26); -} - -.pluma-window paned.horizontal box.vertical box.horizontal button.flat { - margin: 1px; -} - -.pluma-window paned.horizontal box.vertical .frame { - border-style: none; -} - -.pluma-window paned.horizontal box.vertical notebook.frame { - margin-top: -1px; - border-top: 1px solid rgba(0, 0, 0, 0.26); -} - -.pluma-window paned.horizontal box.vertical notebook.frame box.vertical toolbar.horizontal { - border-bottom: 1px solid rgba(0, 0, 0, 0.26); -} - -/********* - * Atril * - *********/ -.atril-window paned.horizontal box.vertical .frame { - border-style: none; -} - -.atril-window paned.horizontal box.vertical notebook .frame { - border-top: 1px solid rgba(0, 0, 0, 0.26); -} - -/* mate-screensaver lock dialog */ -.lock-dialog { - border-radius: 4px; - box-shadow: 0 14px 14px rgba(0, 0, 0, 0.25), 0 10px 5px rgba(0, 0, 0, 0.22), inset 0 1px rgba(255, 255, 255, 0.1); -} - -.lock-dialog frame > border { - border-style: none; -} - -/* multimedia OSD */ -MsdOsdWindow.background.osd { - border-radius: 4px; - background-color: rgba(97, 97, 97, 0.9); - color: white; -} - -MsdOsdWindow.background.osd .trough { - border-radius: 0; - background-color: rgba(255, 255, 255, 0.12); -} - -MsdOsdWindow.background.osd .progressbar { - border-radius: 0; - background-color: #4285F4; -} - -/****************** - * Budgie Desktop * - ******************/ -.budgie-container { - background-color: transparent; -} - -.budgie-settings-window buttonbox.inline-toolbar { - border-style: none none solid; -} - -.budgie-settings-window buttonbox.inline-toolbar button { - border-radius: 4px; - -gtk-outline-radius: 4px; -} - -.budgie-popover { - border-style: solid; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.3); - border-radius: 5px; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); - background-color: #424242; -} - -.budgie-popover .container { - padding: 2px; -} - -.budgie-popover border { - border: none; -} - -.budgie-popover list { - background-color: transparent; -} - -.budgie-popover row { - padding: 0; -} - -.budgie-popover row:hover { - box-shadow: none; -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button) { - min-height: 28px; - padding: 0 8px; - color: white; - font-weight: normal; -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):disabled { - color: rgba(255, 255, 255, 0.5); -} - -.budgie-popover.budgie-menu .container { - padding: 0; -} - -.budgie-popover.user-menu .container { - padding: 8px; -} - -.budgie-popover.user-menu separator { - margin: 4px 0; -} - -.budgie-popover.sound-popover separator { - margin: 3px 0; -} - -.budgie-popover.night-light-indicator .container { - padding: 8px; -} - -.budgie-popover.places-menu .container { - padding: 8px; -} - -.budgie-popover.places-menu .places-list:not(.always-expand) { - margin-top: 4px; - padding-top: 4px; - border-top: 1px solid rgba(0, 0, 0, 0.26); -} - -.budgie-popover.places-menu .alternative-label { - padding: 3px; - font-size: 15px; -} - -.budgie-popover.workspace-popover .container { - padding: 2px 8px 8px; -} - -.budgie-popover.workspace-popover separator { - margin: 4px 0; -} - -.budgie-popover.workspace-popover flowboxchild { - padding: 0; -} - -.workspace-switcher .workspace-layout { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-layout:dir(ltr), -.bottom .workspace-switcher .workspace-layout:dir(ltr) { - border-left-width: 1px; -} - -.top .workspace-switcher .workspace-layout:dir(rtl), -.bottom .workspace-switcher .workspace-layout:dir(rtl) { - border-right-width: 1px; -} - -.left .workspace-switcher .workspace-layout, -.right .workspace-switcher .workspace-layout { - border-top-width: 1px; -} - -.workspace-switcher .workspace-item, -.workspace-switcher .workspace-add-button { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-item:dir(ltr), -.bottom .workspace-switcher .workspace-item:dir(ltr), .top -.workspace-switcher .workspace-add-button:dir(ltr), -.bottom -.workspace-switcher .workspace-add-button:dir(ltr) { - border-right-width: 1px; -} - -.top .workspace-switcher .workspace-item:dir(rtl), -.bottom .workspace-switcher .workspace-item:dir(rtl), .top -.workspace-switcher .workspace-add-button:dir(rtl), -.bottom -.workspace-switcher .workspace-add-button:dir(rtl) { - border-left-width: 1px; -} - -.left .workspace-switcher .workspace-item, -.right .workspace-switcher .workspace-item, .left -.workspace-switcher .workspace-add-button, -.right -.workspace-switcher .workspace-add-button { - border-bottom-width: 1px; -} - -.workspace-switcher .workspace-item { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1); -} - -.workspace-switcher .workspace-item.current-workspace { - background-color: rgba(255, 255, 255, 0.12); -} - -.workspace-switcher .workspace-add-button:hover { - box-shadow: none; -} - -.workspace-switcher .workspace-add-button:active { - background-image: none; -} - -.workspace-switcher .workspace-add-button:active image { - margin: 1px 0 -1px; -} - -.budgie-panel .workspace-switcher .workspace-icon-button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 4px; -} - -.budgie-menu.background { - padding: 0; -} - -.budgie-menu .sidebar, -.budgie-menu scrollbar, -.budgie-menu entry.search { - background-color: transparent; -} - -.budgie-menu entry.search { - border-bottom: 1px solid rgba(0, 0, 0, 0.26); - border-radius: 0; - box-shadow: none; - font-size: 120%; -} - -.budgie-menu button { - min-height: 32px; - padding: 0 8px; - border-radius: 0; - color: white; - font-weight: normal; -} - -.budgie-menu button:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.budgie-menu button:checked:disabled { - background-color: #4285F4; -} - -.budgie-menu row { - padding: 0; -} - -.budgie-menu row:hover { - box-shadow: none; -} - -popover.background.user-menu { - padding: 8px; -} - -popover.background.user-menu .content-box { - background-color: transparent; -} - -popover.background.user-menu separator { - margin: 4px 0; -} - -popover.background.user-menu row { - padding: 0; - box-shadow: none; - background-image: none; -} - -popover.background.places-menu { - padding: 8px; -} - -popover.background.places-menu .name-button.text-button { - padding-left: 8px; - padding-right: 8px; -} - -popover.background.places-menu .name-button.text-button image:dir(ltr) { - margin-right: 3px; -} - -popover.background.places-menu .name-button.text-button image:dir(rtl) { - margin-left: 3px; -} - -popover.background.places-menu .places-section-header > image:dir(ltr) { - margin: 0 -2px 0 5px; -} - -popover.background.places-menu .places-section-header > image:dir(rtl) { - margin: 0 5px 0 -2px; -} - -popover.background.places-menu .places-list { - margin-top: 4px; - padding-top: 4px; - border-top: 1px solid rgba(0, 0, 0, 0.26); - background-color: transparent; -} - -popover.background.places-menu row { - padding: 0; - box-shadow: none; - background-image: none; -} - -.budgie-panel { - transition: background-color 100ms cubic-bezier(0, 0, 0.2, 1); - background-color: #212121; - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -.budgie-panel.transparent { - background-color: rgba(0, 0, 0, 0.6); -} - -.budgie-panel button { - min-height: 16px; - min-width: 16px; - padding: 0; - border-radius: 0; -} - -.budgie-panel button:checked { - background-color: rgba(255, 255, 255, 0.12); -} - -.budgie-panel.horizontal button { - padding: 0 4px; -} - -.budgie-panel.vertical button { - padding: 4px 0; -} - -.budgie-panel separator { - background-color: rgba(255, 255, 255, 0.3); -} - -.budgie-panel .alert { - color: #EA4335; -} - -.budgie-panel .titlebar:not(headerbar) { - min-height: 0; - padding: 0; - box-shadow: none; - background-color: transparent; - color: white; -} - -.budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):hover, .budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):active { - color: white; -} - -.budgie-panel #tasklist-button { - padding: 0 4px; -} - -.budgie-panel.vertical #tasklist-button { - min-height: 32px; -} - -.budgie-panel button.flat.launcher { - padding: 0; -} - -.budgie-panel button.flat.launcher:not(:checked) { - color: rgba(255, 255, 255, 0.5); -} - -.budgie-panel button.flat.launcher:not(:checked):hover, .budgie-panel button.flat.launcher:not(:checked):active { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.flat.launcher:not(:checked):disabled { - color: rgba(255, 255, 255, 0.3); -} - -.top .budgie-panel #tasklist-button, .budgie-panel .top #tasklist-button, .top .budgie-panel button.flat.launcher, .budgie-panel .top button.flat.launcher { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.top .budgie-panel #tasklist-button:checked, .budgie-panel .top #tasklist-button:checked, .top .budgie-panel button.flat.launcher:checked, .budgie-panel .top button.flat.launcher:checked, .top .budgie-panel .unpinned button.flat.launcher, .budgie-panel .unpinned .top button.flat.launcher, .top -.budgie-panel .pinned button.flat.launcher.running, -.budgie-panel .pinned .top button.flat.launcher.running { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 100%, transparent 0%) 2 0 0 0/2px 0 0 0; -} - -.bottom .budgie-panel #tasklist-button, .budgie-panel .bottom #tasklist-button, .bottom .budgie-panel button.flat.launcher, .budgie-panel .bottom button.flat.launcher { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.bottom .budgie-panel #tasklist-button:checked, .budgie-panel .bottom #tasklist-button:checked, .bottom .budgie-panel button.flat.launcher:checked, .budgie-panel .bottom button.flat.launcher:checked, .bottom .budgie-panel .unpinned button.flat.launcher, .budgie-panel .unpinned .bottom button.flat.launcher, .bottom -.budgie-panel .pinned button.flat.launcher.running, -.budgie-panel .pinned .bottom button.flat.launcher.running { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2 0/0 0 2px 0; -} - -.left .budgie-panel #tasklist-button, .budgie-panel .left #tasklist-button, .left .budgie-panel button.flat.launcher, .budgie-panel .left button.flat.launcher { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.left .budgie-panel #tasklist-button:checked, .budgie-panel .left #tasklist-button:checked, .left .budgie-panel button.flat.launcher:checked, .budgie-panel .left button.flat.launcher:checked, .left .budgie-panel .unpinned button.flat.launcher, .budgie-panel .unpinned .left button.flat.launcher, .left -.budgie-panel .pinned button.flat.launcher.running, -.budgie-panel .pinned .left button.flat.launcher.running { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 100%, transparent 0%) 0 0 0 2/0 0 0 2px; -} - -.right .budgie-panel #tasklist-button, .budgie-panel .right #tasklist-button, .right .budgie-panel button.flat.launcher, .budgie-panel .right button.flat.launcher { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.right .budgie-panel #tasklist-button:checked, .budgie-panel .right #tasklist-button:checked, .right .budgie-panel button.flat.launcher:checked, .budgie-panel .right button.flat.launcher:checked, .right .budgie-panel .unpinned button.flat.launcher, .budgie-panel .unpinned .right button.flat.launcher, .right -.budgie-panel .pinned button.flat.launcher.running, -.budgie-panel .pinned .right button.flat.launcher.running { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 100%, transparent 0%) 0 2 0 0/0 2px 0 0; -} - -frame.raven-frame > border { - border-style: none; - box-shadow: 0 14px 14px rgba(0, 0, 0, 0.25), 0 10px 5px rgba(0, 0, 0, 0.22); -} - -.top frame.raven-frame > border { - margin-bottom: 32px; -} - -.bottom frame.raven-frame > border { - margin-top: 32px; -} - -.left frame.raven-frame > border { - margin-right: 32px; -} - -.right frame.raven-frame > border { - margin-left: 32px; -} - -.raven { - background-color: #424242; -} - -.raven > box { - margin-bottom: -10px; -} - -.raven > stack { - margin-bottom: -10px; -} - -.raven stackswitcher.linked > button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #FBBC05 0%, transparent 0%) 0 0 0/0 0 0px; - border-radius: 0; -} - -.raven stackswitcher.linked > button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #FBBC05 100%, transparent 0%) 0 0 2/0 0 2px; - background-color: transparent; -} - -.raven .raven-header { - min-height: 32px; - padding: 3px; -} - -.raven .raven-header:not(.top) { - margin-top: -6px; -} - -.raven .raven-header.top { - padding: 2px 0; - background-color: #4285F4; - color: white; -} - -.raven .raven-header.top stackswitcher button { - margin: -4px 0; - min-height: 32px; -} - -.raven .raven-header.top button.image-button:dir(ltr) { - margin-right: 2px; -} - -.raven .raven-header.top button.image-button:dir(rtl) { - margin-left: 2px; -} - -.raven .raven-header.top > image { - margin: 0 8px; -} - -.raven .raven-header.top > label { - margin: 0 -8px; - font-weight: bold; -} - -.raven .raven-header.bottom { - border-top: 1px solid rgba(0, 0, 0, 0.26); -} - -.raven viewport.frame .raven-header { - margin-top: -8px; -} - -.raven .raven-background { - border-style: solid none; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.26); - background-color: #303030; -} - -.raven .raven-background.frame { - border-style: solid none; -} - -.raven .raven-background > overlay > widget > image { - color: rgba(255, 255, 255, 0.12); -} - -.raven .raven-background grid > label:first-child { - min-height: 32px; -} - -.raven scrolledwindow.raven-background { - border-bottom-style: none; -} - -.raven .raven-header.top + .raven-background { - border-style: none; - background-color: #4285F4; - color: white; -} - -.raven .raven-header.top + .raven-background stackswitcher button { - margin: -4px 0; -} - -.raven .powerstrip button { - margin: 2px 0 1px; - padding: 8px; -} - -.raven .option-subtitle { - font-size: smaller; -} - -calendar.raven-calendar { - border-style: none; - background-color: transparent; -} - -calendar.raven-calendar:selected { - border-radius: 4px; - background-color: #4285F4; -} - -.raven-mpris { - background-color: rgba(0, 0, 0, 0.6); - color: white; -} - -.raven-mpris label { - min-height: 24px; -} - -.raven-mpris button.image-button { - padding: 8px; -} - -.budgie-notification-window, .budgie-osd-window, .budgie-switcher-window { - background-color: transparent; -} - -.budgie-notification .notification-title, .budgie-switcher .notification-title { - font-size: 120%; -} - -.budgie-osd .budgie-osd-text { - font-size: 120%; -} - -.drop-shadow { - margin: 5px 9px; - padding: 3px; - border-radius: 4px; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #424242; -} - -.drop-shadow .linked > button { - border-radius: 4px; -} - -.budgie-session-dialog, .budgie-polkit-dialog, .budgie-run-dialog { - border-radius: 4px; - background-color: #424242; -} - -.budgie-session-dialog decoration, .budgie-polkit-dialog decoration, .budgie-run-dialog decoration { - border-radius: 4px; -} - -.budgie-session-dialog label:not(:last-child), -.budgie-session-dialog .dialog-title { - font-size: 120%; -} - -.budgie-session-dialog .linked.horizontal > button { - padding: 8px 16px; - border-top: 1px solid rgba(0, 0, 0, 0.26); - border-radius: 0; -} - -.budgie-session-dialog .linked.horizontal > button:first-child { - border-bottom-left-radius: 4px; -} - -.budgie-session-dialog .linked.horizontal > button:last-child { - border-bottom-right-radius: 4px; -} - -.budgie-polkit-dialog .message { - color: rgba(255, 255, 255, 0.5); -} - -.budgie-polkit-dialog .failure { - color: #EA4335; -} - -.budgie-run-dialog { - background-color: #303030; -} - -.budgie-run-dialog entry.search { - font-size: 120%; - padding: 4px 12px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); - background-color: transparent; -} - -.budgie-run-dialog list .dim-label, .budgie-run-dialog list label.separator, .budgie-run-dialog list .titlebar:not(headerbar) .subtitle, .titlebar:not(headerbar) .budgie-run-dialog list .subtitle, .budgie-run-dialog list -headerbar .subtitle, -headerbar .budgie-run-dialog list .subtitle, .budgie-run-dialog list .budgie-notification .notification-body, .budgie-notification .budgie-run-dialog list .notification-body, .budgie-run-dialog list .budgie-switcher .notification-body, .budgie-switcher .budgie-run-dialog list .notification-body { - opacity: 1; -} - -.budgie-run-dialog scrolledwindow { - border-top: 1px solid rgba(0, 0, 0, 0.26); -} - -/************************ - * LightDM GTK+ Greeter * - ************************/ -#panel_window { - background-color: rgba(0, 0, 0, 0.3); - color: white; -} - -#panel_window menubar, -#panel_window separator { - background-color: transparent; -} - -#panel_window separator { - padding: 0 4px; -} - -#panel_window separator:first-child { - padding: 0 8px; -} - -#panel_window menubar > menuitem { - color: rgba(255, 255, 255, 0.7); -} - -#panel_window menubar > menuitem:hover { - color: white; -} - -#panel_window menubar > menuitem:disabled label { - color: rgba(255, 255, 255, 0.3); -} - -#login_window, -#shutdown_dialog, -#restart_dialog { - margin: 8px; - border-radius: 4px; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23), inset 0 1px rgba(255, 255, 255, 0.1); - background-color: #424242; -} - -#content_frame { - padding-bottom: 20px; - border-bottom: 1px solid rgba(0, 0, 0, 0.26); -} - -#buttonbox_frame { - padding-top: 24px; -} - -#buttonbox_frame button { - margin: -16px; -} - -#greeter_infobar { - margin-top: -1px; -} - -/******** - * Nemo * - ********/ -.nemo-window .primary-toolbar { - border-bottom: 1px solid rgba(0, 0, 0, 0.26); -} - -.nemo-window .primary-toolbar entry { - min-height: 0; - margin: 0; -} - -.nemo-window .primary-toolbar button.text-button { - padding-left: 8px; - padding-right: 8px; -} - -.nemo-window .primary-toolbar button:not(.text-button):not(.image-button) { - padding-left: 4px; - padding-right: 4px; -} - -.nemo-window scrolledwindow.frame { - border-style: none; -} - -.nemo-window scrolledwindow.frame .view:not(:selected) { - background-color: transparent; -} - -.nemo-window infobar { - margin-top: -6px; -} - -.nemo-window .nemo-inactive-pane .view:not(:selected) { - background-color: #2C2C2C; -} - -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -/* -widget text/foreground color */ -@define-color theme_fg_color white; -/* -text color for entries, views and content in general */ -@define-color theme_text_color white; -/* -widget base background color */ -@define-color theme_bg_color #282828; -/* -text widgets and the like base background color */ -@define-color theme_base_color #303030; -/* -base background color of selections */ -@define-color theme_selected_bg_color #4285F4; -/* -text/foreground color of selections */ -@define-color theme_selected_fg_color white; -/* -base background color of insensitive widgets */ -@define-color insensitive_bg_color #282828; -/* -text foreground color of insensitive widgets */ -@define-color insensitive_fg_color rgba(255, 255, 255, 0.5); -/* -insensitive text widgets and the like base background color */ -@define-color insensitive_base_color #2C2C2C; -/* -widget text/foreground color on backdrop windows */ -@define-color theme_unfocused_fg_color white; -/* -text color for entries, views and content in general on backdrop windows */ -@define-color theme_unfocused_text_color white; -/* -widget base background color on backdrop windows */ -@define-color theme_unfocused_bg_color #282828; -/* -text widgets and the like base background color on backdrop windows */ -@define-color theme_unfocused_base_color #303030; -/* -base background color of selections on backdrop windows */ -@define-color theme_unfocused_selected_bg_color #4285F4; -/* -text/foreground color of selections on backdrop windows */ -@define-color theme_unfocused_selected_fg_color white; -/* -insensitive color on backdrop windows */ -@define-color unfocused_insensitive_color rgba(255, 255, 255, 0.5); -/* -widgets main borders color */ -@define-color borders rgba(0, 0, 0, 0.26); -/* -widgets main borders color on backdrop windows */ -@define-color unfocused_borders rgba(0, 0, 0, 0.26); -/* -these are pretty self explicative */ -@define-color warning_color #FBBC05; -@define-color error_color #EA4335; -@define-color success_color #34A853; -/* -these colors are exported for the window manager and shouldn't be used in applications, -read if you used those and something break with a version upgrade you're on your own... */ -@define-color wm_title white; -@define-color wm_unfocused_title rgba(255, 255, 255, 0.7); -@define-color wm_highlight rgba(255, 255, 255, 0.1); -@define-color wm_bg #383838; -/* -FIXME this is really an API */ -@define-color content_view_bg #303030; -@define-color placeholder_text_color #c1c1c1; diff --git a/gtk-and-openbox-theme/bliss/gtk-3.0/gtk.css b/gtk-and-openbox-theme/bliss/gtk-3.0/gtk.css deleted file mode 100755 index 477d7fb..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-3.0/gtk.css +++ /dev/null @@ -1,6291 +0,0 @@ -@keyframes ripple_effect { - to { - background-size: 1000% 1000%; - } -} - -@keyframes scale_ripple_effect { - to { - background-size: auto, 1000% 1000%; - } -} - -@keyframes header_ripple_effect { - from { - background-image: radial-gradient(circle farthest-corner at center, #24b7ab 0%, transparent 0%); - } - to { - background-image: radial-gradient(circle farthest-corner at center, #24b7ab 100%, transparent 0%); - } -} - -* { - background-clip: padding-box; - -GtkToolButton-icon-spacing: 0; - -GtkTextView-error-underline-color: #e0604f; - -GtkScrolledWindow-scrollbar-spacing: 0; - -GtkToolItemGroup-expander-size: 11; - -GtkWidget-text-handle-width: 24; - -GtkWidget-text-handle-height: 24; - -GtkDialog-button-spacing: 4; - -GtkDialog-action-area-border: 0; - outline-style: solid; - outline-width: 0px; - outline-color: transparent; - outline-offset: -4px; - -gtk-outline-radius: 0px; - -gtk-secondary-caret-color: #24b7ab; -} - -notebook:focus tab, -*:focus { - outline-color: alpha(currentColor, 0.24); -} - -/*************** - * Base States * - ***************/ -.background { - background-color: #1c1b1d; - color: #F0D3C9; -} - -/* - These wildcard seems unavoidable, need to investigate. - Wildcards are bad and troublesome, use them with care, - or better, just don't. - Everytime a wildcard is used a kitten dies, painfully. -*/ -*:disabled { - -gtk-icon-effect: dim; -} - -.gtkstyle-fallback { - background-color: #1c1b1d; - color: #F0D3C9; -} - -.gtkstyle-fallback:hover { - background-color: #efe2c0; - color: #F0D3C9; -} - -.gtkstyle-fallback:active { - background-color: #ead8ab; - color: #F0D3C9; -} - -.gtkstyle-fallback:disabled { - background-color: #1c1b1d; - color: rgba(102, 79, 61, 0.5); -} - -.gtkstyle-fallback:selected { - background-color: #24b7ab; - color: #1c1b1d; -} - -.view { - background-color: #1c1b1d; - color: #F0D3C9; -} - -.view:disabled { - color: rgba(102, 79, 61, 0.5); -} - -.view:hover, .view:active, .view:selected { - border-radius: 0px; -} - -textview text { - background-color: #1c1b1d; -} - -textview border { - background-color: #1c1b1d; - color: rgba(102, 79, 61, 0.5); -} - -.rubberband, -rubberband, -flowbox rubberband, -treeview.view rubberband, -.content-view rubberband, -.content-view .rubberband { - border: 0px solid #1c1b1d; - background-color: rgba(68, 215, 203, 0.3); -} - -flowbox flowboxchild { - padding: 4px; - border-radius: 0px; -} - -.content-view .tile:selected { - background-color: transparent; - color: inherit; -} - -label { - caret-color: currentColor; -} - -label.separator { - color: #1c1b1d; -} - -label selection { - background-color: #24b7ab; - color: #1c1b1d; -} - -label:disabled { - color: rgba(102, 79, 61, 0.5); -} - -tab label:disabled, -button label:disabled { - color: inherit; -} - -.dim-label, label.separator, .titlebar:not(headerbar) .subtitle, -headerbar .subtitle, .budgie-notification .notification-body, .budgie-switcher .notification-body { - opacity: 0.6; -} - -assistant .sidebar { - padding: 4px 0; -} - -assistant .sidebar label { - min-height: 32px; - padding: 0 12px; - color: rgba(102, 79, 61, 0.5); - font-weight: 500; -} - -assistant .sidebar label.highlight { - color: #F0D3C9; -} - -/********************* - * Spinner Animation * - *********************/ -@keyframes spin { - to { - -gtk-icon-transform: rotate(1turn); - } -} - -spinner { - background: none; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); -} - -spinner:checked { - opacity: 1; - animation: spin 1s linear infinite; -} - -spinner:checked:disabled { - opacity: 0.5; -} - -/**************** - * Text Entries * - ****************/ -spinbutton:not(.vertical), -entry { - min-height: 32px; - padding: 0 8px; - border-radius: 0px; - transition: all 100ms cubic-bezier(0, 0, 0.2, 1); - border-image: none; - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); - background-color: #1c1b1d; - color: #F0D3C9; -} - -spinbutton:focus:not(.vertical), -entry:focus { - border-image: none; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); -} - -spinbutton:disabled:not(.vertical), -entry:disabled { - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); - background-color: #1c1b1d; - color: rgba(102, 79, 61, 0.5); -} - -spinbutton.flat:not(.vertical), notebook > stack:not(:only-child) entry:not(.search), -notebook > stack:not(:only-child) spinbutton:not(.vertical), messagedialog entry, colorchooser .popover.osd spinbutton:not(.vertical), entry.preferences-search, layoutpane entry.search, editortweak entry.search, .raven .raven-background spinbutton:not(.vertical), #login_window entry, -entry.flat { - border-radius: 0; - transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1); - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #24b7ab 0%, transparent 0%) 0 0 0/0 0 0px; - box-shadow: inset 0 -1px rgba(102, 79, 61, 0.3); - background-color: transparent; - color: #F0D3C9; -} - -spinbutton.flat:focus:not(.vertical), notebook > stack:not(:only-child) entry:focus:not(.search), -notebook > stack:not(:only-child) spinbutton:focus:not(.vertical), messagedialog entry:focus, colorchooser .popover.osd spinbutton:focus:not(.vertical), entry.preferences-search:focus, layoutpane entry.search:focus, editortweak entry.search:focus, .raven .raven-background spinbutton:focus:not(.vertical), #login_window entry:focus, -entry.flat:focus { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #24b7ab 100%, transparent 0%) 0 0 2/0 0 2px; - box-shadow: inset 0 -1px rgba(102, 79, 61, 0.3); -} - -spinbutton.flat:disabled:not(.vertical), notebook > stack:not(:only-child) entry:disabled:not(.search), -notebook > stack:not(:only-child) spinbutton:disabled:not(.vertical), messagedialog entry:disabled, colorchooser .popover.osd spinbutton:disabled:not(.vertical), entry.preferences-search:disabled, layoutpane entry.search:disabled, editortweak entry.search:disabled, .raven .raven-background spinbutton:disabled:not(.vertical), #login_window entry:disabled, -entry.flat:disabled { - box-shadow: inset 0 -1px rgba(102, 79, 61, 0.12); - background-color: transparent; - color: rgba(102, 79, 61, 0.5); -} - -spinbutton:not(.vertical) image, -entry image { - color: rgba(102, 79, 61, 0.7); -} - -spinbutton:not(.vertical) image:hover, spinbutton:not(.vertical) image:active, -entry image:hover, -entry image:active { - color: #F0D3C9; -} - -spinbutton:not(.vertical) image:disabled, -entry image:disabled { - color: rgba(102, 79, 61, 0.5); -} - -spinbutton:not(.vertical) image.left, -entry image.left { - margin-left: 0px; - margin-right: 6px; -} - -spinbutton:not(.vertical) image.right, -entry image.right { - margin-left: 6px; - margin-right: 0px; -} - -spinbutton:not(.vertical) undershoot.left, -entry undershoot.left { - background-color: transparent; - background-image: linear-gradient(to top, rgba(244, 235, 212, 0.3) 50%, rgba(102, 79, 61, 0.3) 50%); - padding-left: 1px; - background-size: 1px 12px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left top; -} - -spinbutton:not(.vertical) undershoot.right, -entry undershoot.right { - background-color: transparent; - background-image: linear-gradient(to top, rgba(244, 235, 212, 0.3) 50%, rgba(102, 79, 61, 0.3) 50%); - padding-right: 1px; - background-size: 1px 12px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right top; -} - -spinbutton.error:not(.vertical), -entry.error { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1); - border-image: none; - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); - background-color: #e0604f; - color: #1c1b1d; -} - -spinbutton.error:focus:not(.vertical), -entry.error:focus { - border-image: none; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); -} - -spinbutton.error:disabled:not(.vertical), -entry.error:disabled { - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); - background-color: #1c1b1d; - color: rgba(102, 79, 61, 0.5); -} - -spinbutton.error.flat:not(.vertical), notebook > stack:not(:only-child) entry.error:not(.search), -notebook > stack:not(:only-child) spinbutton.error:not(.vertical), messagedialog entry.error, colorchooser .popover.osd spinbutton.error:not(.vertical), entry.error.preferences-search, layoutpane entry.error.search, editortweak entry.error.search, .raven .raven-background spinbutton.error:not(.vertical), #login_window entry.error, -entry.error.flat { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1); - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #e0604f 0%, transparent 0%) 0 0 0/0 0 0px; - box-shadow: inset 0 -1px #e0604f; - background-color: transparent; - color: #F0D3C9; -} - -spinbutton.error.flat:focus:not(.vertical), notebook > stack:not(:only-child) entry.error:focus:not(.search), -notebook > stack:not(:only-child) spinbutton.error:focus:not(.vertical), messagedialog entry.error:focus, colorchooser .popover.osd spinbutton.error:focus:not(.vertical), entry.error.preferences-search:focus, layoutpane entry.error.search:focus, editortweak entry.error.search:focus, .raven .raven-background spinbutton.error:focus:not(.vertical), #login_window entry.error:focus, -entry.error.flat:focus { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #e0604f 100%, transparent 0%) 0 0 2/0 0 2px; - box-shadow: inset 0 -1px #e0604f; -} - -spinbutton.error.flat:disabled:not(.vertical), notebook > stack:not(:only-child) entry.error:disabled:not(.search), -notebook > stack:not(:only-child) spinbutton.error:disabled:not(.vertical), messagedialog entry.error:disabled, colorchooser .popover.osd spinbutton.error:disabled:not(.vertical), entry.error.preferences-search:disabled, layoutpane entry.error.search:disabled, editortweak entry.error.search:disabled, .raven .raven-background spinbutton.error:disabled:not(.vertical), #login_window entry.error:disabled, -entry.error.flat:disabled { - box-shadow: inset 0 -1px rgba(102, 79, 61, 0.12); - background-color: transparent; - color: rgba(102, 79, 61, 0.5); -} - -spinbutton.error:not(.vertical) image, -entry.error image { - color: rgba(255, 255, 255, 0.7); -} - -spinbutton.error:not(.vertical) image:hover, spinbutton.error:not(.vertical) image:active, -entry.error image:hover, -entry.error image:active { - color: #1c1b1d; -} - -spinbutton.error:not(.vertical) image:disabled, -entry.error image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -spinbutton.warning:not(.vertical), -entry.warning { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1); - border-image: none; - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); - background-color: #e5c02a; - color: #1c1b1d; -} - -spinbutton.warning:focus:not(.vertical), -entry.warning:focus { - border-image: none; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); -} - -spinbutton.warning:disabled:not(.vertical), -entry.warning:disabled { - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); - background-color: #1c1b1d; - color: rgba(102, 79, 61, 0.5); -} - -spinbutton.warning.flat:not(.vertical), notebook > stack:not(:only-child) entry.warning:not(.search), -notebook > stack:not(:only-child) spinbutton.warning:not(.vertical), messagedialog entry.warning, colorchooser .popover.osd spinbutton.warning:not(.vertical), entry.warning.preferences-search, layoutpane entry.warning.search, editortweak entry.warning.search, .raven .raven-background spinbutton.warning:not(.vertical), #login_window entry.warning, -entry.warning.flat { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1); - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #e5c02a 0%, transparent 0%) 0 0 0/0 0 0px; - box-shadow: inset 0 -1px #e5c02a; - background-color: transparent; - color: #F0D3C9; -} - -spinbutton.warning.flat:focus:not(.vertical), notebook > stack:not(:only-child) entry.warning:focus:not(.search), -notebook > stack:not(:only-child) spinbutton.warning:focus:not(.vertical), messagedialog entry.warning:focus, colorchooser .popover.osd spinbutton.warning:focus:not(.vertical), entry.warning.preferences-search:focus, layoutpane entry.warning.search:focus, editortweak entry.warning.search:focus, .raven .raven-background spinbutton.warning:focus:not(.vertical), #login_window entry.warning:focus, -entry.warning.flat:focus { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #e5c02a 100%, transparent 0%) 0 0 2/0 0 2px; - box-shadow: inset 0 -1px #e5c02a; -} - -spinbutton.warning.flat:disabled:not(.vertical), notebook > stack:not(:only-child) entry.warning:disabled:not(.search), -notebook > stack:not(:only-child) spinbutton.warning:disabled:not(.vertical), messagedialog entry.warning:disabled, colorchooser .popover.osd spinbutton.warning:disabled:not(.vertical), entry.warning.preferences-search:disabled, layoutpane entry.warning.search:disabled, editortweak entry.warning.search:disabled, .raven .raven-background spinbutton.warning:disabled:not(.vertical), #login_window entry.warning:disabled, -entry.warning.flat:disabled { - box-shadow: inset 0 -1px rgba(102, 79, 61, 0.12); - background-color: transparent; - color: rgba(102, 79, 61, 0.5); -} - -spinbutton.warning:not(.vertical) image, -entry.warning image { - color: rgba(255, 255, 255, 0.7); -} - -spinbutton.warning:not(.vertical) image:hover, spinbutton.warning:not(.vertical) image:active, -entry.warning image:hover, -entry.warning image:active { - color: #1c1b1d; -} - -spinbutton.warning:not(.vertical) image:disabled, -entry.warning image:disabled { - color: rgba(255, 255, 255, 0.5); -} - -spinbutton:not(.vertical) progress, -entry progress { - margin: 2px -6px; - border-bottom: 2px solid #24b7ab; - background-color: transparent; -} - -.linked:not(.vertical) > spinbutton.flat:not(.vertical), notebook > stack:not(:only-child) .linked:not(.vertical) > entry:not(.search), -notebook > stack:not(:only-child) .linked:not(.vertical) > spinbutton:not(.vertical), messagedialog .linked:not(.vertical) > entry, colorchooser .popover.osd .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry.preferences-search, layoutpane .linked:not(.vertical) > entry.search, editortweak .linked:not(.vertical) > entry.search, .raven .raven-background .linked:not(.vertical) > spinbutton:not(.vertical), #login_window .linked:not(.vertical) > entry, -.linked.vertical > spinbutton.flat:not(.vertical), -notebook > stack:not(:only-child) .linked.vertical > entry:not(.search), -notebook > stack:not(:only-child) .linked.vertical > spinbutton:not(.vertical), -messagedialog .linked.vertical > entry, -colorchooser .popover.osd .linked.vertical > spinbutton:not(.vertical), -.linked.vertical > entry.preferences-search, -layoutpane .linked.vertical > entry.search, -editortweak .linked.vertical > entry.search, -.raven .raven-background .linked.vertical > spinbutton:not(.vertical), -#login_window .linked.vertical > entry, .linked:not(.vertical) > -entry.flat, -.linked.vertical > -entry.flat { - border-radius: 0; -} - -notebook > stack:not(:only-child) treeview entry.flat:not(.search), -notebook > stack:not(:only-child) treeview spinbutton.flat:not(.vertical), notebook > stack:not(:only-child) treeview entry:not(.search), -notebook > stack:not(:only-child) treeview spinbutton:not(.vertical), -treeview entry.flat, -treeview entry { - min-height: 0; - padding: 2px; - border-radius: 0; - background-color: #1c1b1d; -} - -notebook > stack:not(:only-child) treeview entry.flat:not(.search), -notebook > stack:not(:only-child) treeview spinbutton.flat:not(.vertical), notebook > stack:not(:only-child) treeview entry.flat:focus:not(.search), -notebook > stack:not(:only-child) treeview spinbutton.flat:focus:not(.vertical), notebook > stack:not(:only-child) treeview entry:not(.search), -notebook > stack:not(:only-child) treeview spinbutton:not(.vertical), notebook > stack:not(:only-child) treeview entry:focus:not(.search), -notebook > stack:not(:only-child) treeview spinbutton:focus:not(.vertical), -treeview entry.flat, -treeview entry.flat:focus, -treeview entry, -treeview entry:focus { - border-image: none; - box-shadow: none; -} - -.entry-tag, .documents-entry-tag, .photos-entry-tag { - margin: 2px; - border-radius: 9999px; - box-shadow: none; - background-color: rgba(102, 79, 61, 0.12); - color: #F0D3C9; -} - -.entry-tag:hover, .documents-entry-tag:hover, .photos-entry-tag:hover { - background-image: image(rgba(102, 79, 61, 0.12)); -} - -:dir(ltr) .entry-tag, :dir(ltr) .documents-entry-tag, :dir(ltr) .photos-entry-tag { - margin-left: 4px; - margin-right: 0; - padding-left: 12px; - padding-right: 8px; -} - -:dir(rtl) .entry-tag, :dir(rtl) .documents-entry-tag, :dir(rtl) .photos-entry-tag { - margin-left: 0; - margin-right: 4px; - padding-left: 8px; - padding-right: 12px; -} - -.entry-tag.button, .button.documents-entry-tag, .button.photos-entry-tag { - box-shadow: none; - background-color: transparent; -} - -.entry-tag.button:not(:hover):not(:active), .button.documents-entry-tag:not(:hover):not(:active), .button.photos-entry-tag:not(:hover):not(:active) { - color: rgba(102, 79, 61, 0.7); -} - -/*********** - * Buttons * - ***********/ -@keyframes needs_attention { - from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#e55757), to(transparent)); - } - to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#e55757), to(transparent)); - } -} - - -button { - min-height: 24px; - min-width: 16px; - padding: 4px 8px; - border-radius: 0px; - font-weight: 500; - transition: 100ms, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24), inset 0 0 0 9999px transparent; - background-color: #1c1b1d; - background-image: radial-gradient(circle farthest-corner at center, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: #F0D3C9; -} - - -button:hover { - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23), inset 0 0 0 9999px transparent; - color: #F0D3C9; -} - - -button:active { - transition: 100ms, background-size 0, background-image 0; - animation: ripple_effect 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23), inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; - color: #F0D3C9; -} - - -button:disabled { - box-shadow: none; - background-color: rgba(102, 79, 61, 0.12); - color: rgba(102, 79, 61, 0.3); -} - - -button:checked { - background-color: #24b7ab; - color: #1c1b1d; -} - - -button:checked:disabled { - background-color: rgba(36, 183, 171, 0.3); - color: rgba(36, 183, 171, 0.5); -} - -modelbutton.flat, -.menuitem.button.flat, spinbutton:not(.vertical) button, spinbutton.vertical button, popover.background.menu button, -popover.background button.model, notebook > header > tabs > arrow, scrollbar button, check, -radio, calendar.button, messagedialog.csd .dialog-action-area button, button.sidebar-button, .gedit-search-slider .linked > button, popover.messagepopover .popover-action-area button, #mate-menu button, .budgie-settings-window buttonbox.inline-toolbar button, .raven .raven-header:not(.top) button, .drop-shadow button, .budgie-session-dialog .linked.horizontal > button, .lightdm-gtk-greeter button, :not(headerbar) .caja-pathbar button, .caja-pathbar :not(headerbar) button, :not(headerbar) .path-bar button, layouttabbar button, .mate-panel-menu-bar button, .budgie-panel button, .raven stackswitcher.linked > button, toolbar button, .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action), -headerbar button:not(.suggested-action):not(.destructive-action), actionbar > revealer > box button:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button, .nemo-window .toolbar button, -button.flat { - transition: 100ms, border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 9999px transparent; - background-color: transparent; - background-image: radial-gradient(circle farthest-corner at center, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; - color: rgba(102, 79, 61, 0.7); -} - -modelbutton.flat:hover, -.menuitem.button.flat:hover, spinbutton:not(.vertical) button:hover, spinbutton.vertical button:hover, popover.background.menu button:hover, -popover.background button.model:hover, notebook > header > tabs > arrow:hover, scrollbar button:hover, check:hover, -radio:hover, calendar.button:hover, messagedialog.csd .dialog-action-area button:hover, button.sidebar-button:hover, .gedit-search-slider .linked > button:hover, popover.messagepopover .popover-action-area button:hover, #mate-menu button:hover, .budgie-settings-window buttonbox.inline-toolbar button:hover, .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover, .budgie-session-dialog .linked.horizontal > button:hover, .lightdm-gtk-greeter button:hover, :not(headerbar) .caja-pathbar button:hover, .caja-pathbar :not(headerbar) button:hover, :not(headerbar) .path-bar button:hover, layouttabbar button:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, toolbar button:hover, .titlebar:not(headerbar) button:hover:not(.suggested-action):not(.destructive-action), -headerbar button:hover:not(.suggested-action):not(.destructive-action), actionbar > revealer > box button:hover:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:hover, .nemo-window .toolbar button:hover, -button.flat:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - color: #F0D3C9; -} - -modelbutton.flat:active, -.menuitem.button.flat:active, spinbutton:not(.vertical) button:active, spinbutton.vertical button:active, popover.background.menu button:active, -popover.background button.model:active, notebook > header > tabs > arrow:active, scrollbar button:active, check:active, -radio:active, calendar.button:active, messagedialog.csd .dialog-action-area button:active, button.sidebar-button:active, .gedit-search-slider .linked > button:active, popover.messagepopover .popover-action-area button:active, #mate-menu button:active, .budgie-settings-window buttonbox.inline-toolbar button:active, .raven .raven-header:not(.top) button:active, .drop-shadow button:active, .budgie-session-dialog .linked.horizontal > button:active, .lightdm-gtk-greeter button:active, :not(headerbar) .caja-pathbar button:active, .caja-pathbar :not(headerbar) button:active, :not(headerbar) .path-bar button:active, layouttabbar button:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, toolbar button:active, .titlebar:not(headerbar) button:active:not(.suggested-action):not(.destructive-action), -headerbar button:active:not(.suggested-action):not(.destructive-action), actionbar > revealer > box button:active:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:active, .nemo-window .toolbar button:active, -button.flat:active { - transition: 100ms, border-image 225ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; - animation: ripple_effect 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; - color: #F0D3C9; -} - -modelbutton.flat:disabled, -.menuitem.button.flat:disabled, spinbutton:not(.vertical) button:disabled, spinbutton.vertical button:disabled, popover.background.menu button:disabled, -popover.background button.model:disabled, notebook > header > tabs > arrow:disabled, scrollbar button:disabled, check:disabled, -radio:disabled, calendar.button:disabled, messagedialog.csd .dialog-action-area button:disabled, button.sidebar-button:disabled, .gedit-search-slider .linked > button:disabled, popover.messagepopover .popover-action-area button:disabled, #mate-menu button:disabled, .budgie-settings-window buttonbox.inline-toolbar button:disabled, .raven .raven-header:not(.top) button:disabled, .drop-shadow button:disabled, .budgie-session-dialog .linked.horizontal > button:disabled, .lightdm-gtk-greeter button:disabled, :not(headerbar) .caja-pathbar button:disabled, .caja-pathbar :not(headerbar) button:disabled, :not(headerbar) .path-bar button:disabled, layouttabbar button:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, toolbar button:disabled, .titlebar:not(headerbar) button:disabled:not(.suggested-action):not(.destructive-action), -headerbar button:disabled:not(.suggested-action):not(.destructive-action), actionbar > revealer > box button:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:disabled, .nemo-window .toolbar button:disabled, -button.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(102, 79, 61, 0.3); -} - -:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .path-bar button:checked, layouttabbar button:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, toolbar button:checked, .titlebar:not(headerbar) button:checked:not(.suggested-action):not(.destructive-action), -headerbar button:checked:not(.suggested-action):not(.destructive-action), actionbar > revealer > box button:checked:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked, .nemo-window .toolbar button:checked, -button.flat:checked { - background-color: alpha(currentColor, 0.24); - color: #F0D3C9; -} - -:not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) .path-bar button:checked:disabled, layouttabbar button:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, toolbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled:not(.suggested-action):not(.destructive-action), -headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action), actionbar > revealer > box button:checked:disabled:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification button:checked:disabled, .nemo-window .toolbar button:checked:disabled, -button.flat:checked:disabled { - background-color: rgba(102, 79, 61, 0.12); - color: rgba(102, 79, 61, 0.5); -} - - -button.text-button { - padding-left: 16px; - padding-right: 16px; -} - - -button.image-button { - min-width: 24px; - padding: 4px; -} - - -button.text-button.image-button { - border-radius: 0px; - -gtk-outline-radius: 0px; -} - - -button.text-button.image-button label:first-child { - margin-left: 12px; -} - - -button.text-button.image-button label:last-child { - margin-right: 12px; -} - - -button.text-button.image-button image:not(:only-child) { - margin: 0 4px; -} - -toolbar .linked > button, .titlebar:not(headerbar) .linked > button:not(.suggested-action):not(.destructive-action), -headerbar .linked > button:not(.suggested-action):not(.destructive-action), actionbar > revealer > box .linked > button:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification .linked > button, .nemo-window .toolbar .linked > button, -toolbar .linked.vertical > button, -.titlebar:not(headerbar) .linked.vertical > button:not(.suggested-action):not(.destructive-action), -headerbar .linked.vertical > button:not(.suggested-action):not(.destructive-action), -actionbar > revealer > box .linked.vertical > button:not(.suggested-action):not(.destructive-action):not(.server-list-button), -.app-notification .linked.vertical > button, -.nemo-window .toolbar .linked.vertical > button, .linked > -button.flat, -.linked.vertical > -button.flat { - border-radius: 0px; -} - -toolbar .linked > button.text-button.image-button, .titlebar:not(headerbar) .linked > button.text-button.image-button:not(.suggested-action):not(.destructive-action), -headerbar .linked > button.text-button.image-button:not(.suggested-action):not(.destructive-action), actionbar > revealer > box .linked > button.text-button.image-button:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification .linked > button.text-button.image-button, .nemo-window .toolbar .linked > button.text-button.image-button, -toolbar .linked.vertical > button.text-button.image-button, -.titlebar:not(headerbar) .linked.vertical > button.text-button.image-button:not(.suggested-action):not(.destructive-action), -headerbar .linked.vertical > button.text-button.image-button:not(.suggested-action):not(.destructive-action), -actionbar > revealer > box .linked.vertical > button.text-button.image-button:not(.suggested-action):not(.destructive-action):not(.server-list-button), -.app-notification .linked.vertical > button.text-button.image-button, -.nemo-window .toolbar .linked.vertical > button.text-button.image-button, .linked > -button.flat.text-button.image-button, -.linked.vertical > -button.flat.text-button.image-button { - border-radius: 0px; - -gtk-outline-radius: 0px; -} - -infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, row:selected -button:disabled { - background-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.3); -} - -row:selected button.sidebar-button, infobar.info button.flat, infobar.question button.flat, infobar.warning button.flat, infobar.error button.flat, .mate-panel-menu-bar button, .budgie-panel button, .raven stackswitcher.linked > button, .raven-mpris button.image-button, row:selected -button.flat { - color: rgba(255, 255, 255, 0.7); -} - -row:selected button.sidebar-button:hover, infobar.info button.flat:hover, infobar.question button.flat:hover, infobar.warning button.flat:hover, infobar.error button.flat:hover, .mate-panel-menu-bar button:hover, .budgie-panel button:hover, .raven stackswitcher.linked > button:hover, .raven-mpris button.image-button:hover, row:selected button.sidebar-button:active, infobar.info button.flat:active, infobar.question button.flat:active, infobar.warning button.flat:active, infobar.error button.flat:active, .mate-panel-menu-bar button:active, .budgie-panel button:active, .raven stackswitcher.linked > button:active, .raven-mpris button.image-button:active, row:selected -button.flat:hover, row:selected -button.flat:active { - color: #1c1b1d; -} - -row:selected button.sidebar-button:disabled, infobar.info button.flat:disabled, infobar.question button.flat:disabled, infobar.warning button.flat:disabled, infobar.error button.flat:disabled, .mate-panel-menu-bar button:disabled, .budgie-panel button:disabled, .raven stackswitcher.linked > button:disabled, .raven-mpris button.image-button:disabled, row:selected -button.flat:disabled { - color: rgba(255, 255, 255, 0.3); -} - -row:selected button.sidebar-button:checked, infobar.info button.flat:checked, infobar.question button.flat:checked, infobar.warning button.flat:checked, infobar.error button.flat:checked, .mate-panel-menu-bar button:checked, .budgie-panel button:checked, .raven stackswitcher.linked > button:checked, .raven-mpris button.image-button:checked, row:selected -button.flat:checked { - background-color: rgba(255, 255, 255, 0.3); - color: #1c1b1d; -} - -row:selected button.sidebar-button:checked:disabled, infobar.info button.flat:checked:disabled, infobar.question button.flat:checked:disabled, infobar.warning button.flat:checked:disabled, infobar.error button.flat:checked:disabled, .mate-panel-menu-bar button:checked:disabled, .budgie-panel button:checked:disabled, .raven stackswitcher.linked > button:checked:disabled, .raven-mpris button.image-button:checked:disabled, row:selected -button.flat:checked:disabled { - background-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.5); -} - - -button.osd { - padding: 8px 12px; -} - - -button.osd.image-button { - padding: 8px; -} - - -button.osd:disabled { - opacity: 0; -} - - -button.suggested-action { - background-color: #e55757; - color: #1c1b1d; -} - - -button.suggested-action:disabled { - box-shadow: none; - background-color: rgba(102, 79, 61, 0.12); - color: rgba(102, 79, 61, 0.5); -} - - -button.suggested-action:checked { - background-color: #ed8989; -} - - -button.suggested-action.flat { - background-color: transparent; - color: #e55757; -} - - -button.suggested-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(102, 79, 61, 0.5); -} - - -button.suggested-action.flat:checked { - background-color: rgba(229, 87, 87, 0.3); -} - - -button.destructive-action { - background-color: #e0604f; - color: #1c1b1d; -} - - -button.destructive-action:disabled { - box-shadow: none; - background-color: rgba(102, 79, 61, 0.12); - color: rgba(102, 79, 61, 0.5); -} - - -button.destructive-action:checked { - background-color: #e99084; -} - - -button.destructive-action.flat { - background-color: transparent; - color: #e0604f; -} - - -button.destructive-action.flat:disabled { - box-shadow: none; - background-color: transparent; - color: rgba(102, 79, 61, 0.5); -} - - -button.destructive-action.flat:checked { - background-color: rgba(224, 96, 79, 0.3); -} - -.stack-switcher > -button { - outline-offset: -4px; -} - -.stack-switcher > -button > label { - padding-left: 6px; - padding-right: 6px; -} - -.stack-switcher > -button > image { - padding-left: 6px; - padding-right: 6px; - padding-top: 3px; - padding-bottom: 3px; -} - -.stack-switcher > -button.text-button { - padding-left: 10px; - padding-right: 10px; -} - -.stack-switcher > -button.image-button { - padding-left: 2px; - padding-right: 2px; -} - -.stack-switcher > -button.needs-attention:checked > label, -.stack-switcher > -button.needs-attention:checked > image { - animation: none; - background-image: none; -} - -.primary-toolbar -button { - -gtk-icon-shadow: none; -} - - -button.image-button, toolbar .linked > button.image-button, .titlebar:not(headerbar) .linked > button.image-button:not(.suggested-action):not(.destructive-action), -headerbar .linked > button.image-button:not(.suggested-action):not(.destructive-action), actionbar > revealer > box .linked > button.image-button:not(.suggested-action):not(.destructive-action):not(.server-list-button), .app-notification .linked > button.image-button, .nemo-window .toolbar .linked > button.image-button, toolbar .linked.vertical > button.image-button, -headerbar .linked.vertical > button.image-button:not(.suggested-action):not(.destructive-action), .app-notification .linked.vertical > button.image-button, .nemo-window .toolbar .linked.vertical > button.image-button, .linked > button.flat.image-button, -.linked.vertical > button.flat.image-button, .inline-toolbar button:not(.text-button), check, -radio, button.titlebutton, .disclosure-button, .nautilus-window headerbar > revealer > button, .raven .raven-header:not(.top) button.image-button, .raven .expander-button, -button.close, -button.circular { - border-radius: 9999px; - -gtk-outline-radius: 9999px; -} - -spinbutton:not(.vertical) button, notebook > header tab button.flat, button.sidebar-button, .nautilus-window .floating-bar button, .gedit-document-panel row button.flat, .gedit-search-slider .linked > button, .pluma-window paned.horizontal box.vertical box.horizontal button.flat { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 9999px; - -gtk-outline-radius: 9999px; -} - -.stack-switcher > button.needs-attention > label, -.stack-switcher > button.needs-attention > image, stacksidebar row.needs-attention > label { - animation: needs_attention 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-repeat: no-repeat; - background-position: right 3px; - background-size: 6px 6px; -} - -.stack-switcher > button.needs-attention > label:dir(rtl), -.stack-switcher > button.needs-attention > image:dir(rtl), stacksidebar row.needs-attention > label:dir(rtl) { - background-position: left 3px; -} - -.linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry, .linked > button, .linked:not(.vertical) > combobox > box > button.combo { - border-radius: 0; - -gtk-outline-radius: 0px; -} - -.linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child, .linked > button:first-child, combobox.linked button:nth-child(2):dir(rtl), .linked:not(.vertical) > combobox:first-child > box > button.combo { - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; -} - -.linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child, .linked > button:last-child, combobox.linked button:nth-child(2):dir(ltr), .linked:not(.vertical) > combobox:last-child > box > button.combo { - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; -} - -.linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child, .linked > button:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo { - border-radius: 0px; -} - -.linked.vertical > spinbutton:not(.vertical), .linked.vertical > entry, .linked.vertical > button, .linked.vertical > combobox > box > button.combo { - border-radius: 0; - -gtk-outline-radius: 0px; -} - -.linked.vertical > spinbutton:first-child:not(.vertical), .linked.vertical > entry:first-child, .linked.vertical > button:first-child, .linked.vertical > combobox:first-child > box > button.combo { - border-top-left-radius: 0px; - border-top-right-radius: 0px; -} - -.linked.vertical > spinbutton:last-child:not(.vertical), .linked.vertical > entry:last-child, .linked.vertical > button:last-child, .linked.vertical > combobox:last-child > box > button.combo { - border-bottom-left-radius: 0px; - border-bottom-right-radius: 0px; -} - -.linked.vertical > spinbutton:only-child:not(.vertical), .linked.vertical > entry:only-child, .linked.vertical > button:only-child, .linked.vertical > combobox:only-child > box > button.combo { - border-radius: 0px; -} - -/* menu buttons */ -modelbutton.flat, -.menuitem.button.flat { - min-height: 28px; - padding: 0 8px; - border-radius: 0px; - color: inherit; -} - -modelbutton.flat arrow { - background: none; -} - -modelbutton.flat arrow:hover { - background: none; -} - -modelbutton.flat arrow.left { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -modelbutton.flat arrow.right { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -button.color { - min-height: 24px; - min-width: 24px; - padding: 4px; -} - -/********* - * Links * - *********/ -*:link, button:link, -button:visited, *:link:hover, button:hover:link, -button:hover:visited, *:link:active, button:active:link, -button:active:visited { - color: #0864a8; -} - -*:link:visited, -button:visited, *:link:visited:hover, -button:visited:hover, *:link:visited:active, -button:visited:active { - color: #d599a6; -} - -infobar.info *:link, infobar.info button:link, -infobar.info button:visited, infobar.question *:link, infobar.question button:link, -infobar.question button:visited, infobar.warning *:link, infobar.warning button:link, -infobar.warning button:visited, infobar.error *:link, infobar.error button:link, -infobar.error button:visited, *:link:selected, button:selected:link, -button:selected:visited, .selection-mode.titlebar:not(headerbar) .subtitle:link, -headerbar.selection-mode .subtitle:link, -*:selected *:link, -*:selected button:link, -*:selected button:visited { - color: #1c1b1d; -} - -button:link > label, -button:visited > label { - text-decoration-line: underline; -} - -/***************** - * GtkSpinButton * - *****************/ -spinbutton:not(.vertical) { - padding: 0; -} - -notebook > stack:not(:only-child) spinbutton:not(.vertical) entry, notebook > stack:not(:only-child) spinbutton:not(.vertical) entry:focus, notebook > stack:not(:only-child) spinbutton:not(.vertical) entry:disabled, -spinbutton:not(.vertical) entry { - min-width: 24px; - margin: 0; - border-image: none; - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -spinbutton:not(.vertical) button { - border: solid 4px transparent; -} - -spinbutton:not(.vertical) button.up:dir(ltr), spinbutton:not(.vertical) button.down:dir(rtl) { - margin-left: -2px; -} - -spinbutton:not(.vertical) button.up:dir(rtl), spinbutton:not(.vertical) button.down:dir(ltr) { - margin-right: -2px; -} - -spinbutton.vertical:disabled { - color: rgba(102, 79, 61, 0.5); -} - -spinbutton.vertical:drop(active) { - box-shadow: none; -} - -spinbutton.vertical entry { - min-height: 32px; - min-width: 40px; - padding: 0; -} - -spinbutton.vertical button { - min-height: 32px; - min-width: 40px; - padding: 0; -} - -spinbutton.vertical button.up { - border-radius: 0px 0px 0 0; -} - -spinbutton.vertical button.down { - border-radius: 0 0 0px 0px; -} - -treeview spinbutton:not(.vertical) { - min-height: 0; - border-style: none; - border-radius: 0; -} - -treeview spinbutton:not(.vertical) entry { - min-height: 0; - padding: 1px 2px; -} - -/************** - * ComboBoxes * - **************/ -combobox arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - min-height: 16px; - min-width: 16px; -} - -combobox decoration, -combobox button.combo:checked { - transition: none; -} - -combobox button.combo cellview:dir(ltr) { - margin-left: 0px; -} - -combobox button.combo cellview:dir(rtl) { - margin-right: 0px; -} - -combobox #gtk-combobox-popup-menu { - padding: 2px 0; -} - -combobox #gtk-combobox-popup-menu menuitem { - min-height: 28px; - padding: 0 8px; -} - -combobox #gtk-combobox-popup-menu > arrow.top { - margin-top: -2px; -} - -combobox #gtk-combobox-popup-menu > arrow.bottom { - margin-top: 4px; - margin-bottom: -6px; -} - -combobox:drop(active) { - box-shadow: none; -} - -notebook > stack:not(:only-child) button.combo, .raven .raven-background button.combo, #login_window #user_combobox button { - border-radius: 0; - background-image: none; - font-weight: inherit; - transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1); - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #24b7ab 0%, transparent 0%) 0 0 0/0 0 0px; - box-shadow: inset 0 -1px rgba(102, 79, 61, 0.3); - background-color: transparent; - color: #F0D3C9; -} - -notebook > stack:not(:only-child) button.combo:hover, .raven .raven-background button.combo:hover, #login_window #user_combobox button:hover { - box-shadow: inset 0 -2px rgba(102, 79, 61, 0.5); -} - -notebook > stack:not(:only-child) button.combo:checked, .raven .raven-background button.combo:checked, #login_window #user_combobox button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #24b7ab 100%, transparent 0%) 0 0 2/0 0 2px; -} - -notebook > stack:not(:only-child) button.combo:disabled, .raven .raven-background button.combo:disabled, #login_window #user_combobox button:disabled { - box-shadow: inset 0 -1px rgba(102, 79, 61, 0.12); - color: rgba(102, 79, 61, 0.5); -} - -/************ - * Toolbars * - ************/ -toolbar { - -GtkWidget-window-dragging: true; - padding: 2px; - background-color: #1c1b1d; -} - -.osd toolbar { - background-color: transparent; -} - -toolbar.osd, .app-notification, frame.documents-dropdown { - transition: box-shadow 100ms cubic-bezier(0, 0, 0.2, 1); - padding: 4px; - border-radius: 0px; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23), inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #1c1b1d; -} - -toolbar.osd:backdrop, .app-notification:backdrop, frame.documents-dropdown:backdrop { - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24), inset 0 1px rgba(255, 255, 255, 0.4); -} - -toolbar.osd.left, .left.app-notification, frame.left.documents-dropdown, toolbar.osd.right, .right.app-notification, frame.right.documents-dropdown, toolbar.osd.top, .top.app-notification, frame.top.documents-dropdown, toolbar.osd.bottom, .bottom.app-notification, frame.bottom.documents-dropdown { - border-radius: 0; -} - -toolbar.horizontal > separator { - margin: 2px; -} - -toolbar.vertical > separator { - margin: 2px; -} - -toolbar:not(.inline-toolbar):not(.osd) scale, -toolbar:not(.inline-toolbar):not(.osd) entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton, -toolbar:not(.inline-toolbar):not(.osd) button { - margin: 2px; -} - -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:first-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:first-child) { - margin-left: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) .linked entry:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked spinbutton:not(:last-child), -toolbar:not(.inline-toolbar):not(.osd) .linked button:not(:last-child) { - margin-right: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) spinbutton entry, -toolbar:not(.inline-toolbar):not(.osd) spinbutton button { - margin: 0; -} - -toolbar:not(.inline-toolbar):not(.osd) switch { - margin: 6px 2px; -} - -.inline-toolbar { - padding: 4px; - border-style: solid; - border-width: 0 1px 1px; - border-color: rgba(0, 0, 0, 0.12); - background-color: #1c1b1d; -} - -searchbar > revealer > box, -.location-bar { - padding: 4px; - border-style: solid; - border-width: 0 0 1px; - border-color: rgba(0, 0, 0, 0.12); - background-color: #1c1b1d; - background-clip: border-box; -} - -searchbar > revealer > box { - margin: -6px; - padding: 4px; -} - -/*************** - * Header bars * - ***************/ -.titlebar:not(headerbar), -headerbar { - transition: background-color 100ms cubic-bezier(0, 0, 0.2, 1), color 100ms cubic-bezier(0, 0, 0.2, 1); - min-height: 40px; - padding: 0 4px; - box-shadow: 0 0px 0px rgba(0, 0, 0, 0.12), 0 0px 0px rgba(0, 0, 0, 0.24), inset 0 px rgba(255, 255, 255, 0.4); - background-color: #f0d3c9; - color: #1c1b1d; -} - -.titlebar:disabled:not(headerbar) :not(button) > label, -headerbar:disabled :not(button) > label { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar:backdrop:not(headerbar), -headerbar:backdrop { - color: rgba(255, 255, 255, 0.7); -} - -.titlebar:backdrop:disabled:not(headerbar) :not(button) > label, -headerbar:backdrop:disabled :not(button) > label { - color: rgba(255, 255, 255, 0.3); -} - -.titlebar:not(headerbar) .title, -headerbar .title { - padding: 0 12px; - font-weight: bold; -} - -.titlebar:not(headerbar) .subtitle, -headerbar .subtitle { - padding: 0 12px; - font-size: smaller; -} - -.titlebar:not(headerbar) .linked:not(.vertical) > entry:not(.flat), -headerbar .linked:not(.vertical) > entry:not(.flat) { - border-radius: 0px; -} - -.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action), -headerbar button:not(.suggested-action):not(.destructive-action) { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #24b7ab 0%, transparent 0%) 0 0 0/0 0 0px; - color: rgba(255, 255, 255, 0.7); -} - -.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):hover, .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):active, -headerbar button:not(.suggested-action):not(.destructive-action):hover, -headerbar button:not(.suggested-action):not(.destructive-action):active { - color: #1c1b1d; -} - -.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):disabled, -headerbar button:not(.suggested-action):not(.destructive-action):disabled { - color: rgba(255, 255, 255, 0.3); -} - -.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):checked, -headerbar button:not(.suggested-action):not(.destructive-action):checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #24b7ab 100%, transparent 0%) 0 0 2/0 0 2px; - color: #1c1b1d; -} - -.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):checked:disabled, -headerbar button:not(.suggested-action):not(.destructive-action):checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):checked, .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):checked:disabled, -headerbar button:not(.suggested-action):not(.destructive-action):checked, -headerbar button:not(.suggested-action):not(.destructive-action):checked:disabled { - background-color: transparent; -} - -.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):backdrop, -headerbar button:not(.suggested-action):not(.destructive-action):backdrop { - color: rgba(255, 255, 255, 0.5); -} - -.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):backdrop:hover, .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):backdrop:active, -headerbar button:not(.suggested-action):not(.destructive-action):backdrop:hover, -headerbar button:not(.suggested-action):not(.destructive-action):backdrop:active { - color: rgba(255, 255, 255, 0.7); -} - -.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):backdrop:disabled, -headerbar button:not(.suggested-action):not(.destructive-action):backdrop:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):backdrop:checked, -headerbar button:not(.suggested-action):not(.destructive-action):backdrop:checked { - color: rgba(255, 255, 255, 0.7); -} - -.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):backdrop:checked:disabled, -headerbar button:not(.suggested-action):not(.destructive-action):backdrop:checked:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.titlebar:not(headerbar) button.suggested-action:disabled, .titlebar:not(headerbar) button.destructive-action:disabled, -headerbar button.suggested-action:disabled, -headerbar button.destructive-action:disabled { - background-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.5); -} - -.selection-mode.titlebar:not(headerbar), -headerbar.selection-mode { - transition: background-color 0.00001s 225ms, color 225ms cubic-bezier(0, 0, 0.2, 1); - animation: header_ripple_effect 225ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24), inset 0 1px rgba(255, 255, 255, 0.2); - background-color: #24b7ab; - color: #1c1b1d; -} - -.selection-mode.titlebar:backdrop:not(headerbar), -headerbar.selection-mode:backdrop { - color: rgba(255, 255, 255, 0.7); -} - -.selection-mode.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action), -headerbar.selection-mode button:not(.suggested-action):not(.destructive-action) { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0/0 0 0px; - color: #1c1b1d; -} - -.selection-mode.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):disabled, -headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):disabled { - color: rgba(255, 255, 255, 0.5); -} - -.selection-mode.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):checked, -headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2/0 0 2px; - color: #1c1b1d; -} - -.selection-mode.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):checked:disabled, -headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):checked:disabled { - color: rgba(255, 255, 255, 0.5); -} - -.selection-mode.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):backdrop, -headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop { - color: rgba(255, 255, 255, 0.7); -} - -.selection-mode.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):backdrop:disabled, -headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.selection-mode.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):backdrop:checked, -headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:checked { - color: rgba(255, 255, 255, 0.7); -} - -.selection-mode.titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):backdrop:checked:disabled, -headerbar.selection-mode button:not(.suggested-action):not(.destructive-action):backdrop:checked:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.selection-mode.titlebar:not(headerbar) .selection-menu, -headerbar.selection-mode .selection-menu { - padding-left: 16px; - padding-right: 16px; -} - -.selection-mode.titlebar:not(headerbar) .selection-menu arrow, -headerbar.selection-mode .selection-menu arrow { - -GtkArrow-arrow-scaling: 1; -} - -.selection-mode.titlebar:not(headerbar) .selection-menu .arrow, -headerbar.selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -.tiled .titlebar:not(headerbar), -.tiled-top .titlebar:not(headerbar), -.tiled-right .titlebar:not(headerbar), -.tiled-bottom .titlebar:not(headerbar), -.tiled-left .titlebar:not(headerbar), -.maximized .titlebar:not(headerbar), -.fullscreen .titlebar:not(headerbar), .tiled -headerbar, -.tiled-top -headerbar, -.tiled-right -headerbar, -.tiled-bottom -headerbar, -.tiled-left -headerbar, -.maximized -headerbar, -.fullscreen -headerbar { - border-radius: 0; - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -} - -.default-decoration.titlebar:not(headerbar), -headerbar.default-decoration { - min-height: 24px; - padding: 4px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); -} - -.tiled .default-decoration.titlebar:not(headerbar), -.maximized .default-decoration.titlebar:not(headerbar), -.fullscreen .default-decoration.titlebar:not(headerbar), .tiled -headerbar.default-decoration, -.maximized -headerbar.default-decoration, -.fullscreen -headerbar.default-decoration { - box-shadow: none; -} - -.default-decoration.titlebar:not(headerbar) button.titlebutton, -headerbar.default-decoration button.titlebutton { - min-height: 24px; - min-width: 24px; - margin: 0; - padding: 0; -} - -.background:not(.csd) .default-decoration.titlebar:not(headerbar) button.titlebutton:active, .background:not(.csd) -headerbar.default-decoration button.titlebutton:active { - background-size: 1000% 1000%; -} - -headerbar entry, -headerbar spinbutton, -headerbar button { - margin-top: 4px; - margin-bottom: 4px; -} - -headerbar switch { - margin-top: 8px; - margin-bottom: 8px; -} - -headerbar spinbutton button { - margin-top: 0; - margin-bottom: 0; -} - -headerbar .entry-tag, headerbar .documents-entry-tag, headerbar .photos-entry-tag { - margin-top: 5px; - margin-bottom: 5px; -} - -.background .titlebar { - border-top-left-radius: 0px; - border-top-right-radius: 0px; -} - -.background.tiled .titlebar, -.background.tiled-top .titlebar, -.background.tiled-right .titlebar, -.background.tiled-bottom .titlebar, -.background.tiled-left .titlebar, -.background.maximized .titlebar, -.background.solid-csd .titlebar { - border-top-left-radius: 0; - border-top-right-radius: 0; -} - -window separator:first-child + headerbar, -window headerbar:first-child { - border-top-left-radius: 0px; -} - -window headerbar:last-child { - border-top-right-radius: 0px; -} - -window stack headerbar:first-child, window stack headerbar:last-child { - border-top-left-radius: 0px; - border-top-right-radius: 0px; -} - -window.tiled headerbar, window.tiled headerbar:first-child, window.tiled headerbar:last-child, window.tiled headerbar:only-child, -window.tiled-top headerbar, -window.tiled-top headerbar:first-child, -window.tiled-top headerbar:last-child, -window.tiled-top headerbar:only-child, -window.tiled-right headerbar, -window.tiled-right headerbar:first-child, -window.tiled-right headerbar:last-child, -window.tiled-right headerbar:only-child, -window.tiled-bottom headerbar, -window.tiled-bottom headerbar:first-child, -window.tiled-bottom headerbar:last-child, -window.tiled-bottom headerbar:only-child, -window.tiled-left headerbar, -window.tiled-left headerbar:first-child, -window.tiled-left headerbar:last-child, -window.tiled-left headerbar:only-child, -window.maximized headerbar, -window.maximized headerbar:first-child, -window.maximized headerbar:last-child, -window.maximized headerbar:only-child, -window.fullscreen headerbar, -window.fullscreen headerbar:first-child, -window.fullscreen headerbar:last-child, -window.fullscreen headerbar:only-child, -window.solid-csd headerbar, -window.solid-csd headerbar:first-child, -window.solid-csd headerbar:last-child, -window.solid-csd headerbar:only-child { - border-top-left-radius: 0; - border-top-right-radius: 0; -} - -window.csd > .titlebar:not(headerbar) { - padding: 0; - background-color: transparent; - background-image: none; - border-style: none; - box-shadow: none; -} - -.titlebar:not(headerbar) > separator { - background-color: #1c1b1d; - background-image: image(rgba(0, 0, 0, 0.12)); -} - -/************ - * Pathbars * - ************/ -.caja-pathbar button, -.path-bar button { - padding-left: 4px; - padding-right: 4px; -} - -.caja-pathbar button label:not(:only-child):first-child, -.path-bar button label:not(:only-child):first-child { - margin-left: 4px; -} - -.caja-pathbar button label:not(:only-child):last-child, -.path-bar button label:not(:only-child):last-child { - margin-right: 4px; -} - -.caja-pathbar button.slider-button, -.path-bar button.slider-button { - padding-left: 4px; - padding-right: 4px; -} - -:not(headerbar) .caja-pathbar button, .caja-pathbar :not(headerbar) button, :not(headerbar) -.path-bar button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #24b7ab 0%, transparent 0%) 0 0 0/0 0 0px; - border-radius: 0px; -} - -:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) -.path-bar button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #24b7ab 100%, transparent 0%) 0 0 2/0 0 2px; -} - -:not(headerbar) .caja-pathbar button:checked, .caja-pathbar :not(headerbar) button:checked, :not(headerbar) .caja-pathbar button:checked:disabled, .caja-pathbar :not(headerbar) button:checked:disabled, :not(headerbar) -.path-bar button:checked, :not(headerbar) -.path-bar button:checked:disabled { - background-color: transparent; -} - -/************** - * Tree Views * - **************/ -treeview.view { - border-left-color: #1c1b1d; - border-top-color: #1c1b1d; -} - -* { - -GtkTreeView-horizontal-separator: 4; - -GtkTreeView-grid-line-width: 0; - -GtkTreeView-grid-line-pattern: ''; - -GtkTreeView-tree-line-width: 0; - -GtkTreeView-tree-line-pattern: ''; - -GtkTreeView-expander-size: 16; -} - -treeview.view:selected { - border-left-color: rgba(255, 255, 255, 0.0); -} - -treeview.view:hover, treeview.view:active, treeview.view:selected { - border-radius: 0; -} - -treeview.view.separator { - min-height: 5px; - color: rgba(0, 0, 0, 0.0); -} - -treeview.view:drop(active) { - border-style: solid none; - border-width: 0px; - border-color: #e55757; -} - -treeview.view:drop(active).after { - border-top-style: none; -} - -treeview.view:drop(active).before { - border-bottom-style: none; -} - -treeview.view.expander { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -gtk-icon-transform: rotate(-90deg); - color: rgba(102, 79, 61, 0.7); -} - -treeview.view.expander:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -treeview.view.expander:checked { - -gtk-icon-transform: unset; -} - -treeview.view.expander:hover, treeview.view.expander:active { - color: #F0D3C9; -} - -treeview.view.expander:disabled { - color: rgba(102, 79, 61, 0.3); -} - -treeview.view.expander:selected { - color: rgba(255, 255, 255, 0.7); -} - -treeview.view.expander:selected:hover, treeview.view.expander:selected:active { - color: #1c1b1d; -} - -treeview.view.expander:selected:disabled { - color: rgba(255, 255, 255, 0.3); -} - -treeview.view.progressbar { - border-bottom: 4px solid #24b7ab; - box-shadow: none; - background-color: transparent; -} - -treeview.view.progressbar:selected { - border-bottom-color: #1c1b1d; -} - -treeview.view.trough { - border-bottom: 4px solid rgba(36, 183, 171, 0.3); - box-shadow: none; - background-color: transparent; -} - -treeview.view.trough:selected { - border-bottom-color: rgba(255, 255, 255, 0.3); -} - -treeview.view header button { - padding: 2px 6px; - border-style: none solid solid none; - border-width: 0px; - border-color: #1c1b1d; - border-radius: 0; - background-clip: border-box; -} - -treeview.view header button, treeview.view header button:hover, treeview.view header button:active { - box-shadow: none; -} - -treeview.view header button, treeview.view header button:disabled { - background-color: #1c1b1d; -} - -treeview.view header button:last-child { - border-right-style: none; -} - -treeview.view button.dnd, -treeview.view header.button.dnd { - padding: 2px 6px; - border-style: none solid solid; - border-width: 0px; - border-color: rgba(0, 0, 0, 0.12); - border-radius: 0; - box-shadow: none; - background-color: #1c1b1d; - background-clip: border-box; - color: #24b7ab; -} - -treeview.view acceleditor > label { - background-color: #24b7ab; -} - -/********* - * Menus * - *********/ -menubar, -.menubar { - -GtkWidget-window-dragging: true; - padding: 0; - background-color: #f0d3c9; -} - -menubar > menuitem, -.menubar > menuitem { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - padding: 4px 8px; - color: rgba(255, 255, 255, 0.7); -} - -menubar > menuitem:hover, -.menubar > menuitem:hover { - transition: none; - background-color: rgba(255, 255, 255, 0.12); - color: #1c1b1d; -} - -menubar > menuitem:disabled, -.menubar > menuitem:disabled { - color: rgba(255, 255, 255, 0.3); -} - -menubar > menuitem label:disabled, -.menubar > menuitem label:disabled { - color: inherit; -} - -.csd.popup { - background-color: transparent; -} - -menu, -.menu, -.context-menu { - margin: 4px 0; - padding: 4px 0; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #1c1b1d; - border: 1px solid rgba(0, 0, 0, 0.12); -} - -.csd menu, .csd -.menu, .csd -.context-menu { - border: none; - border-radius: 0px; -} - -menu menuitem, -.menu menuitem, -.context-menu menuitem { - transition: background-color 100ms cubic-bezier(0, 0, 0.2, 1); - min-height: 20px; - min-width: 40px; - padding: 4px 8px; - font: initial; - text-shadow: none; -} - -menu menuitem:hover, -.menu menuitem:hover, -.context-menu menuitem:hover { - transition: none; - background-color: rgba(102, 79, 61, 0.12); -} - -menu menuitem:disabled, -.menu menuitem:disabled, -.context-menu menuitem:disabled { - color: rgba(102, 79, 61, 0.5); -} - -menu menuitem arrow, -.menu menuitem arrow, -.context-menu menuitem arrow { - min-height: 16px; - min-width: 16px; -} - -menu menuitem arrow:dir(ltr), -.menu menuitem arrow:dir(ltr), -.context-menu menuitem arrow:dir(ltr) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - margin-left: 8px; -} - -menu menuitem arrow:dir(rtl), -.menu menuitem arrow:dir(rtl), -.context-menu menuitem arrow:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); - margin-right: 8px; -} - -menu menuitem label:dir(rtl), menu menuitem label:dir(ltr), -.menu menuitem label:dir(rtl), -.menu menuitem label:dir(ltr), -.context-menu menuitem label:dir(rtl), -.context-menu menuitem label:dir(ltr) { - color: inherit; -} - -menu > arrow, -.menu > arrow, -.context-menu > arrow { - min-height: 16px; - min-width: 16px; - padding: 4px; - background-color: #1c1b1d; - color: rgba(102, 79, 61, 0.7); -} - -menu > arrow.top, -.menu > arrow.top, -.context-menu > arrow.top { - margin-top: -4px; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 0px 0px 0 0; - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -menu > arrow.bottom, -.menu > arrow.bottom, -.context-menu > arrow.bottom { - margin-top: 8px; - margin-bottom: -12px; - border-top: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 0 0 0px 0px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -menu > arrow:hover, -.menu > arrow:hover, -.context-menu > arrow:hover { - background-image: image(rgba(102, 79, 61, 0.12)); - color: #F0D3C9; -} - -menu > arrow:disabled, -.menu > arrow:disabled, -.context-menu > arrow:disabled { - border-color: transparent; - background-color: transparent; - color: transparent; -} - -menu separator, -.menu separator, -.context-menu separator { - margin: 2px 0; -} - -menuitem accelerator { - color: rgba(102, 79, 61, 0.7); -} - -menuitem:disabled accelerator { - color: rgba(102, 79, 61, 0.3); -} - -.popup:not(.csd) menu menuitem { - color: #F0D3C9; -} - -.popup:not(.csd) menu menuitem:hover { - background-color: #262427; -} - -.popup:not(.csd) menu menuitem:disabled { - color: #ad9d89; -} - -.popup:not(.csd) menu accelerator { - color: #917e6a; -} - -/************ - * Popovers * - ************/ -popover.background { - transition: box-shadow 100ms cubic-bezier(0, 0, 0.2, 1); - padding: 2px; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); - background-color: #1c1b1d; -} - -popover.background:backdrop { - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -} - -popover.background, .csd popover.background { - border-style: solid; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.3); - border-radius: 1px; -} - -popover.background > stack { - margin: -4px; -} - -popover.background > toolbar { - margin: -2px; -} - -popover.background > list, -popover.background > .view, -popover.background > toolbar { - border-style: none; - box-shadow: none; - background-color: transparent; -} - -popover.background list, -popover.background .view:not(:selected), -popover.background toolbar { - background-color: #1c1b1d; -} - -popover.background.menu button, -popover.background button.model { - min-height: 32px; - padding: 0 8px; - border-radius: 0px; -} - -popover.background separator { - margin: 4px 0; -} - -popover.background list separator { - margin: 0; -} - -/************* - * Notebooks * - *************/ -frame > paned > notebook > header, -notebook.frame > header { - background-color: #1c1b1d; -} - -notebook > header { - border-width: 0px; - border-color: rgba(0, 0, 0, 0.0); - background-color: #1c1b1d; - background-clip: border-box; -} - -notebook > header.top { - border-bottom-style: solid; -} - -notebook > header.top > tabs { - margin-bottom: -1px; -} - -notebook > header.top > tabs > tab { - box-shadow: inset 0 -2px transparent; -} - -notebook > header.top > tabs > tab:checked { - box-shadow: inset 0 -2px #24b7ab; -} - -notebook > header.bottom { - border-top-style: solid; -} - -notebook > header.bottom > tabs { - margin-top: -1px; -} - -notebook > header.bottom > tabs > tab { - box-shadow: inset 0 2px transparent; -} - -notebook > header.bottom > tabs > tab:checked { - box-shadow: inset 0 2px #24b7ab; -} - -notebook > header.left { - border-right-style: solid; -} - -notebook > header.left > tabs { - margin-right: -1px; -} - -notebook > header.left > tabs > tab { - box-shadow: inset -2px 0 transparent; -} - -notebook > header.left > tabs > tab:checked { - box-shadow: inset -2px 0 #24b7ab; -} - -notebook > header.right { - border-left-style: solid; -} - -notebook > header.right > tabs { - margin-left: -1px; -} - -notebook > header.right > tabs > tab { - box-shadow: inset 2px 0 transparent; -} - -notebook > header.right > tabs > tab:checked { - box-shadow: inset 2px 0 #24b7ab; -} - -notebook > header.top > tabs > arrow { - border-top-style: none; -} - -notebook > header.bottom > tabs > arrow { - border-bottom-style: none; -} - -notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow { - padding-left: 4px; - padding-right: 4px; -} - -notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { - margin-left: -8px; - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { - margin-right: -8px; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -notebook > header.left > tabs > arrow { - border-left-style: none; -} - -notebook > header.right > tabs > arrow { - border-right-style: none; -} - -notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow { - padding-top: 4px; - padding-bottom: 4px; -} - -notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { - margin-top: -8px; - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { - margin-bottom: -8px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -notebook > header > tabs > arrow { - min-height: 16px; - min-width: 16px; - border-radius: 0; -} - -notebook > header tab { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; - min-height: 24px; - min-width: 24px; - padding: 4px 12px; - outline-offset: -6px; - border-width: 1px; - border-color: transparent; - background-image: radial-gradient(circle farthest-corner at center, #24b7ab 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 0% 0%; - background-clip: border-box; - color: rgba(102, 79, 61, 0.7); - font-weight: 500; -} - -notebook > header tab:hover { - background-color: alpha(currentColor, 0.08); - color: #F0D3C9; -} - -notebook > header tab:disabled { - color: rgba(102, 79, 61, 0.3); -} - -notebook > header tab:checked { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 225ms cubic-bezier(0, 0, 0.2, 1), background-image 525ms cubic-bezier(0, 0, 0.2, 1); - background-color: transparent; - background-image: radial-gradient(circle farthest-corner at center, transparent 10%, transparent 0%); - background-size: 1000% 1000%; - background-clip: padding-box; - color: #F0D3C9; -} - -notebook > header tab:checked:disabled { - color: rgba(102, 79, 61, 0.5); -} - -notebook > header tab:checked.reorderable-page { - border-color: rgba(0, 0, 0, 0.12); - background-color: #1c1b1d; -} - -notebook > header tab button.flat:last-child { - margin-left: 4px; - margin-right: -8px; -} - -notebook > header tab button.flat:first-child { - margin-left: -8px; - margin-right: 4px; -} - -notebook > header.top tabs, notebook > header.bottom tabs { - padding-left: 8px; - padding-right: 8px; -} - -notebook > header.top tabs:not(:only-child):first-child, notebook > header.bottom tabs:not(:only-child):first-child { - margin-left: 0; -} - -notebook > header.top tabs:not(:only-child):last-child, notebook > header.bottom tabs:not(:only-child):last-child { - margin-right: 0; -} - -notebook > header.top tabs tab.reorderable-page, notebook > header.bottom tabs tab.reorderable-page { - border-style: none solid; -} - -notebook > header.left tabs, notebook > header.right tabs { - padding-top: 8px; - padding-bottom: 8px; -} - -notebook > header.left tabs:not(:only-child):first-child, notebook > header.right tabs:not(:only-child):first-child { - margin-top: 0; -} - -notebook > header.left tabs:not(:only-child):last-child, notebook > header.right tabs:not(:only-child):last-child { - margin-bottom: 0; -} - -notebook > header.left tabs tab.reorderable-page, notebook > header.right tabs tab.reorderable-page { - border-style: solid none; -} - -notebook > stack:not(:only-child) { - background-color: #1c1b1d; -} - -/************** - * Scrollbars * - **************/ -scrollbar { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1); - background-color: #1c1b1d; - background-clip: padding-box; -} - -* { - -GtkScrollbar-has-backward-stepper: false; - -GtkScrollbar-has-forward-stepper: false; -} - -scrollbar.top { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -scrollbar.bottom { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -scrollbar.left { - border-right: 1px solid rgba(0, 0, 0, 0.12); -} - -scrollbar.right { - border-left: 1px solid rgba(0, 0, 0, 0.12); -} - -scrollbar slider { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1), margin 0, border-width 0; - min-width: 8px; - min-height: 8px; - border: 4px solid transparent; - border-radius: 9999px; - background-clip: padding-box; - background-color: rgba(102, 79, 61, 0.5); -} - -scrollbar slider:hover { - background-color: rgba(102, 79, 61, 0.7); -} - -scrollbar slider:active { - background-color: #F0D3C9; -} - -scrollbar slider:disabled { - background-color: rgba(102, 79, 61, 0.3); -} - -scrollbar.fine-tune slider { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1), margin 0, border-width 0, min-width 0, min-height 0; - min-width: 4px; - min-height: 4px; -} - -scrollbar.fine-tune.horizontal slider { - margin: 2px 0; -} - -scrollbar.fine-tune.vertical slider { - margin: 0 2px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - border-color: transparent; - background-color: transparent; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(244, 235, 212, 0.3); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { - min-width: 4px; - min-height: 4px; - margin: 3px; - border: 1px solid rgba(244, 235, 212, 0.3); - border-radius: 9999px; - background-color: rgba(102, 79, 61, 0.5); - background-clip: padding-box; - -gtk-icon-source: none; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering) button:disabled { - background-color: rgba(102, 79, 61, 0.3); -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { - min-width: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { - min-width: 8px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { - min-height: 24px; -} - -scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { - min-height: 8px; -} - -scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { - background-color: rgba(244, 235, 212, 0.9); -} - -scrollbar.horizontal slider { - min-width: 24px; -} - -scrollbar.vertical slider { - min-height: 24px; -} - -scrollbar button { - min-width: 16px; - min-height: 16px; - padding: 0; - border-radius: 0; -} - -scrollbar.vertical button.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -scrollbar.vertical button.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); -} - -scrollbar.horizontal button.down { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -} - -scrollbar.horizontal button.up { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); -} - -/********** - * Switch * - **********/ -switch { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1); - margin: 4px 0; - padding: 0 2px; - border: 5px solid transparent; - border-radius: 9999px; - background-color: rgba(102, 79, 61, 0.3); - background-clip: padding-box; - font-size: 0; -} - -switch:checked { - background-color: rgba(229, 87, 87, 0.5); -} - -switch:disabled { - opacity: 0.5; -} - -switch slider { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1); - min-width: 20px; - min-height: 20px; - margin: -3px -2px; - border-radius: 9999px; - box-shadow: 0 0 0 10px transparent, 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); - background-color: #1c1b1d; -} - -switch:hover slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.08), 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -} - -switch:focus slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.12), 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -} - -switch:focus:hover slider { - box-shadow: 0 0 0 10px alpha(currentColor, 0.16), 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -} - -switch:checked slider { - background-color: #e55757; - color: #e55757; -} - -/************************* - * Check and Radio items * - *************************/ -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - min-height: 40px; - min-width: 40px; - margin: 0; - padding: 0; - box-shadow: none; - background-color: transparent; - background-image: none; - -gtk-icon-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -} - -.view.content-view.check:not(list):hover, .view.content-view.check:not(list):active, -.content-view .tile check:not(list):hover, -.content-view .tile check:not(list):active { - -gtk-icon-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); -} - -.view.content-view.check:not(list), -.content-view .tile check:not(list) { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-unchecked.png"), url("assets/selectionmode-checkbox-unchecked@2.png")); -} - -.view.content-view.check:not(list):checked, -.content-view .tile check:not(list):checked { - -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-checked.png"), url("assets/selectionmode-checkbox-checked@2.png")); -} - -checkbutton, -radiobutton { - outline: none; -} - -checkbutton.text-button, -radiobutton.text-button { - padding: 2px; -} - -checkbutton.text-button label:not(:only-child), -radiobutton.text-button label:not(:only-child) { - margin: 0 4px; -} - -check, -radio { - min-height: 24px; - min-width: 24px; - margin: -8px; - padding: 8px; -} - -check:hover, -radio:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -check:focus, -radio:focus { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.12); -} - -check:focus:hover, -radio:focus:hover { - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.16); -} - -check:checked, check:indeterminate, -radio:checked, -radio:indeterminate { - color: #e55757; -} - -check:checked:disabled, check:indeterminate:disabled, -radio:checked:disabled, -radio:indeterminate:disabled { - color: rgba(229, 87, 87, 0.5); -} - -row:selected check:not(:checked):not(:indeterminate), row:selected -radio:not(:checked):not(:indeterminate) { - color: rgba(255, 255, 255, 0.7); -} - -row:selected check:not(:checked):not(:indeterminate):hover, row:selected check:not(:checked):not(:indeterminate):active, row:selected -radio:not(:checked):not(:indeterminate):hover, row:selected -radio:not(:checked):not(:indeterminate):active { - color: #1c1b1d; -} - -row:selected check:not(:checked):not(:indeterminate):disabled, row:selected -radio:not(:checked):not(:indeterminate):disabled { - color: rgba(255, 255, 255, 0.3); -} - -popover check, popover check:hover, popover check:focus, popover check:focus:hover, popover check:active, popover check:disabled, popover -radio, popover -radio:hover, popover -radio:focus, popover -radio:focus:hover, popover -radio:active, popover -radio:disabled { - transition: none; - box-shadow: none; - background-image: none; -} - -popover check:not(:checked):not(:indeterminate):not(:disabled), popover -radio:not(:checked):not(:indeterminate):not(:disabled) { - color: rgba(102, 79, 61, 0.7); -} - -popover check.left:dir(rtl), popover -radio.left:dir(rtl) { - margin-left: -12px; - margin-right: -4px; -} - -popover check.right:dir(ltr), popover -radio.right:dir(ltr) { - margin-left: -4px; - margin-right: -12px; -} - -menu menuitem check, menu menuitem -radio { - transition: none; - margin: 0; - padding: 0; -} - -menu menuitem check:dir(ltr), menu menuitem -radio:dir(ltr) { - margin-right: 8px; -} - -menu menuitem check:dir(rtl), menu menuitem -radio:dir(rtl) { - margin-left: 8px; -} - -menu menuitem check:not(:checked):not(:indeterminate):not(:disabled), menu menuitem -radio:not(:checked):not(:indeterminate):not(:disabled) { - color: rgba(102, 79, 61, 0.7); -} - -menu menuitem check, menu menuitem check:hover, menu menuitem check:disabled, menu menuitem -radio, menu menuitem -radio:hover, menu menuitem -radio:disabled { - box-shadow: none; -} - - -check { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/checkbox-unchecked-symbolic.svg")); -} - - -check:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/checkbox-checked-symbolic.svg")); -} - - -check:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/checkbox-mixed-symbolic.svg")); -} - - -radio { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/radio-unchecked-symbolic.svg")); - border-image-slice: 20; - border-image-width: 20px; -} - - -radio:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/radio-mixed-symbolic.svg")); -} - - -radio { - border-image-source: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#e55757), to(transparent)); -} - - -radio:checked:not(:indeterminate) { - border-image-source: -gtk-gradient(radial, center center, 0, center center, 0.125, to(#e55757), to(transparent)); -} - - -radio:checked:not(:indeterminate):disabled { - border-image-source: -gtk-gradient(radial, center center, 0, center center, 0.125, to(rgba(229, 87, 87, 0.5)), to(transparent)); -} - -window.background:not(.csd) > widget > checkbutton > check, -menu menuitem check { - min-height: 16px; - min-width: 16px; - border-radius: 0px; - -gtk-outline-radius: 0px; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-checkbox-unchecked-symbolic.svg")); -} - -window.background:not(.csd) > widget > checkbutton > check:checked, -menu menuitem check:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-checkbox-checked-symbolic.svg")); -} - -window.background:not(.csd) > widget > checkbutton > check:indeterminate, -menu menuitem check:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-checkbox-mixed-symbolic.svg")); -} - -window.background:not(.csd) > widget > radiobutton > radio, -menu menuitem radio { - min-height: 16px; - min-width: 16px; - border-image: none; - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-radio-unchecked-symbolic.svg")); -} - -window.background:not(.csd) > widget > radiobutton > radio:checked, -menu menuitem radio:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-radio-checked-symbolic.svg")); -} - -window.background:not(.csd) > widget > radiobutton > radio:indeterminate, -menu menuitem radio:indeterminate { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/small-radio-mixed-symbolic.svg")); -} - -check:not(:checked):active { - -gtk-icon-transform: rotate(90deg); -} - -check:not(:checked):indeterminate:active, -radio:not(:checked):indeterminate:active { - -gtk-icon-transform: scaleX(-1); -} - -check:not(:checked), -radio:not(:checked) { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1), -gtk-icon-transform 0; -} - -check:not(:checked):active, -radio:not(:checked):active { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0, -gtk-icon-transform 0; -} - -menu menuitem check:not(:checked), menu menuitem -radio:not(:checked) { - transition: none; -} - -treeview.view check, -treeview.view radio { - padding: 0; -} - -treeview.view check:hover, -treeview.view radio:hover { - box-shadow: inset 0 0 0 9999px alpha(#F0D3C9, 0.08); -} - -treeview.view check:hover:disabled, -treeview.view radio:hover:disabled { - box-shadow: none; -} - -treeview.view check:hover:selected, -treeview.view radio:hover:selected { - box-shadow: inset 0 0 0 9999px alpha(#1c1b1d, 0.08); -} - -treeview.view check, -treeview.view radio { - color: rgba(102, 79, 61, 0.7); -} - -treeview.view check:hover, treeview.view check:active, -treeview.view radio:hover, -treeview.view radio:active { - color: #F0D3C9; -} - -treeview.view check:disabled, -treeview.view radio:disabled { - color: rgba(102, 79, 61, 0.3); -} - -treeview.view check:checked, treeview.view check:indeterminate, -treeview.view radio:checked, -treeview.view radio:indeterminate { - color: #e55757; -} - -treeview.view check:checked:disabled, treeview.view check:indeterminate:disabled, -treeview.view radio:checked:disabled, -treeview.view radio:indeterminate:disabled { - color: rgba(229, 87, 87, 0.5); -} - -treeview.view check:selected, -treeview.view radio:selected { - color: rgba(255, 255, 255, 0.7); -} - -treeview.view check:selected:hover, treeview.view check:selected:active, -treeview.view radio:selected:hover, -treeview.view radio:selected:active { - color: #1c1b1d; -} - -treeview.view check:selected:disabled, -treeview.view radio:selected:disabled { - color: rgba(255, 255, 255, 0.3); -} - -treeview.view check:selected:checked, treeview.view check:selected:indeterminate, -treeview.view radio:selected:checked, -treeview.view radio:selected:indeterminate { - color: #e55757; -} - -treeview.view check:selected:checked:disabled, treeview.view check:selected:indeterminate:disabled, -treeview.view radio:selected:checked:disabled, -treeview.view radio:selected:indeterminate:disabled { - color: rgba(229, 87, 87, 0.5); -} - -treeview.view radio:checked { - -gtk-icon-source: -gtk-recolor(url("assets/scalable/radio-checked-symbolic.svg")); - border-image: none; -} - -/************ - * GtkScale * - ************/ -scale { - min-height: 2px; - min-width: 2px; -} - -scale.horizontal { - padding: 15px 12px; -} - -scale.vertical { - padding: 12px 15px; -} - -scale slider { - min-height: 32px; - min-width: 32px; - margin: -15px; -} - -scale.fine-tune.horizontal { - min-height: 4px; - padding-top: 14px; - padding-bottom: 14px; -} - -scale.fine-tune.vertical { - min-width: 4px; - padding-left: 14px; - padding-right: 14px; -} - -scale.fine-tune slider { - margin: -14px; -} - -scale trough { - transition: background-color 100ms cubic-bezier(0, 0, 0.2, 1); - outline: none; - background-color: rgba(102, 79, 61, 0.3); -} - -scale trough:disabled { - background-color: rgba(102, 79, 61, 0.12); -} - -scale highlight { - transition: background-color 100ms cubic-bezier(0, 0, 0.2, 1); - background-color: #e55757; -} - -scale highlight:disabled { - background-color: transparent; -} - -scale fill { - transition: background-color 100ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(102, 79, 61, 0.3); -} - -scale fill:disabled { - background-color: transparent; -} - -scale slider { - transition: background-color 100ms cubic-bezier(0, 0, 0.2, 1), background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - background-repeat: no-repeat; - background-position: center; - background-size: auto, 1000% 1000%; - border-radius: 50%; - color: transparent; -} - -scale slider { - background-image: -gtk-scaled(url("assets/scale-slider.png"), url("assets/scale-slider@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%); -} - -scale slider:disabled { - background-image: -gtk-scaled(url("assets/scale-slider-disabled.png"), url("assets/scale-slider-disabled@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%); -} - -scale slider:hover { - background-color: rgba(229, 87, 87, 0.08); -} - -scale slider:focus { - background-color: rgba(229, 87, 87, 0.12); -} - -scale slider:focus:hover { - background-color: rgba(229, 87, 87, 0.16); -} - -scale slider:active { - transition: background-color 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; - animation: scale_ripple_effect 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - background-size: auto, 0% 0%; - background-color: rgba(229, 87, 87, 0.08); - color: rgba(229, 87, 87, 0.12); -} - -scale marks label, -scale value { - color: rgba(102, 79, 61, 0.5); -} - -scale marks { - color: rgba(102, 79, 61, 0.3); -} - -scale marks.top { - margin-bottom: 7px; - margin-top: -15px; -} - -scale marks.bottom { - margin-top: 7px; - margin-bottom: -15px; -} - -scale marks.left { - margin-right: 7px; - margin-left: -15px; -} - -scale marks.right { - margin-left: 7px; - margin-right: -15px; -} - -scale.fine-tune marks.top { - margin-bottom: 6px; - margin-top: -14px; -} - -scale.fine-tune marks.bottom { - margin-top: 6px; - margin-bottom: -14px; -} - -scale.fine-tune marks.left { - margin-right: 6px; - margin-left: -14px; -} - -scale.fine-tune marks.right { - margin-left: 6px; - margin-right: -14px; -} - -scale.horizontal indicator { - min-height: 8px; - min-width: 1px; -} - -scale.vertical indicator { - min-height: 1px; - min-width: 8px; -} - -scale.horizontal.marks-before:not(.marks-after) slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider.png"), url("assets/scale-horz-marks-before-slider@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%); -} - -scale.horizontal.marks-before:not(.marks-after) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-before-slider-disabled.png"), url("assets/scale-horz-marks-before-slider-disabled@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) slider { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider.png"), url("assets/scale-horz-marks-after-slider@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%); -} - -scale.horizontal.marks-after:not(.marks-before) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-horz-marks-after-slider-disabled.png"), url("assets/scale-horz-marks-after-slider-disabled@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider.png"), url("assets/scale-vert-marks-before-slider@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%); -} - -scale.vertical.marks-before:not(.marks-after) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-before-slider-disabled.png"), url("assets/scale-vert-marks-before-slider-disabled@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) slider { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider.png"), url("assets/scale-vert-marks-after-slider@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%); -} - -scale.vertical.marks-after:not(.marks-before) slider:disabled { - background-image: -gtk-scaled(url("assets/scale-vert-marks-after-slider-disabled.png"), url("assets/scale-vert-marks-after-slider-disabled@2.png")), radial-gradient(circle farthest-corner at center, currentColor 10%, transparent 0%); -} - -scale.color { - min-height: 0; - min-width: 0; -} - -scale.color.horizontal { - padding: 0 0 12px 0; -} - -scale.color.horizontal slider:dir(ltr), scale.color.horizontal slider:dir(rtl) { - margin-bottom: -24px; - margin-top: 8px; -} - -scale.color.vertical:dir(ltr) { - padding: 0 0 0 12px; -} - -scale.color.vertical:dir(ltr) slider { - margin-left: -24px; - margin-right: 8px; -} - -scale.color.vertical:dir(rtl) { - padding: 0 12px 0 0; -} - -scale.color.vertical:dir(rtl) slider { - margin-right: -24px; - margin-left: 8px; -} - -/***************** - * Progress bars * - *****************/ -progressbar { - color: rgba(102, 79, 61, 0.5); - font-size: smaller; -} - -progressbar.horizontal trough, -progressbar.horizontal progress { - min-height: 4px; -} - -progressbar.vertical trough, -progressbar.vertical progress { - min-width: 4px; -} - -progressbar trough { - background-color: rgba(36, 183, 171, 0.3); -} - -progressbar progress { - background-color: #24b7ab; -} - -progressbar trough.empty progress { - all: unset; -} - -/************* - * Level Bar * - *************/ -levelbar.horizontal block { - min-height: 4px; -} - -levelbar.horizontal.discrete block { - min-width: 32px; -} - -levelbar.horizontal.discrete block:not(:last-child) { - margin-right: 2px; -} - -levelbar.vertical block { - min-width: 4px; -} - -levelbar.vertical.discrete block { - min-height: 32px; -} - -levelbar.vertical.discrete block:not(:last-child) { - margin-bottom: 2px; -} - -levelbar block.low { - background-color: #e5c02a; -} - -levelbar block.high, levelbar block:not(.empty) { - background-color: #24b7ab; -} - -levelbar block.full { - background-color: #00c6aa; -} - -levelbar block.empty { - background-color: rgba(102, 79, 61, 0.12); -} - -/**************** - * Print dialog * -*****************/ -printdialog paper { - padding: 0; - border: 1px solid rgba(0, 0, 0, 0.12); - background-color: #1c1b1d; - color: #F0D3C9; -} - -printdialog .dialog-action-box { - margin: 12px; -} - -/********** - * Frames * - **********/ -frame > border, -.frame { - margin: 0; - padding: 0; - border: 0px solid rgba(0, 0, 0, 0); - border-radius: 0; - box-shadow: none; -} - -frame > border.flat, -.frame.flat, -frame.flat > border { - border-style: none; -} - -actionbar > revealer > box { - padding: 4px; - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -scrolledwindow viewport.frame { - border-style: none; -} - -overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.75, to(rgba(68, 215, 203, 0.3)), to(transparent)); - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.75, to(rgba(68, 215, 203, 0.3)), to(transparent)); - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.75, to(rgba(68, 215, 203, 0.3)), to(transparent)); - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; -} - -overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.75, to(rgba(68, 215, 203, 0.3)), to(transparent)); - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; -} - -undershoot.top { - background-color: transparent; - background-image: linear-gradient(to left, rgba(244, 235, 212, 0.3) 50%, rgba(102, 79, 61, 0.3) 50%); - padding-top: 1px; - background-size: 12px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: left top; -} - -undershoot.bottom { - background-color: transparent; - background-image: linear-gradient(to left, rgba(244, 235, 212, 0.3) 50%, rgba(102, 79, 61, 0.3) 50%); - padding-bottom: 1px; - background-size: 12px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: left bottom; -} - -undershoot.left { - background-color: transparent; - background-image: linear-gradient(to top, rgba(244, 235, 212, 0.3) 50%, rgba(102, 79, 61, 0.3) 50%); - padding-left: 1px; - background-size: 1px 12px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left top; -} - -undershoot.right { - background-color: transparent; - background-image: linear-gradient(to top, rgba(244, 235, 212, 0.3) 50%, rgba(102, 79, 61, 0.3) 50%); - padding-right: 1px; - background-size: 1px 12px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right top; -} - -junction { - border-style: solid none none solid; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.12); - background-color: #1c1b1d; -} - -junction:dir(rtl) { - border-style: solid solid none none; -} - -separator { - min-width: 0px; - min-height: 0px; - background-color: rgba(0, 0, 0, 0); -} - - -button.font separator, -button.file separator, .tweak-categories separator, preferences stacksidebar.sidebar list separator { - min-width: 0; - min-height: 0; - background-color: transparent; -} - -/********* - * Lists * - *********/ -list { - border-color: rgba(0, 0, 0, 0); - background-color: #1c1b1d; -} - -list row { - padding: 2px; -} - -row.activatable, .view, treeview.view header button, .budgie-menu button { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-color 0, color 0, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 9999px transparent; - background-image: radial-gradient(circle farthest-corner at center, transparent 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 1000% 1000%; -} - -row.activatable:hover, .view:hover, treeview.view header button:hover, .budgie-menu button:hover { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-color 0, color 0, box-shadow 0, background-size 300ms cubic-bezier(0, 0, 0.2, 1), background-image 1200ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); -} - -row.activatable.has-open-popup, .has-open-popup.view, treeview.view header button.has-open-popup, .budgie-menu button.has-open-popup, row.activatable:active, .view:active, treeview.view header button:active, .budgie-menu button:active { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-color 0, color 0, background-size 0, background-image 0; - animation: ripple_effect 225ms cubic-bezier(0, 0, 0.2, 1) forwards; - box-shadow: inset 0 0 0 9999px alpha(currentColor, 0.08); - background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor, 0.12) 10%, transparent 0%); - background-size: 0% 0%; -} - -/********************* - * App Notifications * - *********************/ -.app-notification { - margin: 8px; -} - -.app-notification.frame, -.app-notification border { - border-style: none; -} - -/************* - * Expanders * - *************/ -expander title > arrow { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1); - min-width: 16px; - min-height: 16px; - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -gtk-icon-transform: rotate(-90deg); - color: rgba(102, 79, 61, 0.7); -} - -expander title > arrow:dir(rtl) { - -gtk-icon-transform: rotate(90deg); -} - -expander title > arrow:checked { - -gtk-icon-transform: unset; -} - -expander title > arrow:hover, expander title > arrow:active { - color: #F0D3C9; -} - -expander title > arrow:disabled { - color: rgba(102, 79, 61, 0.3); -} - -expander title > arrow:selected { - color: rgba(255, 255, 255, 0.7); -} - -expander title > arrow:selected:hover, expander title > arrow:selected:active { - color: #1c1b1d; -} - -expander title > arrow:selected:disabled { - color: rgba(255, 255, 255, 0.3); -} - -/************ - * Calendar * - ************/ -calendar { - padding: 1px; - border: 1px solid rgba(0, 0, 0, 0.12); - color: #F0D3C9; -} - -calendar:disabled { - color: rgba(102, 79, 61, 0.5); -} - -calendar:selected { - border-radius: 1px; -} - -calendar.header { - border-style: none none solid; - border-radius: 0; -} - -calendar.highlight { - color: rgba(102, 79, 61, 0.7); - font-weight: 500; -} - -calendar:indeterminate { - color: rgba(102, 79, 61, 0.3); -} - -/*********** - * Dialogs * - ***********/ -messagedialog.background { - background-color: #1c1b1d; -} - -messagedialog .titlebar { - min-height: 24px; - border-style: none; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #1c1b1d; - color: #F0D3C9; -} - -messagedialog .titlebar:backdrop { - color: rgba(102, 79, 61, 0.7); -} - -messagedialog.csd.background { - border-bottom-left-radius: 0px; - border-bottom-right-radius: 0px; -} - -messagedialog.csd .dialog-action-area { - margin-top: -4px; - padding: 4px; -} - -messagedialog.csd .dialog-action-area button { - border-radius: 0px; -} - -messagedialog.csd .dialog-action-area button:not(:last-child) { - margin-right: 4px; -} - -messagedialog.csd .dialog-action-area button.suggested-action:not(:disabled) { - color: #e55757; -} - -messagedialog.csd .dialog-action-area button.destructive-action:not(:disabled) { - color: #e0604f; -} - -filechooser .dialog-action-box { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -filechooser #pathbarbox { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background-color: #1c1b1d; -} - -filechooserbutton:drop(active) { - box-shadow: none; -} - -/*********** - * Sidebar * - ***********/ -.sidebar { - border-style: none; - background-color: #1c1b1d; -} - -stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:dir(ltr), .sidebar.left, .sidebar.left:dir(rtl) { - border-right: 0px solid rgba(0, 0, 0, 0.0); - border-left-style: none; -} - -stacksidebar.sidebar:dir(rtl) list, stacksidebar.sidebar.right list, .sidebar:dir(rtl), .sidebar.right { - border-left: 0px solid rgba(0, 0, 0, 0.0); - border-right-style: none; -} - -.sidebar list { - background-color: transparent; -} - -paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar { - border-style: none; -} - -stacksidebar row { - padding: 10px 4px; -} - -stacksidebar row > label { - padding-left: 6px; - padding-right: 6px; -} - -/**************** - * File chooser * - ****************/ -row image.sidebar-icon { - color: rgba(102, 79, 61, 0.7); -} - -row:selected image.sidebar-icon { - color: rgba(255, 255, 255, 0.7); -} - -placessidebar > viewport.frame { - border-style: none; -} - -placessidebar list { - padding: 1px 0 4px; -} - -placessidebar row { - min-height: 32px; - margin: -1px 0; - padding: 0; -} - -placessidebar row > revealer { - padding: 0 12px; -} - -placessidebar row:selected { - color: #1c1b1d; -} - -placessidebar row:disabled { - color: rgba(102, 79, 61, 0.5); -} - -placessidebar row image.sidebar-icon:dir(ltr) { - padding-right: 8px; -} - -placessidebar row image.sidebar-icon:dir(rtl) { - padding-left: 8px; -} - -placessidebar row label.sidebar-label:dir(ltr) { - padding-right: 2px; -} - -placessidebar row label.sidebar-label:dir(rtl) { - padding-left: 2px; -} - -placessidebar row.sidebar-placeholder-row { - min-height: 2px; - padding: 0 8px; - background-image: image(#e55757); - background-clip: content-box; -} - -placessidebar row.sidebar-new-bookmark-row { - color: #e55757; -} - -placessidebar row:drop(active):not(:disabled) { - box-shadow: inset 0 0 0 2px #e55757; -} - -placesview .server-list-button > image { - -gtk-icon-transform: rotate(0turn); -} - -placesview .server-list-button:checked > image { - -gtk-icon-transform: rotate(-0.5turn); -} - -placesview > actionbar > revealer > box > label { - padding-left: 8px; - padding-right: 8px; -} - -/********* - * Paned * - *********/ -paned > separator { - min-width: 0px; - min-height: 0px; - -gtk-icon-source: none; - border-style: none; - background-color: transparent; - background-image: image(rgba(0, 0, 0, 0.12)); - background-size: 0px 0px; - background-clip: content-box; -} - -paned > separator.wide { - min-width: 6px; - min-height: 6px; - background-color: #1c1b1d; - background-image: image(rgba(0, 0, 0, 0.12)), image(rgba(0, 0, 0, 0.12)); - background-size: 0px 0px, 0px 0px; -} - -paned.horizontal > separator { - background-repeat: repeat-y; -} - -paned.horizontal > separator:dir(ltr) { - margin: 0 -8px 0 0; - padding: 0 8px 0 0; - background-position: left; -} - -paned.horizontal > separator:dir(rtl) { - margin: 0 0 0 -8px; - padding: 0 0 0 8px; - background-position: right; -} - -paned.horizontal > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-y, repeat-y; - background-position: left, right; -} - -paned.vertical > separator { - margin: 0 0 -8px 0; - padding: 0 0 8px 0; - background-repeat: repeat-x; - background-position: top; -} - -paned.vertical > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-x, repeat-x; - background-position: bottom, top; -} - -/************** - * GtkInfoBar * - **************/ -infobar { - border-style: none; -} - -infobar.info { - background-color: #2cbadc; -} - -infobar.question { - background-color: #2cbadc; -} - -infobar.warning { - background-color: #e5c02a; -} - -infobar.error { - background-color: #e0604f; -} - -infobar.info > label, infobar.info, infobar.question > label, infobar.question, infobar.warning > label, infobar.warning, infobar.error > label, infobar.error { - color: #1c1b1d; -} - -/************ - * Tooltips * - ************/ -tooltip { - border-radius: 0px; - box-shadow: none; -} - -tooltip.background { - background-color: rgba(158, 126, 106, 0.9); - color: #1c1b1d; -} - -tooltip decoration { - background-color: transparent; -} - -tooltip label { - min-height: 20px; - padding: 0 2px; -} - -/***************** - * Color Chooser * - *****************/ -colorswatch.top { - border-top-left-radius: 0.5px; - border-top-right-radius: 0.5px; -} - -colorswatch.top overlay { - border-top-left-radius: 0px; - border-top-right-radius: 0px; -} - -colorswatch.bottom { - border-bottom-left-radius: 0.5px; - border-bottom-right-radius: 0.5px; -} - -colorswatch.bottom overlay { - border-bottom-left-radius: 0px; - border-bottom-right-radius: 0px; -} - -colorswatch.left, colorswatch:first-child:not(.top) { - border-top-left-radius: 0.5px; - border-bottom-left-radius: 0.5px; -} - -colorswatch.left overlay, colorswatch:first-child:not(.top) overlay { - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; -} - -colorswatch.right, colorswatch:last-child:not(.bottom) { - border-top-right-radius: 0.5px; - border-bottom-right-radius: 0.5px; -} - -colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay { - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; -} - -colorswatch.dark { - color: #1c1b1d; -} - -colorswatch.light { - color: #F0D3C9; -} - -colorswatch:drop(active) { - box-shadow: none; -} - -colorswatch:drop(active).light overlay { - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24), 0 0 0 2px #e55757; -} - -colorswatch:drop(active).dark overlay { - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24), 0 0 0 2px #e55757; -} - -colorswatch overlay { - transition: box-shadow 100ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -} - -colorswatch overlay:hover { - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); -} - -colorswatch#add-color-button { - border-radius: 0px 0px 0 0; - color: #1c1b1d; -} - -colorswatch#add-color-button:only-child { - border-radius: 0px; -} - -colorswatch#add-color-button overlay { - background-image: linear-gradient(to right, #e0604f 25%, #e5c02a 25%, #e5c02a 50%, #2cbadc 50%, #2cbadc 75%, #2cbadc 75%); -} - -colorswatch:disabled { - opacity: 0.5; -} - -colorswatch:disabled overlay { - box-shadow: none; -} - -colorswatch#editor-color-sample { - border-radius: 0.5px; -} - -colorswatch#editor-color-sample overlay { - border-radius: 0px; -} - -colorchooser .popover.osd { - transition: box-shadow 100ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 0px; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23), inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #1c1b1d; -} - -colorchooser .popover.osd:backdrop { - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24), inset 0 1px rgba(255, 255, 255, 0.4); -} - -/******** - * Misc * - ********/ -.content-view { - background-color: #1c1b1d; -} - -/********************** - * Window Decorations * - **********************/ -decoration { - transition: box-shadow 100ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 0px 0px 0 0; - box-shadow: 0 14px 14px rgba(0, 0, 0, 0.25), 0 10px 5px rgba(0, 0, 0, 0.22), 0 16px 16px transparent; - margin: 8px; -} - -decoration:backdrop { - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23), 0 16px 16px transparent; -} - -.maximized decoration, -.fullscreen decoration, -.tiled decoration, -.tiled-top decoration, -.tiled-right decoration, -.tiled-bottom decoration, -.tiled-left decoration { - border-radius: 0; -} - -.popup decoration { - box-shadow: none; -} - -.ssd decoration { - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16); -} - -.csd.popup decoration { - border-radius: 0px; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); -} - -tooltip.csd decoration { - border-radius: 0px; - box-shadow: none; -} - -messagedialog.csd decoration { - border-radius: 0px; -} - -.solid-csd decoration { - margin: 0; - border-radius: 0; - box-shadow: none; - background-color: #f0d3c9; -} - -.view selection, .view:selected, flowbox flowboxchild:selected, spinbutton:not(.vertical) selection, -entry selection, modelbutton.flat:selected, -.menuitem.button.flat:selected, popover.background.menu button:checked, -popover.background button.model:checked, row:selected, calendar:selected, text:selected, .budgie-menu button:checked { - background-color: #24b7ab; -} - -row:selected label, label:selected, .view selection, .view:selected, flowbox flowboxchild:selected, spinbutton:not(.vertical) selection, -entry selection, modelbutton.flat:selected, -.menuitem.button.flat:selected, popover.background.menu button:checked, -popover.background button.model:checked, row:selected, calendar:selected, text:selected, .budgie-menu button:checked { - color: #1c1b1d; -} - -row:selected label:disabled, label:disabled:selected, .view selection:disabled, .view:disabled:selected, flowbox flowboxchild:disabled:selected, label:disabled selection, spinbutton:not(.vertical) selection:disabled, -entry selection:disabled, modelbutton.flat:disabled:selected, -.menuitem.button.flat:disabled:selected, popover.background.menu button:disabled:checked, -popover.background button.model:disabled:checked, row:disabled:selected, calendar:disabled:selected, text:disabled:selected, .budgie-menu button:disabled:checked { - color: rgba(255, 255, 255, 0.5); -} - -.monospace { - font-family: monospace; -} - -/********************** - * Touch Copy & Paste * - **********************/ -cursor-handle { - border-radius: 9999px; - background-color: #e55757; - background-image: none; -} - -cursor-handle.top:dir(ltr), cursor-handle.bottom:dir(rtl) { - padding-left: 6px; - border-top-right-radius: 0; -} - -cursor-handle.bottom:dir(ltr), cursor-handle.top:dir(rtl) { - padding-right: 6px; - border-top-left-radius: 0; -} - -cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) { - -GtkWidget-text-handle-width: 24; - -GtkWidget-text-handle-height: 30; - -gtk-icon-source: -gtk-scaled(url("assets/scale-horz-marks-before-slider.png"), url("assets/scale-horz-marks-before-slider@2.png")); -} - -.context-menu { - font: initial; -} - -.keycap { - min-width: 12px; - min-height: 26px; - margin-top: 2px; - padding-bottom: 2px; - padding-left: 8px; - padding-right: 8px; - border: solid 1px rgba(0, 0, 0, 0.12); - border-radius: 1px; - box-shadow: inset 0 -2px rgba(0, 0, 0, 0.12); - background-color: #1c1b1d; - color: #F0D3C9; - font-size: smaller; -} - -:not(decoration):not(window):drop(active) { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24), inset 0 0 0 2px #e55757; - caret-color: #e55757; -} - -stackswitcher button.text-button { - min-width: 100px; -} - -stackswitcher button.circular, -stackswitcher button.text-button.circular { - min-width: 32px; - min-height: 32px; - padding: 0; -} - -/********* - * Emoji * - *********/ -popover.emoji-picker { - padding: 0; -} - -popover.emoji-picker entry { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 0; - box-shadow: none; - background-color: transparent; -} - -popover.emoji-picker scrolledwindow { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -button.emoji-section { - margin-top: -1px; - padding: 0 8px; - min-width: 24px; - min-height: 32px; - border-radius: 0; - outline-offset: -6px; -} - -button.emoji-section, button.emoji-section:hover, button.emoji-section:active { - box-shadow: inset 0 2px transparent; -} - -button.emoji-section:checked { - box-shadow: inset 0 2px #24b7ab; - background-color: transparent; -} - -button.emoji-section:hover, button.emoji-section:active { - background-color: alpha(currentColor, 0.08); -} - -button.emoji-section:first-child { - margin-left: 4px; -} - -button.emoji-section:last-child { - margin-right: 4px; -} - -.emoji { - min-width: 3em; - min-height: 3em; - padding: 0 8px; -} - -.emoji widget { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1); - border-radius: 0px; -} - -.emoji widget:hover { - background-color: alpha(currentColor, 0.08); -} - -/************ - * Nautilus * - ************/ -.nautilus-window, -.nautilus-window notebook, -.nautilus-window notebook > stack { - background-color: #1c1b1d; -} - -.nautilus-canvas-item.dim-label, label.nautilus-canvas-item.separator, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle, -headerbar .nautilus-canvas-item.subtitle, .budgie-notification .nautilus-canvas-item.notification-body, .budgie-switcher .nautilus-canvas-item.notification-body, -.nautilus-list-dim-label { - color: rgba(102, 79, 61, 0.7); -} - -.nautilus-canvas-item.dim-label:selected, label.nautilus-canvas-item.separator:selected, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected, -headerbar .nautilus-canvas-item.subtitle:selected, .budgie-notification .nautilus-canvas-item.notification-body:selected, .budgie-switcher .nautilus-canvas-item.notification-body:selected, -.nautilus-list-dim-label:selected { - color: rgba(255, 255, 255, 0.7); -} - -.nautilus-desktop.nautilus-canvas-item:not(:selected), .caja-desktop.caja-canvas-item:not(:selected), .nemo-desktop.nemo-canvas-item:not(:selected) { - color: #1c1b1d; - text-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -} - -@keyframes needs_attention_keyframes { - to { - background-color: alpha(currentColor, 0.12); - } -} - -.nautilus-operations-button-needs-attention { - animation: needs_attention_keyframes 225ms cubic-bezier(0.4, 0, 0.2, 1) 2 alternate; -} - -.nautilus-operations-button-needs-attention-multiple { - animation: needs_attention_keyframes 225ms cubic-bezier(0.4, 0, 0.2, 1) 4 alternate; -} - -.path-bar-box.background.frame { - border-style: none; - background-color: transparent; -} - -.nautilus-window .floating-bar { - min-height: 32px; - padding: 0; - border-style: solid solid none; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.12); - border-radius: 1px 1px 0 0; - background-color: rgba(244, 235, 212, 0.9); - background-clip: padding-box; - transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-width 0; -} - -.nautilus-window .floating-bar.bottom.left { - margin-right: 7px; - border-left-style: none; - border-top-left-radius: 0; -} - -.nautilus-window .floating-bar.bottom.right { - margin-left: 7px; - border-right-style: none; - border-top-right-radius: 0; -} - -.nautilus-window .floating-bar button { - margin: 4px; -} - -.disk-space-display.unknown { - background-color: rgba(102, 79, 61, 0.3); - color: rgba(102, 79, 61, 0.3); -} - -.disk-space-display.used { - background-color: #24b7ab; - color: #24b7ab; -} - -.disk-space-display.free { - background-color: rgba(102, 79, 61, 0.12); - color: rgba(102, 79, 61, 0.12); -} - -.search-information { - padding: 2px; - background-color: #24b7ab; - color: #1c1b1d; -} - -.conflict-row:not(:selected) { - background-color: #f0dea1; -} - -.nautilus-window flowboxchild .icon-item-background { - padding: 4px; - border-radius: 0px; -} - -.nautilus-window flowboxchild:selected { - background-color: transparent; -} - -.nautilus-window flowboxchild:selected .icon-item-background { - background-color: #24b7ab; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > scrolledwindow.frame { - border-style: none; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child { - margin: -6px 0 0 -6px; - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child > label { - margin: 0 8px; -} - -dialog.background > box.dialog-vbox.vertical > grid.horizontal > box.horizontal:last-child > box > button { - border-radius: 0; -} - -.nautilus-window > popover.menu:not(:last-child) { - padding: 3px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box { - margin-top: -6px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box > box { - margin-bottom: -6px; -} - -.nautilus-window > popover.menu:not(:last-child) > stack > box > box > box > box.linked { - margin-top: 1px; -} - -.nautilus-window > popover.menu:not(:last-child) separator { - margin-bottom: -2px; -} - -.nautilus-menu-sort-heading { - margin: 1px 3px; - font-weight: 500; -} - -.nautilus-menu-sort-heading:disabled { - color: rgba(102, 79, 61, 0.5); -} - -.nautilus-window paned > separator { - background-color: #1c1b1d; -} - -/********* - * gedit * - *********/ -.open-document-selector-path-label { - color: rgba(102, 79, 61, 0.7); - font-size: smaller; -} - -.open-document-selector-path-label:selected { - color: rgba(255, 255, 255, 0.7); -} - -.gedit-document-panel { - background-color: #1c1b1d; -} - -.gedit-document-panel row button.flat { - margin-top: 8px; - margin-bottom: 8px; -} - -.gedit-document-panel-group-row:not(:first-child) { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.gedit-side-panel-paned statusbar { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.gedit-search-slider { - margin: 4px 4px 8px; -} - -.gedit-search-slider .linked > entry { - border-radius: 0px; -} - -.gedit-search-slider .linked > entry .gedit-search-entry-occurrences-tag { - all: unset; - color: rgba(102, 79, 61, 0.5); -} - -.gedit-search-slider .linked > entry:dir(ltr) { - margin-right: -60px; - padding-right: 60px; -} - -.gedit-search-slider .linked > entry:dir(ltr) .gedit-search-entry-occurrences-tag { - margin-left: 4px; -} - -.gedit-search-slider .linked > entry:dir(ltr) image.right { - margin-right: 0; -} - -.gedit-search-slider .linked > entry:dir(rtl) { - margin-left: -60px; - padding-left: 60px; -} - -.gedit-search-slider .linked > entry:dir(rtl) .gedit-search-entry-occurrences-tag { - margin-right: 4px; -} - -.gedit-search-slider .linked > entry:dir(rtl) image.left { - margin-left: 0; -} - -.gedit-search-slider .linked > entry:not(.error) { - background-color: #1c1b1d; -} - -.gedit-search-slider .linked > entry.error ~ button { - color: rgba(255, 255, 255, 0.7); -} - -.gedit-search-slider .linked > entry.error ~ button:hover, .gedit-search-slider .linked > entry.error ~ button:active { - color: #1c1b1d; -} - -.gedit-search-slider .linked > entry.error ~ button:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.gedit-search-slider .linked > button { - border: solid 4px transparent; - border-radius: 9999px; -} - -.gedit-search-slider .linked > button:last-child:dir(ltr), .gedit-search-slider .linked > button:not(:first-child):dir(rtl) { - margin-left: -2px; -} - -.gedit-search-slider .linked > button:first-child:dir(rtl), .gedit-search-slider .linked > button:not(:last-child):dir(ltr) { - margin-right: -2px; -} - -frame.gedit-map-frame > border:dir(ltr) { - border-style: none none none solid; -} - -frame.gedit-map-frame > border:dir(rtl) { - border-style: none solid none none; -} - -/********** - * Tweaks * - **********/ -.tweak-categories { - background-image: image(#1c1b1d); -} - -.tweak { - padding: 3px; -} - -.tweak.title:hover { - box-shadow: none; -} - -.tweak-group-white, -.tweak-white, -.tweak-white:hover { - background-image: image(#1c1b1d); -} - -.tweak-startup, -.tweak-startup:hover { - background-image: image(#1c1b1d); -} - -.tweak-group-startup { - background-image: image(#1c1b1d); - border: 1px solid rgba(0, 0, 0, 0.12); -} - -row#Focus, -row#ClickMethod, -row#StaticWorkspaceTweak, -row#dynamic-workspaces, -row#PrimaryWorkspaceTweak, -row#workspaces-only-on-primary { - padding: 0; - border: 1px solid rgba(0, 0, 0, 0.12); -} - -row#Focus row:not(:last-child), -row#ClickMethod row:not(:last-child), -row#StaticWorkspaceTweak row:not(:last-child), -row#dynamic-workspaces row:not(:last-child), -row#PrimaryWorkspaceTweak row:not(:last-child), -row#workspaces-only-on-primary row:not(:last-child) { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -row#Focus.tweak > list, -row#ClickMethod.tweak > list, -row#StaticWorkspaceTweak.tweak > list, -row#dynamic-workspaces.tweak > list, -row#PrimaryWorkspaceTweak.tweak > list, -row#workspaces-only-on-primary.tweak > list { - margin-top: -3px; -} - -row#Focus, -row#ClickMethod, -row#PrimaryWorkspaceTweak, -row#workspaces-only-on-primary { - margin-top: 4px; -} - -/*********** - * Builder * - ***********/ -layouttabbar { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background-color: #1c1b1d; -} - -layouttabbar > box > button { - margin: 4px 0; -} - -layouttab { - margin: 0 8px; - border-style: none solid; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.12); - box-shadow: inset 0 -2px #24b7ab; - background-color: #1c1b1d; -} - -layouttab separator.vertical { - margin: 8px 4px; -} - -layouttab button.text-button, layouttab button.image-button, layouttab button { - margin-top: 8px; - margin-bottom: 8px; - padding: 0 4px; -} - -layout { - border: 1px solid rgba(0, 0, 0, 0.12); - -PnlDockBin-handle-size: 1; -} - -entry.search-missing { - background-color: #e0604f; - color: #1c1b1d; -} - -window.workbench treeview.image { - color: rgba(102, 79, 61, 0.7); -} - -window.workbench treeview.image:selected { - color: rgba(255, 255, 255, 0.7); -} - -popover.popover-selector list { - padding: 6px; -} - -popover.popover-selector list row { - border-radius: 0px; -} - -popover.popover-selector list row image:dir(ltr) { - margin-right: 6px; -} - -popover.popover-selector list row image:dir(rtl) { - margin-left: 6px; -} - -popover.popover-selector list row .accel:dir(ltr) { - margin-left: 6px; -} - -popover.popover-selector list row .accel:dir(rtl) { - margin-right: 6px; -} - -omnibar.linked:not(.vertical) entry { - border-radius: 0px; -} - -omnibar:not(:hover):not(:active) entry { - color: rgba(102, 79, 61, 0.7); -} - -popover.omnibar list row:not(:last-child) { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -entry.preferences-search { - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); - background-color: #1c1b1d; -} - -preferences stacksidebar.sidebar list { - background-color: #1c1b1d; -} - -preferences stacksidebar.sidebar:dir(ltr) list, preferences stacksidebar.sidebar:dir(rtl) list { - border-style: none; -} - -preferences > box > box:dir(ltr) { - border-right: 1px solid rgba(0, 0, 0, 0.12); -} - -preferences > box > box:dir(rtl) { - border-left: 1px solid rgba(0, 0, 0, 0.12); -} - -popover.messagepopover.background { - padding: 0; -} - -popover.messagepopover .popover-action-area button { - padding: 8px 16px; - border-top: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 0; -} - -popover.messagepopover .popover-action-area button:first-child { - border-bottom-left-radius: 0px; -} - -popover.messagepopover .popover-action-area button:last-child { - border-bottom-right-radius: 0px; -} - -popover.messagepopover .popover-content-area { - margin: 16px; -} - -popover.transfers list { - background-color: transparent; -} - -popover.transfers list row:not(:first-child) { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -popover.transfers list row > box { - padding: 10px; -} - -dockbin { - border: 1px solid rgba(0, 0, 0, 0.12); - -PnlDockBin-handle-size: 1; -} - -dockpaned { - border: 1px solid rgba(0, 0, 0, 0.12); -} - -eggsearchbar box.search-bar { - padding: 0 8px; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background-color: #1c1b1d; -} - -docktabstrip { - padding: 0 8px; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background-color: #1c1b1d; -} - -docktab { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 0, background-image 0; - min-height: 24px; - min-width: 24px; - margin-bottom: -1px; - padding: 4px 6px; - outline-offset: -6px; - border-width: 1px; - border-color: transparent; - box-shadow: inset 0 -2px transparent; - background-image: radial-gradient(circle farthest-corner at center, #24b7ab 10%, transparent 0%); - background-repeat: no-repeat; - background-position: center; - background-size: 0% 0%; - color: rgba(102, 79, 61, 0.7); - font-weight: 500; -} - -docktab:hover { - background-color: alpha(currentColor, 0.08); - color: #F0D3C9; -} - -docktab:checked { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1), background-size 225ms cubic-bezier(0, 0, 0.2, 1), background-image 525ms cubic-bezier(0, 0, 0.2, 1); - box-shadow: inset 0 -2px #24b7ab; - background-color: transparent; - background-image: radial-gradient(circle farthest-corner at center, transparent 10%, transparent 0%); - background-size: 1000% 1000%; - color: #F0D3C9; -} - -dockoverlayedge { - background-color: #1c1b1d; -} - -dockoverlayedge docktabstrip { - padding: 0; - border: none; -} - -dockoverlayedge.left-edge docktab:hover { - box-shadow: inset -2px 0 rgba(102, 79, 61, 0.3); -} - -dockoverlayedge.left-edge docktab:checked { - box-shadow: inset -2px 0 #24b7ab; -} - -dockoverlayedge.right-edge docktab:hover { - box-shadow: inset 2px 0 rgba(102, 79, 61, 0.3); -} - -dockoverlayedge.right-edge docktab:checked { - box-shadow: inset 2px 0 #24b7ab; -} - -pillbox { - background-color: #1c1b1d; - border-radius: 0px; -} - -layoutpane entry.search { - box-shadow: inset 0 -1px rgba(0, 0, 0, 0.12); - background-color: #1c1b1d; -} - -editortweak entry.search { - margin-bottom: -1px; - box-shadow: none; -} - -.gb-search-entry-occurrences-tag { - box-shadow: none; - background-color: transparent; -} - -docktabstrip { - min-height: 39px; -} - -window.workbench preferences preferencesgroup list entry { - padding-top: 8px; - padding-bottom: 8px; -} - -button.run-arrow-button { - padding-left: 8px; - padding-right: 8px; -} - -button.dzlmenubutton image { - min-width: 26px; -} - -button.dzlmenubutton image.arrow { - min-width: 23px; -} - -button.dzlmenubuttonitem { - color: #F0D3C9; - font-weight: normal; -} - -button.dzlmenubuttonitem:disabled { - color: rgba(102, 79, 61, 0.5); -} - -idelayoutstackheader { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -idelayoutstackheader button:checked { - color: #F0D3C9; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher { - padding: 8px 0; - background-color: #1c1b1d; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher:dir(ltr) { - border-right: 1px solid rgba(0, 0, 0, 0.12); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher:dir(rtl) { - border-left: 1px solid rgba(0, 0, 0, 0.12); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button { - border-radius: 0; - outline-offset: -6px; - box-shadow: none; - background-color: transparent; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:active { - background-image: radial-gradient(circle farthest-corner at center, rgba(36, 183, 171, 0.7) 10%, transparent 0%); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:checked { - background-color: transparent; - color: #F0D3C9; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr) { - margin-right: -1px; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr):hover { - box-shadow: inset -2px 0 rgba(102, 79, 61, 0.3); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr):active, ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr):checked { - box-shadow: inset -2px 0 #24b7ab; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl) { - margin-left: -1px; -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl):hover { - box-shadow: inset 2px 0 rgba(102, 79, 61, 0.3); -} - -ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl):active, ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl):checked { - box-shadow: inset 2px 0 #24b7ab; -} - -ideeditorsidebar notebook header { - background: transparent; -} - -popover.messagepopover list { - border: 1px solid rgba(0, 0, 0, 0.12); -} - -popover.messagepopover list row:not(:last-child) { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -/********** - * Photos * - **********/ -GdMainIconView.content-view { - -GdMainIconView-icon-size: 48; -} - -.documents-counter { - margin: 8px; - border-radius: 9999px; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); - background-color: #e55757; - color: #1c1b1d; - font-weight: bold; -} - -.documents-scrolledwin.frame { - border-style: none; -} - -.documents-scrolledwin.frame frame.content-view > border { - border-style: none; -} - -.photos-fade-in { - opacity: 1; - transition: opacity 100ms cubic-bezier(0, 0, 0.2, 1); -} - -.photos-fade-out { - opacity: 0; - transition: opacity 100ms cubic-bezier(0, 0, 0.2, 1); -} - -overlay grid.horizontal > revealer > scrolledwindow.frame:dir(ltr) { - border-style: none none none solid; -} - -overlay grid.horizontal > revealer > scrolledwindow.frame:dir(rtl) { - border-style: none solid none none; -} - -/********* - * Music * - *********/ -.side-panel:dir(ltr) { - border-style: solid; - border-color: rgba(0, 0, 0, 0.12); -} - -.side-panel:dir(rtl) { - border-style: solid; - border-color: rgba(0, 0, 0, 0.12); -} - -.side-panel .view { - background-image: image(#1c1b1d); -} - -.side-panel .view:hover { - background-image: image(#ede3cc); -} - -.side-panel .view:selected { - background-image: image(#24b7ab); -} - -.side-panel .view:selected:hover { - background-image: image(#2fbbaf); -} - -.songs-list:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -frame.documents-dropdown { - margin: 8px; -} - -frame.documents-dropdown > border { - border: none; -} - -box.vertical > revealer > toolbar.search-bar { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background-clip: border-box; -} - -box.vertical > revealer > toolbar.search-bar button > widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); -} - -/********* - * To Do * - *********/ -task-list-view taskrow { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1); - margin: 0 -8px; -} - -task-list-view taskrow:hover { - transition: none; -} - -task-list-view taskrow label { - margin: 0 8px; -} - -task-list-view taskrow image.dim-label, task-list-view taskrow .titlebar:not(headerbar) image.subtitle, .titlebar:not(headerbar) task-list-view taskrow image.subtitle, -task-list-view taskrow headerbar image.subtitle, headerbar task-list-view taskrow image.subtitle, task-list-view taskrow .budgie-notification image.notification-body, .budgie-notification task-list-view taskrow image.notification-body, task-list-view taskrow .budgie-switcher image.notification-body, .budgie-switcher task-list-view taskrow image.notification-body { - min-width: 16px; -} - -task-list-view > box > revealer > box > button { - margin: -4px; -} - -task-list-view > box > revealer > box > button .dim-label, task-list-view > box > revealer > box > button label.separator, task-list-view > box > revealer > box > button .titlebar:not(headerbar) .subtitle, .titlebar:not(headerbar) task-list-view > box > revealer > box > button .subtitle, -task-list-view > box > revealer > box > button headerbar .subtitle, headerbar task-list-view > box > revealer > box > button .subtitle, task-list-view > box > revealer > box > button .budgie-notification .notification-body, .budgie-notification task-list-view > box > revealer > box > button .notification-body, task-list-view > box > revealer > box > button .budgie-switcher .notification-body, .budgie-switcher task-list-view > box > revealer > box > button .notification-body { - opacity: 1; -} - -tasklistview taskrow { - outline: none; -} - -tasklistview taskrow entry, tasklistview taskrow entry:focus, tasklistview taskrow entry:disabled { - box-shadow: none; -} - -tasklistview taskrow image.dim-label, tasklistview taskrow .titlebar:not(headerbar) image.subtitle, .titlebar:not(headerbar) tasklistview taskrow image.subtitle, -tasklistview taskrow headerbar image.subtitle, headerbar tasklistview taskrow image.subtitle, tasklistview taskrow .budgie-notification image.notification-body, .budgie-notification tasklistview taskrow image.notification-body, tasklistview taskrow .budgie-switcher image.notification-body, .budgie-switcher tasklistview taskrow image.notification-body { - min-width: 16px; -} - -tasklistview > box > revealer > box > button { - margin: -4px; -} - -tasklistview > box > revealer > box > button .dim-label, tasklistview > box > revealer > box > button label.separator, tasklistview > box > revealer > box > button .titlebar:not(headerbar) .subtitle, .titlebar:not(headerbar) tasklistview > box > revealer > box > button .subtitle, -tasklistview > box > revealer > box > button headerbar .subtitle, headerbar tasklistview > box > revealer > box > button .subtitle, tasklistview > box > revealer > box > button .budgie-notification .notification-body, .budgie-notification tasklistview > box > revealer > box > button .notification-body, tasklistview > box > revealer > box > button .budgie-switcher .notification-body, .budgie-switcher tasklistview > box > revealer > box > button .notification-body { - opacity: 1; -} - -/******* - * eog * - *******/ -#eog-thumb-nav scrolledwindow { - border-top: none; -} - -#eog-thumb-nav button { - -gtk-outline-radius: 0px; -} - -/************* - * Evolution * - *************/ -frame.taskbar > border { - border-style: solid none none; -} - -box.vertical > paned.horizontal notebook widget .frame { - border-style: none; -} - -/******** - * gitg * - ********/ -frame.commit-frame > border { - border-style: solid none none; -} - -/************** - * Characters * - **************/ -box.dialog-vbox scrolledwindow.related { - border: 1px solid rgba(0, 0, 0, 0.12); -} - -list.categories { - background-image: image(#1c1b1d); -} - -/********* - * Boxes * - *********/ -.transparent-bg + stack overlay > label { - min-height: 24px; - padding: 0 4px; - border-radius: 0px; - background-color: rgba(0, 0, 0, 0.6); - color: #1c1b1d; -} - -/************** - * Calculator * - **************/ -button.title label { - min-height: 32px; -} - -/********* - * Geary * - *********/ -.geary-titlebar-left:dir(ltr) { - margin-right: 5px; - padding-right: 0; -} - -.geary-titlebar-left:dir(rtl) { - margin-left: 5px; - padding-left: 0; -} - -.geary-titlebar-left > separator { - background-color: rgba(0, 0, 0, 0.05); -} - -.geary-titlebar-right:dir(ltr) { - margin-left: -5px; -} - -.geary-titlebar-right:dir(rtl) { - margin-right: -5px; -} - -/********* - * Tilix * - *********/ -overlay > revealer.left > scrolledwindow.frame, -overlay > revealer.right > scrolledwindow.frame { - border-style: none; - box-shadow: 0 14px 14px rgba(0, 0, 0, 0.25), 0 10px 5px rgba(0, 0, 0, 0.22); -} - -overlay > revealer.left > scrolledwindow.frame { - margin-right: 32px; -} - -overlay > revealer.right > scrolledwindow.frame { - margin-left: 32px; -} - -.terminix-session-sidebar, -.tilix-session-sidebar { - background-image: image(#1c1b1d); -} - -.terminal-titlebar button { - border-radius: 0; -} - -button.image-button.session-new-button { - min-width: 28px; -} - -/************** - * Terminator * - **************/ -.terminator-terminal-window paned > separator { - background-color: #1c1b1d; -} - -.terminator-terminal-window notebook.frame { - border-style: none; -} - -/*********** - * Eclipse * - ***********/ -window.background > box.vertical > scrolledwindow > widget toolbar { - padding: 2px; -} - -window.background > box.vertical > scrolledwindow > widget toolbar separator, -window.background > box.vertical > scrolledwindow > widget toolbar button { - margin: 2px; -} - -window.background > box.vertical > scrolledwindow > widget toolbar button { - border-radius: 0px; -} - -/************ - * Chromium * - ************/ -window.background.chromium { - background-color: #1c1b1d; -} - -window.background.chromium entry, -window.background.chromium > button:not(.suggested-action):not(.destructive-action) { - border: 1px solid rgba(0, 0, 0, 0.26); -} - -window.background.chromium > button { - box-shadow: none; - background-size: auto; -} - -window.background.chromium > button:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -window.background.chromium > button:active { - background-image: image(alpha(currentColor, 0.24)); -} - -window.background.chromium headerbar button:active { - background-size: 1000% 1000%; -} - -window.background.chromium spinner { - color: #24b7ab; -} - -window.background.chromium textview { - background-color: #1c1b1d; -} - -tooltip.background.chromium { - background-color: #f0d3c9; -} - -/*********** - * Firefox * - ***********/ -window.background:not(.csd) > widget > separator { - color: rgba(0, 0, 0, 0.26); -} - -window.background:not(.csd) > widget > scrollbar { - background-clip: border-box; -} - -window.background:not(.csd) > widget > scrollbar, -window.background:not(.csd) > widget > frame > border { - border-color: rgba(0, 0, 0, 0.26); -} - -window.background:not(.csd) > widget > entry, -window.background:not(.csd) > widget > button > button { - border: 1px solid rgba(0, 0, 0, 0.26); - border-radius: 1px; - box-shadow: none; -} - -window.background:not(.csd) > widget > entry { - min-height: 30px; -} - -window.background:not(.csd) > widget > entry:focus { - border-color: #24b7ab; -} - -window.background:not(.csd) > widget > button > button { - padding: 4px 8px; - background-size: auto; -} - -window.background:not(.csd) > widget > button > button:hover { - background-image: image(alpha(currentColor, 0.08)); -} - -window.background:not(.csd) > widget > button > button:active { - background-image: image(alpha(currentColor, 0.24)); -} - -window.background:not(.csd) > widget > checkbutton > check:not(:checked), -window.background:not(.csd) > widget > radiobutton > radio:not(:checked) { - color: #757575; -} - -window.background:not(.csd) > widget > checkbutton > check:not(:checked):hover, window.background:not(.csd) > widget > checkbutton > check:not(:checked):active, -window.background:not(.csd) > widget > radiobutton > radio:not(:checked):hover, -window.background:not(.csd) > widget > radiobutton > radio:not(:checked):active { - color: #212121; -} - -window.background:not(.csd) > widget > checkbutton > check:not(:checked):disabled, -window.background:not(.csd) > widget > radiobutton > radio:not(:checked):disabled { - color: rgba(117, 117, 117, 0.5); -} - -window.background:not(.csd) > window > menu, -window.background:not(.csd) > menu > menu { - border: none; -} - -window.background:not(.csd) > widget > menubar { - color: rgba(255, 255, 255, 0.7); -} - -window.background:not(.csd) > widget > menubar:hover { - color: #1c1b1d; -} - -window.background:not(.csd) > widget > menubar:disabled { - color: rgba(255, 255, 255, 0.3); -} - -window.background:not(.csd) > widget > frame { - color: rgba(0, 0, 0, 0.26); -} - -window.background:not(.csd) > widget > checkbutton > check, -window.background:not(.csd) > widget > radiobutton > radio { - margin: 0; - padding: 0; -} - -window.background:not(.csd) > window.background > menu > separator { - color: rgba(0, 0, 0, 0.12); -} - -/************ - * Inkscape * - ************/ -#ToolboxCommon > #AuxToolbox #StyleSwatch { - font-size: smaller; -} - -#ToolboxCommon > #AuxToolbox #Kludge { - padding: 0; -} - -#ToolboxCommon > #AuxToolbox spinbutton, -#ToolboxCommon > #AuxToolbox entry { - min-height: 32px; -} - -#ToolboxCommon > #AuxToolbox button:not(.up):not(.down) { - min-height: 24px; - min-width: 16px; - padding: 4px 8px; - border-radius: 0px; - -gtk-outline-radius: 0px; -} - -#ToolboxCommon > #AuxToolbox spinbutton button { - border-width: 4px; -} - -#ToolboxCommon > toolbar.vertical { - margin-top: -4px; -} - -#ToolboxCommon > toolbar.vertical button { - min-height: 24px; - min-width: 24px; - padding: 4px; - border-radius: 0px; - -gtk-outline-radius: 0px; -} - -#CanvasTable button { - min-height: 16px; - min-width: 16px; - padding: 0; -} - -#CanvasTable #HorizontalScrollbar { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -#CanvasTable #VerticalScrollbar:dir(ltr) { - border-left: 1px solid rgba(0, 0, 0, 0.12); -} - -#CanvasTable #VerticalScrollbar:dir(rtl) { - border-right: 1px solid rgba(0, 0, 0, 0.12); -} - -#Canvas_and_Dock frame > border { - border: none; -} - -#Canvas_and_Dock widget > widget > button.flat { - min-height: 16px; - min-width: 16px; - padding: 4px; -} - -#Canvas_and_Dock widget > widget > box.horizontal image { - padding: 4px; -} - -#Canvas_and_Dock box.horizontal > box.vertical > button.flat { - min-height: 16px; - min-width: 24px; - padding: 8px 4px; -} - -/*********** - * Synapse * - ***********/ -box.vertical > widget > widget:selected { - background-color: #24b7ab; -} - -/********* - * Unity * - *********/ -UnityDecoration { - -UnityDecoration-extents: 28px 0 0 0; - -UnityDecoration-input-extents: 8px; - -UnityDecoration-shadow-offset-x: 0; - -UnityDecoration-shadow-offset-y: 3px; - -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.48); - -UnityDecoration-active-shadow-radius: 18px; - -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.32); - -UnityDecoration-inactive-shadow-radius: 6px; - -UnityDecoration-glow-size: 8px; - -UnityDecoration-glow-color: #24b7ab; - -UnityDecoration-title-indent: 4px; - -UnityDecoration-title-fade: 32px; - -UnityDecoration-title-alignment: 0.0; -} - -UnityDecoration .top { - padding: 0 2px; - border-style: none; - border-radius: 0px 0px 0 0; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #f0d3c9; - color: #1c1b1d; -} - -UnityDecoration .top:backdrop { - color: rgba(255, 255, 255, 0.7); -} - -UnityDecoration .menuitem { - color: rgba(255, 255, 255, 0.7); -} - -UnityDecoration .menuitem:hover { - box-shadow: inset 0 -2px #24b7ab; - background-color: transparent; - color: #1c1b1d; -} - -.background:not(.csd) headerbar:not(.titlebar) { - border-radius: 0; - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -} - -.background:not(.csd) headerbar:not(.titlebar).inline-toolbar { - border-style: none; -} - -UnityPanelWidget, -.unity-panel { - background-color: #7e5e4a; - color: #1c1b1d; -} - -UnityPanelWidget:backdrop, -.unity-panel:backdrop { - color: rgba(255, 255, 255, 0.7); -} - -.unity-panel.menuitem, -.unity-panel .menuitem { - color: rgba(255, 255, 255, 0.7); -} - -.unity-panel.menubar.menuitem:hover, -.unity-panel.menubar .menuitem *:hover { - box-shadow: inset 0 -2px #24b7ab; - background-color: transparent; - color: #1c1b1d; -} - -.menu IdoPlaybackMenuItem.menuitem:active { - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); - animation: spin 1s linear infinite; - color: #24b7ab; -} - -/************** - * Mate-Panel * - **************/ -.mate-panel-menu-bar menubar, -#PanelApplet-window-menu-applet-button { - background-color: transparent; -} - -.mate-panel-menu-bar { - background-color: rgba(0, 0, 0, 0.6); - font-weight: 500; -} - -.mate-panel-menu-bar:not(.popup) { - color: rgba(255, 255, 255, 0.7); -} - -.mate-panel-menu-bar button { - min-height: 16px; - min-width: 16px; - padding: 0; - border-radius: 0; -} - -.mate-panel-menu-bar button:checked { - background-color: rgba(255, 255, 255, 0.12); -} - -PanelToplevel.horizontal > grid > button { - min-width: 24px; -} - -PanelToplevel.vertical > grid > button { - min-height: 24px; -} - -PanelSeparator { - color: rgba(255, 255, 255, 0.12); -} - -MatePanelAppletFrameDBus { - border-style: solid; - border-color: rgba(255, 255, 255, 0.12); -} - -.mate-panel-menu-bar.horizontal MatePanelAppletFrameDBus { - border-width: 0 1px; -} - -.mate-panel-menu-bar.vertical MatePanelAppletFrameDBus { - border-width: 1px 0; -} - -.mate-panel-menu-bar menubar > menuitem { - color: rgba(255, 255, 255, 0.7); -} - -.mate-panel-menu-bar menubar > menuitem:hover { - background-color: rgba(255, 255, 255, 0.12); - color: #1c1b1d; -} - -.mate-panel-menu-bar menubar > menuitem:disabled { - color: rgba(255, 255, 255, 0.3); -} - -.mate-panel-menu-bar.horizontal menubar > menuitem { - padding: 0 8px; -} - -.mate-panel-menu-bar.vertical menubar > menuitem { - padding: 8px 0; -} - -.mate-panel-menu-bar menubar menu > menuitem { - min-height: 28px; - padding: 0 6px; -} - -.mate-panel-menu-bar #PanelApplet button { - -GtkWidget-window-dragging: true; -} - -.mate-panel-menu-bar #tasklist-button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0/0 0 0px; -} - -.mate-panel-menu-bar #tasklist-button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2/0 0 2px; -} - -.mate-panel-menu-bar #tasklist-button image:dir(ltr), .mate-panel-menu-bar #tasklist-button label:dir(rtl) { - padding-left: 4px; -} - -.mate-panel-menu-bar #tasklist-button label:dir(ltr), .mate-panel-menu-bar #tasklist-button image:dir(rtl) { - padding-right: 4px; -} - -.mate-panel-menu-bar.vertical #tasklist-button { - min-height: 32px; -} - -.mate-panel-menu-bar.horizontal #showdesktop-button image { - min-width: 24px; - padding: 0 4px; -} - -.mate-panel-menu-bar.vertical #showdesktop-button image { - min-height: 24px; - padding: 4px 0; -} - -PanelApplet.wnck-applet .wnck-pager { - background-color: transparent; - color: #44d7cb; -} - -PanelApplet.wnck-applet .wnck-pager:hover { - background-color: rgba(255, 255, 255, 0.12); -} - -PanelApplet.wnck-applet .wnck-pager:active { - background-color: rgba(255, 255, 255, 0.3); -} - -PanelApplet.wnck-applet .wnck-pager:selected { - background-color: #24b7ab; -} - -.mate-panel-menu-bar.horizontal #clock-applet-button label { - padding: 0 8px; -} - -.mate-panel-menu-bar.vertical #clock-applet-button label { - padding: 8px 0; -} - -#MatePanelPopupWindow { - border: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 1px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); -} - -#MatePanelPopupWindow frame > border { - border-style: none; -} - -#MatePanelPopupWindow button { - padding: 4px 16px; -} - -#MatePanelPopupWindow > frame > box > box > box > widget { - color: rgba(0, 0, 0, 0.12); -} - -na-tray-applet { - -NaTrayApplet-icon-padding: 3px; - -NaTrayApplet-icon-size: 16; -} - -.mate-panel-menu-bar { - -PanelMenuBar-icon-visible: true; -} - -.mate-panel-applet-slider { - border: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 1px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #1c1b1d; -} - -.mate-panel-applet-slider frame > border { - border-style: none; -} - -#PanelApplet:not(:selected) > box { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1); -} - -#PanelApplet:selected > box { - background-color: rgba(255, 255, 255, 0.12); - color: #1c1b1d; -} - -#mate-menu { - border: 1px solid rgba(0, 0, 0, 0.12); -} - -#mate-menu button { - min-height: 24px; - min-width: 24px; - padding: 4px 0; - color: #F0D3C9; - font-weight: normal; -} - -#mate-menu button label:not(:first-child) { - color: rgba(102, 79, 61, 0.7); -} - -#mate-menu entry { - margin: 0 0 8px; -} - -#mate-menu entry image { - margin: 0; -} - -#mate-menu entry + button { - margin: 0 4px 8px; - padding: 4px; -} - -/********************* - * CAJA File manager * - *********************/ -.caja-navigation-window button.toggle.image-button { - border-radius: 0px; -} - -.caja-pathbar button { - margin: 0 -1px 0 -2px; -} - -.caja-pathbar button > widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -GtkArrow-arrow-scaling: 1; -} - -.caja-side-pane notebook viewport.frame, -.caja-side-pane notebook widget .vertical { - background-color: #1c1b1d; -} - -.caja-side-pane notebook, -.caja-notebook { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.caja-side-pane notebook .frame, -.caja-notebook .frame { - border-style: none; -} - -.caja-navigation-window statusbar { - margin: 0 -10px; - padding: 0 4px; - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.caja-notebook frame > border { - border-style: none; -} - -#caja-extra-view-widget { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - background-color: #1c1b1d; -} - -#caja-extra-view-widget > box > box > label { - font-weight: bold; -} - -/********* - * Pluma * - *********/ -.pluma-window statusbar { - margin: 0 -10px; - padding: 0 4px; - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.pluma-window statusbar frame > border { - border-style: none; -} - -.pluma-window statusbar frame button.flat { - padding: 0 4px; - border-radius: 0; -} - -.pluma-window statusbar frame button.flat widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - -GtkArrow-arrow-scaling: 1; -} - -.pluma-print-preview toolbar { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -.pluma-window paned.horizontal box.vertical box.horizontal button.flat { - margin: 1px; -} - -.pluma-window paned.horizontal box.vertical .frame { - border-style: none; -} - -.pluma-window paned.horizontal box.vertical notebook.frame { - margin-top: -1px; - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.pluma-window paned.horizontal box.vertical notebook.frame box.vertical toolbar.horizontal { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -/********* - * Atril * - *********/ -.atril-window paned.horizontal box.vertical .frame { - border-style: none; -} - -.atril-window paned.horizontal box.vertical notebook .frame { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -/* mate-screensaver lock dialog */ -.lock-dialog { - border-radius: 0px; - box-shadow: 0 14px 14px rgba(0, 0, 0, 0.25), 0 10px 5px rgba(0, 0, 0, 0.22), inset 0 1px rgba(255, 255, 255, 0.4); -} - -.lock-dialog frame > border { - border-style: none; -} - -/* multimedia OSD */ -MsdOsdWindow.background.osd { - border-radius: 0px; - background-color: rgba(158, 126, 106, 0.9); - color: #1c1b1d; -} - -MsdOsdWindow.background.osd .trough { - border-radius: 0; - background-color: rgba(255, 255, 255, 0.12); -} - -MsdOsdWindow.background.osd .progressbar { - border-radius: 0; - background-color: #24b7ab; -} - -/****************** - * Budgie Desktop * - ******************/ -.budgie-container { - background-color: transparent; -} - -.budgie-settings-window buttonbox.inline-toolbar { - border-style: none none solid; -} - -.budgie-settings-window buttonbox.inline-toolbar button { - border-radius: 0px; - -gtk-outline-radius: 0px; -} - -.budgie-popover { - border-style: solid; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.3); - border-radius: 1px; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23); - background-color: #1c1b1d; -} - -.budgie-popover .container { - padding: 2px; -} - -.budgie-popover border { - border: none; -} - -.budgie-popover list { - background-color: transparent; -} - -.budgie-popover row { - padding: 0; -} - -.budgie-popover row:hover { - box-shadow: none; -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button) { - min-height: 28px; - padding: 0 8px; - color: #F0D3C9; - font-weight: normal; -} - -.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):disabled { - color: rgba(102, 79, 61, 0.5); -} - -.budgie-popover.budgie-menu .container { - padding: 0; -} - -.budgie-popover.user-menu .container { - padding: 8px; -} - -.budgie-popover.user-menu separator { - margin: 4px 0; -} - -.budgie-popover.sound-popover separator { - margin: 3px 0; -} - -.budgie-popover.night-light-indicator .container { - padding: 8px; -} - -.budgie-popover.places-menu .container { - padding: 8px; -} - -.budgie-popover.places-menu .places-list:not(.always-expand) { - margin-top: 4px; - padding-top: 4px; - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.budgie-popover.places-menu .alternative-label { - padding: 3px; - font-size: 15px; -} - -.budgie-popover.workspace-popover .container { - padding: 2px 8px 8px; -} - -.budgie-popover.workspace-popover separator { - margin: 4px 0; -} - -.budgie-popover.workspace-popover flowboxchild { - padding: 0; -} - -.workspace-switcher .workspace-layout { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-layout:dir(ltr), -.bottom .workspace-switcher .workspace-layout:dir(ltr) { - border-left-width: 1px; -} - -.top .workspace-switcher .workspace-layout:dir(rtl), -.bottom .workspace-switcher .workspace-layout:dir(rtl) { - border-right-width: 1px; -} - -.left .workspace-switcher .workspace-layout, -.right .workspace-switcher .workspace-layout { - border-top-width: 1px; -} - -.workspace-switcher .workspace-item, -.workspace-switcher .workspace-add-button { - border: 0 solid rgba(255, 255, 255, 0.12); -} - -.top .workspace-switcher .workspace-item:dir(ltr), -.bottom .workspace-switcher .workspace-item:dir(ltr), .top -.workspace-switcher .workspace-add-button:dir(ltr), -.bottom -.workspace-switcher .workspace-add-button:dir(ltr) { - border-right-width: 1px; -} - -.top .workspace-switcher .workspace-item:dir(rtl), -.bottom .workspace-switcher .workspace-item:dir(rtl), .top -.workspace-switcher .workspace-add-button:dir(rtl), -.bottom -.workspace-switcher .workspace-add-button:dir(rtl) { - border-left-width: 1px; -} - -.left .workspace-switcher .workspace-item, -.right .workspace-switcher .workspace-item, .left -.workspace-switcher .workspace-add-button, -.right -.workspace-switcher .workspace-add-button { - border-bottom-width: 1px; -} - -.workspace-switcher .workspace-item { - transition: all 100ms cubic-bezier(0, 0, 0.2, 1); -} - -.workspace-switcher .workspace-item.current-workspace { - background-color: rgba(255, 255, 255, 0.12); -} - -.workspace-switcher .workspace-add-button:hover { - box-shadow: none; -} - -.workspace-switcher .workspace-add-button:active { - background-image: none; -} - -.workspace-switcher .workspace-add-button:active image { - margin: 1px 0 -1px; -} - -.budgie-panel .workspace-switcher .workspace-icon-button { - min-height: 24px; - min-width: 24px; - padding: 0; - border-radius: 0px; -} - -.budgie-menu.background { - padding: 0; -} - -.budgie-menu .sidebar, -.budgie-menu scrollbar, -.budgie-menu entry.search { - background-color: transparent; -} - -.budgie-menu entry.search { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 0; - box-shadow: none; - font-size: 120%; -} - -.budgie-menu button { - min-height: 32px; - padding: 0 8px; - border-radius: 0; - color: #F0D3C9; - font-weight: normal; -} - -.budgie-menu button:disabled { - color: rgba(102, 79, 61, 0.5); -} - -.budgie-menu button:checked:disabled { - background-color: #24b7ab; -} - -.budgie-menu row { - padding: 0; -} - -.budgie-menu row:hover { - box-shadow: none; -} - -popover.background.user-menu { - padding: 8px; -} - -popover.background.user-menu .content-box { - background-color: transparent; -} - -popover.background.user-menu separator { - margin: 4px 0; -} - -popover.background.user-menu row { - padding: 0; - box-shadow: none; - background-image: none; -} - -popover.background.places-menu { - padding: 8px; -} - -popover.background.places-menu .name-button.text-button { - padding-left: 8px; - padding-right: 8px; -} - -popover.background.places-menu .name-button.text-button image:dir(ltr) { - margin-right: 3px; -} - -popover.background.places-menu .name-button.text-button image:dir(rtl) { - margin-left: 3px; -} - -popover.background.places-menu .places-section-header > image:dir(ltr) { - margin: 0 -2px 0 5px; -} - -popover.background.places-menu .places-section-header > image:dir(rtl) { - margin: 0 5px 0 -2px; -} - -popover.background.places-menu .places-list { - margin-top: 4px; - padding-top: 4px; - border-top: 1px solid rgba(0, 0, 0, 0.12); - background-color: transparent; -} - -popover.background.places-menu row { - padding: 0; - box-shadow: none; - background-image: none; -} - -.budgie-panel { - transition: background-color 100ms cubic-bezier(0, 0, 0.2, 1); - background-color: rgba(0, 0, 0, 0.6); - color: rgba(255, 255, 255, 0.7); - font-weight: 500; -} - -.budgie-panel.transparent { - background-color: rgba(0, 0, 0, 0.6); -} - -.budgie-panel button { - min-height: 16px; - min-width: 16px; - padding: 0; - border-radius: 0; -} - -.budgie-panel button:checked { - background-color: rgba(255, 255, 255, 0.12); -} - -.budgie-panel.horizontal button { - padding: 0 4px; -} - -.budgie-panel.vertical button { - padding: 4px 0; -} - -.budgie-panel separator { - background-color: rgba(255, 255, 255, 0.3); -} - -.budgie-panel .alert { - color: #e0604f; -} - -.budgie-panel .titlebar:not(headerbar) { - min-height: 0; - padding: 0; - box-shadow: none; - background-color: transparent; - color: #1c1b1d; -} - -.budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action) { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):hover, .budgie-panel .titlebar:not(headerbar) button:not(.suggested-action):not(.destructive-action):active { - color: #1c1b1d; -} - -.budgie-panel #tasklist-button { - padding: 0 4px; -} - -.budgie-panel.vertical #tasklist-button { - min-height: 32px; -} - -.budgie-panel button.flat.launcher { - padding: 0; -} - -.budgie-panel button.flat.launcher:not(:checked) { - color: rgba(255, 255, 255, 0.5); -} - -.budgie-panel button.flat.launcher:not(:checked):hover, .budgie-panel button.flat.launcher:not(:checked):active { - color: rgba(255, 255, 255, 0.7); -} - -.budgie-panel button.flat.launcher:not(:checked):disabled { - color: rgba(255, 255, 255, 0.3); -} - -.top .budgie-panel #tasklist-button, .budgie-panel .top #tasklist-button, .top .budgie-panel button.flat.launcher, .budgie-panel .top button.flat.launcher { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.top .budgie-panel #tasklist-button:checked, .budgie-panel .top #tasklist-button:checked, .top .budgie-panel button.flat.launcher:checked, .budgie-panel .top button.flat.launcher:checked, .top .budgie-panel .unpinned button.flat.launcher, .budgie-panel .unpinned .top button.flat.launcher, -.top .budgie-panel .pinned button.flat.launcher.running, .budgie-panel .pinned .top button.flat.launcher.running { - border-image: radial-gradient(circle closest-corner at center calc(1px), currentColor 100%, transparent 0%) 2 0 0 0/2px 0 0 0; -} - -.bottom .budgie-panel #tasklist-button, .budgie-panel .bottom #tasklist-button, .bottom .budgie-panel button.flat.launcher, .budgie-panel .bottom button.flat.launcher { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.bottom .budgie-panel #tasklist-button:checked, .budgie-panel .bottom #tasklist-button:checked, .bottom .budgie-panel button.flat.launcher:checked, .budgie-panel .bottom button.flat.launcher:checked, .bottom .budgie-panel .unpinned button.flat.launcher, .budgie-panel .unpinned .bottom button.flat.launcher, -.bottom .budgie-panel .pinned button.flat.launcher.running, .budgie-panel .pinned .bottom button.flat.launcher.running { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentColor 100%, transparent 0%) 0 0 2 0/0 0 2px 0; -} - -.left .budgie-panel #tasklist-button, .budgie-panel .left #tasklist-button, .left .budgie-panel button.flat.launcher, .budgie-panel .left button.flat.launcher { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.left .budgie-panel #tasklist-button:checked, .budgie-panel .left #tasklist-button:checked, .left .budgie-panel button.flat.launcher:checked, .budgie-panel .left button.flat.launcher:checked, .left .budgie-panel .unpinned button.flat.launcher, .budgie-panel .unpinned .left button.flat.launcher, -.left .budgie-panel .pinned button.flat.launcher.running, .budgie-panel .pinned .left button.flat.launcher.running { - border-image: radial-gradient(circle closest-corner at calc(1px) center, currentColor 100%, transparent 0%) 0 0 0 2/0 0 0 2px; -} - -.right .budgie-panel #tasklist-button, .budgie-panel .right #tasklist-button, .right .budgie-panel button.flat.launcher, .budgie-panel .right button.flat.launcher { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 0%, transparent 0%) 0 0 0 0/0 0 0 0; -} - -.right .budgie-panel #tasklist-button:checked, .budgie-panel .right #tasklist-button:checked, .right .budgie-panel button.flat.launcher:checked, .budgie-panel .right button.flat.launcher:checked, .right .budgie-panel .unpinned button.flat.launcher, .budgie-panel .unpinned .right button.flat.launcher, -.right .budgie-panel .pinned button.flat.launcher.running, .budgie-panel .pinned .right button.flat.launcher.running { - border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, currentColor 100%, transparent 0%) 0 2 0 0/0 2px 0 0; -} - -frame.raven-frame > border { - border-style: none; - box-shadow: 0 14px 14px rgba(0, 0, 0, 0.25), 0 10px 5px rgba(0, 0, 0, 0.22); -} - -.top frame.raven-frame > border { - margin-bottom: 32px; -} - -.bottom frame.raven-frame > border { - margin-top: 32px; -} - -.left frame.raven-frame > border { - margin-right: 32px; -} - -.right frame.raven-frame > border { - margin-left: 32px; -} - -.raven { - background-color: #1c1b1d; -} - -.raven > box { - margin-bottom: -10px; -} - -.raven > stack { - margin-bottom: -10px; -} - -.raven stackswitcher.linked > button { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #e5c02a 0%, transparent 0%) 0 0 0/0 0 0px; - border-radius: 0; -} - -.raven stackswitcher.linked > button:checked { - border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #e5c02a 100%, transparent 0%) 0 0 2/0 0 2px; - background-color: transparent; -} - -.raven .raven-header { - min-height: 32px; - padding: 3px; -} - -.raven .raven-header:not(.top) { - margin-top: -6px; -} - -.raven .raven-header.top { - padding: 2px 0; - background-color: #24b7ab; - color: #1c1b1d; -} - -.raven .raven-header.top stackswitcher button { - margin: -4px 0; - min-height: 32px; -} - -.raven .raven-header.top button.image-button:dir(ltr) { - margin-right: 2px; -} - -.raven .raven-header.top button.image-button:dir(rtl) { - margin-left: 2px; -} - -.raven .raven-header.top > image { - margin: 0 8px; -} - -.raven .raven-header.top > label { - margin: 0 -8px; - font-weight: bold; -} - -.raven .raven-header.bottom { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -.raven viewport.frame .raven-header { - margin-top: -8px; -} - -.raven .raven-background { - border-style: solid none; - border-width: 1px; - border-color: rgba(0, 0, 0, 0.12); - background-color: #1c1b1d; -} - -.raven .raven-background.frame { - border-style: solid none; -} - -.raven .raven-background > overlay > widget > image { - color: rgba(102, 79, 61, 0.12); -} - -.raven .raven-background grid > label:first-child { - min-height: 32px; -} - -.raven scrolledwindow.raven-background { - border-bottom-style: none; -} - -.raven .raven-header.top + .raven-background { - border-style: none; - background-color: #24b7ab; - color: #1c1b1d; -} - -.raven .raven-header.top + .raven-background stackswitcher button { - margin: -4px 0; -} - -.raven .powerstrip button { - margin: 2px 0 1px; - padding: 8px; -} - -.raven .option-subtitle { - font-size: smaller; -} - -calendar.raven-calendar { - border-style: none; - background-color: transparent; -} - -calendar.raven-calendar:selected { - border-radius: 0px; - background-color: #24b7ab; -} - -.raven-mpris { - background-color: rgba(0, 0, 0, 0.6); - color: #1c1b1d; -} - -.raven-mpris label { - min-height: 24px; -} - -.raven-mpris button.image-button { - padding: 8px; -} - -.budgie-notification-window, .budgie-osd-window, .budgie-switcher-window { - background-color: transparent; -} - -.budgie-notification .notification-title, .budgie-switcher .notification-title { - font-size: 120%; -} - -.budgie-osd .budgie-osd-text { - font-size: 120%; -} - -.drop-shadow { - margin: 5px 9px; - padding: 3px; - border-radius: 0px; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23), inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #1c1b1d; -} - -.drop-shadow .linked > button { - border-radius: 0px; -} - -.budgie-session-dialog, .budgie-polkit-dialog, .budgie-run-dialog { - border-radius: 0px; - background-color: #1c1b1d; -} - -.budgie-session-dialog decoration, .budgie-polkit-dialog decoration, .budgie-run-dialog decoration { - border-radius: 0px; -} - -.budgie-session-dialog label:not(:last-child), -.budgie-session-dialog .dialog-title { - font-size: 120%; -} - -.budgie-session-dialog .linked.horizontal > button { - padding: 8px 16px; - border-top: 1px solid rgba(0, 0, 0, 0.12); - border-radius: 0; -} - -.budgie-session-dialog .linked.horizontal > button:first-child { - border-bottom-left-radius: 0px; -} - -.budgie-session-dialog .linked.horizontal > button:last-child { - border-bottom-right-radius: 0px; -} - -.budgie-polkit-dialog .message { - color: rgba(102, 79, 61, 0.5); -} - -.budgie-polkit-dialog .failure { - color: #e0604f; -} - -.budgie-run-dialog { - background-color: #1c1b1d; -} - -.budgie-run-dialog entry.search { - font-size: 120%; - padding: 4px 12px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); - background-color: transparent; -} - -.budgie-run-dialog list .dim-label, .budgie-run-dialog list label.separator, .budgie-run-dialog list .titlebar:not(headerbar) .subtitle, .titlebar:not(headerbar) .budgie-run-dialog list .subtitle, -.budgie-run-dialog list headerbar .subtitle, headerbar .budgie-run-dialog list .subtitle, .budgie-run-dialog list .budgie-notification .notification-body, .budgie-notification .budgie-run-dialog list .notification-body, .budgie-run-dialog list .budgie-switcher .notification-body, .budgie-switcher .budgie-run-dialog list .notification-body { - opacity: 1; -} - -.budgie-run-dialog scrolledwindow { - border-top: 1px solid rgba(0, 0, 0, 0.12); -} - -/************************ - * LightDM GTK+ Greeter * - ************************/ -#panel_window { - background-color: rgba(0, 0, 0, 0.3); - color: #1c1b1d; -} - -#panel_window menubar, -#panel_window separator { - background-color: transparent; -} - -#panel_window separator { - padding: 0 4px; -} - -#panel_window separator:first-child { - padding: 0 8px; -} - -#panel_window menubar > menuitem { - color: rgba(255, 255, 255, 0.7); -} - -#panel_window menubar > menuitem:hover { - color: #1c1b1d; -} - -#panel_window menubar > menuitem:disabled label { - color: rgba(255, 255, 255, 0.3); -} - -#login_window, -#shutdown_dialog, -#restart_dialog { - margin: 8px; - border-radius: 0px; - box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23), inset 0 1px rgba(255, 255, 255, 0.4); - background-color: #1c1b1d; -} - -#content_frame { - padding-bottom: 20px; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -#buttonbox_frame { - padding-top: 24px; -} - -#buttonbox_frame button { - margin: -16px; -} - -#greeter_infobar { - margin-top: -1px; -} - -/******** - * Nemo * - ********/ -.nemo-window .primary-toolbar { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); -} - -.nemo-window .primary-toolbar entry { - min-height: 0; - margin: 0; -} - -.nemo-window .primary-toolbar button.text-button { - padding-left: 8px; - padding-right: 8px; -} - -.nemo-window .primary-toolbar button:not(.text-button):not(.image-button) { - padding-left: 4px; - padding-right: 4px; -} - -.nemo-window scrolledwindow.frame { - border-style: none; -} - -.nemo-window scrolledwindow.frame .view:not(:selected) { - background-color: transparent; -} - -.nemo-window infobar { - margin-top: -6px; -} - -.nemo-window .nemo-inactive-pane .view:not(:selected) { - background-color: #1c1b1d; -} - -/* GTK NAMED COLORS - ---------------- - use responsibly! */ -/* -widget text/foreground color */ -@define-color theme_fg_color #F0D3C9; -/* -text color for entries, views and content in general */ -@define-color theme_text_color #F0D3C9; -/* -widget base background color */ -@define-color theme_bg_color #1c1b1d; -/* -text widgets and the like base background color */ -@define-color theme_base_color #1c1b1d; -/* -base background color of selections */ -@define-color theme_selected_bg_color #24b7ab; -/* -text/foreground color of selections */ -@define-color theme_selected_fg_color #1c1b1d; -/* -base background color of insensitive widgets */ -@define-color insensitive_bg_color #1c1b1d; -/* -text foreground color of insensitive widgets */ -@define-color insensitive_fg_color rgba #f0d3c9; /*the old one was: (102, 79, 61, 0.5)*/ -/* -insensitive text widgets and the like base background color */ -@define-color insensitive_base_color #1c1b1d; -/* -widget text/foreground color on backdrop windows */ -@define-color theme_unfocused_fg_color #F0D3C9; -/* -text color for entries, views and content in general on backdrop windows */ -@define-color theme_unfocused_text_color #F0D3C9; -/* -widget base background color on backdrop windows */ -@define-color theme_unfocused_bg_color #1c1b1d; -/* -text widgets and the like base background color on backdrop windows */ -@define-color theme_unfocused_base_color #1c1b1d; -/* -base background color of selections on backdrop windows */ -@define-color theme_unfocused_selected_bg_color #24b7ab; -/* -text/foreground color of selections on backdrop windows */ -@define-color theme_unfocused_selected_fg_color #1c1b1d; -/* -insensitive color on backdrop windows */ -@define-color unfocused_insensitive_color rgba(102, 79, 61, 0.5); -/* -widgets main borders color */ -@define-color borders rgba(0, 0, 0, 0.12); -/* -widgets main borders color on backdrop windows */ -@define-color unfocused_borders rgba(0, 0, 0, 0.12); -/* -these are pretty self explicative */ -@define-color warning_color #e5c02a; -@define-color error_color #e0604f; -@define-color success_color #00c6aa; -/* -these colors are exported for the window manager and shouldn't be used in applications, -read if you used those and something break with a version upgrade you're on your own... */ -@define-color wm_title #1c1b1d; -@define-color wm_unfocused_title rgba(255, 255, 255, 0.7); -@define-color wm_highlight rgba(255, 255, 255, 0.4); -@define-color wm_bg #f0d3c9; -/* -FIXME this is really an API */ -@define-color content_view_bg #1c1b1d; -@define-color placeholder_text_color #917e6a; diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scalable/checkbox-checked-symbolic.svg b/gtk-and-openbox-theme/bliss/gtk-assets/scalable/checkbox-checked-symbolic.svg deleted file mode 100755 index 8067c11..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scalable/checkbox-checked-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> - <path d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/> -</svg> diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scalable/checkbox-mixed-symbolic.svg b/gtk-and-openbox-theme/bliss/gtk-assets/scalable/checkbox-mixed-symbolic.svg deleted file mode 100755 index 76e69c9..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scalable/checkbox-mixed-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> - <path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 10H7v-2h10v2z"/> -</svg> diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scalable/checkbox-unchecked-symbolic.svg b/gtk-and-openbox-theme/bliss/gtk-assets/scalable/checkbox-unchecked-symbolic.svg deleted file mode 100755 index 97dbb89..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scalable/checkbox-unchecked-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> - <path d="M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/> -</svg> diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scalable/radio-checked-symbolic.svg b/gtk-and-openbox-theme/bliss/gtk-assets/scalable/radio-checked-symbolic.svg deleted file mode 100755 index 7b82c3d..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scalable/radio-checked-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> - <path d="M12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/> -</svg> diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scalable/radio-mixed-symbolic.svg b/gtk-and-openbox-theme/bliss/gtk-assets/scalable/radio-mixed-symbolic.svg deleted file mode 100755 index 55d8916..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scalable/radio-mixed-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> - <path d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/> -</svg> diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scalable/radio-unchecked-symbolic.svg b/gtk-and-openbox-theme/bliss/gtk-assets/scalable/radio-unchecked-symbolic.svg deleted file mode 100755 index 6d97559..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scalable/radio-unchecked-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> - <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/> -</svg> diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scalable/small-checkbox-checked-symbolic.svg b/gtk-and-openbox-theme/bliss/gtk-assets/scalable/small-checkbox-checked-symbolic.svg deleted file mode 100755 index 7ad27d5..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scalable/small-checkbox-checked-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"> - <path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm10.6 3.59L14.01 5l-8 8-4-4 1.41-1.41 2.59 2.59 6.59-6.59z"/> -</svg> diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scalable/small-checkbox-mixed-symbolic.svg b/gtk-and-openbox-theme/bliss/gtk-assets/scalable/small-checkbox-mixed-symbolic.svg deleted file mode 100755 index 0f80850..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scalable/small-checkbox-mixed-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"> - <path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm2 7h8v2H4V7z"/> -</svg> diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scalable/small-checkbox-unchecked-symbolic.svg b/gtk-and-openbox-theme/bliss/gtk-assets/scalable/small-checkbox-unchecked-symbolic.svg deleted file mode 100755 index bfe0a56..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scalable/small-checkbox-unchecked-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"> - <path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm0 2h12v12H2V2z"/> -</svg> diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scalable/small-radio-checked-symbolic.svg b/gtk-and-openbox-theme/bliss/gtk-assets/scalable/small-radio-checked-symbolic.svg deleted file mode 100755 index 04a9a21..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scalable/small-radio-checked-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"> - <path d="M8 0a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8zm0 2a6 6 0 0 1 6 6 6 6 0 0 1-6 6 6 6 0 0 1-6-6 6 6 0 0 1 6-6zm0 2a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4z"/> -</svg> diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scalable/small-radio-mixed-symbolic.svg b/gtk-and-openbox-theme/bliss/gtk-assets/scalable/small-radio-mixed-symbolic.svg deleted file mode 100755 index 31aac91..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scalable/small-radio-mixed-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"> - <path d="M8 0a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8zm0 2a6 6 0 0 1 6 6 6 6 0 0 1-6 6 6 6 0 0 1-6-6 6 6 0 0 1 6-6zM4 7v2h8V7H4z"/> -</svg> diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scalable/small-radio-unchecked-symbolic.svg b/gtk-and-openbox-theme/bliss/gtk-assets/scalable/small-radio-unchecked-symbolic.svg deleted file mode 100755 index f870381..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scalable/small-radio-unchecked-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"> - <path d="M8 0a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8zm0 2a6 6 0 0 1 6 6 6 6 0 0 1-6 6 6 6 0 0 1-6-6 6 6 0 0 1 6-6z"/> -</svg> diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-after-slider-dark.png b/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-after-slider-dark.png Binary files differdeleted file mode 100755 index 608a300..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-after-slider-dark.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-after-slider-dark@2.png b/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-after-slider-dark@2.png Binary files differdeleted file mode 100755 index da1dc86..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-after-slider-dark@2.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-after-slider-disabled-dark.png b/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-after-slider-disabled-dark.png Binary files differdeleted file mode 100755 index fca3f4c..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-after-slider-disabled-dark.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-after-slider-disabled-dark@2.png b/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-after-slider-disabled-dark@2.png Binary files differdeleted file mode 100755 index 8ca2922..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-after-slider-disabled-dark@2.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-after-slider-disabled.png b/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-after-slider-disabled.png Binary files differdeleted file mode 100755 index 962b481..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-after-slider-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-after-slider-disabled@2.png b/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-after-slider-disabled@2.png Binary files differdeleted file mode 100755 index d5dab43..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-after-slider-disabled@2.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-after-slider.png b/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-after-slider.png Binary files differdeleted file mode 100755 index 608a300..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-after-slider.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-after-slider@2.png b/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-after-slider@2.png Binary files differdeleted file mode 100755 index da1dc86..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-after-slider@2.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-before-slider-dark.png b/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-before-slider-dark.png Binary files differdeleted file mode 100755 index 3cc4cca..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-before-slider-dark.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-before-slider-dark@2.png b/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-before-slider-dark@2.png Binary files differdeleted file mode 100755 index 51d9d8b..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-before-slider-dark@2.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-before-slider-disabled-dark.png b/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-before-slider-disabled-dark.png Binary files differdeleted file mode 100755 index c146e6c..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-before-slider-disabled-dark.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-before-slider-disabled-dark@2.png b/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-before-slider-disabled-dark@2.png Binary files differdeleted file mode 100755 index de33e11..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-before-slider-disabled-dark@2.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-before-slider-disabled.png b/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-before-slider-disabled.png Binary files differdeleted file mode 100755 index 377cbf6..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-before-slider-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-before-slider-disabled@2.png b/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-before-slider-disabled@2.png Binary files differdeleted file mode 100755 index aadc552..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-before-slider-disabled@2.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-before-slider.png b/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-before-slider.png Binary files differdeleted file mode 100755 index 3cc4cca..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-before-slider.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-before-slider@2.png b/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-before-slider@2.png Binary files differdeleted file mode 100755 index 51d9d8b..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scale-horz-marks-before-slider@2.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scale-slider-dark.png b/gtk-and-openbox-theme/bliss/gtk-assets/scale-slider-dark.png Binary files differdeleted file mode 100755 index d4e8aaa..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scale-slider-dark.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scale-slider-dark@2.png b/gtk-and-openbox-theme/bliss/gtk-assets/scale-slider-dark@2.png Binary files differdeleted file mode 100755 index b8cb5cd..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scale-slider-dark@2.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scale-slider-disabled-dark.png b/gtk-and-openbox-theme/bliss/gtk-assets/scale-slider-disabled-dark.png Binary files differdeleted file mode 100755 index 461a035..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scale-slider-disabled-dark.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scale-slider-disabled-dark@2.png b/gtk-and-openbox-theme/bliss/gtk-assets/scale-slider-disabled-dark@2.png Binary files differdeleted file mode 100755 index 09d6828..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scale-slider-disabled-dark@2.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scale-slider-disabled.png b/gtk-and-openbox-theme/bliss/gtk-assets/scale-slider-disabled.png Binary files differdeleted file mode 100755 index 2612f68..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scale-slider-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scale-slider-disabled@2.png b/gtk-and-openbox-theme/bliss/gtk-assets/scale-slider-disabled@2.png Binary files differdeleted file mode 100755 index b49fd28..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scale-slider-disabled@2.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scale-slider.png b/gtk-and-openbox-theme/bliss/gtk-assets/scale-slider.png Binary files differdeleted file mode 100755 index d4e8aaa..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scale-slider.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scale-slider@2.png b/gtk-and-openbox-theme/bliss/gtk-assets/scale-slider@2.png Binary files differdeleted file mode 100755 index b8cb5cd..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scale-slider@2.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-after-slider-dark.png b/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-after-slider-dark.png Binary files differdeleted file mode 100755 index 2800d5a..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-after-slider-dark.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-after-slider-dark@2.png b/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-after-slider-dark@2.png Binary files differdeleted file mode 100755 index a595bf8..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-after-slider-dark@2.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-after-slider-disabled-dark.png b/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-after-slider-disabled-dark.png Binary files differdeleted file mode 100755 index 7a68ccf..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-after-slider-disabled-dark.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-after-slider-disabled-dark@2.png b/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-after-slider-disabled-dark@2.png Binary files differdeleted file mode 100755 index 73a2da6..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-after-slider-disabled-dark@2.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-after-slider-disabled.png b/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-after-slider-disabled.png Binary files differdeleted file mode 100755 index 9df72e9..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-after-slider-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-after-slider-disabled@2.png b/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-after-slider-disabled@2.png Binary files differdeleted file mode 100755 index 7092536..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-after-slider-disabled@2.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-after-slider.png b/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-after-slider.png Binary files differdeleted file mode 100755 index 2800d5a..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-after-slider.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-after-slider@2.png b/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-after-slider@2.png Binary files differdeleted file mode 100755 index a595bf8..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-after-slider@2.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-before-slider-dark.png b/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-before-slider-dark.png Binary files differdeleted file mode 100755 index 2ac73a8..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-before-slider-dark.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-before-slider-dark@2.png b/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-before-slider-dark@2.png Binary files differdeleted file mode 100755 index 362fa71..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-before-slider-dark@2.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-before-slider-disabled-dark.png b/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-before-slider-disabled-dark.png Binary files differdeleted file mode 100755 index 1961d9b..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-before-slider-disabled-dark.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-before-slider-disabled-dark@2.png b/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-before-slider-disabled-dark@2.png Binary files differdeleted file mode 100755 index 4d3795b..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-before-slider-disabled-dark@2.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-before-slider-disabled.png b/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-before-slider-disabled.png Binary files differdeleted file mode 100755 index 03dc8fd..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-before-slider-disabled.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-before-slider-disabled@2.png b/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-before-slider-disabled@2.png Binary files differdeleted file mode 100755 index 8a3432c..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-before-slider-disabled@2.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-before-slider.png b/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-before-slider.png Binary files differdeleted file mode 100755 index 2ac73a8..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-before-slider.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-before-slider@2.png b/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-before-slider@2.png Binary files differdeleted file mode 100755 index 362fa71..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/scale-vert-marks-before-slider@2.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/selectionmode-checkbox-checked-dark.png b/gtk-and-openbox-theme/bliss/gtk-assets/selectionmode-checkbox-checked-dark.png Binary files differdeleted file mode 100755 index db31edf..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/selectionmode-checkbox-checked-dark.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/selectionmode-checkbox-checked-dark@2.png b/gtk-and-openbox-theme/bliss/gtk-assets/selectionmode-checkbox-checked-dark@2.png Binary files differdeleted file mode 100755 index 5cada7b..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/selectionmode-checkbox-checked-dark@2.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/selectionmode-checkbox-checked.png b/gtk-and-openbox-theme/bliss/gtk-assets/selectionmode-checkbox-checked.png Binary files differdeleted file mode 100755 index db31edf..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/selectionmode-checkbox-checked.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/selectionmode-checkbox-checked@2.png b/gtk-and-openbox-theme/bliss/gtk-assets/selectionmode-checkbox-checked@2.png Binary files differdeleted file mode 100755 index 5cada7b..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/selectionmode-checkbox-checked@2.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/selectionmode-checkbox-unchecked-dark.png b/gtk-and-openbox-theme/bliss/gtk-assets/selectionmode-checkbox-unchecked-dark.png Binary files differdeleted file mode 100755 index c2ef7fc..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/selectionmode-checkbox-unchecked-dark.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/selectionmode-checkbox-unchecked-dark@2.png b/gtk-and-openbox-theme/bliss/gtk-assets/selectionmode-checkbox-unchecked-dark@2.png Binary files differdeleted file mode 100755 index ead496a..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/selectionmode-checkbox-unchecked-dark@2.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/selectionmode-checkbox-unchecked.png b/gtk-and-openbox-theme/bliss/gtk-assets/selectionmode-checkbox-unchecked.png Binary files differdeleted file mode 100755 index 3666c17..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/selectionmode-checkbox-unchecked.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/gtk-assets/selectionmode-checkbox-unchecked@2.png b/gtk-and-openbox-theme/bliss/gtk-assets/selectionmode-checkbox-unchecked@2.png Binary files differdeleted file mode 100755 index 6333f99..0000000 --- a/gtk-and-openbox-theme/bliss/gtk-assets/selectionmode-checkbox-unchecked@2.png +++ /dev/null diff --git a/gtk-and-openbox-theme/bliss/index.theme b/gtk-and-openbox-theme/bliss/index.theme deleted file mode 100755 index 0317b67..0000000 --- a/gtk-and-openbox-theme/bliss/index.theme +++ /dev/null @@ -1,12 +0,0 @@ -[Desktop Entry] -Type=X-GNOME-Metatheme -Name=Materia-light-compact -Comment=A Material Design theme -Encoding=UTF-8 - -[X-GNOME-Metatheme] -GtkTheme=Materia-light-compact -MetacityTheme=Materia-light-compact -IconTheme=Adwaita -CursorTheme=Adwaita -CursorSize=24 diff --git a/gtk-and-openbox-theme/bliss/openbox-3/bullet.xbm b/gtk-and-openbox-theme/bliss/openbox-3/bullet.xbm deleted file mode 100755 index 79432ba..0000000 --- a/gtk-and-openbox-theme/bliss/openbox-3/bullet.xbm +++ /dev/null @@ -1,5 +0,0 @@ -#define bullet_width 9 -#define bullet_height 9 -static unsigned char bullet_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x20, 0x00, 0x40, 0x00, 0x20, 0x00, - 0x10, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/gtk-and-openbox-theme/bliss/openbox-3/close.xbm b/gtk-and-openbox-theme/bliss/openbox-3/close.xbm deleted file mode 100755 index 3fb8d1d..0000000 --- a/gtk-and-openbox-theme/bliss/openbox-3/close.xbm +++ /dev/null @@ -1,6 +0,0 @@ -#define close_width 14 -#define close_height 14 -static unsigned char close_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x02, 0x20, 0x01, - 0xc0, 0x00, 0xc0, 0x00, 0x20, 0x01, 0x10, 0x02, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00 }; diff --git a/gtk-and-openbox-theme/bliss/openbox-3/desk.xbm b/gtk-and-openbox-theme/bliss/openbox-3/desk.xbm deleted file mode 100755 index ada003d..0000000 --- a/gtk-and-openbox-theme/bliss/openbox-3/desk.xbm +++ /dev/null @@ -1,6 +0,0 @@ -#define desk_width 14 -#define desk_height 14 -static unsigned char desk_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x20, 0x00, - 0x40, 0x00, 0x80, 0x02, 0x00, 0x03, 0x80, 0x03, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00 }; diff --git a/gtk-and-openbox-theme/bliss/openbox-3/desk_toggled.xbm b/gtk-and-openbox-theme/bliss/openbox-3/desk_toggled.xbm deleted file mode 100755 index 0f1ca52..0000000 --- a/gtk-and-openbox-theme/bliss/openbox-3/desk_toggled.xbm +++ /dev/null @@ -1,6 +0,0 @@ -#define desk_toggled_width 14 -#define desk_toggled_height 14 -static unsigned char desk_toggled_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x20, 0x00, - 0x40, 0x00, 0x80, 0x02, 0x00, 0x03, 0x80, 0x03, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00 }; diff --git a/gtk-and-openbox-theme/bliss/openbox-3/iconify.xbm b/gtk-and-openbox-theme/bliss/openbox-3/iconify.xbm deleted file mode 100755 index 9c1d723..0000000 --- a/gtk-and-openbox-theme/bliss/openbox-3/iconify.xbm +++ /dev/null @@ -1,6 +0,0 @@ -#define iconify_width 14 -#define iconify_height 14 -static unsigned char iconify_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x03, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00 }; diff --git a/gtk-and-openbox-theme/bliss/openbox-3/max.xbm b/gtk-and-openbox-theme/bliss/openbox-3/max.xbm deleted file mode 100755 index 1e2a8a5..0000000 --- a/gtk-and-openbox-theme/bliss/openbox-3/max.xbm +++ /dev/null @@ -1,6 +0,0 @@ -#define max_width 14 -#define max_height 14 -static unsigned char max_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x03, 0x10, 0x02, - 0x10, 0x02, 0x10, 0x02, 0x10, 0x02, 0xf0, 0x03, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00 }; diff --git a/gtk-and-openbox-theme/bliss/openbox-3/max_disabled.xbm b/gtk-and-openbox-theme/bliss/openbox-3/max_disabled.xbm deleted file mode 100755 index 72991b4..0000000 --- a/gtk-and-openbox-theme/bliss/openbox-3/max_disabled.xbm +++ /dev/null @@ -1,6 +0,0 @@ -#define max_disabled_width 14 -#define max_disabled_height 14 -static unsigned char max_disabled_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x03, 0x10, 0x02, - 0x10, 0x02, 0x10, 0x02, 0x10, 0x02, 0xf0, 0x03, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00 }; diff --git a/gtk-and-openbox-theme/bliss/openbox-3/max_toggled.xbm b/gtk-and-openbox-theme/bliss/openbox-3/max_toggled.xbm deleted file mode 100755 index fc79e51..0000000 --- a/gtk-and-openbox-theme/bliss/openbox-3/max_toggled.xbm +++ /dev/null @@ -1,6 +0,0 @@ -#define max_toggled_width 14 -#define max_toggled_height 14 -static unsigned char max_toggled_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x03, 0x10, 0x02, - 0x10, 0x02, 0x10, 0x02, 0x10, 0x02, 0xf0, 0x03, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00 }; diff --git a/gtk-and-openbox-theme/bliss/openbox-3/shade.xbm b/gtk-and-openbox-theme/bliss/openbox-3/shade.xbm deleted file mode 100755 index b7db263..0000000 --- a/gtk-and-openbox-theme/bliss/openbox-3/shade.xbm +++ /dev/null @@ -1,6 +0,0 @@ -#define shade_width 14 -#define shade_height 14 -static unsigned char shade_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x03, 0x10, 0x02, - 0xf0, 0x03, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x03, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00 }; diff --git a/gtk-and-openbox-theme/bliss/openbox-3/shade_toggled.xbm b/gtk-and-openbox-theme/bliss/openbox-3/shade_toggled.xbm deleted file mode 100755 index b7db263..0000000 --- a/gtk-and-openbox-theme/bliss/openbox-3/shade_toggled.xbm +++ /dev/null @@ -1,6 +0,0 @@ -#define shade_width 14 -#define shade_height 14 -static unsigned char shade_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x03, 0x10, 0x02, - 0xf0, 0x03, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x03, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00 }; diff --git a/gtk-and-openbox-theme/bliss/openbox-3/themerc b/gtk-and-openbox-theme/bliss/openbox-3/themerc deleted file mode 100755 index d1b80f7..0000000 --- a/gtk-and-openbox-theme/bliss/openbox-3/themerc +++ /dev/null @@ -1,92 +0,0 @@ -!! menu background -menu.items.bg: flat -menu.items.bg.color: #F0D3C9 -menu.overlap.x: -8 - -!! menu text -menu.items.text.color: #664f3d -menu.items.justify: center -menu.items.disabled.text.color: #4d5066 - -!! menu separator -menu.separator.padding.height: 1 -menu.separator.color: #F0D3C9 - -!! menu border -menu.border.width: 7 -menu.border.color: #F0D3C9 - -!! menu headers -menu.title.bg: flat -menu.title.bg.color: #F0D3C9 -menu.title.text.color: #1c1b1d -menu.title.text.justify: center - -!! selected menu item -menu.items.active.bg: flat -menu.items.active.bg.color: #1c1b1d -menu.items.active.text.color: #f0d3c9 - -!! titlebar -window.active.title.bg: flat -window.active.title.bg.color: #F0D3C9 -window.inactive.title.bg: flat -window.inactive.title.bg.color: #F0D3C9 - -!! titlebar text -window.label.text.justify: center -window.active.label.bg: parentrelative -window.active.label.text.color: #F0D3C9 -window.inactive.label.bg: parentrelative -window.inactive.label.text.color: #F0D3C9 - -!! window buttons -window.*.button.*.bg: parentrelative -window.active.button.*.hover.bg: flat -window.inactive.button.*.hover.bg: parentrelative -window.*.button.*.pressed.bg: flat - -window.active.button.*.hover.bg.color: #F0D3C9 -window.active.button.*.hover.image.color: #24b7ab -window.active.button.*.pressed.bg.color: #F0D3C9 - -window.active.button.*.image.color: #ffffff -window.active.button.disabled.image.color: #4d5066 -window.inactive.button.*.image.color: #e0b3ac -window.inactive.button.disabled.image.color: #e0b3ac - -!! borders -window.active.border.color: #F0D3C9 -window.inactive.border.color: #F0D3C9 -padding.width: 8 -padding.height: 8 -window.client.padding.width: 0 -window.client.padding.height: 0 -border.width: 0 -window.handle.width: 0 - -window.active.client.color: #F0D3C9 -window.inactive.client.color: #F0D3C9 - -window.active.handle.bg: flat -window.active.handle.bg.color: #F0D3C9 -window.inactive.handle.bg: flat -window.inactive.handle.bg.color: #F0D3C9 - -window.active.grip.bg: flat -window.active.grip.bg.color: #F0D3C9 -window.inactive.grip.bg: flat -window.inactive.grip.bg.color: #F0D3C9 - -!! on-screen displays -osd.border.width: 1 -osd.border.color: #F0D3C9 -osd.label.text.color: #664f3d -osd.bg: flat solid -osd.bg.color: #F0D3C9 -osd.label.bg: flat solid -osd.label.bg.color: #F0D3C9 -osd.hilight.bg: flat solid -osd.hilight.bg.color: #24b7ab -osd.unhilight.bg: flat solid -osd.unhilight.bg.color: #4d5066 diff --git a/iTerm/bliss.itermcolors b/iTerm/bliss.itermcolors deleted file mode 100644 index 23d8382..0000000 --- a/iTerm/bliss.itermcolors +++ /dev/null @@ -1,344 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.0"> -<dict> - <key>Ansi 0 Color</key> - <dict> - <key>Alpha Component</key> - <real>1</real> - <key>Blue Component</key> - <real>0.15294118225574493</real> - <key>Color Space</key> - <string>sRGB</string> - <key>Green Component</key> - <real>0.15294118225574493</real> - <key>Red Component</key> - <real>0.14901961386203766</real> - </dict> - <key>Ansi 1 Color</key> - <dict> - <key>Alpha Component</key> - <real>1</real> - <key>Blue Component</key> - <real>0.67450982332229614</real> - <key>Color Space</key> - <string>sRGB</string> - <key>Green Component</key> - <real>0.61568629741668701</real> - <key>Red Component</key> - <real>0.87058824300765991</real> - </dict> - <key>Ansi 10 Color</key> - <dict> - <key>Alpha Component</key> - <real>1</real> - <key>Blue Component</key> - <real>0.81568628549575806</real> - <key>Color Space</key> - <string>sRGB</string> - <key>Green Component</key> - <real>0.87058824300765991</real> - <key>Red Component</key> - <real>0.61568629741668701</real> - </dict> - <key>Ansi 11 Color</key> - <dict> - <key>Alpha Component</key> - <real>1</real> - <key>Blue Component</key> - <real>0.61568629741668701</real> - <key>Color Space</key> - <string>sRGB</string> - <key>Green Component</key> - <real>0.81568628549575806</real> - <key>Red Component</key> - <real>0.87058824300765991</real> - </dict> - <key>Ansi 12 Color</key> - <dict> - <key>Alpha Component</key> - <real>1</real> - <key>Blue Component</key> - <real>0.87058824300765991</real> - <key>Color Space</key> - <string>sRGB</string> - <key>Green Component</key> - <real>0.61568629741668701</real> - <key>Red Component</key> - <real>0.68627452850341797</real> - </dict> - <key>Ansi 13 Color</key> - <dict> - <key>Alpha Component</key> - <real>1</real> - <key>Blue Component</key> - <real>0.87058824300765991</real> - <key>Color Space</key> - <string>sRGB</string> - <key>Green Component</key> - <real>0.61568629741668701</real> - <key>Red Component</key> - <real>0.81568628549575806</real> - </dict> - <key>Ansi 14 Color</key> - <dict> - <key>Alpha Component</key> - <real>1</real> - <key>Blue Component</key> - <real>0.87058824300765991</real> - <key>Color Space</key> - <string>sRGB</string> - <key>Green Component</key> - <real>0.80000001192092896</real> - <key>Red Component</key> - <real>0.61568629741668701</real> - </dict> - <key>Ansi 15 Color</key> - <dict> - <key>Alpha Component</key> - <real>1</real> - <key>Blue Component</key> - <real>0.78823530673980713</real> - <key>Color Space</key> - <string>sRGB</string> - <key>Green Component</key> - <real>0.82745099067687988</real> - <key>Red Component</key> - <real>0.94117647409439087</real> - </dict> - <key>Ansi 2 Color</key> - <dict> - <key>Alpha Component</key> - <real>1</real> - <key>Blue Component</key> - <real>0.68627452850341797</real> - <key>Color Space</key> - <string>sRGB</string> - <key>Green Component</key> - <real>0.87058824300765991</real> - <key>Red Component</key> - <real>0.61568629741668701</real> - </dict> - <key>Ansi 3 Color</key> - <dict> - <key>Alpha Component</key> - <real>1</real> - <key>Blue Component</key> - <real>0.61568629741668701</real> - <key>Color Space</key> - <string>sRGB</string> - <key>Green Component</key> - <real>0.81568628549575806</real> - <key>Red Component</key> - <real>0.87058824300765991</real> - </dict> - <key>Ansi 4 Color</key> - <dict> - <key>Alpha Component</key> - <real>1</real> - <key>Blue Component</key> - <real>0.87058824300765991</real> - <key>Color Space</key> - <string>sRGB</string> - <key>Green Component</key> - <real>0.67450982332229614</real> - <key>Red Component</key> - <real>0.61568629741668701</real> - </dict> - <key>Ansi 5 Color</key> - <dict> - <key>Alpha Component</key> - <real>1</real> - <key>Blue Component</key> - <real>0.87058824300765991</real> - <key>Color Space</key> - <string>sRGB</string> - <key>Green Component</key> - <real>0.61568629741668701</real> - <key>Red Component</key> - <real>0.68627452850341797</real> - </dict> - <key>Ansi 6 Color</key> - <dict> - <key>Alpha Component</key> - <real>1</real> - <key>Blue Component</key> - <real>0.87058824300765991</real> - <key>Color Space</key> - <string>sRGB</string> - <key>Green Component</key> - <real>0.80000001192092896</real> - <key>Red Component</key> - <real>0.61568629741668701</real> - </dict> - <key>Ansi 7 Color</key> - <dict> - <key>Alpha Component</key> - <real>1</real> - <key>Blue Component</key> - <real>0.27058824896812439</real> - <key>Color Space</key> - <string>sRGB</string> - <key>Green Component</key> - <real>0.27058824896812439</real> - <key>Red Component</key> - <real>0.26274511218070984</real> - </dict> - <key>Ansi 8 Color</key> - <dict> - <key>Alpha Component</key> - <real>1</real> - <key>Blue Component</key> - <real>0.17254902422428131</real> - <key>Color Space</key> - <string>sRGB</string> - <key>Green Component</key> - <real>0.20000000298023224</real> - <key>Red Component</key> - <real>0.23137255012989044</real> - </dict> - <key>Ansi 9 Color</key> - <dict> - <key>Alpha Component</key> - <real>1</real> - <key>Blue Component</key> - <real>0.61568629741668701</real> - <key>Color Space</key> - <string>sRGB</string> - <key>Green Component</key> - <real>0.68627452850341797</real> - <key>Red Component</key> - <real>0.87058824300765991</real> - </dict> - <key>Background Color</key> - <dict> - <key>Alpha Component</key> - <real>1</real> - <key>Blue Component</key> - <real>0.11372549086809158</real> - <key>Color Space</key> - <string>sRGB</string> - <key>Green Component</key> - <real>0.10588235408067703</real> - <key>Red Component</key> - <real>0.10980392247438431</real> - </dict> - <key>Badge Color</key> - <dict> - <key>Alpha Component</key> - <real>0.5</real> - <key>Blue Component</key> - <real>0.0</real> - <key>Color Space</key> - <string>sRGB</string> - <key>Green Component</key> - <real>0.1491314172744751</real> - <key>Red Component</key> - <real>1</real> - </dict> - <key>Bold Color</key> - <dict> - <key>Alpha Component</key> - <real>1</real> - <key>Blue Component</key> - <real>0.80784302949905396</real> - <key>Color Space</key> - <string>sRGB</string> - <key>Green Component</key> - <real>0.77254897356033325</real> - <key>Red Component</key> - <real>0.75294119119644165</real> - </dict> - <key>Cursor Color</key> - <dict> - <key>Alpha Component</key> - <real>1</real> - <key>Blue Component</key> - <real>0.80784302949905396</real> - <key>Color Space</key> - <string>sRGB</string> - <key>Green Component</key> - <real>0.77254897356033325</real> - <key>Red Component</key> - <real>0.75294119119644165</real> - </dict> - <key>Cursor Guide Color</key> - <dict> - <key>Alpha Component</key> - <real>0.25</real> - <key>Blue Component</key> - <real>1</real> - <key>Color Space</key> - <string>sRGB</string> - <key>Green Component</key> - <real>0.9268307089805603</real> - <key>Red Component</key> - <real>0.70213186740875244</real> - </dict> - <key>Cursor Text Color</key> - <dict> - <key>Alpha Component</key> - <real>1</real> - <key>Blue Component</key> - <real>0.17254900932312012</real> - <key>Color Space</key> - <string>sRGB</string> - <key>Green Component</key> - <real>0.14509806036949158</real> - <key>Red Component</key> - <real>0.090196065604686737</real> - </dict> - <key>Foreground Color</key> - <dict> - <key>Alpha Component</key> - <real>1</real> - <key>Blue Component</key> - <real>0.78823530673980713</real> - <key>Color Space</key> - <string>sRGB</string> - <key>Green Component</key> - <real>0.82745099067687988</real> - <key>Red Component</key> - <real>0.94117647409439087</real> - </dict> - <key>Link Color</key> - <dict> - <key>Alpha Component</key> - <real>1</real> - <key>Blue Component</key> - <real>0.73423302173614502</real> - <key>Color Space</key> - <string>sRGB</string> - <key>Green Component</key> - <real>0.35916060209274292</real> - <key>Red Component</key> - <real>0.0</real> - </dict> - <key>Selected Text Color</key> - <dict> - <key>Alpha Component</key> - <real>1</real> - <key>Blue Component</key> - <real>0.80784302949905396</real> - <key>Color Space</key> - <string>sRGB</string> - <key>Green Component</key> - <real>0.77254897356033325</real> - <key>Red Component</key> - <real>0.75294119119644165</real> - </dict> - <key>Selection Color</key> - <dict> - <key>Alpha Component</key> - <real>1</real> - <key>Blue Component</key> - <real>0.39999988675117493</real> - <key>Color Space</key> - <string>sRGB</string> - <key>Green Component</key> - <real>0.35686272382736206</real> - <key>Red Component</key> - <real>0.30980390310287476</real> - </dict> -</dict> -</plist> diff --git a/images/alacritty.png b/images/alacritty.png Binary files differdeleted file mode 100644 index 9609732..0000000 --- a/images/alacritty.png +++ /dev/null diff --git a/images/bliss-text.png b/images/bliss-text.png Binary files differdeleted file mode 100644 index c6f9593..0000000 --- a/images/bliss-text.png +++ /dev/null diff --git a/images/colorpallete.png b/images/colorpallete.png Binary files differdeleted file mode 100644 index 832ca1e..0000000 --- a/images/colorpallete.png +++ /dev/null diff --git a/images/desktop.png b/images/desktop.png Binary files differdeleted file mode 100644 index edfc418..0000000 --- a/images/desktop.png +++ /dev/null diff --git a/images/firefox.png b/images/firefox.png Binary files differdeleted file mode 100644 index 65a6fa3..0000000 --- a/images/firefox.png +++ /dev/null diff --git a/images/gtk.png b/images/gtk.png Binary files differdeleted file mode 100644 index c5e7942..0000000 --- a/images/gtk.png +++ /dev/null diff --git a/images/neovim.png b/images/neovim.png Binary files differdeleted file mode 100644 index 86c7268..0000000 --- a/images/neovim.png +++ /dev/null diff --git a/images/openbox.png b/images/openbox.png Binary files differdeleted file mode 100644 index 5e54264..0000000 --- a/images/openbox.png +++ /dev/null diff --git a/vim/bliss.vim b/vim/bliss.vim index 8c9e96b..68cafc6 100644 --- a/vim/bliss.vim +++ b/vim/bliss.vim @@ -1,76 +1,418 @@ +if !has("gui_running") + if exists("g:base16_shell_path") + execute "silent !/bin/sh ".g:base16_shell_path."/base16-tomorrow-night.sh" + endif +endif + +" GUI color definitions +let s:gui00 = "1c1b1d" +let g:base16_gui00 = "1c1b1d" + +let s:gui01 = "262427" +let g:base16_gui01 = "262427" + +let s:gui02 = "302e31" +let g:base16_gui02 = "302e31" + +let s:gui03 = "39373b" +let g:base16_gui03 = "39373b" + +let s:gui04 = "DE9DAC" +let g:base16_gui04 = "DE9DAC" + +let s:gui05 = "fdf9f7" +let g:base16_gui05 = "fdf9f7" + +let s:gui06 = "d6d5d8" +let g:base16_gui06 = "d6d5d8" + +let s:gui07 = "fdf9f7" +let g:base16_gui07 = "fdf9f7" +" red +let s:gui08 = "DE9DAC" +let g:base16_gui08 = "DE9DAC" +" orange +let s:gui09 = "DE9DAC" +let g:base16_gui09 = "DE9DAC" +" yellow +let s:gui0A = "DEDD9D" +let g:base16_gui0A = "DEDD9D" +" green +let s:gui0B = "9DDEAF" +let g:base16_gui0B = "9DDEAF" +" cyan +let s:gui0C = "9DCCDE" +let g:base16_gui0C = "9DCCDE" +" blue +let s:gui0D = "9DACDE" +let g:base16_gui0D = "9DACDE" +" magenta +let s:gui0E = "AF9DDE" +let g:base16_gui0E = "AF9DDE" +" dark red +let s:gui0F = "DE9DAC" +let g:base16_gui0F = "DE9DAC" + +" Terminal color definitions +let s:cterm00 = "00" +let g:base16_cterm00 = "00" +let s:cterm03 = "08" +let g:base16_cterm03 = "08" +let s:cterm05 = "07" +let g:base16_cterm05 = "07" +let s:cterm07 = "15" +let g:base16_cterm07 = "15" +let s:cterm08 = "01" +let g:base16_cterm08 = "01" +let s:cterm0A = "03" +let g:base16_cterm0A = "03" +let s:cterm0B = "02" +let g:base16_cterm0B = "02" +let s:cterm0C = "06" +let g:base16_cterm0C = "06" +let s:cterm0D = "04" +let g:base16_cterm0D = "04" +let s:cterm0E = "05" +let g:base16_cterm0E = "05" +if exists("base16colorspace") && base16colorspace == "256" + let s:cterm01 = "18" + let g:base16_cterm01 = "18" + let s:cterm02 = "19" + let g:base16_cterm02 = "19" + let s:cterm04 = "20" + let g:base16_cterm04 = "20" + let s:cterm06 = "21" + let g:base16_cterm06 = "21" + let s:cterm09 = "16" + let g:base16_cterm09 = "16" + let s:cterm0F = "17" + let g:base16_cterm0F = "17" +else + let s:cterm01 = "10" + let g:base16_cterm01 = "10" + let s:cterm02 = "11" + let g:base16_cterm02 = "11" + let s:cterm04 = "12" + let g:base16_cterm04 = "12" + let s:cterm06 = "13" + let g:base16_cterm06 = "13" + let s:cterm09 = "09" + let g:base16_cterm09 = "09" + let s:cterm0F = "14" + let g:base16_cterm0F = "14" +endif + +" Neovim terminal colours +if has("nvim") + let g:terminal_color_0 = "#1d1f21" + let g:terminal_color_1 = "#cc6666" + let g:terminal_color_2 = "#b5bd68" + let g:terminal_color_3 = "#f0c674" + let g:terminal_color_4 = "#81a2be" + let g:terminal_color_5 = "#b294bb" + let g:terminal_color_6 = "#8abeb7" + let g:terminal_color_7 = "#c5c8c6" + let g:terminal_color_8 = "#969896" + let g:terminal_color_9 = "#cc6666" + let g:terminal_color_10 = "#b5bd68" + let g:terminal_color_11 = "#f0c674" + let g:terminal_color_12 = "#81a2be" + let g:terminal_color_13 = "#b294bb" + let g:terminal_color_14 = "#8abeb7" + let g:terminal_color_15 = "#ffffff" + let g:terminal_color_background = g:terminal_color_0 + let g:terminal_color_foreground = g:terminal_color_5 + if &background == "light" + let g:terminal_color_background = g:terminal_color_7 + let g:terminal_color_foreground = g:terminal_color_2 + endif +elseif has("terminal") + let g:terminal_ansi_colors = [ + \ "#1d1f21", + \ "#cc6666", + \ "#8abeb7", + \ "#b5bd68", + \ "#f0c674", + \ "#81a2be", + \ "#b294bb", + \ "#c5c8c6", + \ "#969896", + \ "#cc6666", + \ "#b5bd68", + \ "#f0c674", + \ "#81a2be", + \ "#b294bb", + \ "#8abeb7", + \ "#ffffff", + \ ] +endif + +" Theme setup hi clear syntax reset -let g:colors_name = "bliss" -set background=dark -set t_Co=256 -hi Normal guifg=#f0d3c9 ctermbg=NONE guibg=#1c1b1d gui=NONE - -hi DiffText guifg=#de9dac guibg=NONE -hi ErrorMsg guifg=#de9dac guibg=NONE -hi WarningMsg guifg=#de9dac guibg=NONE -hi PreProc guifg=#de9dac guibg=NONE -hi Exception guifg=#de9dac guibg=NONE -hi Error guifg=#de9dac guibg=NONE -hi DiffDelete guifg=#de9dac guibg=NONE -hi GitGutterDelete guifg=#de9dac guibg=NONE -hi GitGutterChangeDelete guifg=#de9dac guibg=NONE -hi cssIdentifier guifg=#de9dac guibg=NONE -hi cssImportant guifg=#de9dac guibg=NONE -hi Type guifg=#de9dac guibg=NONE -hi Identifier guifg=#de9dac guibg=NONE -hi PMenuSel guifg=#9ddeaf guibg=NONE -hi Constant guifg=#9ddeaf guibg=NONE -hi Repeat guifg=#9ddeaf guibg=NONE -hi DiffAdd guifg=#9ddeaf guibg=NONE -hi GitGutterAdd guifg=#9ddeaf guibg=NONE -hi cssIncludeKeyword guifg=#9ddeaf guibg=NONE -hi Keyword guifg=#9ddeaf guibg=NONE -hi IncSearch guifg=#ded09d guibg=NONE -hi Title guifg=#ded09d guibg=NONE -hi PreCondit guifg=#ded09d guibg=NONE -hi Debug guifg=#ded09d guibg=NONE -hi SpecialChar guifg=#ded09d guibg=NONE -hi Conditional guifg=#ded09d guibg=NONE -hi Todo guifg=#ded09d guibg=NONE -hi Special guifg=#ded09d guibg=NONE -hi Label guifg=#ded09d guibg=NONE -hi Delimiter guifg=#ded09d guibg=NONE -hi Number guifg=#ded09d guibg=NONE -hi CursorLineNR guifg=#ded09d guibg=NONE -hi Define guifg=#ded09d guibg=NONE -hi MoreMsg guifg=#ded09d guibg=NONE -hi Tag guifg=#ded09d guibg=NONE -hi String guifg=#ded09d guibg=NONE -hi MatchParen guifg=#ded09d guibg=NONE -hi Macro guifg=#ded09d guibg=NONE -hi DiffChange guifg=#ded09d guibg=NONE -hi GitGutterChange guifg=#ded09d guibg=NONE -hi cssColor guifg=#ded09d guibg=NONE -hi Function guifg=#9dacde guibg=NONE -hi Directory guifg=#af9dde guibg=NONE -hi markdownLinkText guifg=#af9dde guibg=NONE -hi javaScriptBoolean guifg=#af9dde guibg=NONE -hi Include guifg=#af9dde guibg=NONE -hi Storage guifg=#af9dde guibg=NONE -hi cssClassName guifg=#af9dde guibg=NONE -hi cssClassNameDot guifg=#af9dde guibg=NONE -hi Statement guifg=#9dccde guibg=NONE -hi Operator guifg=#9dccde guibg=NONE -hi cssAttr guifg=#9dccde guibg=NONE - - -hi Pmenu guifg=#f0d3c9 guibg=#302e31 -hi SignColumn guibg=#1c1b1d -hi Title guifg=#f0d3c9 -hi LineNr guifg=#635050 guibg=#1c1b1d -hi NonText guifg=#635050 guibg=#1c1b1d -hi Comment guifg=#635050 gui=italic -hi SpecialComment guifg=#635050 gui=italic guibg=#1c1b1d -hi CursorLine guibg=#302e31 -hi TabLineFill gui=NONE guibg=#302e31 -hi TabLine guifg=#b95634 guibg=#302e31 gui=NONE -hi StatusLine gui=bold guibg=#302e31 guifg=#f0d3c9 -hi StatusLineNC gui=NONE guibg=#1c1b1d guifg=#f0d3c9 -hi Search guibg=#635050 guifg=#f0d3c9 -hi VertSplit gui=NONE guifg=#302e31 guibg=NONE -hi Visual gui=NONE guibg=#302e31 +let g:colors_name = "tomorrow" + +" Highlighting function +" Optional variables are attributes and guisp +function! g:Base16hi(group, guifg, guibg, ctermfg, ctermbg, ...) + let l:attr = get(a:, 1, "") + let l:guisp = get(a:, 2, "") + + if a:guifg != "" + exec "hi " . a:group . " guifg=#" . a:guifg + endif + if a:guibg != "" + exec "hi " . a:group . " guibg=#" . a:guibg + endif + if a:ctermfg != "" + exec "hi " . a:group . " ctermfg=" . a:ctermfg + endif + if a:ctermbg != "" + exec "hi " . a:group . " ctermbg=" . a:ctermbg + endif + if l:attr != "" + exec "hi " . a:group . " gui=" . l:attr . " cterm=" . l:attr + endif + if l:guisp != "" + exec "hi " . a:group . " guisp=#" . l:guisp + endif +endfunction + + +fun <sid>hi(group, guifg, guibg, ctermfg, ctermbg, attr, guisp) + call g:Base16hi(a:group, a:guifg, a:guibg, a:ctermfg, a:ctermbg, a:attr, a:guisp) +endfun + +" Vim editor colors +call <sid>hi("Normal", s:gui05, s:gui00, s:cterm05, s:cterm00, "", "") +call <sid>hi("Bold", "", "", "", "", "bold", "") +call <sid>hi("Debug", s:gui08, "", s:cterm08, "", "", "") +call <sid>hi("Directory", s:gui0D, "", s:cterm0D, "", "", "") +call <sid>hi("Error", s:gui00, s:gui08, s:cterm00, s:cterm08, "", "") +call <sid>hi("ErrorMsg", s:gui08, s:gui00, s:cterm08, s:cterm00, "", "") +call <sid>hi("Exception", s:gui08, "", s:cterm08, "", "", "") +call <sid>hi("FoldColumn", s:gui0C, s:gui01, s:cterm0C, s:cterm01, "", "") +call <sid>hi("Folded", s:gui03, s:gui01, s:cterm03, s:cterm01, "", "") +call <sid>hi("IncSearch", s:gui01, s:gui09, s:cterm01, s:cterm09, "none", "") +call <sid>hi("Italic", "", "", "", "", "none", "") +call <sid>hi("Macro", s:gui08, "", s:cterm08, "", "", "") +call <sid>hi("MatchParen", "", s:gui03, "", s:cterm03, "", "") +call <sid>hi("ModeMsg", s:gui0B, "", s:cterm0B, "", "", "") +call <sid>hi("MoreMsg", s:gui0B, "", s:cterm0B, "", "", "") +call <sid>hi("Question", s:gui0D, "", s:cterm0D, "", "", "") +call <sid>hi("Search", s:gui01, s:gui0A, s:cterm01, s:cterm0A, "", "") +call <sid>hi("Substitute", s:gui01, s:gui0A, s:cterm01, s:cterm0A, "none", "") +call <sid>hi("SpecialKey", s:gui03, "", s:cterm03, "", "", "") +call <sid>hi("TooLong", s:gui08, "", s:cterm08, "", "", "") +call <sid>hi("Underlined", s:gui08, "", s:cterm08, "", "", "") +call <sid>hi("Visual", "", s:gui02, "", s:cterm02, "", "") +call <sid>hi("VisualNOS", s:gui08, "", s:cterm08, "", "", "") +call <sid>hi("WarningMsg", s:gui08, "", s:cterm08, "", "", "") +call <sid>hi("WildMenu", s:gui08, s:gui0A, s:cterm08, "", "", "") +call <sid>hi("Title", s:gui0D, "", s:cterm0D, "", "none", "") +call <sid>hi("Conceal", s:gui0D, s:gui00, s:cterm0D, s:cterm00, "", "") +call <sid>hi("Cursor", s:gui00, s:gui05, s:cterm00, s:cterm05, "", "") +call <sid>hi("NonText", s:gui00, "", s:cterm00, "", "", "") +call <sid>hi("LineNr", s:gui02, s:gui00, s:cterm03, s:cterm01, "", "") +call <sid>hi("SignColumn", s:gui03, s:gui01, s:cterm03, s:cterm01, "", "") +call <sid>hi("StatusLine", s:gui04, s:gui02, s:cterm04, s:cterm02, "none", "") +call <sid>hi("StatusLineNC", s:gui03, s:gui01, s:cterm03, s:cterm01, "none", "") +call <sid>hi("VertSplit", s:gui02, s:gui02, s:cterm02, s:cterm02, "none", "") +call <sid>hi("ColorColumn", "", s:gui01, "", s:cterm01, "none", "") +call <sid>hi("CursorColumn", "", s:gui01, "", s:cterm01, "none", "") +call <sid>hi("CursorLine", "", s:gui01, "", s:cterm01, "none", "") +call <sid>hi("CursorLineNr", s:gui04, s:gui00, s:cterm04, s:cterm01, "", "") +call <sid>hi("QuickFixLine", "", s:gui01, "", s:cterm01, "none", "") +call <sid>hi("PMenu", s:gui05, s:gui01, s:cterm05, s:cterm01, "none", "") +call <sid>hi("PMenuSel", s:gui01, s:gui05, s:cterm01, s:cterm05, "", "") +call <sid>hi("TabLine", s:gui03, s:gui01, s:cterm03, s:cterm01, "none", "") +call <sid>hi("TabLineFill", s:gui03, s:gui01, s:cterm03, s:cterm01, "none", "") +call <sid>hi("TabLineSel", s:gui0B, s:gui01, s:cterm0B, s:cterm01, "none", "") + +" Standard syntax highlighting +call <sid>hi("Boolean", s:gui09, "", s:cterm09, "", "", "") +call <sid>hi("Character", s:gui08, "", s:cterm08, "", "", "") +call <sid>hi("Comment", s:gui03, "", s:cterm03, "", "", "") +call <sid>hi("Conditional", s:gui0E, "", s:cterm0E, "", "", "") +call <sid>hi("Constant", s:gui09, "", s:cterm09, "", "", "") +call <sid>hi("Define", s:gui0E, "", s:cterm0E, "", "none", "") +call <sid>hi("Delimiter", s:gui0F, "", s:cterm0F, "", "", "") +call <sid>hi("Float", s:gui09, "", s:cterm09, "", "", "") +call <sid>hi("Function", s:gui0D, "", s:cterm0D, "", "", "") +call <sid>hi("Identifier", s:gui08, "", s:cterm08, "", "none", "") +call <sid>hi("Include", s:gui0D, "", s:cterm0D, "", "", "") +call <sid>hi("Keyword", s:gui0E, "", s:cterm0E, "", "", "") +call <sid>hi("Label", s:gui0A, "", s:cterm0A, "", "", "") +call <sid>hi("Number", s:gui09, "", s:cterm09, "", "", "") +call <sid>hi("Operator", s:gui05, "", s:cterm05, "", "none", "") +call <sid>hi("PreProc", s:gui0A, "", s:cterm0A, "", "", "") +call <sid>hi("Repeat", s:gui0A, "", s:cterm0A, "", "", "") +call <sid>hi("Special", s:gui0C, "", s:cterm0C, "", "", "") +call <sid>hi("SpecialChar", s:gui0F, "", s:cterm0F, "", "", "") +call <sid>hi("Statement", s:gui08, "", s:cterm08, "", "", "") +call <sid>hi("StorageClass", s:gui0A, "", s:cterm0A, "", "", "") +call <sid>hi("String", s:gui0B, "", s:cterm0B, "", "", "") +call <sid>hi("Structure", s:gui0E, "", s:cterm0E, "", "", "") +call <sid>hi("Tag", s:gui0A, "", s:cterm0A, "", "", "") +call <sid>hi("Todo", s:gui0A, s:gui01, s:cterm0A, s:cterm01, "", "") +call <sid>hi("Type", s:gui0A, "", s:cterm0A, "", "none", "") +call <sid>hi("Typedef", s:gui0A, "", s:cterm0A, "", "", "") + +" C highlighting +call <sid>hi("cOperator", s:gui0C, "", s:cterm0C, "", "", "") +call <sid>hi("cPreCondit", s:gui0E, "", s:cterm0E, "", "", "") + +" C# highlighting +call <sid>hi("csClass", s:gui0A, "", s:cterm0A, "", "", "") +call <sid>hi("csAttribute", s:gui0A, "", s:cterm0A, "", "", "") +call <sid>hi("csModifier", s:gui0E, "", s:cterm0E, "", "", "") +call <sid>hi("csType", s:gui08, "", s:cterm08, "", "", "") +call <sid>hi("csUnspecifiedStatement", s:gui0D, "", s:cterm0D, "", "", "") +call <sid>hi("csContextualStatement", s:gui0E, "", s:cterm0E, "", "", "") +call <sid>hi("csNewDecleration", s:gui08, "", s:cterm08, "", "", "") + +" CSS highlighting +call <sid>hi("cssBraces", s:gui05, "", s:cterm05, "", "", "") +call <sid>hi("cssClassName", s:gui0E, "", s:cterm0E, "", "", "") +call <sid>hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") + +" Diff highlighting +call <sid>hi("DiffAdd", s:gui0B, s:gui01, s:cterm0B, s:cterm01, "", "") +call <sid>hi("DiffChange", s:gui03, s:gui01, s:cterm03, s:cterm01, "", "") +call <sid>hi("DiffDelete", s:gui08, s:gui01, s:cterm08, s:cterm01, "", "") +call <sid>hi("DiffText", s:gui0D, s:gui01, s:cterm0D, s:cterm01, "", "") +call <sid>hi("DiffAdded", s:gui0B, s:gui00, s:cterm0B, s:cterm00, "", "") +call <sid>hi("DiffFile", s:gui08, s:gui00, s:cterm08, s:cterm00, "", "") +call <sid>hi("DiffNewFile", s:gui0B, s:gui00, s:cterm0B, s:cterm00, "", "") +call <sid>hi("DiffLine", s:gui0D, s:gui00, s:cterm0D, s:cterm00, "", "") +call <sid>hi("DiffRemoved", s:gui08, s:gui00, s:cterm08, s:cterm00, "", "") + +" Git highlighting +call <sid>hi("gitcommitOverflow", s:gui08, "", s:cterm08, "", "", "") +call <sid>hi("gitcommitSummary", s:gui0B, "", s:cterm0B, "", "", "") +call <sid>hi("gitcommitComment", s:gui03, "", s:cterm03, "", "", "") +call <sid>hi("gitcommitUntracked", s:gui03, "", s:cterm03, "", "", "") +call <sid>hi("gitcommitDiscarded", s:gui03, "", s:cterm03, "", "", "") +call <sid>hi("gitcommitSelected", s:gui03, "", s:cterm03, "", "", "") +call <sid>hi("gitcommitHeader", s:gui0E, "", s:cterm0E, "", "", "") +call <sid>hi("gitcommitSelectedType", s:gui0D, "", s:cterm0D, "", "", "") +call <sid>hi("gitcommitUnmergedType", s:gui0D, "", s:cterm0D, "", "", "") +call <sid>hi("gitcommitDiscardedType", s:gui0D, "", s:cterm0D, "", "", "") +call <sid>hi("gitcommitBranch", s:gui09, "", s:cterm09, "", "bold", "") +call <sid>hi("gitcommitUntrackedFile", s:gui0A, "", s:cterm0A, "", "", "") +call <sid>hi("gitcommitUnmergedFile", s:gui08, "", s:cterm08, "", "bold", "") +call <sid>hi("gitcommitDiscardedFile", s:gui08, "", s:cterm08, "", "bold", "") +call <sid>hi("gitcommitSelectedFile", s:gui0B, "", s:cterm0B, "", "bold", "") + +" GitGutter highlighting +call <sid>hi("GitGutterAdd", s:gui0B, s:gui01, s:cterm0B, s:cterm01, "", "") +call <sid>hi("GitGutterChange", s:gui0D, s:gui01, s:cterm0D, s:cterm01, "", "") +call <sid>hi("GitGutterDelete", s:gui08, s:gui01, s:cterm08, s:cterm01, "", "") +call <sid>hi("GitGutterChangeDelete", s:gui0E, s:gui01, s:cterm0E, s:cterm01, "", "") + +" HTML highlighting +call <sid>hi("htmlBold", s:gui0A, "", s:cterm0A, "", "", "") +call <sid>hi("htmlItalic", s:gui0E, "", s:cterm0E, "", "", "") +call <sid>hi("htmlEndTag", s:gui05, "", s:cterm05, "", "", "") +call <sid>hi("htmlTag", s:gui05, "", s:cterm05, "", "", "") + +" JavaScript highlighting +call <sid>hi("javaScript", s:gui05, "", s:cterm05, "", "", "") +call <sid>hi("javaScriptBraces", s:gui05, "", s:cterm05, "", "", "") +call <sid>hi("javaScriptNumber", s:gui09, "", s:cterm09, "", "", "") +" pangloss/vim-javascript highlighting +call <sid>hi("jsOperator", s:gui0D, "", s:cterm0D, "", "", "") +call <sid>hi("jsStatement", s:gui0E, "", s:cterm0E, "", "", "") +call <sid>hi("jsReturn", s:gui0E, "", s:cterm0E, "", "", "") +call <sid>hi("jsThis", s:gui08, "", s:cterm08, "", "", "") +call <sid>hi("jsClassDefinition", s:gui0A, "", s:cterm0A, "", "", "") +call <sid>hi("jsFunction", s:gui0E, "", s:cterm0E, "", "", "") +call <sid>hi("jsFuncName", s:gui0D, "", s:cterm0D, "", "", "") +call <sid>hi("jsFuncCall", s:gui0D, "", s:cterm0D, "", "", "") +call <sid>hi("jsClassFuncName", s:gui0D, "", s:cterm0D, "", "", "") +call <sid>hi("jsClassMethodType", s:gui0E, "", s:cterm0E, "", "", "") +call <sid>hi("jsRegexpString", s:gui0C, "", s:cterm0C, "", "", "") +call <sid>hi("jsGlobalObjects", s:gui0A, "", s:cterm0A, "", "", "") +call <sid>hi("jsGlobalNodeObjects", s:gui0A, "", s:cterm0A, "", "", "") +call <sid>hi("jsExceptions", s:gui0A, "", s:cterm0A, "", "", "") +call <sid>hi("jsBuiltins", s:gui0A, "", s:cterm0A, "", "", "") + +" Mail highlighting +call <sid>hi("mailQuoted1", s:gui0A, "", s:cterm0A, "", "", "") +call <sid>hi("mailQuoted2", s:gui0B, "", s:cterm0B, "", "", "") +call <sid>hi("mailQuoted3", s:gui0E, "", s:cterm0E, "", "", "") +call <sid>hi("mailQuoted4", s:gui0C, "", s:cterm0C, "", "", "") +call <sid>hi("mailQuoted5", s:gui0D, "", s:cterm0D, "", "", "") +call <sid>hi("mailQuoted6", s:gui0A, "", s:cterm0A, "", "", "") +call <sid>hi("mailURL", s:gui0D, "", s:cterm0D, "", "", "") +call <sid>hi("mailEmail", s:gui0D, "", s:cterm0D, "", "", "") + +" Markdown highlighting +call <sid>hi("markdownCode", s:gui0B, "", s:cterm0B, "", "", "") +call <sid>hi("markdownError", s:gui05, s:gui00, s:cterm05, s:cterm00, "", "") +call <sid>hi("markdownCodeBlock", s:gui0B, "", s:cterm0B, "", "", "") +call <sid>hi("markdownHeadingDelimiter", s:gui0D, "", s:cterm0D, "", "", "") + +" NERDTree highlighting +call <sid>hi("NERDTreeDirSlash", s:gui0D, "", s:cterm0D, "", "", "") +call <sid>hi("NERDTreeExecFile", s:gui05, "", s:cterm05, "", "", "") + +" PHP highlighting +call <sid>hi("phpMemberSelector", s:gui05, "", s:cterm05, "", "", "") +call <sid>hi("phpComparison", s:gui05, "", s:cterm05, "", "", "") +call <sid>hi("phpParent", s:gui05, "", s:cterm05, "", "", "") +call <sid>hi("phpMethodsVar", s:gui0C, "", s:cterm0C, "", "", "") + +" Python highlighting +call <sid>hi("pythonOperator", s:gui0E, "", s:cterm0E, "", "", "") +call <sid>hi("pythonRepeat", s:gui0E, "", s:cterm0E, "", "", "") +call <sid>hi("pythonInclude", s:gui0E, "", s:cterm0E, "", "", "") +call <sid>hi("pythonStatement", s:gui0E, "", s:cterm0E, "", "", "") + +" Ruby highlighting +call <sid>hi("rubyAttribute", s:gui0D, "", s:cterm0D, "", "", "") +call <sid>hi("rubyConstant", s:gui0A, "", s:cterm0A, "", "", "") +call <sid>hi("rubyInterpolationDelimiter", s:gui0F, "", s:cterm0F, "", "", "") +call <sid>hi("rubyRegexp", s:gui0C, "", s:cterm0C, "", "", "") +call <sid>hi("rubySymbol", s:gui0B, "", s:cterm0B, "", "", "") +call <sid>hi("rubyStringDelimiter", s:gui0B, "", s:cterm0B, "", "", "") + +" SASS highlighting +call <sid>hi("sassidChar", s:gui08, "", s:cterm08, "", "", "") +call <sid>hi("sassClassChar", s:gui09, "", s:cterm09, "", "", "") +call <sid>hi("sassInclude", s:gui0E, "", s:cterm0E, "", "", "") +call <sid>hi("sassMixing", s:gui0E, "", s:cterm0E, "", "", "") +call <sid>hi("sassMixinName", s:gui0D, "", s:cterm0D, "", "", "") + +" Signify highlighting +call <sid>hi("SignifySignAdd", s:gui0B, s:gui01, s:cterm0B, s:cterm01, "", "") +call <sid>hi("SignifySignChange", s:gui0D, s:gui01, s:cterm0D, s:cterm01, "", "") +call <sid>hi("SignifySignDelete", s:gui08, s:gui01, s:cterm08, s:cterm01, "", "") + +" Spelling highlighting +call <sid>hi("SpellBad", "", "", "", "", "undercurl", s:gui08) +call <sid>hi("SpellLocal", "", "", "", "", "undercurl", s:gui0C) +call <sid>hi("SpellCap", "", "", "", "", "undercurl", s:gui0D) +call <sid>hi("SpellRare", "", "", "", "", "undercurl", s:gui0E) + +" Startify highlighting +call <sid>hi("StartifyBracket", s:gui03, "", s:cterm03, "", "", "") +call <sid>hi("StartifyFile", s:gui07, "", s:cterm07, "", "", "") +call <sid>hi("StartifyFooter", s:gui03, "", s:cterm03, "", "", "") +call <sid>hi("StartifyHeader", s:gui0B, "", s:cterm0B, "", "", "") +call <sid>hi("StartifyNumber", s:gui09, "", s:cterm09, "", "", "") +call <sid>hi("StartifyPath", s:gui03, "", s:cterm03, "", "", "") +call <sid>hi("StartifySection", s:gui0E, "", s:cterm0E, "", "", "") +call <sid>hi("StartifySelect", s:gui0C, "", s:cterm0C, "", "", "") +call <sid>hi("StartifySlash", s:gui03, "", s:cterm03, "", "", "") +call <sid>hi("StartifySpecial", s:gui03, "", s:cterm03, "", "", "") + +" Java highlighting +call <sid>hi("javaOperator", s:gui0D, "", s:cterm0D, "", "", "") + +" Remove functions +delf <sid>hi + +" Remove color variables +unlet s:gui00 s:gui01 s:gui02 s:gui03 s:gui04 s:gui05 s:gui06 s:gui07 s:gui08 s:gui09 s:gui0A s:gui0B s:gui0C s:gui0D s:gui0E s:gui0F +unlet s:cterm00 s:cterm01 s:cterm02 s:cterm03 s:cterm04 s:cterm05 s:cterm06 s:cterm07 s:cterm08 s:cterm09 s:cterm0A s:cterm0B s:cterm0C s:cterm0D s:cterm0E s:cterm0F diff --git a/vim/lightline-theme/darcula.vim b/vim/lightline-theme/darcula.vim deleted file mode 100644 index 2103efd..0000000 --- a/vim/lightline-theme/darcula.vim +++ /dev/null @@ -1,37 +0,0 @@ -" ============================================================================= -" Filename: autoload/lightline/colorscheme/darcula.vim -" Author: kkopec -" License: MIT License -" Last Change: 2017/02/11 21:18:54. -" ============================================================================= - -let s:black = [ '#262727', 235 ] -let s:gray = [ '#302e31', 236 ] -let s:white = [ '#f0d3c9', 250 ] -let s:blue = [ '#9dccde' , 67 ] -let s:green = [ '#9ddeaf', 71 ] -let s:purple = [ '#af9dde', 104 ] -let s:red = [ '#de9dac', 204 ] -let s:yellow = [ '#ded09d', 222 ] - -let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': {}, 'tabline': {}} -let s:p.normal.left = [ [ s:black, s:purple ], [ s:purple, s:gray ] ] -let s:p.normal.right = [ [ s:black, s:purple ], [ s:purple, s:gray ] ] -let s:p.inactive.left = [ [ s:black, s:blue ], [ s:blue, s:gray ] ] -let s:p.inactive.right = [ [ s:black, s:blue ], [ s:blue, s:gray ] ] -let s:p.insert.left = [ [ s:black, s:green ], [ s:green, s:gray ] ] -let s:p.insert.right = [ [ s:black, s:green ], [ s:green, s:gray ] ] -let s:p.replace.left = [ [ s:black, s:red ], [ s:red, s:gray ] ] -let s:p.replace.right = [ [ s:black, s:red ], [ s:red, s:gray ] ] -let s:p.visual.left = [ [ s:black, s:yellow ], [ s:yellow, s:gray ] ] -let s:p.visual.right = [ [ s:black, s:yellow ], [ s:yellow, s:gray ] ] -let s:p.normal.middle = [ [ s:white, s:gray ] ] -let s:p.inactive.middle = [ [ s:white, s:gray ] ] -let s:p.tabline.left = [ [ s:blue, s:gray ] ] -let s:p.tabline.tabsel = [ [ s:black, s:blue ] ] -let s:p.tabline.middle = [ [ s:blue, s:gray ] ] -let s:p.tabline.right = [ [ s:black, s:blue ] ] -let s:p.normal.error = [ [ s:red, s:black ] ] -let s:p.normal.warning = [ [ s:yellow, s:black ] ] - -let g:lightline#colorscheme#darcula#palette = lightline#colorscheme#flatten(s:p) |