diff --git a/common.nix b/common.nix new file mode 100644 index 0000000..9e8aa52 --- /dev/null +++ b/common.nix @@ -0,0 +1,87 @@ +{ + inputs, + lib, + pkgs, + ... +}: + +{ + imports = [ + inputs.home-manager.nixosModules.home-manager + ] + ++ (lib.my.mapModulesRec' (toString ./modules) import); + + nix = { + package = pkgs.nixVersions.stable; + extraOptions = "experimental-features = nix-command flakes"; + nixPath = [ "nixpkgs=${inputs.nixpkgs}" ]; + settings = { + substituters = [ + "https://nix-community.cachix.org" + "https://cache.nixos.org/" + "https://devenv.cachix.org" + # "ssh://nix-ssh@hel1.banditlair.com" + ]; + trusted-public-keys = [ + "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + "devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw=" + "hel1.banditlair.com:stzB4xe5QTFvSABoP11ZpNzLDCRZ93PExk0Z/gOzW3g=" + ]; + auto-optimise-store = true; + }; + gc = { + automatic = true; + dates = "weekly"; + options = "--delete-older-than 30d"; + persistent = true; + }; + }; + + system.configurationRevision = lib.mkIf (inputs.self ? rev) inputs.self.rev; + + time.timeZone = lib.mkDefault "Europe/Amsterdam"; + + i18n.defaultLocale = lib.mkDefault "en_US.UTF-8"; + + zramSwap.enable = true; + zramSwap.memoryPercent = 300; + systemd.oomd.enable = true; + + console = { + keyMap = lib.mkDefault "fr"; + font = lib.mkDefault "${pkgs.terminus_font}/share/consolefonts/ter-v32n.psf.gz"; + earlySetup = true; + }; + + fonts.fontconfig.antialias = lib.mkDefault true; + fonts.fontconfig.subpixel = { + rgba = lib.mkDefault "none"; + lcdfilter = lib.mkDefault "none"; + }; + + environment.systemPackages = with pkgs; [ + git + vim + + wget + inetutils + man + + htop-vim + ncdu + nload + pciutils + lsof + dnsutils + + unzip + ]; + + networking.hosts = { + "127.0.0.1" = [ + "localhost" + "membres.yourcoop.local" + ]; + }; + services.resolved.dnssec = "false"; +} diff --git a/flake.lock b/flake.lock index f3be932..0517b26 100644 --- a/flake.lock +++ b/flake.lock @@ -1,47 +1,142 @@ { "nodes": { - "home-manager": { + "blueprint": { "inputs": { - "nixpkgs": "nixpkgs", - "utils": "utils" + "nixpkgs": [ + "llm-agents", + "nixpkgs" + ], + "systems": "systems" }, "locked": { - "lastModified": 1662759269, - "narHash": "sha256-lt8bAfEZudCQb+MxoNKmenhMTXhu3RCCyLYxU9t5FFk=", + "lastModified": 1763308703, + "narHash": "sha256-O9Y+Wer8wOh+N+4kcCK5p/VLrXyX+ktk0/s3HdZvJzk=", + "owner": "numtide", + "repo": "blueprint", + "rev": "5a9bba070f801d63e2af3c9ef00b86b212429f4f", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "blueprint", + "type": "github" + } + }, + "emacs-overlay": { + "inputs": { + "nixpkgs": "nixpkgs", + "nixpkgs-stable": "nixpkgs-stable" + }, + "locked": { + "lastModified": 1766423654, + "narHash": "sha256-ko2vQ6kf8dXLMTq2bnNazbPAHvdsf+BrWQfr4acRNDo=", "owner": "nix-community", - "repo": "home-manager", - "rev": "9f7fe353b613d0e45d7a5cdbd1f13c96c15803dd", + "repo": "emacs-overlay", + "rev": "d06edf59a5f5c1b15d607ec2e514cf2f8a71a591", "type": "github" }, "original": { + "owner": "nix-community", + "repo": "emacs-overlay", + "type": "github" + } + }, + "home-manager": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1766387499, + "narHash": "sha256-AjK3/UKDzeXFeYNLVBaJ3+HLE9he1g5UrlNd4/BM3eA=", "owner": "nix-community", "repo": "home-manager", + "rev": "527ad07e6625302b648ed3b28c34b62a79bd103e", + "type": "github" + }, + "original": { + "owner": "nix-community", + "ref": "master", + "repo": "home-manager", + "type": "github" + } + }, + "llm-agents": { + "inputs": { + "blueprint": "blueprint", + "nixpkgs": "nixpkgs_2", + "treefmt-nix": "treefmt-nix" + }, + "locked": { + "lastModified": 1766441132, + "narHash": "sha256-bd6d2lQiNaIEIjRZo7yFthyYJ8uugnRJfWn8SuOy8i4=", + "owner": "numtide", + "repo": "llm-agents.nix", + "rev": "950a181bbb93b8de506b1db15fec242d273d2c1d", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "llm-agents.nix", "type": "github" } }, "nixpkgs": { "locked": { - "lastModified": 1654953433, - "narHash": "sha256-TwEeh4r50NdWHFAHQSyjCk2cZxgwUfcCCAJOhPdXB28=", - "owner": "nixos", + "lastModified": 1766309749, + "narHash": "sha256-3xY8CZ4rSnQ0NqGhMKAy5vgC+2IVK0NoVEzDoOh4DA4=", + "owner": "NixOS", "repo": "nixpkgs", - "rev": "90cd5459a1fd707819b9a3fb9c852beaaac3b79a", + "rev": "a6531044f6d0bef691ea18d4d4ce44d0daa6e816", "type": "github" }, "original": { - "owner": "nixos", + "owner": "NixOS", "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" } }, + "nixpkgs-stable": { + "locked": { + "lastModified": 1766014764, + "narHash": "sha256-+73VffE5GP5fvbib6Hs1Su6LehG+9UV1Kzs90T2gBLA=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "2b0d2b456e4e8452cf1c16d00118d145f31160f9", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-25.05", + "repo": "nixpkgs", + "type": "github" + } + }, "nixpkgs_2": { "locked": { - "lastModified": 1662996720, - "narHash": "sha256-XvLQ3SuXnDMJMpM1sv1ifPjBuRytiDYhB12H/BNTjgY=", + "lastModified": 1766314097, + "narHash": "sha256-laJftWbghBehazn/zxVJ8NdENVgjccsWAdAqKXhErrM=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "306ea70f9eb0fb4e040f8540e2deab32ed7e2055", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_3": { + "locked": { + "lastModified": 1766309749, + "narHash": "sha256-3xY8CZ4rSnQ0NqGhMKAy5vgC+2IVK0NoVEzDoOh4DA4=", "owner": "nixos", "repo": "nixpkgs", - "rev": "5f326e2a403e1cebaec378e72ceaf5725983376d", + "rev": "a6531044f6d0bef691ea18d4d4ce44d0daa6e816", "type": "github" }, "original": { @@ -51,24 +146,135 @@ "type": "github" } }, - "root": { - "inputs": { - "home-manager": "home-manager", - "nixpkgs": "nixpkgs_2" + "nixpkgs_4": { + "locked": { + "lastModified": 1766070988, + "narHash": "sha256-G/WVghka6c4bAzMhTwT2vjLccg/awmHkdKSd2JrycLc=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "c6245e83d836d0433170a16eb185cefe0572f8b8", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" } }, - "utils": { + "nvim-treesitter": { + "flake": false, "locked": { - "lastModified": 1653893745, - "narHash": "sha256-0jntwV3Z8//YwuOjzhV2sgJJPt+HY6KhU7VZUL0fKZQ=", + "lastModified": 1766230815, + "narHash": "sha256-+2PF6Q2uwRs/gbhKvR4jF8rYhe0HoZfwMwZCoZinp/o=", + "owner": "nvim-treesitter", + "repo": "nvim-treesitter", + "rev": "8cdffc6d334731ce3703b6d870a5a34fd878208a", + "type": "github" + }, + "original": { + "owner": "nvim-treesitter", + "ref": "main", + "repo": "nvim-treesitter", + "type": "github" + } + }, + "nvim-treesitter-main": { + "inputs": { + "nixpkgs": "nixpkgs_4", + "nvim-treesitter": "nvim-treesitter", + "nvim-treesitter-textobjects": "nvim-treesitter-textobjects" + }, + "locked": { + "lastModified": 1766296113, + "narHash": "sha256-s6bymukQTFg6kAsgogwbCda+Fe+Su3T9rJE0xZ8s9R0=", + "owner": "iofq", + "repo": "nvim-treesitter-main", + "rev": "5ca3b0dd2d3d00fb597ba8c316eb3ca79ea17fbc", + "type": "github" + }, + "original": { + "owner": "iofq", + "repo": "nvim-treesitter-main", + "type": "github" + } + }, + "nvim-treesitter-textobjects": { + "flake": false, + "locked": { + "lastModified": 1766243280, + "narHash": "sha256-hbVwqoo0WRTVKIhsG5N6IXnmOVrrQzGuE4x0rEMYro0=", + "owner": "nvim-treesitter", + "repo": "nvim-treesitter-textobjects", + "rev": "e91c585ac0ee760198dabc1fad2e6227effdcd5e", + "type": "github" + }, + "original": { + "owner": "nvim-treesitter", + "ref": "main", + "repo": "nvim-treesitter-textobjects", + "type": "github" + } + }, + "root": { + "inputs": { + "emacs-overlay": "emacs-overlay", + "home-manager": "home-manager", + "llm-agents": "llm-agents", + "nixpkgs": "nixpkgs_3", + "nvim-treesitter-main": "nvim-treesitter-main", + "vim-org-roam": "vim-org-roam" + } + }, + "systems": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "treefmt-nix": { + "inputs": { + "nixpkgs": [ + "llm-agents", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1766000401, + "narHash": "sha256-+cqN4PJz9y0JQXfAK5J1drd0U05D5fcAGhzhfVrDlsI=", "owner": "numtide", - "repo": "flake-utils", - "rev": "1ed9fb1935d260de5fe1c2f7ee0ebaae17ed2fa1", + "repo": "treefmt-nix", + "rev": "42d96e75aa56a3f70cab7e7dc4a32868db28e8fd", "type": "github" }, "original": { "owner": "numtide", - "repo": "flake-utils", + "repo": "treefmt-nix", + "type": "github" + } + }, + "vim-org-roam": { + "flake": false, + "locked": { + "lastModified": 1765802816, + "narHash": "sha256-Zzq4JK3iFBVr8QmMmv5vm/R8QyYqmL44fRMZa15m7eo=", + "owner": "chipsenkbeil", + "repo": "org-roam.nvim", + "rev": "74276a94e9e4af463e7ba35c22259eeced9c90f9", + "type": "github" + }, + "original": { + "owner": "chipsenkbeil", + "repo": "org-roam.nvim", "type": "github" } } diff --git a/flake.nix b/flake.nix index cbebfe8..597eeaf 100644 --- a/flake.nix +++ b/flake.nix @@ -1,159 +1,80 @@ { inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; - home-manager.url = "github:nix-community/home-manager"; + home-manager = { + url = "github:nix-community/home-manager/master"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + emacs-overlay.url = "github:nix-community/emacs-overlay"; + vim-org-roam = { + url = "github:chipsenkbeil/org-roam.nvim"; + flake = false; + }; + llm-agents.url = "github:numtide/llm-agents.nix"; + # Workaround until nvim-treesitter main branch is used in nixpkgs + nvim-treesitter-main.url = "github:iofq/nvim-treesitter-main"; }; - outputs = { self, home-manager, nixpkgs }: { + outputs = + inputs@{ + self, + nixpkgs, + ... + }: + let + inherit (lib.my) mapHosts; - nixosConfigurations.nixos-desktop = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; - specialArgs = { inherit nixpkgs; }; - modules = - [ - home-manager.nixosModules.home-manager - ./hardware/desktop.nix - ./profiles/base.nix - ./users - ( - { - networking.hostName = "nixos-desktop"; - # Allow to externally control MPD - networking.firewall.allowedTCPPorts = [ 6600 ]; - nix.registry.nixpkgs.flake = nixpkgs; + mkPkgs = + pkgs: extraOverlays: + import pkgs { + inherit system; + config.allowUnfreePredicate = + pkg: + builtins.elem (pkgs.lib.getName pkg) [ + "steam" + "steam-original" + "steam-run" + "steam-unwrapped" + "keymapp" + "mongodb-compass" + "nvidia-x11" + "nvidia-settings" + "idea" + ]; + overlays = + extraOverlays + ++ (pkgs.lib.attrValues self.overlays) + ++ [ inputs.nvim-treesitter-main.overlays.default ]; + }; - system.stateVersion = "19.09"; - } - ) - ]; + pkgs = mkPkgs nixpkgs [ ]; + + lib = nixpkgs.lib.extend ( + self: super: { + my = import ./lib { + inherit pkgs inputs; + lib = self; + }; + } + ); + in + { + lib = lib.my; + + overlays = { + my = import ./overlay.nix; + }; + + nixosConfigurations = (mapHosts ./hosts { }) // { + rpi3 = nixpkgs.lib.nixosSystem { + system = "aarch64-linux"; + specialArgs = { + inherit inputs; + }; + modules = [ ./hosts/rpi3/default.nix ]; + }; + }; }; - - nixosConfigurations.froidmpa-laptop = nixpkgs.lib.nixosSystem { - system = "x86_64-linux"; - specialArgs = { inherit nixpkgs; }; - modules = - [ - home-manager.nixosModules.home-manager - ./hardware/clevo-nl51ru.nix - ./profiles/base.nix - ./users - ( - { - networking.hostName = "froidmpa-laptop"; - - nix.registry.nixpkgs.flake = nixpkgs; - - home-manager.users.froidmpa = { pkgs, config, ... }: { - services.network-manager-applet.enable = true; - services.blueman-applet.enable = true; - services.grobi = { - enable = true; - executeAfter = [ "${pkgs.systemd}/bin/systemctl --user restart stalonetray" "${pkgs.feh}/bin/feh --bg-fill ~/.wallpaper.png" ]; - rules = [ - { - name = "External HDMI"; - outputs_connected = [ "HDMI-1" ]; - configure_single = "HDMI-1"; - primary = true; - atomic = true; - } - { - name = "Primary"; - configure_single = "eDP"; - } - ]; - }; - }; - - system.stateVersion = "21.05"; - } - ) - - ]; - }; - - nixosConfigurations.rpi3 = nixpkgs.lib.nixosSystem { - system = "aarch64-linux"; - modules = - [ - ( - { pkgs, ... }: { - networking.hostName = "rpi3"; - - nix.registry.nixpkgs.flake = nixpkgs; - - boot.loader.grub.enable = false; - boot.loader.generic-extlinux-compatible.enable = true; - boot.kernelParams = [ "cma=256M" ]; - - fileSystems."/" = - { - device = "/dev/disk/by-label/NIXOS_SD"; - fsType = "ext4"; - }; - - swapDevices = [{ device = "/swapfile"; size = 1024; }]; - - services.openssh.enable = true; - users.users.root.openssh.authorizedKeys.keyFiles = [ - ./ssh_keys/phfroidmont-desktop.pub - ./ssh_keys/phfroidmont-laptop.pub - ]; - - services.adguardhome = { - enable = true; - - host = "0.0.0.0"; - port = 80; - openFirewall = true; - - mutableSettings = false; - - settings = { - auth_attempts = 5; - block_auth_min = 15; - dns = { - bind_host = "0.0.0.0"; - port = 53; - statistics_interval = 90; - querylog_enabled = true; - querylog_interval = 90; - upstream_dns = [ - "tls://doh.mullvad.net" - "[/lan/]192.168.1.1" - "[//]192.168.1.1" - ]; - local_ptr_upstreams = [ "192.168.1.1" ]; - use_private_ptr_resolvers = true; - resolve_clients = true; - bootstrap_dns = "9.9.9.10"; - rewrites = [ - { - domain = "rpi3"; - answer = "192.168.1.2"; - } - { - domain = "rpi3.lan"; - answer = "192.168.1.2"; - } - ]; - }; - }; - }; - - networking.firewall.allowedTCPPorts = [ 53 ]; - networking.firewall.allowedUDPPorts = [ 53 ]; - - environment.systemPackages = with pkgs; [ - vim - htop - ]; - - system.stateVersion = "22.05"; - } - ) - ]; - }; - }; } diff --git a/hardware/clevo-nl51ru.nix b/hardware/clevo-nl51ru.nix deleted file mode 100644 index ded4f34..0000000 --- a/hardware/clevo-nl51ru.nix +++ /dev/null @@ -1,66 +0,0 @@ -{ config, lib, pkgs, modulesPath, ... }: - -{ - imports = - [ - (modulesPath + "/installer/scan/not-detected.nix") - ]; - - boot = { - initrd.availableKernelModules = [ "nvme" "xhci_pci" "sdhci_pci" ]; - initrd.kernelModules = [ "dm-snapshot" ]; - kernelModules = [ "kvm-amd" ]; - # Required, otherwise the kernel freezes on boot - kernelParams = [ "amd_iommu=on" "iommu=pt" "pci=noats" ]; - extraModulePackages = [ ]; - loader.systemd-boot.enable = true; - loader.efi.canTouchEfiVariables = true; - initrd.luks.devices."crypted".device = "/dev/disk/by-uuid/1e900b2e-daea-4558-b18f-3d3a5843de61"; - }; - - hardware.cpu.amd.updateMicrocode = true; - - fileSystems."/" = - { - device = "/dev/disk/by-uuid/a8abad9b-5615-4887-8431-3d80b78d073e"; - fsType = "ext4"; - }; - - - fileSystems."/boot" = - { - device = "/dev/disk/by-uuid/077C-758A"; - fsType = "vfat"; - }; - - swapDevices = - [{ device = "/dev/disk/by-uuid/bb8fa9ef-9b8f-413d-913a-6c891649a954"; }]; - - hardware = { - bluetooth = { - enable = true; - # Enable A2DP Sink - settings = { - General = { - Enable = "Source,Sink,Media,Socket"; - }; - }; - }; - pulseaudio = { - enable = true; - - # Use full build to have Bluetooth support - package = pkgs.pulseaudioFull; - }; - }; - - networking.networkmanager.enable = true; - - # Enable touchpad support. - services.xserver.libinput.enable = true; - - services.blueman.enable = true; - - services.logind.lidSwitch = "ignore"; - -} diff --git a/hardware/desktop.nix b/hardware/desktop.nix deleted file mode 100644 index 346d805..0000000 --- a/hardware/desktop.nix +++ /dev/null @@ -1,51 +0,0 @@ -{ config, lib, pkgs, modulesPath, ... }: -{ - imports = [ - (modulesPath + "/installer/scan/not-detected.nix") - ]; - - boot = { - initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usbhid" "sd_mod" ]; - initrd.kernelModules = [ "amdgpu" ]; - kernelModules = [ "kvm-amd" ]; - extraModulePackages = [ ]; - loader.systemd-boot.enable = true; - loader.efi.canTouchEfiVariables = true; - }; - - - fileSystems."/" = - { - device = "/dev/disk/by-uuid/f1e21558-88e6-413e-b56a-04e0b25e9ddd"; - fsType = "ext4"; - }; - - fileSystems."/boot" = - { - device = "/dev/disk/by-uuid/CCD1-0415"; - fsType = "vfat"; - }; - - fileSystems."/home/froidmpa/Nextcloud" = { - device = "/dev/disk/by-uuid/a4ba8b21-ea33-4487-b6f6-9bb7470a0acb"; - fsType = "ext4"; - }; - - swapDevices = - [{ device = "/dev/disk/by-uuid/f714775c-b5af-4c0c-8330-999b43db4794"; }]; - - nix.settings.max-jobs = lib.mkDefault 16; - networking.interfaces.enp31s0.useDHCP = true; - - services.xserver.videoDrivers = [ "amdgpu" ]; - - hardware.opengl = { - enable = true; - driSupport = true; - driSupport32Bit = true; - extraPackages = with pkgs; [ - rocm-opencl-icd - rocm-opencl-runtime - ]; - }; -} diff --git a/hosts/nixos-desktop/default.nix b/hosts/nixos-desktop/default.nix new file mode 100644 index 0000000..2ba01bd --- /dev/null +++ b/hosts/nixos-desktop/default.nix @@ -0,0 +1,89 @@ +{ pkgs, config, ... }: +{ + imports = [ ./hardware-configuration.nix ]; + + modules = { + desktop.wm.enable = true; + editor = { + vim.enable = true; + emacs.enable = true; + }; + services = { + flatpak.enable = true; + belgian-eid.enable = true; + docker.enable = true; + libvirt.enable = true; + languagetool.enable = true; + work-proxy.enable = true; + }; + media = { + mpd.enable = true; + ncmpcpp.enable = true; + emulators.gc.enable = true; + steam.enable = true; + lutris.enable = true; + }; + ai.opencode.enable = true; + }; + + user.name = "froidmpa"; + + programs.kdeconnect.enable = true; + + boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; + # nix = { + # distributedBuilds = true; + # buildMachines = [ + # { + # hostName = "hel1.banditlair.com"; + # sshUser = "nix-ssh"; + # system = "x86_64-linux"; + # supportedFeatures = [ + # "nixos-test" + # "benchmark" + # "big-parallel" + # "kvm" + # ]; + # } + # ]; + # settings = { + # builders-use-substitutes = true; + # }; + # }; + + services.tailscale.enable = true; + + services.openssh = { + enable = true; + settings.PasswordAuthentication = false; + listenAddresses = [ + { + # Tailscale interface + addr = "100.64.0.3"; + port = 22; + } + ]; + }; + + users.users.${config.user.name} = { + openssh.authorizedKeys.keyFiles = [ + ../../ssh_keys/phfroidmont-desktop.pub + ../../ssh_keys/phfroidmont-stellaris.pub + ]; + }; + + # Allow to externally control MPD + networking.firewall.allowedTCPPorts = [ 6600 ]; + + home-manager.users.${config.user.name} = + { ... }: + { + wayland.windowManager.hyprland.settings = { + monitor = [ + "DP-1, 4096x2160@240, 0x0, 1.5" + ]; + }; + }; + + system.stateVersion = "20.09"; +} diff --git a/hosts/nixos-desktop/hardware-configuration.nix b/hosts/nixos-desktop/hardware-configuration.nix new file mode 100644 index 0000000..cf027de --- /dev/null +++ b/hosts/nixos-desktop/hardware-configuration.nix @@ -0,0 +1,73 @@ +{ + lib, + pkgs, + modulesPath, + ... +}: +{ + imports = [ (modulesPath + "/installer/scan/not-detected.nix") ]; + + boot = { + kernelPackages = pkgs.linuxPackages_zen; + initrd.availableKernelModules = [ + "nvme" + "xhci_pci" + "ahci" + "usbhid" + "sd_mod" + ]; + initrd.kernelModules = [ "amdgpu" ]; + + kernelModules = [ "kvm-amd" ]; + extraModulePackages = [ ]; + loader.systemd-boot.enable = true; + loader.efi.canTouchEfiVariables = true; + }; + + fileSystems = { + "/" = { + device = "/dev/disk/by-uuid/f1e21558-88e6-413e-b56a-04e0b25e9ddd"; + fsType = "ext4"; + }; + + "/boot" = { + device = "/dev/disk/by-uuid/CCD1-0415"; + fsType = "vfat"; + }; + + "/home/froidmpa/Nextcloud" = { + device = "/dev/disk/by-uuid/a4ba8b21-ea33-4487-b6f6-9bb7470a0acb"; + fsType = "ext4"; + }; + + "/home/froidmpa/Backup" = { + device = "/dev/disk/by-uuid/7fdc4e44-ecb4-49c7-9fb0-cb1ef6235b05"; + fsType = "ext4"; + }; + }; + + swapDevices = [ { device = "/dev/disk/by-uuid/f714775c-b5af-4c0c-8330-999b43db4794"; } ]; + + powerManagement = { + cpuFreqGovernor = "performance"; + powertop.enable = true; + }; + + nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; + + nix.settings.max-jobs = lib.mkDefault 16; + networking.useNetworkd = true; + networking.interfaces.enp31s0.useDHCP = true; + + hardware.graphics = { + enable = true; + enable32Bit = true; + extraPackages = with pkgs; [ + rocmPackages.clr + ]; + }; + + hardware.cpu.amd.updateMicrocode = true; + + services.resolved.dnssec = "false"; +} diff --git a/hosts/rpi3/default.nix b/hosts/rpi3/default.nix new file mode 100644 index 0000000..dce1070 --- /dev/null +++ b/hosts/rpi3/default.nix @@ -0,0 +1,92 @@ +{ inputs, pkgs, ... }: +{ + + nix = { + registry.nixpkgs.flake = inputs.nixpkgs; + nixPath = [ "nixpkgs=${inputs.nixpkgs}" ]; + }; + + boot = { + loader.grub.enable = false; + loader.generic-extlinux-compatible.enable = true; + kernelParams = [ "cma=256M" ]; + }; + + fileSystems."/" = { + device = "/dev/disk/by-label/NIXOS_SD"; + fsType = "ext4"; + }; + + swapDevices = [ + { + device = "/swapfile"; + size = 1024; + } + ]; + + services.openssh.enable = true; + users.users.root.openssh.authorizedKeys.keyFiles = [ + ../../ssh_keys/phfroidmont-desktop.pub + ../../ssh_keys/phfroidmont-stellaris.pub + ]; + + services.adguardhome = { + enable = true; + + openFirewall = true; + + mutableSettings = false; + + settings = { + http = { + address = "0.0.0.0:80"; + }; + auth_attempts = 5; + block_auth_min = 15; + dns = { + bind_hosts = [ "0.0.0.0" ]; + port = 53; + statistics_interval = 90; + upstream_dns = [ + "tls://doh.mullvad.net" + "[/lan/]192.168.1.1" + "[//]192.168.1.1" + ]; + local_ptr_upstreams = [ "192.168.1.1" ]; + use_private_ptr_resolvers = true; + resolve_clients = true; + bootstrap_dns = [ "9.9.9.10" ]; + rewrites = [ + { + domain = "rpi3"; + answer = "192.168.1.2"; + } + { + domain = "rpi3.lan"; + answer = "192.168.1.2"; + } + ]; + }; + querylog = { + enabled = true; + interval = "2160h"; + }; + }; + }; + + networking = { + hostName = "rpi3"; + firewall.allowedTCPPorts = [ + 53 + 80 + ]; + firewall.allowedUDPPorts = [ 53 ]; + }; + + environment.systemPackages = with pkgs; [ + vim + htop-vim + ]; + + system.stateVersion = "22.05"; +} diff --git a/hosts/stellaris/default.nix b/hosts/stellaris/default.nix new file mode 100644 index 0000000..d6039ce --- /dev/null +++ b/hosts/stellaris/default.nix @@ -0,0 +1,124 @@ +{ config, ... }: +{ + imports = [ ./hardware-configuration.nix ]; + + modules = { + desktop = { + wm.enable = true; + defaultBrowser = "brave"; + }; + editor = { + vim.enable = true; + emacs.enable = true; + }; + services = { + flatpak.enable = true; + belgian-eid.enable = true; + docker.enable = true; + libvirt.enable = true; + languagetool.enable = true; + work-proxy.enable = true; + kanata.enable = true; + }; + media = { + mpd.enable = true; + ncmpcpp.enable = true; + emulators.gc.enable = true; + steam.enable = true; + lutris.enable = true; + }; + ai.opencode.enable = true; + }; + + # Monitor backlight control + programs.light.enable = true; + + services.tlp.enable = true; + + hardware.cpu.amd.updateMicrocode = true; + hardware.tuxedo-drivers.enable = true; + hardware.tuxedo-rs = { + enable = true; + tailor-gui.enable = true; + }; + + hardware = { + bluetooth = { + enable = true; + # Enable A2DP Sink + settings = { + General = { + Enable = "Source,Sink,Media,Socket"; + }; + }; + }; + }; + + networking.networkmanager.enable = true; + + services.blueman.enable = true; + + services.logind.settings.Login.HandleLidSwitch = "ignore"; + + user.name = "phfroidmont"; + + home-manager.users.${config.user.name} = + { ... }: + { + services.network-manager-applet.enable = true; + services.blueman-applet.enable = true; + wayland.windowManager.hyprland.settings = { + env = [ + "LIBVA_DRIVER_NAME,nvidia" + "__GLX_VENDOR_LIBRARY_NAME,nvidia" + ]; + + workspace = [ + "w[tv1], gapsout:0, gapsin:0" + "f[1], gapsout:0, gapsin:0" + ]; + windowrulev2 = [ + "bordersize 0, floating:0, onworkspace:w[tv1]" + "rounding 0, floating:0, onworkspace:w[tv1]" + "bordersize 0, floating:0, onworkspace:f[1]" + "rounding 0, floating:0, onworkspace:f[1]" + ]; + }; + }; + + services.pipewire.wireplumber.extraConfig = { + "monitor.bluez.properties" = { + "bluez5.enable-sbc-xq" = true; + "bluez5.enable-msbc" = true; + "bluez5.enable-hw-volume" = true; + "bluez5.roles" = [ + "hsp_hs" + "hsp_ag" + "hfp_hf" + "hfp_ag" + ]; + }; + }; + + services.tailscale.enable = true; + + services.openssh = { + enable = true; + settings.PasswordAuthentication = false; + listenAddresses = [ + { + # Tailscale interface + addr = "100.64.0.5"; + port = 22; + } + ]; + }; + users.users.${config.user.name} = { + openssh.authorizedKeys.keyFiles = [ + ../../ssh_keys/phfroidmont-desktop.pub + ]; + extraGroups = [ "video" ]; + }; + + system.stateVersion = "25.05"; +} diff --git a/hosts/stellaris/disko.nix b/hosts/stellaris/disko.nix new file mode 100644 index 0000000..d62b17c --- /dev/null +++ b/hosts/stellaris/disko.nix @@ -0,0 +1,79 @@ +{ ... }: +{ + disko.devices = { + disk.main = { + type = "disk"; + # Replace with your device, e.g. /dev/disk/by-id/nvme-Samsung_SSD_980_... + device = "/dev/disk/by-id/nvme-Samsung_SSD_9100_PRO_2TB_S7YFNJ0Y612225D"; + content = { + type = "gpt"; + partitions = { + ESP = { + type = "ef00"; + size = "512M"; + content = { + type = "filesystem"; + format = "vfat"; + mountpoint = "/boot"; + mountOptions = [ "umask=0077" ]; + }; + }; + luks = { + size = "100%"; + content = { + type = "luks"; + name = "cryptroot"; + settings = { + allowDiscards = true; + }; + content = { + type = "btrfs"; + extraArgs = [ + "-L" + "nixos" + ]; + # Top-level btrfs mountpoint isn't used; subvols below define mounts + subvolumes = { + "@".mountpoint = "/"; + "@home".mountpoint = "/home"; + "@nix".mountpoint = "/nix"; + "@log".mountpoint = "/var/log"; + "@cache".mountpoint = "/var/cache"; + + # Common, fast, SSD-friendly defaults + "@".mountOptions = [ + "compress=zstd" + "noatime" + "ssd" + "autodefrag" + ]; + "@home".mountOptions = [ + "compress=zstd" + "noatime" + "ssd" + "autodefrag" + ]; + "@nix".mountOptions = [ + "compress=zstd" + "noatime" + "ssd" + ]; + "@log".mountOptions = [ + "compress=zstd" + "noatime" + "ssd" + ]; + "@cache".mountOptions = [ + "compress=zstd" + "noatime" + "ssd" + ]; + }; + }; + }; + }; + }; + }; + }; + }; +} diff --git a/hosts/stellaris/hardware-configuration.nix b/hosts/stellaris/hardware-configuration.nix new file mode 100644 index 0000000..a1781d7 --- /dev/null +++ b/hosts/stellaris/hardware-configuration.nix @@ -0,0 +1,92 @@ +{ + config, + lib, + pkgs, + modulesPath, + ... +}: + +{ + imports = [ + (modulesPath + "/installer/scan/not-detected.nix") + ]; + + boot.kernelPackages = pkgs.linuxPackages_zen; + boot.initrd.availableKernelModules = [ + "nvme" + "xhci_pci" + "usb_storage" + "sd_mod" + "sdhci_pci" + ]; + boot.initrd.kernelModules = [ ]; + boot.kernelModules = [ "kvm-amd" ]; + boot.extraModulePackages = [ ]; + + boot.loader.systemd-boot.enable = true; + boot.loader.efi.canTouchEfiVariables = true; + + fileSystems."/" = { + device = "/dev/disk/by-uuid/60093dc5-7e4f-479d-8e6b-d4f5fedcb01f"; + fsType = "btrfs"; + options = [ "subvol=@" ]; + }; + + boot.initrd.luks.devices."cryptroot".device = + "/dev/disk/by-uuid/46f38e24-f03e-4e3b-9266-652340e1fa41"; + + fileSystems."/boot" = { + device = "/dev/disk/by-uuid/4847-A536"; + fsType = "vfat"; + options = [ + "fmask=0077" + "dmask=0077" + ]; + }; + + fileSystems."/home" = { + device = "/dev/disk/by-uuid/60093dc5-7e4f-479d-8e6b-d4f5fedcb01f"; + fsType = "btrfs"; + options = [ "subvol=@home" ]; + }; + + fileSystems."/nix" = { + device = "/dev/disk/by-uuid/60093dc5-7e4f-479d-8e6b-d4f5fedcb01f"; + fsType = "btrfs"; + options = [ "subvol=@nix" ]; + }; + + fileSystems."/var/cache" = { + device = "/dev/disk/by-uuid/60093dc5-7e4f-479d-8e6b-d4f5fedcb01f"; + fsType = "btrfs"; + options = [ "subvol=@cache" ]; + }; + + fileSystems."/var/log" = { + device = "/dev/disk/by-uuid/60093dc5-7e4f-479d-8e6b-d4f5fedcb01f"; + fsType = "btrfs"; + options = [ "subvol=@log" ]; + }; + + nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; + hardware.cpu.amd.updateMicrocode = true; + + services.xserver.videoDrivers = [ "nvidia" ]; + + hardware.nvidia = { + modesetting.enable = true; + powerManagement.enable = false; + powerManagement.finegrained = false; + open = true; + nvidiaSettings = true; + package = config.boot.kernelPackages.nvidiaPackages.stable; + prime = { + offload = { + enable = true; + enableOffloadCmd = true; + }; + amdgpuBusId = "PCI:6:0:0"; + nvidiaBusId = "PCI:1:0:0"; + }; + }; +} diff --git a/lib/attrs.nix b/lib/attrs.nix new file mode 100644 index 0000000..6ec067c --- /dev/null +++ b/lib/attrs.nix @@ -0,0 +1,22 @@ +{ lib, ... }: +rec { + # attrsToList + attrsToList = attrs: lib.mapAttrsToList (name: value: { inherit name value; }) attrs; + + # mapFilterAttrs :: + # (name -> value -> bool) + # (name -> value -> { name = any; value = any; }) + # attrs + mapFilterAttrs = + pred: f: attrs: + lib.filterAttrs pred (lib.mapAttrs' f attrs); + + # Generate an attribute set by mapping a function over a list of values. + genAttrs' = values: f: lib.listToAttrs (map f values); + + # anyAttrs :: (name -> value -> bool) attrs + anyAttrs = pred: attrs: lib.any (attr: pred attr.name attr.value) (attrsToList attrs); + + # countAttrs :: (name -> value -> bool) attrs + countAttrs = pred: attrs: lib.count (attr: pred attr.name attr.value) (attrsToList attrs); +} diff --git a/lib/default.nix b/lib/default.nix new file mode 100644 index 0000000..be56181 --- /dev/null +++ b/lib/default.nix @@ -0,0 +1,35 @@ +{ + inputs, + lib, + pkgs, + ... +}: + +let + inherit (lib) makeExtensible attrValues foldr; + inherit (modules) mapModules; + + modules = import ./modules.nix { + inherit lib; + self.attrs = import ./attrs.nix { + inherit lib; + self = { }; + }; + }; + + mylib = makeExtensible ( + self: + mapModules ./. ( + file: + import file { + inherit + self + lib + pkgs + inputs + ; + } + ) + ); +in +mylib.extend (self: super: foldr (a: b: a // b) { } (attrValues super)) diff --git a/lib/modules.nix b/lib/modules.nix new file mode 100644 index 0000000..76d4fee --- /dev/null +++ b/lib/modules.nix @@ -0,0 +1,64 @@ +{ self, lib, ... }: + +let + inherit (builtins) + attrValues + readDir + pathExists + concatLists + ; + inherit (lib) + id + mapAttrsToList + filterAttrs + hasPrefix + hasSuffix + nameValuePair + removeSuffix + ; + inherit (self.attrs) mapFilterAttrs; +in +rec { + mapModules = + dir: fn: + mapFilterAttrs (n: v: v != null && !(hasPrefix "_" n)) ( + n: v: + let + path = "${toString dir}/${n}"; + in + if v == "directory" && pathExists "${path}/default.nix" then + nameValuePair n (fn path) + else if v == "regular" && n != "default.nix" && hasSuffix ".nix" n then + nameValuePair (removeSuffix ".nix" n) (fn path) + else + nameValuePair "" null + ) (readDir dir); + + mapModules' = dir: fn: attrValues (mapModules dir fn); + + mapModulesRec = + dir: fn: + mapFilterAttrs (n: v: v != null && !(hasPrefix "_" n)) ( + n: v: + let + path = "${toString dir}/${n}"; + in + if v == "directory" then + nameValuePair n (mapModulesRec path fn) + else if v == "regular" && n != "default.nix" && hasSuffix ".nix" n then + nameValuePair (removeSuffix ".nix" n) (fn path) + else + nameValuePair "" null + ) (readDir dir); + + mapModulesRec' = + dir: fn: + let + dirs = mapAttrsToList (k: _: "${dir}/${k}") ( + filterAttrs (n: v: v == "directory" && !(hasPrefix "_" n)) (readDir dir) + ); + files = attrValues (mapModules dir id); + paths = files ++ concatLists (map (d: mapModulesRec' d id) dirs); + in + map fn paths; +} diff --git a/lib/nixos.nix b/lib/nixos.nix new file mode 100644 index 0000000..3eb25dd --- /dev/null +++ b/lib/nixos.nix @@ -0,0 +1,42 @@ +{ + inputs, + lib, + pkgs, + ... +}: + +let + sys = "x86_64-linux"; +in +rec { + mkHost = + path: + attrs@{ + system ? sys, + ... + }: + lib.nixosSystem { + inherit system; + specialArgs = { + inherit lib inputs system; + }; + modules = [ + { + nixpkgs.pkgs = pkgs; + nix.registry.nixpkgs.flake = inputs.nixpkgs; + networking.hostName = lib.mkDefault (lib.removeSuffix ".nix" (baseNameOf path)); + } + (lib.filterAttrs (n: v: !lib.elem n [ "system" ]) attrs) + ../common.nix + (import path) + ]; + }; + + mapHosts = + dir: + attrs@{ + system ? system, + ... + }: + lib.my.mapModules dir (hostPath: mkHost hostPath attrs); +} diff --git a/lib/options.nix b/lib/options.nix new file mode 100644 index 0000000..5e99928 --- /dev/null +++ b/lib/options.nix @@ -0,0 +1,20 @@ +{ lib, ... }: + +let + inherit (lib) mkOption types; +in +{ + mkOpt = type: default: mkOption { inherit type default; }; + + mkOpt' = + type: default: description: + mkOption { inherit type default description; }; + + mkBoolOpt = + default: + mkOption { + inherit default; + type = types.bool; + example = true; + }; +} diff --git a/modules/ai/opencode.nix b/modules/ai/opencode.nix new file mode 100644 index 0000000..0b39e56 --- /dev/null +++ b/modules/ai/opencode.nix @@ -0,0 +1,93 @@ +{ + inputs, + config, + lib, + pkgs, + ... +}: + +let + cfg = config.modules.ai.opencode; +in +{ + options.modules.ai.opencode = { + enable = lib.my.mkBoolOpt false; + }; + config = lib.mkIf cfg.enable { + home-manager.users.${config.user.name} = + { ... }: + { + programs.opencode = { + enable = true; + package = inputs.llm-agents.packages.${pkgs.system}.opencode; + settings = { + model = "glm_4_5_air"; + permission = { + bash = "ask"; + edit = "ask"; + }; + provider = { + vllm = { + npm = "@ai-sdk/openai-compatible"; + name = "vLLM"; + options = { + baseURL = "http://model1.lefoyer.lu:8030/v1"; + apiKey = "dummy"; + }; + models = { + glm_4_5_air = { + name = "GLM 4.5 Air (local)"; + temperature = true; + default = true; + }; + }; + }; + openai = { + models = { + "gpt-5.1-codex" = { + options = { + store = false; + # reasoningEffort = "high"; + # textVerbosity = "medium"; + # reasoningSummary = "auto"; + include = [ "reasoning.encrypted_content" ]; + }; + }; + "gpt-5.1-codex-max" = { + options = { + store = false; + include = [ "reasoning.encrypted_content" ]; + }; + }; + }; + }; + }; + agent = { + build = { + mode = "primary"; + temperature = 0.4; + }; + plan = { + mode = "primary"; + temperature = 0.4; + }; + }; + lsp = { + metals = { + command = [ "${pkgs.metals}/bin/metals" ]; + extensions = [ + ".scala" + ".sbt" + ".sc" + ]; + initialization = { + statusBarProvider = "log-message"; + doctorProvider = "json"; + }; + }; + }; + }; + }; + }; + }; +} diff --git a/modules/apps/newsboat.nix b/modules/apps/newsboat.nix new file mode 100644 index 0000000..e934f60 --- /dev/null +++ b/modules/apps/newsboat.nix @@ -0,0 +1,53 @@ +{ + config, + lib, + ... +}: + +let + cfg = config.modules.apps.newsboat; +in +{ + options.modules.apps.newsboat = { + enable = lib.my.mkBoolOpt false; + }; + + config = lib.mkIf cfg.enable { + home-manager.users.${config.user.name} = { + + programs.newsboat = { + enable = true; + autoFetchArticles = { + enable = true; + onCalendar = "hourly"; + }; + extraConfig = '' + urls-source "ocnews" + ocnews-url "https://cloud.banditlair.com" + ocnews-login "paultrial" + ocnews-passwordeval "secret-tool lookup elfeed nextcloud" + + cleanup-on-quit yes + + bind gg everywhere home + bind G everywhere end + + bind u everywhere toggle-article-read + + bind , everywhere sort + + bind ^u everywhere pageup + bind ^d everywhere pagedown + + bind k everywhere up + bind j everywhere down + + bind l feedlist open + bind l articlelist open + bind h articlelist quit + bind h article quit + ''; + }; + }; + }; +} diff --git a/modules/apps/rofi/rofi.nix b/modules/apps/rofi/rofi.nix new file mode 100644 index 0000000..798c39d --- /dev/null +++ b/modules/apps/rofi/rofi.nix @@ -0,0 +1,47 @@ +{ + config, + lib, + pkgs, + ... +}: + +let + cfg = config.modules.apps.rofi; +in +{ + options.modules.apps.rofi = { + enable = lib.my.mkBoolOpt false; + }; + + config = lib.mkIf cfg.enable { + home-manager.users.${config.user.name} = { + + programs.rofi = { + enable = true; + package = pkgs.rofi.override { plugins = [ pkgs.rofi-calc ]; }; + terminal = "kitty"; + extraConfig = { + icon-theme = "Paper"; + cycle = true; + disable-history = false; + monitor = "-4"; + + # Vim-esque C-j/C-k as up/down in rofi + kb-accept-entry = "Return,Control+m,KP_Enter"; + kb-row-down = "Down,Control+n,Control+j"; + kb-remove-to-eol = ""; + kb-row-up = "Up,Control+p,Control+k"; + kb-remove-char-forward = ""; + kb-remove-to-sol = ""; + kb-page-prev = "Control+u"; + kb-page-next = "Control+d"; + }; + theme = ./theme.rasi; + }; + home.packages = with pkgs; [ + paper-icon-theme + rofi-power-menu + ]; + }; + }; +} diff --git a/modules/apps/rofi/theme.rasi b/modules/apps/rofi/theme.rasi new file mode 100644 index 0000000..f6be95d --- /dev/null +++ b/modules/apps/rofi/theme.rasi @@ -0,0 +1,101 @@ +* { + accent: #83a598; + bg: #282828; + bg-light: #3c3836; + bg-focus: #212121; + bg-dark: #1d2021; + fg: #fbf1c7; + fg-list: #fbf1c7; + + background-color: transparent; + text-color: @fg-list; + font: @text-font; + border-color: @bg-dark; +} + + +/**** Layout ****/ +window { + width: 1000px; + y-offset: -50px; + anchor: north; + location: center; + border: 1px; + border-radius: 6px; + children: [ inputbar, listview ]; + +} + +listview { + lines: 12; + fixed-height: false; + /* reverse: true; */ + columns: 1; + scrollbar: true; + spacing: 1px; + /* Remove strange gap between listview and inputbar */ + margin: -2px 0 0; +} + +/* + TODO Not supported in stable branch of rofi + @media only (max-height: 1080px) { + window { + y-offset: -30%; + } + listview { + lines: 14; + } + } +*/ + +scrollbar { + handle-width: 1px; +} +inputbar { + children: [ prompt, entry ]; + border: 0 0 0; +} +prompt { + padding: 11px; + expand: false; + border: 0 1px 0 0; + margin: 0 -2px 0 0; +} +entry, element { + padding: 10px 13px; +} +textbox { + padding: 24px; + margin: 20px; +} + + +/**** Looks ****/ +scrollbar { + background-color: @bg-dark; + handle-color: @accent; + border-color: @bg-dark; +} +listview, inputbar { + background-color: @bg-dark; +} +prompt { + text-color: @accent; +} +entry { + background-color: @bg-focus; + /* text-color: @fg; */ +} +prompt { + background-color: @bg-light; +} + +element { + background-color: @bg; + text-color: @fg; +} +element selected { + background-color: @bg-dark; + text-color: @accent; +} diff --git a/modules/belgian-eid.nix b/modules/belgian-eid.nix deleted file mode 100644 index 7aa8321..0000000 --- a/modules/belgian-eid.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ config, lib, pkgs, ... }: -{ - services.pcscd.enable = true; - environment.systemPackages = with pkgs; [ - eid-mw - ]; -} diff --git a/modules/desktop/default.nix b/modules/desktop/default.nix new file mode 100644 index 0000000..a211af9 --- /dev/null +++ b/modules/desktop/default.nix @@ -0,0 +1,223 @@ +{ + config, + lib, + pkgs, + ... +}: + +let + wallpaper = pkgs.fetchurl { + url = "https://raw.githubusercontent.com/AngelJumbo/gruvbox-wallpapers/main/wallpapers/photography/houseonthesideofalake.jpg"; + sha256 = "sha256-obKI4qZvucogqRCl51lwV9X8SRaMqcbBwWMfc9TupIo="; + }; +in +{ + + options.modules.desktop = { + wallpaper = lib.mkOption { + type = lib.types.path; + default = wallpaper; + }; + + defaultBrowser = lib.mkOption { + type = lib.types.str; + default = "firefox"; + }; + }; + + config = lib.mkIf config.modules.desktop.wm.enable { + + fonts = { + enableDefaultPackages = true; + packages = with pkgs; [ + noto-fonts-color-emoji + meslo-lg + pkgs.nerd-fonts.meslo-lg + pkgs.nerd-fonts.symbols-only + ]; + fontconfig.defaultFonts = { + monospace = [ "MesloLGS Nerd Font Mono" ]; + }; + }; + + security.pam.loginLimits = [ + { + domain = "*"; + item = "nofile"; + type = "-"; + value = "65536"; + } + ]; + + programs.adb.enable = true; + + programs.ssh.startAgent = true; + + services.udisks2.enable = true; + + home-manager.users.${config.user.name} = { + + services = { + nextcloud-client.enable = true; + udiskie.enable = true; + gpg-agent = { + enable = true; + enableSshSupport = false; + pinentry.package = pkgs.pinentry-gtk2; + }; + unclutter.enable = true; + }; + + programs = { + gpg.enable = true; + git = { + enable = true; + signing = { + key = lib.mkDefault "3AC6F170F01133CE393BCD94BE948AFD7E7873BE"; + signByDefault = true; + }; + settings = { + user.name = "Paul-Henri Froidmont"; + user.email = "git.contact-57n2p@froidmont.org"; + init.defaultBranch = "master"; + }; + }; + ssh = { + enable = true; + enableDefaultConfig = false; + matchBlocks."*" = { + forwardAgent = false; + addKeysToAgent = "no"; + compression = false; + serverAliveInterval = 0; + serverAliveCountMax = 3; + hashKnownHosts = false; + userKnownHostsFile = "~/.ssh/known_hosts"; + controlMaster = "no"; + controlPath = "~/.ssh/master-%r@%n:%p"; + controlPersist = "no"; + }; + extraConfig = '' + # Force IPv4 otherwise git will try to use IPv6 which doesn't play well through a VPN + AddressFamily inet + ''; + }; + bat.enable = true; + jq.enable = true; + fzf.enable = true; + lesspipe.enable = true; + zathura.enable = true; + pazi.enable = true; + + broot = { + enable = true; + enableZshIntegration = true; + }; + command-not-found.enable = true; + direnv = { + enable = true; + enableZshIntegration = true; + nix-direnv.enable = true; + }; + }; + + xdg.desktopEntries = { + ocr = { + name = "OCR image"; + exec = "${pkgs.writeScript "ocr" '' + ${pkgs.grim}/bin/grim -g "$(${pkgs.slurp}/bin/slurp)" - | \ + ${pkgs.tesseract}/bin/tesseract stdin stdout -l eng+fre | \ + ${pkgs.wl-clipboard}/bin/wl-copy + ''}"; + }; + }; + + xdg.mimeApps = { + enable = true; + defaultApplications = { + "inode/directory" = "joshuto.desktop"; + + "text/html" = "${config.modules.desktop.defaultBrowser}.desktop"; + "x-scheme-handler/http" = "${config.modules.desktop.defaultBrowser}.desktop"; + "x-scheme-handler/https" = "${config.modules.desktop.defaultBrowser}.desktop"; + "x-scheme-handler/about" = "${config.modules.desktop.defaultBrowser}.desktop"; + + "image/png" = "swayimg.desktop"; + "image/webp" = "swayimg.desktop"; + "image/jpeg" = "swayimg.desktop"; + "image/gif" = "mpv.desktop"; + "image/*" = "swayimg.desktop"; + "audio/*" = "mpv.desktop"; + "video/*" = "mpv.desktop"; + + "application/zip" = "ark.desktop"; + "application/rar" = "ark.desktop"; + "application/7z" = "ark.desktop"; + "application/*tar" = "ark.desktop"; + "application/pdf" = "org.pwmt.zathura-pdf-mupdf.desktop"; + + "application/msword" = "onlyoffice-desktopeditors.desktop"; + "application/vnd.openxmlformats-officedocument.presentationml.presentation" = + "onlyoffice-desktopeditors.desktop"; + "application/vnd.openxmlformats-officedocument*" = "onlyoffice-desktopeditors.desktop"; + + "text/*" = "nvim.desktop"; + }; + }; + + home = { + + keyboard = { + layout = "fr"; + options = [ "caps:escape" ]; + }; + + sessionVariables = { + EDITOR = "vim"; + NIXOS_OZONE_WL = 1; + }; + + packages = + (with pkgs; [ + brave + ungoogled-chromium + mullvad-browser + keepassxc + krita + swayimg + mpv + mumble + libreoffice-fresh + signal-desktop + onlyoffice-desktopeditors + thunderbird + portfolio + gnucash + transmission-remote-gtk + + scala-cli + beamMinimal27Packages.elixir + jdk + jetbrains.idea-oss + jetbrains.idea + httpie + + zsh-syntax-highlighting + R + tldr + kdePackages.ark + perf + keymapp + presenterm + + ledger-live-desktop + monero-gui + ]) + ++ [ pkgs.jellyfin-mpv-shim ]; + }; + + }; + hardware.keyboard.zsa.enable = true; + hardware.ledger.enable = true; + }; +} diff --git a/modules/desktop/dunst.nix b/modules/desktop/dunst.nix new file mode 100644 index 0000000..1c58c82 --- /dev/null +++ b/modules/desktop/dunst.nix @@ -0,0 +1,73 @@ +{ + config, + lib, + pkgs, + ... +}: + +let + cfg = config.modules.desktop.dunst; +in +{ + options.modules.desktop.dunst = { + enable = lib.my.mkBoolOpt false; + }; + config = lib.mkIf cfg.enable { + home-manager.users.${config.user.name} = { + services.dunst = { + enable = true; + settings = { + global = { + alignment = "left"; + monitor = 0; + browser = "firefox -new-tab"; + corner_radius = 5; + dmenu = "${pkgs.rofi}/bin/rofi -dmenu -p dunst"; + follow = "none"; + origin = "top-right"; + width = 440; + offset = "26x26"; + history_length = 20; + icon_position = "right"; + horizontal_padding = 16; + ignore_newline = "no"; + separator_color = "auto"; + separator_height = 4; + line_height = 0; + max_icon_size = 64; + padding = 20; + shrink = "no"; + transparency = 5; + font = "monospace 14"; + idle_threshold = 120; + indicate_hidden = "yes"; + markup = "full"; + format = "%s (%a)\\n%b"; + show_age_threshold = 60; + show_indicators = "yes"; + word_wrap = "yes"; + sticky_history = "yes"; + sort = "yes"; + frame_width = 1; + frame_color = "#1d2021"; + }; + urgency_low = { + foreground = "#ebdbb2"; + background = "#3c3836"; + timeout = 8; + }; + urgency_normal = { + foreground = "#ebdbb2"; + background = "#32302f"; + timeout = 14; + }; + urgency_critical = { + foreground = "#32302f"; + background = "#cc241d"; + timeout = 0; + }; + }; + }; + }; + }; +} diff --git a/modules/desktop/file-manager.nix b/modules/desktop/file-manager.nix new file mode 100644 index 0000000..d6afe1e --- /dev/null +++ b/modules/desktop/file-manager.nix @@ -0,0 +1,90 @@ +{ + config, + lib, + pkgs, + ... +}: + +let + cfg = config.modules.desktop.file-manager; +in +{ + options.modules.desktop.file-manager = { + enable = lib.my.mkBoolOpt false; + }; + config = lib.mkIf cfg.enable { + home-manager.users.${config.user.name} = { + + programs.yazi = { + enable = true; + package = pkgs.yazi; + enableZshIntegration = true; + settings = { + manager = { + sort_by = "alphabetical"; + linemode = "mtime"; + }; + preview = { + max_width = 1200; + max_height = 1800; + }; + }; + keymap = { + manager.prepend_keymap = [ + { + on = [ "" ]; + run = ''shell "$SHELL" --block --confirm''; + desc = "Open shell here"; + } + { + on = [ "y" ]; + run = [ + "yank" + '' + shell --confirm 'for path in "$@"; do echo "file://$path"; done | wl-copy -t text/uri-list' + '' + ]; + desc = "Copy files to clipboard"; + } + ]; + input.prepend_keymap = [ + { + on = [ "" ]; + run = "close"; + desc = "Cancel input"; + } + ]; + }; + theme = { + status = { + separator_open = ""; + separator_close = ""; + separator_style = { + fg = "black"; + bg = "black"; + }; + }; + }; + }; + + programs.zoxide = { + enable = true; + enableZshIntegration = true; + }; + + home = { + packages = with pkgs; [ + ffmpegthumbnailer + unar + poppler + fd + ripgrep + ueberzugpp + exiftool + chafa + xdg-utils + ]; + }; + }; + }; +} diff --git a/modules/desktop/htop.nix b/modules/desktop/htop.nix new file mode 100644 index 0000000..9ef9535 --- /dev/null +++ b/modules/desktop/htop.nix @@ -0,0 +1,61 @@ +{ + config, + lib, + pkgs, + ... +}: + +let + cfg = config.modules.desktop.htop; +in +{ + options.modules.desktop.htop = { + enable = lib.my.mkBoolOpt false; + }; + config = lib.mkIf cfg.enable { + home-manager.users.${config.user.name} = + { config, ... }: + { + programs.htop = { + enable = true; + package = pkgs.htop-vim; + settings = + { + hide_userland_threads = true; + highlight_base_name = true; + vim_mode = true; + fields = with config.lib.htop.fields; [ + PID + USER + M_RESIDENT + M_SHARE + STATE + PERCENT_CPU + PERCENT_MEM + IO_RATE + TIME + COMM + ]; + } + // ( + with config.lib.htop; + leftMeters [ + (bar "LeftCPUs2") + (bar "CPU") + (bar "Memory") + (bar "Swap") + ] + ) + // ( + with config.lib.htop; + rightMeters [ + (bar "RightCPUs2") + (text "Tasks") + (text "LoadAverage") + (text "Uptime") + ] + ); + }; + }; + }; +} diff --git a/modules/desktop/terminal.nix b/modules/desktop/terminal.nix new file mode 100644 index 0000000..2aa5375 --- /dev/null +++ b/modules/desktop/terminal.nix @@ -0,0 +1,41 @@ +{ config, lib, ... }: + +let + cfg = config.modules.desktop.terminal; +in +{ + options.modules.desktop.terminal = { + enable = lib.my.mkBoolOpt false; + }; + config = lib.mkIf cfg.enable { + home-manager.users.${config.user.name} = { + programs.kitty = { + enable = true; + shellIntegration.enableZshIntegration = true; + settings = { + scrollback_lines = 65535; + enable_audio_bell = false; + font_family = "Meslo LG S"; + font_size = 10; + symbol_map = "U+e000-U+e00a,U+ea60-U+ebeb,U+e0a0-U+e0c8,U+e0ca,U+e0cc-U+e0d4,U+e200-U+e2a9,U+e300-U+e3e3,U+e5fa-U+e6b1,U+e700-U+e7c5,U+f000-U+f2e0,U+f300-U+f372,U+f400-U+f532,U+f0001-U+f1af0 Symbols Nerd Font Mono"; + allow_remote_control = "yes"; + listen_on = "unix:@mykitty"; + }; + keybindings = { + "ctrl+up" = "change_font_size all +2.0"; + "ctrl+down" = "change_font_size all -2.0"; + "shift+page_up" = "scroll_page_up"; + "shift+page_down" = "scroll_page_down"; + "ctrl+shift+u" = "scroll_to_prompt -1"; + "ctrl+shift+d" = "scroll_to_prompt 1"; + "ctrl+shift+t" = "new_tab_with_cwd !neighbor"; + "ctrl+," = "previous_tab"; + "ctrl+;" = "next_tab"; + "ctrl+shift+," = "move_tab_backward"; + "ctrl+shift+;" = "move_tab_forward"; + }; + themeFile = "gruvbox-dark"; + }; + }; + }; +} diff --git a/modules/desktop/themes/gtk.css b/modules/desktop/themes/gtk.css new file mode 100644 index 0000000..2d817ba --- /dev/null +++ b/modules/desktop/themes/gtk.css @@ -0,0 +1,78 @@ +@define-color accent_color #83a598; +@define-color accent_bg_color mix(#83a598, #282828,0.3); +@define-color accent_fg_color #d5c4a1; +@define-color destructive_color #83a598; +@define-color destructive_bg_color mix(#83a598, #282828,0.3); +@define-color destructive_fg_color #d5c4a1; +@define-color success_color #8ff0a4; +@define-color success_bg_color #26a269; +@define-color success_fg_color #d5c4a1; +@define-color warning_color #f8e45c; +@define-color warning_bg_color #cd9309; +@define-color warning_fg_color rgba(0, 0, 0, 0.8); +@define-color error_color #ff7b63; +@define-color error_bg_color mix(#83a598, #282828,0.3); +@define-color error_fg_color #d5c4a1; +@define-color window_bg_color #282828; +@define-color window_fg_color #d5c4a1; +@define-color view_bg_color #3c3836; +@define-color view_fg_color #d5c4a1; +@define-color headerbar_bg_color mix(#282828,black,0.2); +@define-color headerbar_fg_color #d5c4a1; +@define-color headerbar_border_color #d5c4a1; +@define-color headerbar_backdrop_color @window_bg_color; +@define-color headerbar_shade_color rgba(0, 0, 0, 0.36); +@define-color card_bg_color rgba(255, 255, 255, 0.08); +@define-color card_fg_color #d5c4a1; +@define-color card_shade_color rgba(0, 0, 0, 0.36); +@define-color dialog_bg_color #665c54; +@define-color dialog_fg_color #d5c4a1; +@define-color popover_bg_color #665c54; +@define-color popover_fg_color #d5c4a1; +@define-color shade_color rgba(0,0,0,0.36); +@define-color scrollbar_outline_color rgba(0,0,0,0.5); +@define-color blue_1 #83a598; +@define-color blue_2 #83a598; +@define-color blue_3 #83a598; +@define-color blue_4 #83a598; +@define-color blue_5 #83a598; +@define-color green_1 #b8bb26; +@define-color green_2 #b8bb26; +@define-color green_3 #b8bb26; +@define-color green_4 #b8bb26; +@define-color green_5 #b8bb26; +@define-color yellow_1 #fabd2f; +@define-color yellow_2 #fabd2f; +@define-color yellow_3 #fabd2f; +@define-color yellow_4 #fabd2f; +@define-color yellow_5 #fabd2f; +@define-color orange_1 #fe8019; +@define-color orange_2 #fe8019; +@define-color orange_3 #fe8019; +@define-color orange_4 #fe8019; +@define-color orange_5 #fe8019; +@define-color red_1 #fb4934; +@define-color red_2 #fb4934; +@define-color red_3 #fb4934; +@define-color red_4 #fb4934; +@define-color red_5 #fb4934; +@define-color purple_1 #d3869b; +@define-color purple_2 #d3869b; +@define-color purple_3 #d3869b; +@define-color purple_4 #d3869b; +@define-color purple_5 #d3869b; +@define-color brown_1 #d65d0e; +@define-color brown_2 #d65d0e; +@define-color brown_3 #d65d0e; +@define-color brown_4 #d65d0e; +@define-color brown_5 #d65d0e; +@define-color light_1 #d5c4a1; +@define-color light_2 #f6f5f4; +@define-color light_3 #deddda; +@define-color light_4 #c0bfbc; +@define-color light_5 #9a9996; +@define-color dark_1 mix(#282828,white,0.5); +@define-color dark_2 mix(#282828,white,0.2); +@define-color dark_3 #282828; +@define-color dark_4 mix(#282828,black,0.2); +@define-color dark_5 mix(#282828,black,0.4); diff --git a/modules/desktop/themes/gtk.nix b/modules/desktop/themes/gtk.nix new file mode 100644 index 0000000..ec23aee --- /dev/null +++ b/modules/desktop/themes/gtk.nix @@ -0,0 +1,75 @@ +{ + config, + lib, + pkgs, + ... +}: + +let + cfg = config.modules.desktop.themes.gtk; + + gruvboxPlus = pkgs.stdenv.mkDerivation rec { + name = "gruvbox-plus"; + version = "6.2.0"; + src = pkgs.fetchurl { + url = "https://github.com/SylEleuth/gruvbox-plus-icon-pack/releases/download/v${version}/gruvbox-plus-icon-pack-${version}.zip"; + sha256 = "sha256-D+SPhucHU4Riz0mzU1LnaEkkaQt+blJMAsA5r6fTAQ0="; + }; + dontUnpack = true; + installPhase = '' + mkdir -p $out + ${pkgs.unzip}/bin/unzip $src -d $out/ + ''; + + }; +in +{ + options.modules.desktop.themes.gtk = { + enable = lib.my.mkBoolOpt false; + }; + + config = lib.mkIf cfg.enable { + + systemd.packages = [ pkgs.dconf ]; + + services.dbus.packages = with pkgs; [ dconf ]; + + home-manager.users.${config.user.name} = { + + gtk = { + enable = true; + cursorTheme = { + package = pkgs.paper-icon-theme; + name = "Paper"; + }; + theme = { + package = pkgs.adw-gtk3; + name = "adw-gtk3"; + }; + iconTheme = { + package = gruvboxPlus; + name = "GruvboxPlus"; + }; + }; + + xdg.configFile = { + "gtk-3.0/gtk.css" = { + source = ./gtk.css; + }; + "gtk-4.0/gtk.css" = { + source = ./gtk.css; + }; + }; + + home = { + pointerCursor = { + package = pkgs.paper-icon-theme; + name = "Paper"; + size = 24; + gtk.enable = true; + x11.enable = true; + }; + }; + }; + }; +} diff --git a/modules/desktop/themes/qt.nix b/modules/desktop/themes/qt.nix new file mode 100644 index 0000000..a8ad5e6 --- /dev/null +++ b/modules/desktop/themes/qt.nix @@ -0,0 +1,36 @@ +{ + config, + lib, + pkgs, + ... +}: + +let + cfg = config.modules.desktop.themes.qt; + +in +{ + options.modules.desktop.themes.qt = { + enable = lib.my.mkBoolOpt false; + }; + + config = lib.mkIf cfg.enable { + + environment.systemPackages = with pkgs; [ + libsForQt5.qt5.qtquickcontrols2 + libsForQt5.qt5.qtgraphicaleffects + ]; + + home-manager.users.${config.user.name} = { + + qt = { + enable = true; + platformTheme.name = "gtk"; + style = { + name = "adwaita-dark"; + package = pkgs.adwaita-qt; + }; + }; + }; + }; +} diff --git a/modules/desktop/vscode.nix b/modules/desktop/vscode.nix new file mode 100644 index 0000000..15cdf6b --- /dev/null +++ b/modules/desktop/vscode.nix @@ -0,0 +1,78 @@ +{ + config, + lib, + pkgs, + ... +}: + +let + cfg = config.modules.desktop.vscode; +in +{ + options.modules.desktop.vscode = { + enable = lib.my.mkBoolOpt false; + }; + config = lib.mkIf cfg.enable { + home-manager.users.${config.user.name} = { + programs.vscode = { + enable = true; + package = pkgs.vscodium; + extensions = with pkgs.vscode-extensions; [ + pkief.material-icon-theme + jnoortheen.nix-ide + arrterian.nix-env-selector + scala-lang.scala + scalameta.metals + hashicorp.terraform + bradlc.vscode-tailwindcss + asciidoctor.asciidoctor-vscode + ]; + userSettings = { + "editor.formatOnSave" = true; + "editor.quickSuggestions" = { + "strings" = true; + }; + "tailwindCSS.includeLanguages" = { + "scala" = "html"; + }; + "tailwindCSS.experimental.classRegex" = [ + [ + "cls\\(([^)]*)\\)" + "\"([^']*)\"" + ] + [ + "cls\\s*:=\\s*\\(?([^,^\\n^\\)]*)" + "\"([^']*)\"" + ] + ]; + + "files.autoSave" = "onFocusChange"; + "files.watcherExclude" = { + "**/.bloop" = true; + "**/.metals" = true; + "**/.ammonite" = true; + }; + "gruvboxMaterial.darkContrast" = "hard"; + "metals.millScript" = "mill"; + "nix.enableLanguageServer" = true; + "terminal.integrated.confirmOnExit" = "hasChildProcesses"; + "terraform.languageServer" = { + "external" = true; + "pathToBinary" = ""; + "args" = [ "serve" ]; + "maxNumberOfProblems" = 100; + "trace.server" = "off"; + }; + "workbench.colorTheme" = "Gruvbox Material Dark"; + "workbench.iconTheme" = "material-icon-theme"; + "asciidoc.use_kroki" = true; + "explorer.confirmDelete" = false; + "explorer.confirmDragAndDrop" = false; + "terminal.integrated.shellIntegration.enabled" = false; + "terminal.external.linuxExec" = "kitty"; + "terminal.integrated.scrollback" = 65535; + }; + }; + }; + }; +} diff --git a/modules/desktop/wm.nix b/modules/desktop/wm.nix new file mode 100644 index 0000000..4234cae --- /dev/null +++ b/modules/desktop/wm.nix @@ -0,0 +1,472 @@ +{ + config, + lib, + pkgs, + ... +}: + +let + cfg = config.modules.desktop.wm; + term = "${config.home-manager.users.${config.user.name}.programs.kitty.package}/bin/kitty"; + wallpaper = config.modules.desktop.wallpaper; +in +{ + options.modules.desktop.wm = { + enable = lib.my.mkBoolOpt false; + }; + + config = lib.mkIf cfg.enable { + + modules = { + desktop = { + themes = { + gtk.enable = true; + qt.enable = true; + }; + terminal.enable = true; + file-manager.enable = true; + zsh.enable = true; + dunst.enable = true; + htop.enable = true; + }; + hardware = { + audio.enable = true; + }; + apps = { + rofi.enable = true; + newsboat.enable = true; + }; + }; + + home-manager.users.${config.user.name} = + { config, ... }: + { + wayland.windowManager.hyprland = { + enable = true; + systemd.enable = true; + xwayland.enable = true; + settings = { + "$mod" = "SUPER"; + + env = [ + "XCURSOR_SIZE,24" + "WLR_NO_HARDWARE_CURSORS,1" + ]; + + xwayland = { + force_zero_scaling = true; + }; + + general = { + layout = "dwindle"; + gaps_in = 7; + gaps_out = 14; + border_size = 2; + "col.active_border" = "rgb(B28121)"; + "col.inactive_border" = "rgb(504945)"; + no_focus_fallback = false; + resize_on_border = false; + hover_icon_on_border = false; + }; + + dwindle = { + preserve_split = true; + }; + + debug = { + disable_logs = false; + enable_stdout_logs = true; + }; + + input = { + kb_layout = "fr"; + kb_options = "caps:escape"; + numlock_by_default = "true"; + touchpad = { + natural_scroll = false; + disable_while_typing = true; + tap-to-click = false; + middle_button_emulation = false; + }; + }; + + gesture = [ + "3, horizontal, workspace" + ]; + + animations = { + enabled = true; + animation = [ + "windows, 1, 2, default, popin 80%" + "windowsOut, 1, 2, default, popin 85%" + "windowsMove, 1, 2, default" + "workspaces, 1, 2, default" + "specialWorkspace, 1, 2, default" + ]; + }; + + bind = [ + "$mod, Return, exec, ${term}" + "$mod, C, killactive" + # "$mod SHIFT, Q, exit" + "$mod SHIFT, A, exec, ${term} -e pulsemixer" + "$mod, W, exec, firefox" + "$mod, R, exec, ${term} -e yazi" + "$mod, E, exec, emacsclient -c" + "$mod, N, exec, ${term} -e newsboat" + "$mod, I, exec, ${term} -e htop" + "$mod, M, exec, ${term} -e ncmpcpp" + "$mod, V, exec, ${term} -e ncmpcpp -s visualizer" + "$mod, T, togglefloating" + "$mod, D, exec, rofi -show drun -show-icons" + "$mod SHIFT, P, exec, rofi -show p -modi p:rofi-power-menu" + + # Layout manipulation + "$mod SHIFT, O, layoutmsg, togglesplit" + "$mod, comma, splitratio, -0.1" + "$mod, semicolon, splitratio, +0.1" + + "$mod, F, fullscreen, 0" + "$mod, X, exec, swaylock" + + # Move focus + "$mod, H, movefocus, l" + "$mod, L, movefocus, r" + "$mod, K, movefocus, u" + "$mod, J, movefocus, d" + "$mod, left, movefocus, l" + "$mod, right, movefocus, r" + "$mod, up, movefocus, u" + "$mod, down, movefocus, d" + + # Move window + "$mod SHIFT, H, movewindow, l" + "$mod SHIFT, L, movewindow, r" + "$mod SHIFT, K, movewindow, u" + "$mod SHIFT, J, movewindow, d" + "$mod SHIFT, left, movewindow, l" + "$mod SHIFT, right, movewindow, r" + "$mod SHIFT, up, movewindow, u" + "$mod SHIFT, down, movewindow, d" + + # Switch workspaces with mainMod + [0-9] + "$mod, code:10, moveworkspacetomonitor, 1 current" + "$mod, code:10, workspace, 1" + "$mod, 1, moveworkspacetomonitor, 1 current" + "$mod, 1, workspace, 1" + "$mod, code:11, moveworkspacetomonitor, 2 current" + "$mod, code:11, workspace, 2" + "$mod, 2, moveworkspacetomonitor, 2 current" + "$mod, 2, workspace, 2" + "$mod, code:12, moveworkspacetomonitor, 3 current" + "$mod, code:12, workspace, 3" + "$mod, 3, moveworkspacetomonitor, 3 current" + "$mod, 3, workspace, 3" + "$mod, code:13, moveworkspacetomonitor, 4 current" + "$mod, code:13, workspace, 4" + "$mod, 4, moveworkspacetomonitor, 4 current" + "$mod, 4, workspace, 4" + "$mod, code:14, moveworkspacetomonitor, 5 current" + "$mod, code:14, workspace, 5" + "$mod, 5, moveworkspacetomonitor, 5 current" + "$mod, 5, workspace, 5" + "$mod, code:15, moveworkspacetomonitor, 6 current" + "$mod, code:15, workspace, 6" + "$mod, 6, moveworkspacetomonitor, 6 current" + "$mod, 6, workspace, 6" + "$mod, code:16, moveworkspacetomonitor, 7 current" + "$mod, code:16, workspace, 7" + "$mod, 7, moveworkspacetomonitor, 7 current" + "$mod, 7, workspace, 7" + "$mod, code:17, moveworkspacetomonitor, 8 current" + "$mod, code:17, workspace, 8" + "$mod, 8, moveworkspacetomonitor, 8 current" + "$mod, 8, workspace, 8" + "$mod, code:18, moveworkspacetomonitor, 9 current" + "$mod, code:18, workspace, 9" + "$mod, 9, moveworkspacetomonitor, 9 current" + "$mod, 9, workspace, 9" + "$mod, code:19, moveworkspacetomonitor, 10 current" + "$mod, code:19, workspace, 10" + "$mod, 0, moveworkspacetomonitor, 10 current" + "$mod, 0, workspace, 10" + + # Move active window to a workspace with mainMod + SHIFT + [0-9] + "$mod SHIFT, code:10, movetoworkspace, 1" + "$mod SHIFT, 1, movetoworkspace, 1" + "$mod SHIFT, code:11, movetoworkspace, 2" + "$mod SHIFT, 2, movetoworkspace, 2" + "$mod SHIFT, code:12, movetoworkspace, 3" + "$mod SHIFT, 3, movetoworkspace, 3" + "$mod SHIFT, code:13, movetoworkspace, 4" + "$mod SHIFT, 4, movetoworkspace, 4" + "$mod SHIFT, code:14, movetoworkspace, 5" + "$mod SHIFT, 5, movetoworkspace, 5" + "$mod SHIFT, code:15, movetoworkspace, 6" + "$mod SHIFT, 6, movetoworkspace, 6" + "$mod SHIFT, code:16, movetoworkspace, 7" + "$mod SHIFT, 7, movetoworkspace, 7" + "$mod SHIFT, code:17, movetoworkspace, 8" + "$mod SHIFT, 8, movetoworkspace, 8" + "$mod SHIFT, code:18, movetoworkspace, 9" + "$mod SHIFT, 9, movetoworkspace, 9" + "$mod SHIFT, code:19, movetoworkspace, 10" + "$mod SHIFT, 0, movetoworkspace, 10" + + # Scroll through existing workspaces with mainMod + scroll + "$mod, mouse_down, workspace, e-1" + "$mod, mouse_up, workspace, e+1" + + # Media controls + ", XF86AudioRaiseVolume, exec, pulsemixer --change-volume +1" + ", XF86AudioLowerVolume, exec, pulsemixer --change-volume -1" + # ", XF86AudioMicMute, exec, pulsemixer --toggle-mute" + ", XF86AudioMute, exec, pulsemixer --toggle-mute" + ", XF86AudioPlay, exec, mpc toggle" + ", XF86AudioPause, exec, mpc toggle" + ", XF86AudioNext, exec, mpc next" + ", XF86AudioPrev, exec, mpc prev" + "$mod, P, exec, mpc toggle" + + ", XF86MonBrightnessDown, exec, light -U 5" + ", XF86MonBrightnessUp, exec, light -A 5" + + ", Print, exec, grim -g \"$(slurp)\" - | satty -f -" + "SHIFT, Print, exec, grim - | satty -f -" + ]; + + bindm = [ + # Move/resize windows with mainMod + LMB/RMB and dragging + "$mod, mouse:272, movewindow" + "$mod, mouse:273, resizewindow" + ]; + + exec-once = [ + "${pkgs.swaybg}/bin/swaybg --image ${wallpaper} --mode fill" + "keepassxc" + ]; + + misc = { + force_default_wallpaper = 0; + disable_hyprland_logo = true; + disable_splash_rendering = true; + animate_manual_resizes = true; + }; + }; + }; + + programs.waybar = { + enable = true; + systemd.enable = true; + settings = { + mainBar = { + layer = "top"; + position = "bottom"; + height = 25; + spacing = 2; + reload-style-on-change = true; + modules-left = [ + "cpu" + "memory" + "disk" + "hyprland/window" + ]; + modules-center = [ "hyprland/workspaces" ]; + modules-right = [ + "mpd" + "battery" + "clock" + "tray" + ]; + + tray = { + icon-size = 14; + spacing = 5; + show-passive-items = true; + }; + + cpu = { + interval = 1; + format = " {usage}%"; + tooltip = false; + }; + + memory = { + interval = 1; + format = " {percentage}%"; + tooltip = false; + }; + + disk = { + interval = 60; + format = " {free}"; + tooltip = false; + }; + + clock = { + format = "󰥔 {:%A, %d %h %H:%M}"; + format-alt = "󰥔 {:%d/%m/%Y %H:%M}"; + tooltip = false; + }; + + }; + }; + style = '' + * { + border: none; + font-family: MesloLGS Nerd Font; + font-size: 12px; + min-height: 0; + } + + tooltip { + background: #282828; + border: 0px solid; + border-radius: 0px; + } + + window#waybar { + background: #282828; + color: #ebdbb2; + } + + #workspaces button { + padding: 0 0.6em; + color: #a89984; + border-radius: 0px; + } + + #workspaces button.active { + color: #ebdbb2; + background: #665c54; + } + + #workspaces button.urgent { + color: #1d2021; + background: #fb4934; + } + + #workspaces button:hover { + background: #665c54; + } + + #network, + #workspaces, + #bluetooth, + #tray { + color: #ebdbb2; + padding: 0 5px; + margin: 0 5px; + } + + #cpu, + #memory, + #disk, + #clock { + padding: 0 5px; + margin: 0 5px; + color: #83a598; + } + ''; + package = pkgs.waybar.override { wireplumberSupport = false; }; + }; + + programs.satty = { + enable = true; + settings = { + general = { + output-filename = "${config.home.homeDirectory}/Pictures/Screenshots/satty_%Y-%m-%d_%H-%M-%S.png"; + copy-command = "wl-copy"; + actions-on-enter = [ + "save-to-clipboard" + "save-to-file" + "exit" + ]; + early-exit = true; + save-after-copy = true; + }; + }; + }; + + home.activation.ensureScreenshotsDir = '' + ${pkgs.coreutils}/bin/mkdir -p "$HOME/Pictures/Screenshots" + ''; + + home = { + packages = with pkgs; [ + wlr-randr + wl-clipboard + wdisplays + grim + slurp + ]; + }; + + programs.swaylock = { + enable = true; + + package = pkgs.swaylock-effects; + + settings = { + ignore-empty-password = true; + daemonize = true; + # fade-in = 0.5; + indicator = true; + clock = true; + datestr = "%d/%m/%Y"; + screenshots = true; + hide-keyboard-layout = true; + indicator-caps-lock = true; + bs-hl-color = "7daea3cc"; + caps-lock-bs-hl-color = "7daea3cc"; + caps-lock-key-hl-color = "d3869bcc"; + font = "MesloLGS Nerd Font Propo"; + font-size = "35"; + indicator-idle-visible = true; + indicator-radius = 100; + indicator-thickness = 7; + inside-color = "32302f66"; + inside-clear-color = "89b48266"; + inside-caps-lock-color = "e78a4e66"; + inside-ver-color = "7daea366"; + inside-wrong-color = "ea696266"; + key-hl-color = "a9b665cc"; + layout-bg-color = "32302f00"; + layout-text-color = "d4be98"; + line-color = "00000000"; + ring-color = "e78a4ecc"; + ring-clear-color = "89b482cc"; + ring-caps-lock-color = "e78a4ecc"; + ring-ver-color = "7daea3cc"; + ring-wrong-color = "ea6962cc"; + separator-color = "00000000"; + text-color = "d4be98"; + text-clear-color = "d4be98"; + text-caps-lock-color = "d4be98"; + text-ver-color = "d4be98"; + text-wrong-color = "d4be98"; + effect-blur = "9x9"; + effect-greyscale = true; + # effect-vignette = "0.5:0.5"; + }; + }; + }; + + xdg.portal = { + enable = true; + config.preferred = { + default = "gtk"; + "org.freedesktop.impl.portal.Screencast" = "hyprland"; + }; + extraPortals = with pkgs; [ + xdg-desktop-portal-gtk + xdg-desktop-portal-hyprland + ]; + }; + + hardware.graphics.enable = true; + + security.pam.services.swaylock = { }; + + }; +} diff --git a/modules/desktop/zsh.nix b/modules/desktop/zsh.nix new file mode 100644 index 0000000..5f2acd4 --- /dev/null +++ b/modules/desktop/zsh.nix @@ -0,0 +1,100 @@ +{ + config, + lib, + pkgs, + ... +}: + +let + cfg = config.modules.desktop.zsh; +in +{ + options.modules.desktop.zsh = { + enable = lib.my.mkBoolOpt false; + }; + config = lib.mkIf cfg.enable { + + environment.pathsToLink = [ "/share/zsh" ]; + + programs.zsh.enable = true; + + users.users.${config.user.name} = { + shell = pkgs.zsh; + }; + + home-manager.users.${config.user.name} = { + programs = { + zsh = { + enable = true; + history = { + save = 50000; + size = 50000; + }; + enableCompletion = true; + autosuggestion.enable = true; + syntaxHighlighting.enable = true; + initContent = # bash + '' + autoload -Uz up-line-or-beginning-search down-line-or-beginning-search + zle -N up-line-or-beginning-search + zle -N down-line-or-beginning-search + + [[ -n "$key[Up]" ]] && bindkey -- "$key[Up]" up-line-or-beginning-search + [[ -n "$key[Down]" ]] && bindkey -- "$key[Down]" down-line-or-beginning-search + + bindkey "^P" up-line-or-beginning-search + bindkey "^N" down-line-or-beginning-search + ''; + oh-my-zsh = { + enable = true; + plugins = [ + "git" + "terraform" + "systemd" + ]; + }; + plugins = [ + { + name = "nix-zsh-completions"; + src = pkgs.nix-zsh-completions; + } + { + name = "zsh-completions"; + src = pkgs.zsh-completions; + } + ]; + }; + pay-respects = { + enable = true; + enableZshIntegration = true; + }; + starship = { + enable = true; + enableZshIntegration = true; + settings = { + add_newline = true; + cmd_duration = { + min_time = 0; + show_milliseconds = true; + }; + scala = { + symbol = " "; + }; + terraform = { + symbol = "󱁢 "; + }; + nix_shell = { + symbol = "󱄅 "; + }; + nodejs = { + symbol = " "; + }; + php = { + symbol = " "; + }; + }; + }; + }; + }; + }; +} diff --git a/modules/editor/emacs/doom.d/config.el b/modules/editor/emacs/doom.d/config.el new file mode 100644 index 0000000..48885a0 --- /dev/null +++ b/modules/editor/emacs/doom.d/config.el @@ -0,0 +1,94 @@ +(setq + projectile-project-search-path '("~/Projects/") + doom-theme 'doom-gruvbox + doom-font (font-spec :family "MesloLGS Nerd Font Mono" :size 10.0) + doom-big-font (font-spec :family "MesloLGS Nerd Font Mono" :size 20.0) + treemacs-git-mode 'extended + org-directory "~/Nextcloud/Org/" + org-roam-directory "~/Nextcloud/OrgRoam/" + nerd-icons-font-names '("SymbolsNerdFontMono-Regular.ttf")) + + ; Workaround for "Error running timer: (void-function consult--ripgrep-builder)" +(use-package! consult + :config + (defun consult--ripgrep-builder (&rest args) (apply (consult--ripgrep-make-builder) args))) + +(use-package! lsp-tailwindcss + :init + (setq lsp-tailwindcss-add-on-mode t) + (setq lsp-tailwindcss-major-modes '(rjsx-mode web-mode html-mode css-mode typescript-mode typescript-tsx-mode tsx-ts-mode ;; scala-mode + )) + (setq lsp-tailwindcss-experimental-class-regex [ + [ "cls\\(([^)]*)\\)" "\"([^']*)\"" ] + [ "cls\\s*:=\\s*\\(?([^,^\\n^\\)]*)" "\"([^']*)\"" ]])) + +(with-eval-after-load 'lsp-mode + (add-to-list 'lsp-file-watch-ignored-directories "[/\\\\]node_modules\\'") + (add-to-list 'lsp-file-watch-ignored-directories "[/\\\\]\\.cache\\'") + (add-to-list 'lsp-file-watch-ignored-directories "[/\\\\]\\.direnv\\'") + (add-to-list 'lsp-file-watch-ignored-directories "[/\\\\]\\.devenv\\'") + (add-to-list 'lsp-file-watch-ignored-directories "[/\\\\]\\.metals\\'") + (add-to-list 'lsp-file-watch-ignored-directories "[/\\\\]\\.bloop\\'") + (add-to-list 'lsp-file-watch-ignored-directories "[/\\\\]out\\'")) + +(after! nix-mode + (set-formatter! 'nixpkgs-fmt '("nixpkgs-fmt" ) :modes '(nix-mode))) + +(use-package! websocket + :after org-roam) + +(use-package! org-roam-ui + :after org-roam ;; or :after org + ;; normally we'd recommend hooking orui after org-roam, but since org-roam does not have + ;; a hookable mode anymore, you're advised to pick something yourself + ;; if you don't care about startup time, use + ;; :hook (after-init . org-roam-ui-mode) + :config + (setq org-roam-ui-sync-theme t + org-roam-ui-follow t + org-roam-ui-update-on-save t + org-roam-ui-open-on-start t)) + + ; Taken from https://github.com/yqrashawn/yqdotfiles/blob/master/.doom.d/read.el +(setq! elfeed-use-curl t) +(after! elfeed + (elfeed-set-timeout 36000) + (run-with-idle-timer 300 t #'elfeed-update) + (setq! + elfeed-search-filter "+unread" + rmh-elfeed-org-files `(,(concat org-directory "elfeed.org")) + elfeed-protocol-feeds '(("owncloud+https://paultrial@cloud.banditlair.com" + :password (shell-command-to-string "echo -n `secret-tool lookup elfeed nextcloud`")))) + (add-hook! 'elfeed-search-mode-hook 'elfeed-update) + (setq elfeed-protocol-enabled-protocols '(owncloud)) + (elfeed-protocol-enable)) + +(use-package! elfeed-tube + :after elfeed + :demand t + :config + ;; (setq elfeed-tube-auto-save-p nil) ; default value + ;; (setq elfeed-tube-auto-fetch-p t) ; default value + (elfeed-tube-setup) + + :bind (:map elfeed-show-mode-map + ("F" . elfeed-tube-fetch) + ([remap save-buffer] . elfeed-tube-save) + :map elfeed-search-mode-map + ("F" . elfeed-tube-fetch) + ([remap save-buffer] . elfeed-tube-save))) + +(use-package! elfeed-tube-mpv + :bind (:map elfeed-show-mode-map + ;; ("gf" . elfeed-tube-mpv-follow-mode) + ;; ("gw" . elfeed-tube-mpv-where))) + )) + +;; Force using LSP formatter until this is resolved: https://github.com/doomemacs/doomemacs/issues/7490 +(setq-hook! 'scala-mode-hook + apheleia-inhibit t + +format-with nil) +(add-hook 'scala-mode-hook + (lambda() + (add-hook 'before-save-hook #'lsp-format-buffer t t) + (add-hook 'before-save-hook #'lsp-organize-imports t t))) diff --git a/modules/editor/emacs/doom.d/init.el b/modules/editor/emacs/doom.d/init.el new file mode 100644 index 0000000..36927f5 --- /dev/null +++ b/modules/editor/emacs/doom.d/init.el @@ -0,0 +1,192 @@ +;;; init.el -*- lexical-binding: t; -*- + +;; This file controls what Doom modules are enabled and what order they load +;; in. Remember to run 'doom sync' after modifying it! + +;; NOTE Press 'SPC h d h' (or 'C-h d h' for non-vim users) to access Doom's +;; documentation. There you'll find a "Module Index" link where you'll find +;; a comprehensive list of Doom's modules and what flags they support. + +;; NOTE Move your cursor over a module's name (or its flags) and press 'K' (or +;; 'C-c c k' for non-vim users) to view its documentation. This works on +;; flags as well (those symbols that start with a plus). +;; +;; Alternatively, press 'gd' (or 'C-c c d') on a module to browse its +;; directory (for easy access to its source code). + +(doom! :input + ;;chinese + ;;japanese + ;;layout ; auie,ctsrnm is the superior home row + + :completion + company ; the ultimate code completion backend + ;;helm ; the *other* search engine for love and life + ;;ido ; the other *other* search engine... + ;;ivy ; a search engine for love and life + (vertico +icons) ; the search engine of the future + + :ui + ;;deft ; notational velocity for Emacs + doom ; what makes DOOM look the way it does + doom-dashboard ; a nifty splash screen for Emacs + doom-quit ; DOOM quit-message prompts when you quit Emacs + ;;(emoji +unicode) ; 🙂 + hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW + ;;hydra + ;;indent-guides ; highlighted indent columns + ;;ligatures ; ligatures and symbols to make your code pretty again + ;;minimap ; show a map of the code on the side + modeline ; snazzy, Atom-inspired modeline, plus API + nav-flash ; blink cursor line after big motions + ;;neotree ; a project drawer, like NERDTree for vim + ophints ; highlight the region an operation acts on + (popup +defaults) ; tame sudden yet inevitable temporary windows + ;;tabs ; a tab bar for Emacs + (treemacs +lsp) ; a project drawer, like neotree but cooler + ;;unicode ; extended unicode support for various languages + vc-gutter ; vcs diff in the fringe + vi-tilde-fringe ; fringe tildes to mark beyond EOB + ;;window-select ; visually switch windows + workspaces ; tab emulation, persistence & separate workspaces + zen ; distraction-free coding or writing + + :editor + (evil +everywhere); come to the dark side, we have cookies + file-templates ; auto-snippets for empty files + fold ; (nigh) universal code folding + (format +onsave) ; automated prettiness + ;;god ; run Emacs commands without modifier keys + ;;lispy ; vim for lisp, for people who don't like vim + ;;multiple-cursors ; editing in many places at once + ;;objed ; text object editing for the innocent + ;;parinfer ; turn lisp into python, sort of + ;;rotate-text ; cycle region at point between text candidates + snippets ; my elves. They type so I don't have to + ;;word-wrap ; soft wrapping with language-aware indent + + :emacs + (dired +dirvish) ; making dired pretty [functional] + electric ; smarter, keyword-based electric-indent + ;;ibuffer ; interactive buffer management + undo ; persistent, smarter undo for your inevitable mistakes + vc ; version-control and Emacs, sitting in a tree + + :term + ;;eshell ; the elisp shell that works everywhere + ;;shell ; simple shell REPL for Emacs + ;;term ; basic terminal emulator for Emacs + vterm ; the best terminal emulation in Emacs + + :checkers + syntax ; tasing you for every semicolon you forget + ;;(spell +flyspell) ; tasing you for misspelling mispelling + ;;grammar ; tasing grammar mistake every you make + + :tools + ;;ansible + ;;biblio ; Writes a PhD for you (citation needed) + (debugger +lsp) ; FIXME stepping through code, to help you add bugs + direnv + ;;docker + editorconfig ; let someone else argue about tabs vs spaces + ;;ein ; tame Jupyter notebooks with emacs + (eval +overlay) ; run code, run (also, repls) + ;;gist ; interacting with github gists + lookup ; navigate your code and its documentation + (lsp +peek) ; M-x vscode + magit ; a git porcelain for Emacs + ;;make ; run make tasks from Emacs + ;;pass ; password manager for nerds + pdf ; pdf enhancements + ;;prodigy ; FIXME managing external services & code builders + rgb ; creating color strings + ;;taskrunner ; taskrunner for all your projects + terraform ; infrastructure as code + ;;tmux ; an API for interacting with tmux + tree-sitter + ;;upload ; map local to remote projects via ssh/ftp + + :os + (:if IS-MAC macos) ; improve compatibility with macOS + ;;tty ; improve the terminal Emacs experience + + :lang + ;;agda ; types of types of types of types... + ;;beancount ; mind the GAAP + ;;cc ; C > C++ == 1 + ;;clojure ; java with a lisp + ;;common-lisp ; if you've seen one lisp, you've seen them all + ;;coq ; proofs-as-programs + ;;crystal ; ruby at the speed of c + ;;csharp ; unity, .NET, and mono shenanigans + ;;data ; config/data formats + ;;(dart +flutter) ; paint ui and not much else + ;;dhall + ;;elixir ; erlang done right + ;;elm ; care for a cup of TEA? + emacs-lisp ; drown in parentheses + ;;erlang ; an elegant language for a more civilized age + ;;ess ; emacs speaks statistics + ;;factor + ;;faust ; dsp, but you get to keep your soul + ;;fortran ; in FORTRAN, GOD is REAL (unless declared INTEGER) + ;;fsharp ; ML stands for Microsoft's Language + ;;fstar ; (dependent) types and (monadic) effects and Z3 + ;;gdscript ; the language you waited for + ;;(go +lsp) ; the hipster dialect + ;;(haskell +lsp) ; a language that's lazier than I am + ;;hy ; readability of scheme w/ speed of python + ;;idris ; a language you can depend on + json ; At least it ain't XML + ;;(java +meghanada) ; the poster child for carpal tunnel syndrome + javascript ; all(hope(abandon(ye(who(enter(here)))))) + ;;julia ; a better, faster MATLAB + ;;kotlin ; a better, slicker Java(Script) + ;;latex ; writing papers in Emacs has never been so fun + ;;lean ; for folks with too much to prove + ;;ledger ; be audit you can be + ;;lua ; one-based indices? one-based indices + markdown ; writing docs for people to ignore + ;;nim ; python + lisp at the speed of c + (nix +lsp +tree-sitter) ; I hereby declare "nix geht mehr!" + (ocaml +lsp +tree-sitter) ; an objective camel + (org +roam2 +present +hugo +dragndrop) ; organize your plain life in plain text + (php +lsp +tree-sitter) ; perl's insecure younger brother + ;;plantuml ; diagrams for confusing people more + ;;purescript ; javascript, but functional + ;;python ; beautiful is better than ugly + ;;qt ; the 'cutest' gui framework ever + ;;racket ; a DSL for DSLs + ;;raku ; the artist formerly known as perl6 + (rest +jq) ; Emacs as a REST client + ;;rst ; ReST in peace + ;;(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"} + ;;rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap() + (scala +lsp +tree-sitter) ; java, but good + ;;(scheme +guile) ; a fully conniving family of lisps + (sh +tree-sitter) ; she sells {ba,z,fi}sh shells on the C xor + ;;sml + ;;solidity ; do you need a blockchain? No. + ;;swift ; who asked for emoji variables? + ;;terra ; Earth and Moon in alignment for performance. + (web +lsp +tree-sitter) ; the tubes + yaml ; JSON, but readable + ;;zig ; C, but simpler + + :email + (mu4e +org +gmail) + ;;notmuch + ;;(wanderlust +gmail) + + :app + ;;calendar + emms + ;;everywhere ; *leave* Emacs!? You must be joking + ;;irc ; how neckbeards socialize + (rss +org) ; emacs as an RSS reader + ;;twitter ; twitter client https://twitter.com/vnought + + :config + ;;literate + (default +bindings +smartparens)) diff --git a/modules/editor/emacs/doom.d/packages.el b/modules/editor/emacs/doom.d/packages.el new file mode 100644 index 0000000..4b71a03 --- /dev/null +++ b/modules/editor/emacs/doom.d/packages.el @@ -0,0 +1,8 @@ +(package! lsp-tailwindcss) +(package! elfeed-protocol) +(package! elfeed-tube) +(package! elfeed-tube-mpv) +(package! mpv) + +(unpin! org-roam) +(package! org-roam-ui) diff --git a/modules/editor/emacs/emacs.nix b/modules/editor/emacs/emacs.nix new file mode 100644 index 0000000..667124c --- /dev/null +++ b/modules/editor/emacs/emacs.nix @@ -0,0 +1,120 @@ +{ + inputs, + config, + lib, + pkgs, + ... +}: + +let + cfg = config.modules.editor.emacs; +in +{ + options.modules.editor.emacs = { + enable = lib.my.mkBoolOpt false; + }; + + config = lib.mkIf cfg.enable { + home-manager.users.${config.user.name} = { + + nixpkgs.overlays = [ inputs.emacs-overlay.overlay ]; + + home = { + packages = [ + pkgs.binutils + pkgs.ripgrep + pkgs.fd + pkgs.findutils.locate + pkgs.python311 + pkgs.libsecret + pkgs.gcc + pkgs.gnumake + pkgs.cmake + pkgs.nodejs + + pkgs.opentofu + pkgs.pandoc + + # Formatters and linters + pkgs.nixfmt-rfc-style # nix formatter + pkgs.nixpkgs-fmt + pkgs.shfmt # sh formatter + pkgs.shellcheck # sh linter + pkgs.html-tidy # HTML formatter + pkgs.nodePackages.stylelint # CSS linter + pkgs.nodePackages.js-beautify # JS/CSS/HTML formatter + + # LSPs + pkgs.coursier + # metals # Scala + + # Nix + pkgs.nil + + pkgs.phpactor # PHP + #OCaml + pkgs.ocaml + pkgs.dune_3 + pkgs.ocamlPackages.ocaml-lsp + pkgs.ocamlPackages.ocamlformat + pkgs.ocamlPackages.utop + pkgs.ocamlPackages.ocp-indent + pkgs.ocamlPackages.merlin + + # Used by org-roam + pkgs.sqlite + pkgs.graphviz + + # Used by elfeed-tube + pkgs.yt-dlp + pkgs.mpv + + # Used by dirvish + pkgs.imagemagick + pkgs.ffmpegthumbnailer + pkgs.mediainfo + pkgs.poppler + pkgs.gnutar + pkgs.unzip + ]; + sessionPath = [ "${config.home-manager.users.${config.user.name}.xdg.configHome}/emacs/bin" ]; + activation = { + installDoomEmacs = '' + if [ ! -d "${config.home-manager.users.${config.user.name}.xdg.configHome}/emacs" ]; then + ${pkgs.git}/bin/git clone --depth=1 --single-branch https://github.com/doomemacs/doomemacs "${ + config.home-manager.users.${config.user.name}.xdg.configHome + }/emacs" + fi + ''; + }; + }; + + services.emacs = { + enable = true; + client.enable = true; + }; + + programs.emacs = { + enable = true; + package = pkgs.emacs30.override { + withNativeCompilation = true; + withPgtk = true; + withSQLite3 = true; + withTreeSitter = true; + withWebP = true; + }; + extraPackages = + epkgs: with epkgs; [ + vterm + pdf-tools + treesit-grammars.with-all-grammars + ]; + }; + xdg.configFile = { + "doom" = { + source = ./doom.d; + }; + }; + }; + }; +} diff --git a/modules/editor/vim/.neoconf.json b/modules/editor/vim/.neoconf.json new file mode 100644 index 0000000..7c48087 --- /dev/null +++ b/modules/editor/vim/.neoconf.json @@ -0,0 +1,15 @@ +{ + "neodev": { + "library": { + "enabled": true, + "plugins": true + } + }, + "neoconf": { + "plugins": { + "lua_ls": { + "enabled": true + } + } + } +} diff --git a/modules/editor/vim/lua/config/autocmds.lua b/modules/editor/vim/lua/config/autocmds.lua new file mode 100644 index 0000000..27e9e06 --- /dev/null +++ b/modules/editor/vim/lua/config/autocmds.lua @@ -0,0 +1,3 @@ +-- Autocmds are automatically loaded on the VeryLazy event +-- Default autocmds that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/autocmds.lua +-- Add any additional autocmds here diff --git a/modules/editor/vim/lua/config/keymaps.lua b/modules/editor/vim/lua/config/keymaps.lua new file mode 100644 index 0000000..0ab05b7 --- /dev/null +++ b/modules/editor/vim/lua/config/keymaps.lua @@ -0,0 +1,18 @@ +-- Keymaps are automatically loaded on the VeryLazy event +-- Default keymaps that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/keymaps.lua +-- Add any additional keymaps here + +local map = vim.keymap.set + +-- Windows +map("n", "ww", "p", { desc = "Other Window", remap = true }) +map("n", "wd", "c", { desc = "Delete Window", remap = true }) +map("n", "ws", "s", { desc = "Split Window Below", remap = true }) +map("n", "wv", "v", { desc = "Split Window Right", remap = true }) +map("n", "wj", "j", { desc = "Go to Lower Window", remap = true }) +map("n", "wk", "k", { desc = "Go to Upper Window", remap = true }) +map("n", "wl", "l", { desc = "Go to Right Window", remap = true }) +map("n", "wh", "h", { desc = "Go to Left Window", remap = true }) + +-- File +map("n", "fs", "w", { desc = "Save File" }) diff --git a/modules/editor/vim/lua/config/options.lua b/modules/editor/vim/lua/config/options.lua new file mode 100644 index 0000000..3ea1454 --- /dev/null +++ b/modules/editor/vim/lua/config/options.lua @@ -0,0 +1,3 @@ +-- Options are automatically loaded before lazy.nvim startup +-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua +-- Add any additional options here diff --git a/modules/editor/vim/lua/plugins/core.lua b/modules/editor/vim/lua/plugins/core.lua new file mode 100644 index 0000000..8ff94d7 --- /dev/null +++ b/modules/editor/vim/lua/plugins/core.lua @@ -0,0 +1,20 @@ +return { + { + "LazyVim/LazyVim", + opts = { + colorscheme = "gruvbox", + }, + }, + { + 'nvim-telescope/telescope.nvim', + opts = { + defaults = { path_display = { "truncate" } }, + }, + }, + { + 'folke/snacks.nvim', + keys = { + { "bk", function() Snacks.bufdelete() end, desc = "Delete Buffer" }, + }, + }, +} diff --git a/modules/editor/vim/lua/plugins/disabled.lua b/modules/editor/vim/lua/plugins/disabled.lua new file mode 100644 index 0000000..faffca0 --- /dev/null +++ b/modules/editor/vim/lua/plugins/disabled.lua @@ -0,0 +1,8 @@ +return { + { "folke/tokyonight.nvim", enabled = false }, + { "catppuccin", enabled = false }, + { "mason-org/mason.nvim", enabled = false }, + { "mason-org/mason-lspconfig.nvim", enabled = false }, + { "jay-babu/mason-nvim-dap.nvim", enabled = false }, + { "Bilal2453/luvit-meta", enabled = false }, +} diff --git a/modules/editor/vim/lua/plugins/lsp.lua b/modules/editor/vim/lua/plugins/lsp.lua new file mode 100644 index 0000000..08d7303 --- /dev/null +++ b/modules/editor/vim/lua/plugins/lsp.lua @@ -0,0 +1,46 @@ +return { + recommended = function() + return LazyVim.extras.wants({ + ft = "scala", + root = { "build.sbt", "build.mill", "build.sc", "build.gradle", "pom.xml" }, + }) + end, + { + "scalameta/nvim-metals", + ft = { "scala", "sbt", "mill" }, + config = function() end, + }, + { + "neovim/nvim-lspconfig", + opts = { + servers = { + metals = { + settings = { + showImplicitArguments = false, + startMcpServer = true, + }, + }, + elixirls = { + cmd = { "elixir-ls" }, + }, + }, + setup = { + metals = function(_, opts) + local metals = require("metals") + local metals_config = vim.tbl_deep_extend("force", metals.bare_config(), opts) + metals_config.on_attach = LazyVim.has("nvim-dap") and metals.setup_dap or nil + + local nvim_metals_group = vim.api.nvim_create_augroup("nvim-metals", { clear = true }) + vim.api.nvim_create_autocmd("FileType", { + pattern = { "scala", "sbt", "mill" }, + callback = function() + metals.initialize_or_attach(metals_config) + end, + group = nvim_metals_group, + }) + return true + end, + }, + }, + }, +} diff --git a/modules/editor/vim/lua/plugins/lualine.lua b/modules/editor/vim/lua/plugins/lualine.lua new file mode 100644 index 0000000..3126f24 --- /dev/null +++ b/modules/editor/vim/lua/plugins/lualine.lua @@ -0,0 +1,14 @@ +return { + "nvim-lualine/lualine.nvim", + event = "VeryLazy", + opts = { + sections = { + lualine_z = { + { + require("opencode").statusline, + }, + } + } + }, +} + diff --git a/modules/editor/vim/lua/plugins/neogit.lua b/modules/editor/vim/lua/plugins/neogit.lua new file mode 100644 index 0000000..85d0d49 --- /dev/null +++ b/modules/editor/vim/lua/plugins/neogit.lua @@ -0,0 +1,15 @@ +return { + { + "NeogitOrg/neogit", + dependencies = { "nvim-lua/plenary.nvim", "sindrets/diffview.nvim", "nvim-telescope/telescope.nvim" }, + event = "VeryLazy", + keys = { + { + "gg", + "Neogit", + desc = "Neogit", + }, + }, + config = true, + }, +} diff --git a/modules/editor/vim/lua/plugins/nix.lua b/modules/editor/vim/lua/plugins/nix.lua new file mode 100644 index 0000000..163599f --- /dev/null +++ b/modules/editor/vim/lua/plugins/nix.lua @@ -0,0 +1,39 @@ +return { + { + "mfussenegger/nvim-lint", + opts = { + linters_by_ft = { + nix = { + "statix", + }, + }, + }, + }, + { + "neovim/nvim-lspconfig", + opts = { + servers = { + nixd = { + settings = { + nixd = { + formatting = { + command = { "nixfmt" } + } + } + }, + }, + }, + }, + }, + { + "stevearc/conform.nvim", + opts = { + format = { + lsp_format = "first" + }, + formatters_by_ft = { + nix = { "nixfmt" }, + }, + }, + }, +} diff --git a/modules/editor/vim/lua/plugins/opencode.lua b/modules/editor/vim/lua/plugins/opencode.lua new file mode 100644 index 0000000..8ac2413 --- /dev/null +++ b/modules/editor/vim/lua/plugins/opencode.lua @@ -0,0 +1,36 @@ +return { + "NickvanDyke/opencode.nvim", + config = function() + ---@type opencode.Opts + vim.g.opencode_opts = { + provider = { + enabled = "kitty", + kitty = { + location = "tab" + } + }, + events = { + permissions = { + enabled = false + } + } + } + vim.o.autoread = true + + vim.keymap.set({ "n", "x" }, "aa", function() + require("opencode").ask("@this: ", { submit = true }) + end, { desc = "Ask opencode" }) + + vim.keymap.set({ "n", "x" }, "ao", function() + require("opencode").select() + end, { desc = "Execute opencode action…" }) + + vim.keymap.set({ "n", "x" }, "as", function() + require("opencode").prompt("@this") + end, { desc = "Add to opencode" }) + + vim.keymap.set({ "n", "t" }, "a.", function() + require("opencode").toggle() + end, { desc = "Toggle opencode" }) + end, +} diff --git a/modules/editor/vim/lua/plugins/treesitter.lua b/modules/editor/vim/lua/plugins/treesitter.lua new file mode 100644 index 0000000..563b468 --- /dev/null +++ b/modules/editor/vim/lua/plugins/treesitter.lua @@ -0,0 +1,11 @@ +return { + { + "nvim-treesitter/nvim-treesitter", + opts = { + auto_install = false, + sync_install = false, + ensure_installed = {}, + parser_install_dir = vim.fs.joinpath(vim.fn.stdpath('data'), 'site'), + }, + }, +} diff --git a/modules/editor/vim/lua/plugins/yazi.lua b/modules/editor/vim/lua/plugins/yazi.lua new file mode 100644 index 0000000..7b9b43f --- /dev/null +++ b/modules/editor/vim/lua/plugins/yazi.lua @@ -0,0 +1,21 @@ +return { + { + "mikavilpas/yazi.nvim", + event = "VeryLazy", + keys = { + { + ".", + function() + require("yazi").yazi() + end, + desc = "Open the file manager", + }, + }, + opts = { + open_for_directories = true, + }, + config = function(opts) + require('yazi').setup(opts) + end, + } +} diff --git a/modules/editor/vim/lua/plugins/zk.lua b/modules/editor/vim/lua/plugins/zk.lua new file mode 100644 index 0000000..f8111ac --- /dev/null +++ b/modules/editor/vim/lua/plugins/zk.lua @@ -0,0 +1,52 @@ +return { + "zk-org/zk-nvim", + keys = { + { + "zn", + "ZkNew { title = vim.fn.input('Title: ') }", + desc = "Create a new note after asking for its title" + }, + { + "zo", + "ZkNotes { sort = { 'modified' } }", + desc = "Open Notes" + }, + { + "zt", + "ZkTags", + desc = "Open notes associated with the selected tags" + }, + { + "zf", + "ZkNotes { sort = { 'modified' }, match = { vim.fn.input('Search: ') } }", + desc = "Search for the notes matching a given query" + }, + { + "zf", + ":'<,'>ZkMatch", + mode = { "v" }, + desc = "Search for the notes matching the current visual selection" + }, + }, + config = function() + require("zk").setup({ + picker = "fzf_lua", + + lsp = { + -- `config` is passed to `vim.lsp.start(config)` + config = { + name = "zk", + cmd = { "zk", "lsp" }, + filetypes = { "markdown" }, + -- on_attach = ... + -- etc, see `:h vim.lsp.start()` + }, + + -- automatically attach buffers in a zk notebook that match the given filetypes + auto_attach = { + enabled = true, + }, + }, + }) + end, +} diff --git a/modules/editor/vim/vim.nix b/modules/editor/vim/vim.nix new file mode 100644 index 0000000..c8ba9dd --- /dev/null +++ b/modules/editor/vim/vim.nix @@ -0,0 +1,313 @@ +{ + config, + lib, + pkgs, + ... +}: + +let + cfg = config.modules.editor.vim; +in +{ + options.modules.editor.vim = { + enable = lib.my.mkBoolOpt false; + }; + + config = lib.mkIf cfg.enable { + home-manager.users.${config.user.name} = + { config, ... }: + { + + programs.neovim = { + enable = true; + package = pkgs.neovim-unwrapped; + vimAlias = true; + vimdiffAlias = true; + withNodeJs = true; + plugins = with pkgs.vimPlugins; [ + # base distro + LazyVim + conform-nvim + nvim-lint + markdown-preview-nvim + render-markdown-nvim + + # theme + gruvbox-nvim + + # UI + bufferline-nvim + gitsigns-nvim + neogit + diffview-nvim + edgy-nvim + dashboard-nvim + toggleterm-nvim + trouble-nvim + lualine-nvim + which-key-nvim + nvim-web-devicons + mini-nvim + mini-ai + mini-comment + mini-icons + mini-pairs + noice-nvim + nui-nvim + nvim-notify + nvim-lsp-notify + neo-tree-nvim + nvim-navic + dressing-nvim + aerial-nvim + snacks-nvim + + # project management + project-nvim + neoconf-nvim + persistence-nvim + + # smart typing + guess-indent-nvim + vim-illuminate + + # LSP + nvim-lspconfig + nvim-lightbulb # lightbulb for quick actions + # nvim-code-action-menu # code action menu + neodev-nvim + SchemaStore-nvim # load known formats for json and yaml + nvim-metals + nvim-jdtls + + # cmp plugins + nvim-cmp + blink-cmp # completion plugin + cmp_luasnip # snipper completions + + # snippets + luasnip # snippet engine + friendly-snippets # a bunch of snippets to use + + # search functionality + plenary-nvim + telescope-nvim + telescope-fzf-native-nvim + fzf-lua + grug-far-nvim + flash-nvim + + # treesitter + nvim-treesitter-context + nvim-ts-autotag + nvim-treesitter-textobjects + nvim-treesitter.withAllGrammars + + # comments + ts-comments-nvim + nvim-ts-context-commentstring + todo-comments-nvim + + # leap + vim-repeat + leap-nvim + flit-nvim + + # DAP + nvim-dap + nvim-dap-ui + nvim-dap-virtual-text + one-small-step-for-vimkind + + # neotest + neotest + neotest-rust + neotest-elixir + + # SQL + vim-dadbod + vim-dadbod-ui + vim-dadbod-completion + + lazy-nvim + lazydev-nvim + vim-startuptime + yazi-nvim + zk-nvim + + (pkgs.vimUtils.buildVimPlugin { + pname = "opencode.nvim"; + version = "2025-12-04"; + src = pkgs.fetchFromGitHub { + owner = "NickvanDyke"; + repo = "opencode.nvim"; + rev = "963fad75f794deb85d1c310d2e2cb033da44f670"; + hash = "sha256-nKOsHgMptHnOS+SCTHa77sQ/ZiUY0aW26I8GN7ocRHE="; + }; + }) + ]; + + extraPackages = with pkgs; [ + gcc # needed for nvim-treesitter + + # HTML, CSS, JSON + vscode-langservers-extracted + + # Nix + nixd + statix + nixfmt-rfc-style + + # SQL + sqlfluff + + # LazyVim defaults + stylua + shfmt + + # Markdown extra + markdownlint-cli2 + marksman + + # Docker extra + dockerfile-language-server + hadolint + docker-compose-language-service + + # JSON and YAML extras + nodePackages.yaml-language-server + + # Java + jdt-language-server + + # Elixir + beam28Packages.elixir-ls + + # Custom + editorconfig-checker + shellcheck + ]; + + extraLuaConfig = # lua + '' + require("gruvbox").setup({ + overrides = { + Include = { ["link"] = "GruvboxRed" }, + ["@constructor"] = { ["link"] = "GruvboxYellow" }, + ["@function.builtin"] = { ["link"] = "GruvboxFg1" }, + ["@function.call"] = { ["link"] = "GruvboxFg1" }, + ["@function.macro"] = { ["link"] = "GruvboxFg1" }, + ["@function.method.call.scala"] = { ["link"] = "GruvboxFg1" }, + ["@method.call"] = { ["link"] = "GruvboxFg1" }, + ["@variable.member.scala"] = { ["link"] = "GruvboxFg1" }, + ["@lsp.type.type.scala"] = { ["link"] = "" }, + ["@lsp.type.method.scala"] = { ["link"] = "" }, + ["@lsp.type.modifier.scala"] = { ["link"] = "GruvboxOrange" }, + ["@lsp.type.typeParameter.scala"] = { ["link"] = "GruvboxAqua" }, + ["@lsp.type.type.nix"] = { ["link"] = "" }, + ["@lsp.type.method.nix"] = { ["link"] = "" }, + ["@lsp.type.macro.nix"] = { ["link"] = "" }, + ["@lsp.type.interface.nix"] = { ["link"] = "" }, + }, + }) + + require("lazy").setup({ + spec = { + { "LazyVim/LazyVim", import = "lazyvim.plugins" }, + -- import any extras modules here + { import = "lazyvim.plugins.extras.dap.core" }, + { import = "lazyvim.plugins.extras.dap.nlua" }, + { import = "lazyvim.plugins.extras.ui.edgy" }, + { import = "lazyvim.plugins.extras.coding.mini-comment" }, + { import = "lazyvim.plugins.extras.editor.aerial" }, + { import = "lazyvim.plugins.extras.editor.leap" }, + { import = "lazyvim.plugins.extras.editor.navic" }, + { import = "lazyvim.plugins.extras.formatting.prettier" }, + { import = "lazyvim.plugins.extras.lang.angular" }, + { import = "lazyvim.plugins.extras.lang.docker" }, + { import = "lazyvim.plugins.extras.lang.java" }, + { import = "lazyvim.plugins.extras.lang.json" }, + { import = "lazyvim.plugins.extras.lang.markdown" }, + { import = "lazyvim.plugins.extras.lang.sql" }, + { import = "lazyvim.plugins.extras.lang.yaml" }, + { import = "lazyvim.plugins.extras.lang.scala" }, + { import = "lazyvim.plugins.extras.lang.elixir" }, + { import = "lazyvim.plugins.extras.test.core" }, + { import = "lazyvim.plugins.extras.lang.typescript" }, + -- import/override with your plugins + { import = "plugins" }, + }, + defaults = { + -- By default, only LazyVim plugins will be lazy-loaded. Your custom plugins will load during startup. + -- If you know what you're doing, you can set this to `true` to have all your custom plugins lazy-loaded by default. + lazy = false, + -- It's recommended to leave version=false for now, since a lot the plugin that support versioning, + -- have outdated releases, which may break your Neovim install. + version = false, -- always use the latest git commit + -- version = "*", -- try installing the latest stable version for plugins that support semver + }, + performance = { + -- Used for NixOS + reset_packpath = false, + rtp = { + reset = false, + -- disable some rtp plugins + disabled_plugins = { + "gzip", + -- "matchit", + -- "matchparen", + -- "netrwPlugin", + "tarPlugin", + "tohtml", + "tutor", + "zipPlugin", + }, + } + }, + dev = { + path = "${pkgs.vimUtils.packDir config.programs.neovim.finalPackage.passthru.packpathDirs}/pack/myNeovimPackages/start", + patterns = {""}, + }, + install = { + missing = false, + }, + }) + ''; + }; + + xdg.configFile."nvim/lua" = { + recursive = true; + source = ./lua; + }; + + home.sessionVariables = { + ZK_NOTEBOOK_DIR = "${config.home.homeDirectory}/Nextcloud/notes"; + }; + + home.packages = with pkgs; [ + ripgrep + fd + nodejs + opentofu + coursier + + # LSP + yaml-language-server + typos-lsp + nodePackages.typescript-language-server + nodePackages.prettier + terraform-ls + sqls + nixd + marksman + lua-language-server + docker-compose-language-service + bash-language-server + angular-language-server + vtsls + zk + metals + ]; + }; + }; +} diff --git a/modules/hardware/audio.nix b/modules/hardware/audio.nix new file mode 100644 index 0000000..02d44fd --- /dev/null +++ b/modules/hardware/audio.nix @@ -0,0 +1,29 @@ +{ + config, + lib, + pkgs, + ... +}: + +let + cfg = config.modules.hardware.audio; +in +{ + options.modules.hardware.audio = { + enable = lib.my.mkBoolOpt false; + }; + + config = lib.mkIf cfg.enable { + + security.rtkit.enable = true; + + services.pipewire = { + enable = true; + pulse.enable = true; + }; + + home-manager.users.${config.user.name} = { + home.packages = [ pkgs.pulsemixer ]; + }; + }; +} diff --git a/modules/media/emulators.nix b/modules/media/emulators.nix new file mode 100644 index 0000000..ba0d539 --- /dev/null +++ b/modules/media/emulators.nix @@ -0,0 +1,29 @@ +{ + config, + lib, + pkgs, + ... +}: + +let + cfg = config.modules.media.emulators; +in +{ + options.modules.media.emulators = { + psx.enable = lib.my.mkBoolOpt false; # Playstation + ds.enable = lib.my.mkBoolOpt false; # Nintendo DS + gc.enable = lib.my.mkBoolOpt false; # GameCube + gb.enable = lib.my.mkBoolOpt false; # GameBoy + GameBoy Color + gba.enable = lib.my.mkBoolOpt false; # GameBoy Advance + snes.enable = lib.my.mkBoolOpt false; # Super Nintendo + }; + + config = { + user.packages = [ + (lib.mkIf cfg.psx.enable pkgs.duckstation) + (lib.mkIf cfg.ds.enable pkgs.desmume) + (lib.mkIf cfg.gc.enable pkgs.dolphin-emu) + (lib.mkIf (cfg.gba.enable || cfg.gb.enable || cfg.snes.enable) pkgs.higan) + ]; + }; +} diff --git a/modules/media/games.nix b/modules/media/games.nix new file mode 100644 index 0000000..ca2a380 --- /dev/null +++ b/modules/media/games.nix @@ -0,0 +1,44 @@ +{ + config, + lib, + pkgs, + ... +}: + +let + cfg = config.modules.media; +in +{ + options.modules.media = { + steam.enable = lib.my.mkBoolOpt false; + lutris.enable = lib.my.mkBoolOpt false; + }; + + config = lib.mkMerge [ + { + user.packages = [ + (lib.mkIf cfg.lutris.enable pkgs.lutris) + (lib.mkIf cfg.lutris.enable pkgs.wine) + (lib.mkIf (cfg.steam.enable || cfg.lutris.enable) pkgs.protontricks) + ]; + } + (lib.mkIf cfg.steam.enable { + hardware.steam-hardware.enable = true; + programs.steam = { + enable = true; + protontricks.enable = true; + }; + }) + (lib.mkIf (cfg.steam.enable || cfg.lutris.enable) { + programs.gamemode = { + enable = true; + enableRenice = true; + }; + home-manager.users.${config.user.name} = { + programs.mangohud = { + enable = true; + }; + }; + }) + ]; +} diff --git a/modules/media/mopidy.nix b/modules/media/mopidy.nix new file mode 100644 index 0000000..e60b884 --- /dev/null +++ b/modules/media/mopidy.nix @@ -0,0 +1,41 @@ +{ + config, + lib, + pkgs, + ... +}: + +let + cfg = config.modules.media.mopidy; +in +{ + options.modules.media.mopidy = { + enable = lib.my.mkBoolOpt false; + }; + config = lib.mkIf cfg.enable { + home-manager.users.${config.user.name} = + { ... }: + { + services.mopidy = { + enable = true; + extensionPackages = with pkgs; [ + mopidy-mpd + mopidy-subidy + ]; + settings = { + mpd = { + enabled = true; + hostname = "0.0.0.0"; + port = "6600"; + }; + subidy = { + url = "https://cloud.banditlair.com/apps/music/subsonic"; + username = "paultrial"; + password = "oEcMsam5uo8k"; + legacy_auth = true; + }; + }; + }; + }; + }; +} diff --git a/modules/media/mpd.nix b/modules/media/mpd.nix new file mode 100644 index 0000000..97070b4 --- /dev/null +++ b/modules/media/mpd.nix @@ -0,0 +1,38 @@ +{ config, lib, ... }: + +let + cfg = config.modules.media.mpd; +in +{ + options.modules.media.mpd = { + enable = lib.my.mkBoolOpt false; + }; + config = lib.mkIf cfg.enable { + home-manager.users.${config.user.name} = + { config, ... }: + { + services.mpd = { + enable = true; + network.listenAddress = "any"; + musicDirectory = "${config.home.homeDirectory}/Nextcloud/Media/Music"; + playlistDirectory = "${config.home.homeDirectory}/Nextcloud/Playlists"; + extraConfig = '' + max_output_buffer_size "16384" + auto_update "yes" + audio_output { + type "pulse" + name "pulse audio" + device "pulse" + mixer_type "hardware" + } + audio_output { + type "fifo" + name "toggle_visualizer" + path "/tmp/mpd.fifo" + format "44100:16:2" + } + ''; + }; + }; + }; +} diff --git a/users/files/ncmpcpp/bindings b/modules/media/ncmpcpp/bindings similarity index 100% rename from users/files/ncmpcpp/bindings rename to modules/media/ncmpcpp/bindings diff --git a/users/files/ncmpcpp/config b/modules/media/ncmpcpp/config similarity index 100% rename from users/files/ncmpcpp/config rename to modules/media/ncmpcpp/config diff --git a/modules/media/ncmpcpp/ncmpcpp.nix b/modules/media/ncmpcpp/ncmpcpp.nix new file mode 100644 index 0000000..e23745b --- /dev/null +++ b/modules/media/ncmpcpp/ncmpcpp.nix @@ -0,0 +1,38 @@ +{ + config, + lib, + pkgs, + ... +}: + +let + cfg = config.modules.media.ncmpcpp; +in +{ + options.modules.media.ncmpcpp = { + enable = lib.my.mkBoolOpt false; + }; + + config = lib.mkIf cfg.enable { + home-manager.users.${config.user.name} = { + + home = { + packages = with pkgs; [ + ( + (ncmpcpp.override { visualizerSupport = true; }) + # Duplicate fix until it makes its way in unstable + .overrideAttrs + (old: { + configureFlags = old.configureFlags ++ [ (lib.withFeatureAs true "boost" boost.dev) ]; + }) + ) + mpc + ]; + + file.".config/ncmpcpp/config".source = ./config; + file.".config/ncmpcpp/bindings".source = ./bindings; + }; + + }; + }; +} diff --git a/modules/network.nix b/modules/network.nix deleted file mode 100644 index 54a37c6..0000000 --- a/modules/network.nix +++ /dev/null @@ -1,6 +0,0 @@ -{ config, lib, pkgs, ... }: -{ - networking.hosts = { - "127.0.0.1" = [ "localhost" "local.ted.europa.eu" ]; - }; -} diff --git a/modules/options.nix b/modules/options.nix new file mode 100644 index 0000000..383760a --- /dev/null +++ b/modules/options.nix @@ -0,0 +1,39 @@ +{ + config, + options, + lib, + ... +}: + +{ + options = { + user = lib.my.mkOpt lib.types.attrs { }; + }; + + config = { + + user = { + name = lib.mkDefault "froidmpa"; + description = "The primary user account"; + extraGroups = [ + "wheel" + "adbusers" + ]; + isNormalUser = true; + }; + + users.users.${config.user.name} = lib.mkAliasDefinitions options.user; + + home-manager = { + useUserPackages = true; + + users.${config.user.name} = { + home = { + enableNixpkgsReleaseCheck = true; + inherit (config.system) stateVersion; + }; + }; + }; + + }; +} diff --git a/modules/security.nix b/modules/security.nix new file mode 100644 index 0000000..3e8dcff --- /dev/null +++ b/modules/security.nix @@ -0,0 +1,71 @@ +{ config, lib, ... }: + +# Taken from https://github.com/hlissner/dotfiles +{ + ## System security tweaks + # sets hidepid=2 on /proc (make process info visible only to owning user) + # NOTE Was removed on nixpkgs-unstable because it doesn't do anything + # security.hideProcessInformation = true; + # Prevent replacing the running kernel w/o reboot + security.protectKernelImage = true; + + # tmpfs = /tmp is mounted in ram. Doing so makes temp file management speedy + # on ssd systems, and volatile! Because it's wiped on reboot. + boot.tmp.useTmpfs = lib.mkDefault true; + # If not using tmpfs, which is naturally purged on reboot, we must clean it + # /tmp ourselves. /tmp should be volatile storage! + boot.tmp.cleanOnBoot = lib.mkDefault (!config.boot.tmp.useTmpfs); + + # Fix a security hole in place for backwards compatibility. See desc in + # nixpkgs/nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix + boot.loader.systemd-boot.editor = false; + + boot.kernel.sysctl = { + # The Magic SysRq key is a key combo that allows users connected to the + # system console of a Linux kernel to perform some low-level commands. + # Disable it, since we don't need it, and is a potential security concern. + "kernel.sysrq" = 0; + + ## TCP hardening + # Prevent bogus ICMP errors from filling up logs. + "net.ipv4.icmp_ignore_bogus_error_responses" = 1; + # Reverse path filtering causes the kernel to do source validation of + # packets received from all interfaces. This can mitigate IP spoofing. + "net.ipv4.conf.default.rp_filter" = 1; + "net.ipv4.conf.all.rp_filter" = 1; + # Do not accept IP source route packets (we're not a router) + "net.ipv4.conf.all.accept_source_route" = 0; + "net.ipv6.conf.all.accept_source_route" = 0; + # Don't send ICMP redirects (again, we're on a router) + "net.ipv4.conf.all.send_redirects" = 0; + "net.ipv4.conf.default.send_redirects" = 0; + # Refuse ICMP redirects (MITM mitigations) + "net.ipv4.conf.all.accept_redirects" = 0; + "net.ipv4.conf.default.accept_redirects" = 0; + "net.ipv4.conf.all.secure_redirects" = 0; + "net.ipv4.conf.default.secure_redirects" = 0; + "net.ipv6.conf.all.accept_redirects" = 0; + "net.ipv6.conf.default.accept_redirects" = 0; + # Protects against SYN flood attacks + "net.ipv4.tcp_syncookies" = 1; + # Incomplete protection again TIME-WAIT assassination + "net.ipv4.tcp_rfc1337" = 1; + + ## TCP optimization + # TCP Fast Open is a TCP extension that reduces network latency by packing + # data in the sender’s initial TCP SYN. Setting 3 = enable TCP Fast Open for + # both incoming and outgoing connections: + "net.ipv4.tcp_fastopen" = 3; + # Bufferbloat mitigations + slight improvement in throughput & latency + "net.ipv4.tcp_congestion_control" = "bbr"; + "net.core.default_qdisc" = "cake"; + }; + boot.kernelModules = [ "tcp_bbr" ]; + + # Change me later! + user.initialPassword = "nixos"; + users.users.root.initialPassword = "nixos"; + + # So we don't have to do this later... + security.acme.acceptTerms = true; +} diff --git a/modules/services/belgian-eid.nix b/modules/services/belgian-eid.nix new file mode 100644 index 0000000..e23c9cd --- /dev/null +++ b/modules/services/belgian-eid.nix @@ -0,0 +1,25 @@ +{ + config, + lib, + pkgs, + ... +}: + +let + cfg = config.modules.services.belgian-eid; +in +{ + options.modules.services.belgian-eid = { + enable = lib.my.mkBoolOpt false; + }; + + config = lib.mkIf cfg.enable { + + services.pcscd.enable = true; + + environment.systemPackages = with pkgs; [ + (firefox.override { pkcs11Modules = [ eid-mw ]; }) + eid-mw + ]; + }; +} diff --git a/modules/services/certs/Foyer-Group-Root-CA.crt b/modules/services/certs/Foyer-Group-Root-CA.crt new file mode 100644 index 0000000..e518627 --- /dev/null +++ b/modules/services/certs/Foyer-Group-Root-CA.crt @@ -0,0 +1,32 @@ +-----BEGIN CERTIFICATE----- +MIIFYzCCA0ugAwIBAgIQGdeAPz782qlMfDK9Mp+7DjANBgkqhkiG9w0BAQsFADAe +MRwwGgYDVQQDExNGb3llci1Hcm91cC1Sb290LUNBMB4XDTE5MDIxMjEyNDAzN1oX +DTM5MDIxMjEyNTAzMlowHjEcMBoGA1UEAxMTRm95ZXItR3JvdXAtUm9vdC1DQTCC +AiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAL1B7QRo9beAqb8aFGqGBlya +veWDPu/0ZdF4v+GCspw2AvQx9EQW373QLxa9bdnbHmij8tah/hvLaYUksRl/0kbZ +Gik6O8caY+06a3dYwpQkOCjV2tHoPiTsZUyg5hdsQYIvZXmtXlA+qcDc+N5WjPjU +4/KY/kgJNCQBh7DM2OziE6SQMn+i+iKiIuJlCT8Q03Y3FZR0n4aOW90YGYKoISh8 +VKuacw0D22MvxhZX8X6zIuMpH8vEXsMwIcCBENEowi0bCye5Aj1Jeyw0mLRUaDfE +aKxFZedrAC3pZKvX9SKLqMPM/NZLgK9WTbTG1c4KrRa1S/OKrUp36y4fgdgEjvPU +WtDaGBSDOqVqylLC5FnJjYEJESQcuOzhiJyYqZY9Cme/9QoiAmPxAVjTFZVBVyJ/ +0r6JVygBYS5l3BbV7hJ76aVHrwy4f/CuHlnaIpax99wljvgf0QFEyXHGgzOu8tmc +g08OhlwfydSttMrsrj1wLrOTYbGLek4l4G7hJrtbqV3M0U4lforXhEFl/PWTeh7u +ytgW7RAqC/kCUVFPgZzcgAsFXJHPAhEGjMN8//eY13tn9D9dy8kxGYt+PMHWaPdH +ZYEOrPXogQB8iU0Z7g9pjzX/GPjcsJG6wr2D8yhFmfkanKE3Q7x5xJoeATswpnT5 +gYBYJ8EMnQnSydjR/0pbAgMBAAGjgZwwgZkwDgYDVR0PAQH/BAQDAgEGMBIGA1Ud +EwEB/wQIMAYBAf8CAQIwHQYDVR0OBBYEFNZ6BPnRJmRv4hzKAOWlKzYBvH8cMFQG +A1UdIARNMEswSQYJKwYBBAGCnDkBMDwwOgYIKwYBBQUHAgIwLh4sAEwAZQBnAGEA +bAAgAFAAbwBsAGkAYwB5ACAAUwB0AGEAdABlAG0AZQBuAHQwDQYJKoZIhvcNAQEL +BQADggIBAEwuHKngSP8SxCQ0qCWM1uLCdLdpdHnn4WftOczJTotXA8RZvdKQn5N2 +BNR8PI3tQ7aauPB/0YNfaGDaDdg2g1is/1Oh0PFaN4mYcbZIJr6El+IDdcPcGngQ +YZYHtXqJ3y82uVM1A8cWPfx44MT5eMoK9sqpaZJaQM12BkhYkUYiAn2qaIRHrj4d +xa3mmuxUqNmxiVcFPv357TvmuGsbmgbtLE+zRzhNStoE3VNd0Efl7wYD84UpKB2x +hC/V5AD+FXwleDdCz2o+U1IjBnBos+cksqsJiLvYg2Fn4C4rRD/bYanOSP3Lh4ll +eHnXOuRDgJLyZj3MRTZl9LD5czxU+pk/luNgJyGiAuykVhcr52PKybxXYCnQmiXw +uCS8DYNjth4uSWIQqPGiNsTerdDsGUFQznTblT5e9ZArXwsa+iGno0AIUPmg08EW +/twNdm0NSVM2tzVoKsUJxNO0GwE+j4NLGdZgxs5NlpmlKqCVK+YX4XHkbfFMu5Z3 +Tl+QnLP+XbKej08mO6r8IEmJmnjKvpXOYxme9XCyAeArzrhvIwMfA0Qvy2qpTaBW +WdCWCiVe2F3L3e0afsfIZ/QOApjgU0tT2iz+2cPfVYHMve0RES3CGjdMCN8WHOKt +w654Qw7ZrChUoLsPfjyhlHUB7UipQtIDT79QFxtqdi+HWTO/59Wl +-----END CERTIFICATE----- + diff --git a/modules/services/certs/Foyer-Sub-CA.crt b/modules/services/certs/Foyer-Sub-CA.crt new file mode 100644 index 0000000..de46219 --- /dev/null +++ b/modules/services/certs/Foyer-Sub-CA.crt @@ -0,0 +1,40 @@ +-----BEGIN CERTIFICATE----- +MIIG5zCCBM+gAwIBAgITZQAAAAgE68Dg5FuAUQAAAAAACDANBgkqhkiG9w0BAQsF +ADAeMRwwGgYDVQQDExNGb3llci1Hcm91cC1Sb290LUNBMB4XDTE5MDIxMjE1MjYx +N1oXDTI5MDIxMjE1MzYxN1owRDESMBAGCgmSJomT8ixkARkWAmx1MRcwFQYKCZIm +iZPyLGQBGRYHbGVmb3llcjEVMBMGA1UEAxMMRm95ZXItU3ViLUNBMIIBIjANBgkq +hkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2lTHYcFx1SjtRKaKKYUwlZBd2PCt9D+D +qdn7qwgL8sEFSvydfIWTyq8fI4VLvjCg93G7hdK/+IKvBMuExNaUXAwquyJ7Xfez +sWPXSpCS9k8LbNpBcTQrjY6vi7ldtaveZlngzwTQ2DMj2jBcEecZCtSYjpF4Tvqd +up9U0wmzJP447cxWg+9PvU8dnt2oipeZLGjh2CjQfm26yrKse/1hEtaBkmeDo9ko +zWEiuJUjoYZ8Zi82iDftW2nwBK/4QBDPYXEcWcL2O+Y4lY5ccgQupqTIrKNuDlU0 +lUBaLWeiHH+arMACi8V2PtXssFaG/FOL5IiQrqDOwQTpxUPy5AGF7wIDAQABo4IC +9jCCAvIwEAYJKwYBBAGCNxUBBAMCAQAwHQYDVR0OBBYEFKkHvhdxLAGlvxPEzggz +LfoVCNLRMFQGA1UdIARNMEswSQYJKwYBBAGCnDkBMDwwOgYIKwYBBQUHAgIwLh4s +AEwAZQBnAGEAbAAgAFAAbwBsAGkAYwB5ACAAUwB0AGEAdABlAG0AZQBuAHQwGQYJ +KwYBBAGCNxQCBAweCgBTAHUAYgBDAEEwCwYDVR0PBAQDAgGGMBIGA1UdEwEB/wQI +MAYBAf8CAQAwHwYDVR0jBBgwFoAU1noE+dEmZG/iHMoA5aUrNgG8fxwwggEKBgNV +HR8EggEBMIH+MIH7oIH4oIH1hoHFbGRhcDovLy9DTj1Gb3llci1Hcm91cC1Sb290 +LUNBLENOPUZveWVyLUdyb3VwLVJvb3QtQ0EsQ049Q0RQLENOPVB1YmxpYyUyMEtl +eSUyMFNlcnZpY2VzLENOPVNlcnZpY2VzLENOPUNvbmZpZ3VyYXRpb24sREM9bGVm +b3llcixEQz1sdT9jZXJ0aWZpY2F0ZVJldm9jYXRpb25MaXN0P2Jhc2U/b2JqZWN0 +Q2xhc3M9Y1JMRGlzdHJpYnV0aW9uUG9pbnSGK2h0dHA6Ly9jcmwuZm95ZXIubHUv +Rm95ZXItR3JvdXAtUm9vdC1DQS5jcmwwgf0GCCsGAQUFBwEBBIHwMIHtMIGxBggr +BgEFBQcwAoaBpGxkYXA6Ly8vQ049Rm95ZXItR3JvdXAtUm9vdC1DQSxDTj1BSUEs +Q049UHVibGljJTIwS2V5JTIwU2VydmljZXMsQ049U2VydmljZXMsQ049Q29uZmln +dXJhdGlvbixEQz1sZWZveWVyLERDPWx1P2NBQ2VydGlmaWNhdGU/YmFzZT9vYmpl +Y3RDbGFzcz1jZXJ0aWZpY2F0aW9uQXV0aG9yaXR5MDcGCCsGAQUFBzAChitodHRw +Oi8vYWlhLmZveWVyLmx1L0ZveWVyLUdyb3VwLVJvb3QtQ0EuY3J0MA0GCSqGSIb3 +DQEBCwUAA4ICAQC0RdvBmQkEjTpP0VzBYojCnYBytzU/1eDtOS3t7vB7dRA6oo65 +nqjUXvf5jKUD3WA7bZoBL5WO9TFlzyKgPyfGaDks20vS4Xl/bdsq9Cv9wjoenrfa +lTExbZ9u5+UgzY0dnjkJV6cUEx0v6dujviTgwyLPOL3/5JulkwmKb8tcuUedS0GP +MbshL7J73IJ7t5ZwZkJMZ2fAQEsmGjWYupe9vdKCs4WDPiNrw9zU3seuWH5dWqfS +0bO6QROc8Zqrd/+ZE7quxNFw8j/DtTrq+5Xg+uCOV6nGN6ANLbcF1DO6S8mmzXlF +2cPO3UffxCKpM+3zg+NFfOS5S7H71lxm+SgD7Qf0SPxxDOUC3p3urmAKHWvvihfc +Ttd9MOTcF5hi2Edl2NGrORxksnLAyOkPg/9H+JdL0J1h8RrkPhhl87fmQd1VONdP +D8n4/r0hD4RuhWQtih/b/Ode3b2NjW77rHd+5/kHdFAQKoJwXZ2kulJ7ANtT2DkW +hpzdvkhxOchnh39E2PEH6WiMAeKHXHgqGXqiGAWoLvIvk/ciP5VG3m/Nly9J2A7f +C8OhpoJcExnxrL1rHH+QWO3wVvbYrtKSsKqMqS7Bu8gWsAbEw8HpXgdO5TyJ3RHM +yql2gDHKnbshIff/7tjPNwk5mttAPHtignx/MvOnRmnJvpug31v0UVEcig== +-----END CERTIFICATE----- + diff --git a/modules/services/certs/cacerts b/modules/services/certs/cacerts new file mode 100644 index 0000000..76e31eb Binary files /dev/null and b/modules/services/certs/cacerts differ diff --git a/modules/services/docker.nix b/modules/services/docker.nix new file mode 100644 index 0000000..686f928 --- /dev/null +++ b/modules/services/docker.nix @@ -0,0 +1,31 @@ +{ + config, + lib, + pkgs, + ... +}: + +let + cfg = config.modules.services.docker; +in +{ + options.modules.services.docker = { + enable = lib.my.mkBoolOpt false; + }; + + config = lib.mkIf cfg.enable { + + virtualisation = { + docker = { + enable = true; + autoPrune.enable = true; + enableOnBoot = lib.mkDefault false; + }; + }; + + users.users.${config.user.name}.extraGroups = [ "docker" ]; + + environment.systemPackages = with pkgs; [ docker-compose ]; + + }; +} diff --git a/modules/services/flatpak.nix b/modules/services/flatpak.nix new file mode 100644 index 0000000..37332e2 --- /dev/null +++ b/modules/services/flatpak.nix @@ -0,0 +1,26 @@ +{ + config, + lib, + pkgs, + ... +}: + +let + cfg = config.modules.services.flatpak; +in +{ + options.modules.services.flatpak = { + enable = lib.my.mkBoolOpt false; + }; + + config = lib.mkIf cfg.enable { + services.flatpak.enable = true; + + xdg.portal = { + enable = true; + extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; + config.common.default = "*"; + }; + + }; +} diff --git a/modules/services/kanata.nix b/modules/services/kanata.nix new file mode 100644 index 0000000..ec00949 --- /dev/null +++ b/modules/services/kanata.nix @@ -0,0 +1,57 @@ +{ + config, + lib, + ... +}: + +let + cfg = config.modules.services.kanata; +in +{ + options.modules.services.kanata = { + enable = lib.my.mkBoolOpt false; + }; + + config = lib.mkIf cfg.enable { + services.kanata = { + enable = true; + keyboards.laptop.config = '' + ;; QWERTY-shaped matrix; works for AZERTY because Kanata uses scancodes. + (defsrc + esc 1 2 3 4 5 6 7 8 9 0 - = bspc + tab q w e r t y u i o p [ ] \ + caps a s d f g h j k l ; ' ret + lsft z x c v b n m , . / rsft + lctl lmet lalt spc ralt rmet rctl + ) + + (defvar + tap-time 150 + hold-time 200 + ) + + ;; Home-row mod-taps (tap sends the letter; hold sends the modifier) + (defalias + a-alt (tap-hold $tap-time $hold-time a lalt) + s-ctl (tap-hold $tap-time $hold-time s lctl) + d-sft (tap-hold $tap-time $hold-time d lsft) + f-met (tap-hold $tap-time $hold-time f lmet) + + j-met (tap-hold $tap-time $hold-time j rmet) + k-sft (tap-hold $tap-time $hold-time k rsft) + l-ctl (tap-hold $tap-time $hold-time l rctl) + ;-alt (tap-hold $tap-time $hold-time ; ralt) + ) + + (deflayer main + esc 1 2 3 4 5 6 7 8 9 0 - = bspc + tab q w e r t y u i o p [ ] \ + caps @a-alt @s-ctl @d-sft @f-met g h @j-met @k-sft @l-ctl @;-alt ' ret + lsft z x c v b n m , . / rsft + lctl lmet lalt spc ralt rmet rctl + ) + ''; + }; + + }; +} diff --git a/modules/services/languagetool.nix b/modules/services/languagetool.nix new file mode 100644 index 0000000..c7a9e6b --- /dev/null +++ b/modules/services/languagetool.nix @@ -0,0 +1,17 @@ +{ config, lib, ... }: + +let + cfg = config.modules.services.languagetool; +in +{ + options.modules.services.languagetool = { + enable = lib.my.mkBoolOpt false; + }; + + config = lib.mkIf cfg.enable { + services.languagetool = { + enable = true; + allowOrigin = "*"; + }; + }; +} diff --git a/modules/services/libvirt.nix b/modules/services/libvirt.nix new file mode 100644 index 0000000..1783ed7 --- /dev/null +++ b/modules/services/libvirt.nix @@ -0,0 +1,27 @@ +{ + config, + lib, + pkgs, + ... +}: + +let + cfg = config.modules.services.libvirt; +in +{ + options.modules.services.libvirt = { + enable = lib.my.mkBoolOpt false; + }; + + config = lib.mkIf cfg.enable { + + virtualisation = { + libvirtd.enable = true; + spiceUSBRedirection.enable = true; + }; + + users.users.${config.user.name}.extraGroups = [ "libvirtd" ]; + + environment.systemPackages = with pkgs; [ virt-manager ]; + }; +} diff --git a/modules/services/work-proxy.nix b/modules/services/work-proxy.nix new file mode 100644 index 0000000..4cdf8a1 --- /dev/null +++ b/modules/services/work-proxy.nix @@ -0,0 +1,60 @@ +{ + config, + lib, + pkgs, + ... +}: + +let + cfg = config.modules.services.work-proxy; +in +{ + options.modules.services.work-proxy = { + enable = lib.my.mkBoolOpt false; + }; + + config = lib.mkIf cfg.enable { + + services.tinyproxy = { + enable = true; + settings = { + LogLevel = "Info"; + Port = 2345; + Upstream = [ + ''upstream http wsl:2345 ".microsoftonline.com"'' + ]; + }; + }; + + security.pki.certificateFiles = [ + "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt" + ./certs/Foyer-Group-Root-CA.crt + ./certs/Foyer-Sub-CA.crt + ]; + + environment.variables = { + JAVAX_NET_SSL_TRUSTSTORE = ./certs/cacerts; + JAVA_OPTS = "-Djavax.net.ssl.trustStore=${./certs/cacerts} -Djavax.net.ssl.trustStorePassword=changeit"; + JAVA_TOOL_OPTIONS = "-Djavax.net.ssl.trustStore=${./certs/cacerts} -Djavax.net.ssl.trustStorePassword=changeit"; + }; + + home-manager.users.${config.user.name} = { + home = { + file.".sbt/repositories".text = '' + [repositories] + local + maven-local + nexus-maven: https://nexus.foyer.lu/repository/mvn-all/ + nexus-ivy: https://nexus.foyer.lu/repository/ivy-all/, [organization]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext] + nexus-ivy-sbt: https://nexus.foyer.lu/repository/ivy-all/, [organization]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[artifact](-[classifier])-[type].[ext] + ''; + }; + }; + + environment.systemPackages = with pkgs; [ + (sbt.override { jre = jdk17; }) + mongodb-compass + chisel + ]; + }; +} diff --git a/modules/system.nix b/modules/system.nix deleted file mode 100644 index 17a1271..0000000 --- a/modules/system.nix +++ /dev/null @@ -1,91 +0,0 @@ -{ config, lib, pkgs, nixpkgs, ... }: -{ - - nix = { - package = pkgs.nixUnstable; - settings = { - extra-sandbox-paths = [ - "/var/keys/netrc" - ]; - substituters = [ - "http://cache.banditlair.com" - "https://cache.nixos.org/" - ]; - trusted-public-keys = [ - "cache.banditlair.com:4zk7iDvzKh6VN+LxzKIGcVPKgL5dLeyEt2ydrgx4o8c=" - ]; - }; - - extraOptions = '' - experimental-features = nix-command flakes - ''; - nixPath = [ - "nixpkgs=${nixpkgs}" - ]; - }; - - environment.systemPackages = with pkgs; [ - wget - inetutils - openvpn - openfortivpn - - man - - dos2unix - - vim - git - git-lfs - zip - unzip - - htop - ncdu - nload - pciutils - ]; - nixpkgs.config.allowUnfree = true; - fonts = { - fonts = with pkgs; [ - corefonts # Microsoft free fonts - (nerdfonts.override { fonts = [ "Meslo" ]; }) - ]; - fontconfig.defaultFonts = { - monospace = [ "MesloLGMDZ Nerd Font Mono" ]; - }; - }; - - sound.enable = true; - hardware.pulseaudio.enable = true; - hardware.pulseaudio.support32Bit = true; - - programs.adb.enable = true; - - users.users.froidmpa = { - isNormalUser = true; - extraGroups = [ "wheel" "adbusers" ]; - shell = pkgs.zsh; - }; - - programs.ssh.startAgent = true; - services.xserver = { - enable = true; - layout = "fr"; - desktopManager.xterm.enable = false; - windowManager.xmonad.enable = true; - displayManager.lightdm = { - enable = true; - background = "/etc/nixos/configs/files/wallpaper.png"; - }; - }; - - services.udisks2.enable = true; - - systemd.packages = [ pkgs.dconf ]; - - # Required for custom GTK themes - services.dbus.packages = with pkgs; [ dconf ]; - - boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; -} diff --git a/modules/virtualisation.nix b/modules/virtualisation.nix deleted file mode 100644 index adb9b7a..0000000 --- a/modules/virtualisation.nix +++ /dev/null @@ -1,13 +0,0 @@ -{ config, lib, pkgs, ... }: -{ - virtualisation = { - libvirtd.enable = true; - docker.enable = true; - }; - users.users.froidmpa.extraGroups = [ "docker" "libvirtd" ]; - - environment.systemPackages = with pkgs; [ - docker-compose - virt-manager - ]; -} diff --git a/overlay.nix b/overlay.nix new file mode 100644 index 0000000..2b8d37a --- /dev/null +++ b/overlay.nix @@ -0,0 +1 @@ +final: prev: { activitywatch-bin = prev.callPackage ./packages/activitywatch.nix { }; } diff --git a/packages/activitywatch.nix b/packages/activitywatch.nix new file mode 100644 index 0000000..410e973 --- /dev/null +++ b/packages/activitywatch.nix @@ -0,0 +1,45 @@ +{ + lib, + stdenv, + fetchzip, + autoPatchelfHook, + libGL, + freetype, + libdrm, + fontconfig, + harfbuzz, +}: + +stdenv.mkDerivation rec { + pname = "activitywatch-bin"; + version = "0.12.0"; + + src = fetchzip { + url = "https://github.com/ActivityWatch/activitywatch/releases/download/v${version}/activitywatch-v${version}-linux-x86_64.zip"; + sha256 = "sha256-4lfUxJTBpjrsRO+pmW7DNKV69tMr2wiarA5Fy4wPgMk="; + }; + + nativeBuildInputs = [ + autoPatchelfHook + libGL + freetype + libdrm + fontconfig + harfbuzz + ]; + installPhase = '' + mkdir -p $out/bin + cp -r * $out/ + ln -s $out/aw-qt $out/bin/aw-qt + ln -s $out/aw-server/aw-server $out/bin/aw-server + ln -s $out/aw-watcher-afk/aw-watcher-afk $out/bin/aw-watcher-afk + ln -s $out/aw-watcher-window/aw-watcher-window $out/bin/aw-watcher-window + ''; + + meta = with lib; { + homepage = "https://activitywatch.net/"; + description = "The best free and open-source automated time tracker. Cross-platform, extensible, privacy-focused."; + license = licenses.mpl20; + platforms = [ "x86_64-linux" ]; + }; +} diff --git a/profiles/base.nix b/profiles/base.nix deleted file mode 100644 index e7ae432..0000000 --- a/profiles/base.nix +++ /dev/null @@ -1,18 +0,0 @@ -{ config, lib, pkgs, ... }: -{ - imports = [ - ./../modules/system.nix - ./../modules/network.nix - ./../modules/virtualisation.nix - ./../modules/belgian-eid.nix - ]; - - time.timeZone = lib.mkDefault "Europe/Amsterdam"; - - i18n.defaultLocale = lib.mkDefault "en_US.UTF-8"; - - console = { - font = lib.mkDefault "${pkgs.terminus_font}/share/consolefonts/ter-u28n.psf.gz"; - keyMap = lib.mkDefault "fr"; - }; -} diff --git a/ssh_keys/phfroidmont-laptop.pub b/ssh_keys/phfroidmont-laptop.pub deleted file mode 100644 index ebf70fe..0000000 --- a/ssh_keys/phfroidmont-laptop.pub +++ /dev/null @@ -1 +0,0 @@ -ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILu2vaezsTNaTY8X4o2mFOmQguPnSAMOoPZRlW2ACAku froidmpa@froidmpa-laptop-2021-06-30 \ No newline at end of file diff --git a/ssh_keys/phfroidmont-stellaris.pub b/ssh_keys/phfroidmont-stellaris.pub new file mode 100644 index 0000000..23ccd49 --- /dev/null +++ b/ssh_keys/phfroidmont-stellaris.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHk6GUenOaMxf0YquxEPubN5zjrfHvqw76IYXxD9NUo6 phfroidmont@stellaris-2025-09-09 diff --git a/users/default.nix b/users/default.nix deleted file mode 100644 index 9a76107..0000000 --- a/users/default.nix +++ /dev/null @@ -1,219 +0,0 @@ -{ config, lib, pkgs, ... }: -{ - - environment.pathsToLink = [ "/share/zsh" ]; - home-manager.users.froidmpa = { pkgs, config, ... }: { - - imports = [ - ./froidmpa/alacritty.nix - ./froidmpa/neovim.nix - ./froidmpa/mpd.nix - ./froidmpa/dunst.nix - ./froidmpa/htop.nix - ./froidmpa/zsh.nix - ./froidmpa/vscode.nix - ]; - - nixpkgs.config = { - allowUnfree = true; - packageOverrides = pkgs: { - ncmpcpp = pkgs.ncmpcpp.override { visualizerSupport = true; }; - firefox = pkgs.firefox.override { pkcs11Modules = [ pkgs.eid-mw ]; }; - }; - }; - - xsession = { - enable = true; - windowManager.xmonad = { - enable = true; - enableContribAndExtras = true; - config = ./files/xmonad.hs; - }; - initExtra = '' - keepassxc & - ''; - numlock.enable = true; - }; - - services = { - nextcloud-client.enable = true; - udiskie.enable = true; - gpg-agent = { - enable = true; - enableSshSupport = false; - pinentryFlavor = "gtk2"; - }; - stalonetray = { - enable = true; - config = { - geometry = "1x1-5+0"; - background = "#000000"; - transparent = true; - grow_gravity = "E"; - icon_gravity = "E"; - icon_size = "24"; - kludges = "force_icons_size"; - }; - }; - unclutter.enable = true; - pasystray.enable = true; - screen-locker = { - enable = false; - inactiveInterval = 5; - lockCmd = "${pkgs.i3lock}/bin/i3lock -e -f -c 000000 -i ~/.wallpaper.png"; - }; - }; - - programs = { - gpg.enable = true; - git = { - enable = true; - userName = "Paul-Henri Froidmont"; - userEmail = "git.contact-57n2p@froidmont.org"; - signing = { - key = lib.mkDefault "3AC6F170F01133CE393BCD94BE948AFD7E7873BE"; - signByDefault = true; - }; - extraConfig = { - init.defaultBranch = "master"; - }; - }; - ssh = { - enable = true; - extraConfig = '' - # Force IPv4 otherwise git will try to use IPv6 which doesn't play well through a VPN - AddressFamily inet - ''; - }; - rofi = { - enable = true; - theme = "gruvbox-dark"; - terminal = "alacritty"; - }; - bat.enable = true; - jq.enable = true; - fzf.enable = true; - lesspipe.enable = true; - zathura.enable = true; - pazi.enable = true; - - broot = { - enable = true; - enableZshIntegration = true; - }; - command-not-found.enable = true; - direnv = { - enable = true; - enableZshIntegration = true; - nix-direnv.enable = true; - }; - }; - - gtk = { - enable = true; - theme.name = "oomox-gruvmox-dark-medium-default"; - iconTheme.name = "oomox-gruvmox-dark-medium-default"; - }; - qt = { - enable = true; - platformTheme = "gtk"; - }; - - home = { - stateVersion = "20.09"; - - sessionVariables = { - EDITOR = "vim"; - QT_AUTO_SCREEN_SCALE_FACTOR = "0"; - }; - - keyboard = { - layout = "fr"; - options = [ "caps:escape" ]; - }; - - file = { - ".wallpaper.png".source = ./files/wallpaper.png; - ".xmonad/xmobarrc".source = ./files/xmobarrc; - ".config/ncmpcpp" = { - source = ./files/ncmpcpp; - recursive = true; - }; - ".xmonad/scripts" = { - source = ./files/scripts; - recursive = true; - }; - ".themes/oomox-gruvmox-dark-medium-default" = { - source = ./files/oomox-gruvmox-dark-medium-default; - recursive = true; - }; - ".config/ranger" = { - source = ./files/ranger; - recursive = true; - }; - ".config/ranger/plugins" = { - source = builtins.fetchGit { - url = "git://github.com/phfroidmont/ranger_devicons.git"; - rev = "e02b6a3203411b76616a0e4328245bf8b47c5dcc"; - }; - recursive = true; - }; - }; - - packages = with pkgs; [ - haskellPackages.xmobar - i3lock - ncmpcpp - mpc_cli - pulsemixer - feh - xorg.xbacklight - xorg.xinit - xorg.xwininfo - xorg.xkill - scrot - numix-gtk-theme - - # Ranger preview utils - w3m - xclip - odt2txt - - firefox - brave - keepassxc - krita - element-desktop - mpv - jellyfin-mpv-shim - mumble - libreoffice-fresh - onlyoffice-bin - thunderbird - portfolio - transmission-remote-gtk - monero-gui - exodus - - jdk - httpie - - rnix-lsp - nixpkgs-fmt - - zsh-syntax-highlighting - ranger - R - tldr - thefuck - atool - linuxPackages.perf - - glxinfo - steam - lutris - dolphinEmu - ]; - }; - }; -} diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/all-assets.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/all-assets.svg deleted file mode 100644 index 6b2b9d7..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/all-assets.svg +++ /dev/null @@ -1,4456 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/all-assets.txt b/users/files/oomox-gruvmox-dark-medium-default/assets/all-assets.txt deleted file mode 100644 index 6e738e3..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/all-assets.txt +++ /dev/null @@ -1,38 +0,0 @@ -checkbox-checked-dark -checkbox-checked-insensitive-dark -checkbox-checked-insensitive -checkbox-checked -checkbox-mixed-dark -checkbox-mixed-insensitive-dark -checkbox-mixed-insensitive -checkbox-mixed -checkbox-unchecked-dark -checkbox-unchecked-insensitive-dark -checkbox-unchecked-insensitive -checkbox-unchecked -grid-selection-checked-dark -grid-selection-checked -grid-selection-unchecked-dark -grid-selection-unchecked -menuitem-checkbox-checked-hover -menuitem-checkbox-checked-insensitive -menuitem-checkbox-checked -menuitem-checkbox-mixed-hover -menuitem-checkbox-mixed-insensitive -menuitem-checkbox-mixed -menuitem-radio-checked-hover -menuitem-radio-checked-insensitive -menuitem-radio-checked -pane-handle -radio-checked-dark -radio-checked-insensitive-dark -radio-checked-insensitive -radio-checked -radio-mixed-dark -radio-mixed-insensitive-dark -radio-mixed-insensitive -radio-mixed -radio-unchecked-dark -radio-unchecked-insensitive-dark -radio-unchecked-insensitive -radio-unchecked diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/change_dpi.sh b/users/files/oomox-gruvmox-dark-medium-default/assets/change_dpi.sh deleted file mode 100755 index 058dcc4..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/change_dpi.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env bash -for f in $@; do - rsvg-convert -d 300 -p 300 -f svg $f -o $f.bak ; mv $f.bak $f -done diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/checkbox-checked-dark.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/checkbox-checked-dark.svg deleted file mode 100644 index acc303c..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/checkbox-checked-dark.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/checkbox-checked-insensitive-dark.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/checkbox-checked-insensitive-dark.svg deleted file mode 100644 index de94c01..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/checkbox-checked-insensitive-dark.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/checkbox-checked-insensitive.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/checkbox-checked-insensitive.svg deleted file mode 100644 index de94c01..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/checkbox-checked-insensitive.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/checkbox-checked.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/checkbox-checked.svg deleted file mode 100644 index 6d5796b..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/checkbox-checked.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/checkbox-mixed-dark.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/checkbox-mixed-dark.svg deleted file mode 100644 index f0a1750..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/checkbox-mixed-dark.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/checkbox-mixed-insensitive-dark.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/checkbox-mixed-insensitive-dark.svg deleted file mode 100644 index 29b1af2..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/checkbox-mixed-insensitive-dark.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/checkbox-mixed-insensitive.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/checkbox-mixed-insensitive.svg deleted file mode 100644 index 29b1af2..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/checkbox-mixed-insensitive.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/checkbox-mixed.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/checkbox-mixed.svg deleted file mode 100644 index f0a1750..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/checkbox-mixed.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/checkbox-unchecked-dark.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/checkbox-unchecked-dark.svg deleted file mode 100644 index 3579d63..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/checkbox-unchecked-dark.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/checkbox-unchecked-insensitive-dark.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/checkbox-unchecked-insensitive-dark.svg deleted file mode 100644 index d78dc7f..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/checkbox-unchecked-insensitive-dark.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/checkbox-unchecked-insensitive.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/checkbox-unchecked-insensitive.svg deleted file mode 100644 index d78dc7f..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/checkbox-unchecked-insensitive.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/checkbox-unchecked.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/checkbox-unchecked.svg deleted file mode 100644 index 3579d63..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/checkbox-unchecked.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/grid-selection-checked-dark.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/grid-selection-checked-dark.svg deleted file mode 100644 index 040bed2..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/grid-selection-checked-dark.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/grid-selection-checked.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/grid-selection-checked.svg deleted file mode 100644 index 040bed2..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/grid-selection-checked.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/grid-selection-unchecked-dark.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/grid-selection-unchecked-dark.svg deleted file mode 100644 index e4ee476..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/grid-selection-unchecked-dark.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/grid-selection-unchecked.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/grid-selection-unchecked.svg deleted file mode 100644 index e4ee476..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/grid-selection-unchecked.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-checkbox-checked-hover.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-checkbox-checked-hover.svg deleted file mode 100644 index 35b4fa3..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-checkbox-checked-hover.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-checkbox-checked-insensitive.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-checkbox-checked-insensitive.svg deleted file mode 100644 index 9cf51a0..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-checkbox-checked-insensitive.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-checkbox-checked.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-checkbox-checked.svg deleted file mode 100644 index d2eb460..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-checkbox-checked.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-checkbox-mixed-hover.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-checkbox-mixed-hover.svg deleted file mode 100644 index 4f6ca9d..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-checkbox-mixed-hover.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-checkbox-mixed-insensitive.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-checkbox-mixed-insensitive.svg deleted file mode 100644 index 23e65c4..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-checkbox-mixed-insensitive.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-checkbox-mixed-selected.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-checkbox-mixed-selected.svg deleted file mode 100644 index 6e4d60c..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-checkbox-mixed-selected.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-checkbox-mixed.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-checkbox-mixed.svg deleted file mode 100644 index c82cc6d..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-checkbox-mixed.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-checkbox-unchecked.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-checkbox-unchecked.svg deleted file mode 100644 index b949612..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-checkbox-unchecked.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-radio-checked-hover.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-radio-checked-hover.svg deleted file mode 100644 index 2133c92..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-radio-checked-hover.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-radio-checked-insensitive.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-radio-checked-insensitive.svg deleted file mode 100644 index 45a7fa9..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-radio-checked-insensitive.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-radio-checked.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-radio-checked.svg deleted file mode 100644 index df0494a..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-radio-checked.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-radio-mixed-hover.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-radio-mixed-hover.svg deleted file mode 100644 index 922498b..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-radio-mixed-hover.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-radio-mixed-insensitive.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-radio-mixed-insensitive.svg deleted file mode 100644 index b2b8f25..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-radio-mixed-insensitive.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-radio-mixed-selected.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-radio-mixed-selected.svg deleted file mode 100644 index 3b75634..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-radio-mixed-selected.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-radio-mixed.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-radio-mixed.svg deleted file mode 100644 index eb432c9..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-radio-mixed.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-radio-unchecked.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-radio-unchecked.svg deleted file mode 100644 index e97c970..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/menuitem-radio-unchecked.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/pane-handle-vertical.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/pane-handle-vertical.svg deleted file mode 100644 index c1dd3fc..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/pane-handle-vertical.svg +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/pane-handle.png b/users/files/oomox-gruvmox-dark-medium-default/assets/pane-handle.png deleted file mode 100644 index e67a9dc..0000000 Binary files a/users/files/oomox-gruvmox-dark-medium-default/assets/pane-handle.png and /dev/null differ diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/pane-handle.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/pane-handle.svg deleted file mode 100644 index 6d8a18b..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/pane-handle.svg +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/pane-handle@2.png b/users/files/oomox-gruvmox-dark-medium-default/assets/pane-handle@2.png deleted file mode 100644 index 8a2cd07..0000000 Binary files a/users/files/oomox-gruvmox-dark-medium-default/assets/pane-handle@2.png and /dev/null differ diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/radio-checked-dark.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/radio-checked-dark.svg deleted file mode 100644 index 61d2987..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/radio-checked-dark.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/radio-checked-insensitive-dark.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/radio-checked-insensitive-dark.svg deleted file mode 100644 index 613f5eb..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/radio-checked-insensitive-dark.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/radio-checked-insensitive.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/radio-checked-insensitive.svg deleted file mode 100644 index 613f5eb..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/radio-checked-insensitive.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/radio-checked.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/radio-checked.svg deleted file mode 100644 index 61d2987..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/radio-checked.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/radio-mixed-dark.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/radio-mixed-dark.svg deleted file mode 100644 index 21e7cd1..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/radio-mixed-dark.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/radio-mixed-insensitive-dark.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/radio-mixed-insensitive-dark.svg deleted file mode 100644 index 4dc5309..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/radio-mixed-insensitive-dark.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/radio-mixed-insensitive.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/radio-mixed-insensitive.svg deleted file mode 100644 index 4dc5309..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/radio-mixed-insensitive.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/radio-mixed.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/radio-mixed.svg deleted file mode 100644 index 21e7cd1..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/radio-mixed.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/radio-selected-insensitive.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/radio-selected-insensitive.svg deleted file mode 100644 index 613f5eb..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/radio-selected-insensitive.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/radio-selected.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/radio-selected.svg deleted file mode 100644 index 61d2987..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/radio-selected.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/radio-unchecked-dark.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/radio-unchecked-dark.svg deleted file mode 100644 index 6385029..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/radio-unchecked-dark.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/radio-unchecked-insensitive-dark.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/radio-unchecked-insensitive-dark.svg deleted file mode 100644 index e3ba20f..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/radio-unchecked-insensitive-dark.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/radio-unchecked-insensitive.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/radio-unchecked-insensitive.svg deleted file mode 100644 index e3ba20f..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/radio-unchecked-insensitive.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/radio-unchecked.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/radio-unchecked.svg deleted file mode 100644 index 6385029..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/radio-unchecked.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/radio-unselected-dark.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/radio-unselected-dark.svg deleted file mode 100644 index 214ed94..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/radio-unselected-dark.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/radio-unselected-insensitive-dark.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/radio-unselected-insensitive-dark.svg deleted file mode 100644 index 0fdfaf4..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/radio-unselected-insensitive-dark.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/radio-unselected-insensitive.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/radio-unselected-insensitive.svg deleted file mode 100644 index e3ba20f..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/radio-unselected-insensitive.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/radio-unselected.svg b/users/files/oomox-gruvmox-dark-medium-default/assets/radio-unselected.svg deleted file mode 100644 index 6385029..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/radio-unselected.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/sed.sh b/users/files/oomox-gruvmox-dark-medium-default/assets/sed.sh deleted file mode 100755 index 3c6b5bc..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/sed.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -sed -i \ - -e 's/#282828/rgb(0%,0%,0%)/g' \ - -e 's/#ebdbb2/rgb(100%,100%,100%)/g' \ - -e 's/#1d2021/rgb(50%,0%,0%)/g' \ - -e 's/#928374/rgb(0%,50%,0%)/g' \ - -e 's/#282828/rgb(50%,0%,50%)/g' \ - -e 's/#ebdbb2/rgb(0%,0%,50%)/g' \ - $@ diff --git a/users/files/oomox-gruvmox-dark-medium-default/assets/unsed.sh b/users/files/oomox-gruvmox-dark-medium-default/assets/unsed.sh deleted file mode 100755 index 5242952..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/assets/unsed.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -sed -i \ - -e 's/rgb(0%,0%,0%)/#282828/g' \ - -e 's/rgb(100%,100%,100%)/#ebdbb2/g' \ - -e 's/rgb(50%,0%,0%)/#1d2021/g' \ - -e 's/rgb(0%,50%,0%)/#928374/g' \ - -e 's/rgb(0%,50.196078%,0%)/#928374/g' \ - -e 's/rgb(50%,0%,50%)/#282828/g' \ - -e 's/rgb(50.196078%,0%,50.196078%)/#282828/g' \ - -e 's/rgb(0%,0%,50%)/#ebdbb2/g' \ - $@ diff --git a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/add-workspace-hover.png b/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/add-workspace-hover.png deleted file mode 100644 index bd7f779..0000000 Binary files a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/add-workspace-hover.png and /dev/null differ diff --git a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/add-workspace.png b/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/add-workspace.png deleted file mode 100644 index 40ac9af..0000000 Binary files a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/add-workspace.png and /dev/null differ diff --git a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/calendar-arrow-left.svg b/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/calendar-arrow-left.svg deleted file mode 100644 index 126ab03..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/calendar-arrow-left.svg +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/calendar-arrow-right.svg b/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/calendar-arrow-right.svg deleted file mode 100644 index ebbd645..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/calendar-arrow-right.svg +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/checkbox-off.svg b/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/checkbox-off.svg deleted file mode 100644 index 0be7379..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/checkbox-off.svg +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/checkbox.svg b/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/checkbox.svg deleted file mode 100644 index b0b7f14..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/checkbox.svg +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/close-window.svg b/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/close-window.svg deleted file mode 100644 index 92a8567..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/close-window.svg +++ /dev/null @@ -1,152 +0,0 @@ - - - -image/svg+xml - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/corner-ripple.png b/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/corner-ripple.png deleted file mode 100644 index 35d95ff..0000000 Binary files a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/corner-ripple.png and /dev/null differ diff --git a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/radiobutton-off.svg b/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/radiobutton-off.svg deleted file mode 100644 index 53b86f8..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/radiobutton-off.svg +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/radiobutton.svg b/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/radiobutton.svg deleted file mode 100644 index b51de1a..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/radiobutton.svg +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/toggle-off-intl.svg b/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/toggle-off-intl.svg deleted file mode 100644 index 000a74d..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/toggle-off-intl.svg +++ /dev/null @@ -1,951 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/toggle-off-us.svg b/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/toggle-off-us.svg deleted file mode 100644 index 000a74d..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/toggle-off-us.svg +++ /dev/null @@ -1,951 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/toggle-on-intl.svg b/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/toggle-on-intl.svg deleted file mode 100644 index 1547326..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/toggle-on-intl.svg +++ /dev/null @@ -1,1537 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/toggle-on-us.svg b/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/toggle-on-us.svg deleted file mode 100644 index 1547326..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/toggle-on-us.svg +++ /dev/null @@ -1,1537 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/trash-icon.png b/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/trash-icon.png deleted file mode 100644 index 270fe2e..0000000 Binary files a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/assets/trash-icon.png and /dev/null differ diff --git a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/scss/_extends.scss b/users/files/oomox-gruvmox-dark-medium-default/cinnamon/scss/_extends.scss deleted file mode 100644 index 9a78c30..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/scss/_extends.scss +++ /dev/null @@ -1,372 +0,0 @@ -// extend-elements - -// to bottom -%bg-grad-to-bottom { - background-gradient-direction: vertical; - background-gradient-start: $dark_bg_grad; - background-gradient-end: $light_bg_grad; -} - -// hover to bottom -%hover-bg-grad-to-bottom { - background-gradient-direction: vertical; - background-gradient-start: $dark_hover_bg_grad; - background-gradient-end: $light_hover_bg_grad; -} - -// button to top -%button-bg-grad-to-top { - background-gradient-direction: vertical; - background-gradient-start: $light_button_bg_grad; - background-gradient-end: $dark_button_bg_grad; -} - -// hover button to top -%hover-button-bg-grad-to-top { - background-gradient-direction: vertical; - background-gradient-start: $light_hover_button_bg_grad; - background-gradient-end: $dark_hover_button_bg_grad; -} - -// to top -%bg-grad-to-top { - background-gradient-direction: vertical; - background-gradient-start: $light_bg_grad; - background-gradient-end: $dark_bg_grad; -} - -// hover to top -%hover-bg-grad-to-top { - background-gradient-direction: vertical; - background-gradient-start: $light_hover_bg_grad; - background-gradient-end: $dark_hover_bg_grad; -} - -// selected to bottom -%selected-bg-grad-to-bottom { - background-gradient-direction: vertical; - background-gradient-start: $dark_selected_bg_grad; - background-gradient-end: $light_selected_bg_grad; -} - -// selected to top -%selected-bg-grad-to-top { - background-gradient-direction: vertical; - background-gradient-start: $light_selected_bg_grad; - background-gradient-end: $dark_selected_bg_grad; -} - -// hover selected to bottom -%hover-selected-grad-to-bottom { - background-gradient-direction: vertical; - background-gradient-start: $dark_hover_selected_grad; - background-gradient-end: $light_hover_selected_grad; -} - -// hover selected to top -%hover-selected-grad-to-top { - background-gradient-direction: vertical; - background-gradient-start: $light_hover_selected_grad; - background-gradient-end: $dark_hover_selected_grad; -} - -// to right -%bg-grad-to-right { - background-gradient-direction: horizontal; - background-gradient-start: $dark_bg_grad; - background-gradient-end: $light_bg_grad; -} - -// to left -%bg-grad-to-left { - background-gradient-direction: horizontal; - background-gradient-start: $light_bg_grad; - background-gradient-end: $dark_bg_grad; -} - -// hover to right -%hover-bg-grad-to-right { - background-gradient-direction: horizontal; - background-gradient-start: $dark_hover_bg_grad; - background-gradient-end: $light_hover_bg_grad; -} - -// hover to left -%hover-bg-grad-to-left { - background-gradient-direction: horizontal; - background-gradient-start: $light_hover_bg_grad; - background-gradient-end: $dark_hover_bg_grad; -} - -// selected to right -%selected-bg-grad-to-right { - background-gradient-direction: horizontal; - background-gradient-start: $dark_selected_bg_grad; - background-gradient-end: $light_selected_bg_grad; -} - -// selected to left -%selected-bg-grad-to-left { - background-gradient-direction: horizontal; - background-gradient-start: $light_selected_bg_grad; - background-gradient-end: $dark_selected_bg_grad; -} - -// hover selected to right -%hover-selected-grad-to-right { - background-gradient-direction: horizontal; - background-gradient-start: $dark_hover_selected_grad; - background-gradient-end: $light_hover_selected_grad; -} - -// hover selected to left -%hover-selected-grad-to-left { - background-gradient-direction: horizontal; - background-gradient-start: $light_hover_selected_grad; - background-gradient-end: $dark_hover_selected_grad; -} - -// tooltip to top -%tooltip-bg-grad-to-top { - background-gradient-direction: vertical; - background-gradient-start: $light_tooltip_bg_grad; - background-gradient-end: $dark_tooltip_bg_grad; -} - -// used in selectors -// .osd-window, .info-osd, .workspace-osd -%osd-shared { - @extend %bg-grad-to-bottom; - - border: 1px solid $exterior_border; - border-radius: $roundness; - color: $dark_fg_color; -} - -// used in selectors -// .slider, .sound-player .slider, .popup-slider-menu-item -%slider-shared { - height: 1.2em; - min-width: 15em; - color: $button_bg_color; - -slider-height: 2px; - -slider-background-color: $scrollbar_bg_color; - -slider-border-color: $interior_border; - -slider-active-background-color: $scrollbar_slider_hover_color; - -slider-active-border-color: $selected_border; - -slider-border-width: 1px; - -slider-border-radius: $roundness; - -slider-handle-radius: 8px; - -slider-handle-border-color: $button_border; -} - -// used in selectors -// .separator, .popup-seperator-menu-item -%separator-shared { - -gradient-height: 3px; - -gradient-start: $selected_bg_color; - -gradient-end: $dark_bg_color; - -margin-horizontal: 4px; - height: 1em; -} - -// used in selectors -// #menu-search-entry, .run-dialog-entry, #notification StEntry -%dialog-entry { - @extend %tooltip-bg-grad-to-top; - - padding: $spacing_plus2; - border-radius: $roundness; - color: $tooltip_fg_color; - border: 1px solid $interior_border; - selection-background-color: $selected_bg_color; - selected-color: $selected_fg_color; - caret-color: $primary_caret_color; - caret-size: 0.1em; - width: 250px; - height: 1.5em; - transition-duration: 150; -} - -// used in selectors -// .desklet-with-borders, .desklet-with-borders-and-header, .desklet-header, .photoframe-box -%desklet-shared { - @extend %bg-grad-to-right; - - color: $dark_fg_color; - padding: 8px; - border: 1px solid $exterior_border; -} - -// used in selectors -// .calendar-change-month-back, .calendar-change-month-forward -%calendar-shared { - width: 16px; - height: 16px; - border-radius: $roundness; - transition-duration: 150; -} - -// used in selectors -// .notification-button, .notification-icon-button, .modal-dialog-button, .sound-player-overlay StButton, .keyboard-key -%shared-button { - @extend %button-bg-grad-to-top; - - border: 1px solid $button_border; - border-radius: $roundness; - text-align: center; - color: $button_fg_color; - transition-duration: 150; -} - -// used in selectors -// .notification-button:hover, .notification-icon-button:hover, .modal-dialog-button:hover, .sound-player-overlay StButton:hover, .keyboard-key:hover -%shared-button-hover { - @extend %hover-button-bg-grad-to-top; - - border: 1px solid $selected_border; -} - -// used in selectors -// .notification-button:active, .notification-icon-button:active, .modal-dialog-button:active, .modal-dialog-button:pressed, .sound-player-overlay StButton:active, .keyboard-key:active -%shared-button-active { - @extend %selected-bg-grad-to-bottom; - - color: $selected_fg_color; -} - -// used in selectors -// .menu .popup-combo-menu -%shared-menu { - @extend %bg-grad-to-right; - - padding: 8px; - border: 1px solid $exterior_border; - border-radius: $roundness; - color: $dark_fg_color; -} - -// used in selectors -// .menu-application-button-label, .menu-category-button-label -%menu-button-label-shared { - &:ltr { - padding-left: 4px; - } - &:rtl { - padding-right: 4px; - } -} - -// used in selectors -// .popup-menu-item, .popup-combobox-item, .menu-favorites-button, .menu-places-button, .menu-category-button, .menu-category-button-greyed, .menu-category-button-selected -%menu-buttons-shared { - //min-height: 22px; //setting a min height accross the board for all menu types (menu entries with an application icon are hardcoded to this min-height) causes display issues in cinnamon :-( - padding: $spacing_plus2; -} - -// used in selectors -// .show-processes-dialog-subject, .mount-question-dialog-subject -%shared-dialogs-subject { - font-weight: bold; - color: $dark_fg_color; - padding-top: 10px; - padding-left: 17px; - padding-bottom: 6px; -} - -// used in selectors -// .show-processes-dialog-subject:rtl, .mount-question-dialog-subject:rtl -%shared-dialogs-subject-rtl { - padding-left: 0; - padding-right: 17px; -} - -// used in selectors -// .show-processes-dialog-description, .mount-question-dialog-description -%shared-dialogs-description { - color: $dark_fg_color; - padding-left: 17px; - width: 28em; -} - -// used in selectors -// .menu-applications-inner-box StScrollView, .starkmenu-favorites-box .menu-context-menu -%menu-context-shared { - @extend %bg-grad-to-bottom; - - padding: 8px; - margin: 8px 0; - border-radius: $roundness; - border: 1px solid $interior_border; - StIcon { - &:ltr { - padding-right: 4px; - } - &:rtl { - padding-left: 4px; - } - } -} - -// used in selectors -// .panel-top .window-list-item-box:active, .panel-top .window-list-item-box:checked, .panel-top .window-list-item-box:focus -%panel-top-shared { - @extend %selected-bg-grad-to-top; - - color: $selected_fg_color; -} - -// used in selectors -// .panel-bottom .windows-list-item-box:active, .panel-bottom .window-list-item-box:checked, .panel-bottom .window-list-item-box:focus -%panel-bottom-shared { - @extend %selected-bg-grad-to-bottom; - - color: $selected_fg_color; -} - -// used in selectors -// .panel-left .window-list-item-box:active, .panel-left .window-list-item-box:checked, .panel-left .window-list-item-box:focus -%panel-left-shared { - @extend %selected-bg-grad-to-left; - - color: $selected_fg_color; -} - -// used in selectors -// .panel-right .windows-list-item-box:active, .panel-right .window-list-item-box:checked, .panel-right .window-list-item-box:focus -%panel-right-shared { - @extend %selected-bg-grad-to-right; - - color: $selected_fg_color; -} - -// used in selectors -// .check-box StBin, .check-box:focus StBin -%check-box-shared { - width: 16px; - height: 16px; - background-image: url(assets/checkbox-off.svg); -} - -// used in selectors -// .radiobutton StBin, .radiobutton:focus StBin -%radiobutton-shared { - width: 16px; - height: 16px; - background-image: url(assets/radiobutton-off.svg); - border-radius: $roundness; -} - -// used in selectors -// .tile-preview, .tile-hud -%tile-shared { - background-color: $dark_bg_color_trans; - border: 2px solid $exterior_border; -} - -// used in selectors -// .tile-preview.snap, .tile-hud.snap -%tile-shared-snap { - background-color: $dark_bg_color_trans; - border: 2px solid $selected_border; -} diff --git a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/scss/_global.scss b/users/files/oomox-gruvmox-dark-medium-default/cinnamon/scss/_global.scss deleted file mode 100644 index 0042681..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/scss/_global.scss +++ /dev/null @@ -1,84 +0,0 @@ -// scss-lint:disable ColorVariable - -// main colors used in theme -// 1.0 < 1 will result in most cinnamon surfaces being transparent -$button_bg_color: #3c3836; -$button_fg_color: #ebdbb2; -$selected_bg_color: #928374; -$selected_fg_color: #282828; -$tooltip_bg_color: #282828; -$tooltip_fg_color: #ebdbb2; -$dark_bg_color: fade-out(#1d2021, 1 - 1.0); -$dark_fg_color: #fbf1c7; - -// an always transparent color used for expo & scale views and the lightbox effect when cinnamon is showing an OSD. -$dark_bg_color_trans: fade-out(#1d2021, 1 - (1.0 / 2)); - -// used to calculate gradients for gradient values > 0 -$lighten_amount: 1 + (0.0 / 2); -$darken_amount: 1 - (0.0 / 2); - -// main background surface gradient start and end colors -$light_bg_grad: if($lighten_amount > 1, lighten($dark_bg_color, ($lighten_amount - 1) * lightness($dark_bg_color)), $dark_bg_color); -$dark_bg_grad: if($darken_amount < 1, darken($dark_bg_color, (1 - $darken_amount) * lightness($dark_bg_color)), $dark_bg_color); - -// hovered background surface gradient start and end colors - used for window list -$hover_bg_color: lighten($dark_bg_color, .05 * lightness($dark_bg_color)); -$light_hover_bg_grad: if($lighten_amount > 1, lighten($hover_bg_color, ($lighten_amount - 1) * lightness($hover_bg_color)), $hover_bg_color); -$dark_hover_bg_grad: if($darken_amount < 1, darken($hover_bg_color, (1 - $darken_amount) * lightness($hover_bg_color)), $hover_bg_color); - -// selected background surface gradient start and end colors - used for window list & buttons -$light_selected_bg_grad: if($lighten_amount > 1, lighten($selected_bg_color, ($lighten_amount - 1) * lightness($selected_bg_color)), $selected_bg_color); -$dark_selected_bg_grad: if($darken_amount < 1, darken($selected_bg_color, (1 - $darken_amount) * lightness($selected_bg_color)), $selected_bg_color); - -// hovered selected background surface gradient start and end colors - used for window list -$hover_selected_color: lighten($selected_bg_color, .05 * lightness($selected_bg_color)); -$light_hover_selected_grad: if($lighten_amount > 1, lighten($hover_selected_color, ($lighten_amount - 1) * lightness($hover_selected_color)), $hover_selected_color); -$dark_hover_selected_grad: if($darken_amount < 1, darken($hover_selected_color, (1 - $darken_amount) * lightness($hover_selected_color)), $hover_selected_color); - -// button background surface gradient start and end colors - used for buttons -$light_button_bg_grad: if($lighten_amount > 1, lighten($button_bg_color, ($lighten_amount - 1) * lightness($button_bg_color)), $button_bg_color); -$dark_button_bg_grad: if($darken_amount < 1, darken($button_bg_color, (1 - $darken_amount) * lightness($button_bg_color)), $button_bg_color); - -// hovered button background surface gradient start and end colors - used for buttons -$hover_button_bg: lighten($button_bg_color, .05 * lightness($button_bg_color)); -$light_hover_button_bg_grad: if($lighten_amount > 1, lighten($hover_button_bg, ($lighten_amount - 1) * lightness($hover_button_bg)), $hover_button_bg); -$dark_hover_button_bg_grad: if($darken_amount < 1, darken($hover_button_bg, (1 - $darken_amount) * lightness($hover_button_bg)), $hover_button_bg); - -// tooltip background surface gradient start and end colors - used for tooltips -$light_tooltip_bg_grad: if($lighten_amount > 1, lighten($tooltip_bg_color, ($lighten_amount - 1) * lightness($tooltip_bg_color)), $tooltip_bg_color); -$dark_tooltip_bg_grad: if($darken_amount < 1, darken($tooltip_bg_color, (1 - $darken_amount) * lightness($tooltip_bg_color)), $tooltip_bg_color); - -// borders used throughout theme buttons also use selected_borders_color -$selected_border: mix($dark_bg_color, $selected_bg_color, if(lightness($dark_bg_color) < 50%, 18%, 10%)); -$border_strength: if(lightness($dark_fg_color) > 50, .1, .2); -$interior_border: fade-out($dark_fg_color, 0.88 - $border_strength); -$exterior_border: mix($dark_bg_color, $dark_fg_color, (30 + ($border_strength * 100))); - -// decoration for buttons -$button_border_strength: if(lightness($button_fg_color) > 50, .1, .2); -$button_border: fade-out($button_fg_color, 0.88 - $button_border_strength); - -// scrollbar colors -$scrollbar_bg_color: darken($dark_bg_color, 5%); -$scrollbar_slider_color: mix($dark_bg_color, $dark_fg_color, 20%); -$scrollbar_slider_hover_color: mix($dark_bg_color, $selected_bg_color, 20%); - -// caret colors for dialog entrys -$primary_caret_color: #a89984; - -// other colors used in the theme -$link_color: #83a598; -$success_color: #98971a; -$warning_color: #d79921; -$error_color: #cc241d; -$info_fg_color: #282828; -$info_bg_color: #458588; - -// used for border-radius throughout theme -$roundness: 4px; - -// used for buttons, entrys, panel spacing, and menu item spacing. -$spacing: 3px; -$spacing_plus2: (3 + 2) + px; - diff --git a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/scss/cinnamon.scss b/users/files/oomox-gruvmox-dark-medium-default/cinnamon/scss/cinnamon.scss deleted file mode 100644 index 0d1f522..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/scss/cinnamon.scss +++ /dev/null @@ -1,14 +0,0 @@ -@import "_global"; -@import "_extends"; - -@import "sections/_stage"; -@import "sections/_menu"; -@import "sections/_panel"; -@import "sections/_calendar"; -@import "sections/_accessibility"; -@import "sections/_notifications"; -@import "sections/_dialogs"; -@import "sections/_desklets"; -@import "sections/_alt-tab"; -@import "sections/_overview"; -@import "sections/_tile-hud"; diff --git a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/scss/sections/_accessibility.scss b/users/files/oomox-gruvmox-dark-medium-default/cinnamon/scss/sections/_accessibility.scss deleted file mode 100644 index 265978e..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/scss/sections/_accessibility.scss +++ /dev/null @@ -1,46 +0,0 @@ -// on screen keyboard -#keyboard { - background-color: $dark_bg_color_trans; -} -.keyboard-key { - @extend %shared-button; - - &:grayed { - color: $selected_fg_color; - border-color: $selected_fg_color; - } - &:checked { - border-color: $selected_border; - } - &:hover { - @extend %shared-button-hover; - } - &:active { - @extend %shared-button-active; - } -} -.keyboard-layout { - spacing: 8px; - padding: 8px; -} -.keyboard-row { - spacing: 16px; -} -.keyboard-subkeys { - color: $dark_fg_color; - padding: 4px; - -arrow-border-radius: $roundness; - -arrow-background-color: $dark_bg_color; - -arrow-border-width: 1px; - -arrow-border-color: $dark_fg_color; - -arrow-base: 16px; - -arrow-rise: 8px; - -boxpointer-gap: 4px; -} -// desktop zoom feature -.magnifier-zoom-region { - border: 3px solid $exterior_border; - &.full-screen { - border-width: 0; - } -} diff --git a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/scss/sections/_alt-tab.scss b/users/files/oomox-gruvmox-dark-medium-default/cinnamon/scss/sections/_alt-tab.scss deleted file mode 100644 index 06e57e1..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/scss/sections/_alt-tab.scss +++ /dev/null @@ -1,66 +0,0 @@ -// non 3D alt-tab options -#altTabPopup { - padding: 8px; - spacing: 16px; -} -.switcher-list { - @extend %bg-grad-to-bottom; - - border-radius: $roundness; - border: 1px solid $exterior_border; - padding: 16px; - color: $dark_fg_color; - .item-box { - padding: 8px; - border-radius: $roundness; - &:selected { - @extend %selected-bg-grad-to-bottom; - - color: $selected_fg_color; - } - } - .thumbnail-box { - padding: 2px; - spacing: 4px; - color: $dark_fg_color; - } - .thumbnail { - min-width: 20em; - } - .separator { - width: 1px; - background-color: $selected_bg_color; - } -} -.switcher-list-item-container { - spacing: 8px; -} -.thumbnail-scroll-gradient-left { - background-gradient-direction: horizontal; - background-gradient-start: rgba(51, 51, 51, 1.0); - background-gradient-end: rgba(51, 51, 51, 0); - border-radius: $roundness; - border-radius-topright: 0; - border-radius-bottomright: 0; - width: 60px; -} -.thumbnail-scroll-gradient-right { - background-gradient-direction: horizontal; - background-gradient-start: rgba(51, 51, 51, 0); - background-gradient-end: rgba(51, 51, 51, 1.0); - border-radius: $roundness; - border-radius-topleft: 0; - border-radius-bottomleft: 0; - width: 60px; -} -.switcher-arrow { - border-color: rgba(0,0,0,0); - color: $dark_fg_color; - &:highlighted { - border-color: rgba(0,0,0,0); - color: $selected_fg_color; - } -} -.switcher-preview-backdrop { - background-color: rgba(25,25,25,0.65); -} diff --git a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/scss/sections/_calendar.scss b/users/files/oomox-gruvmox-dark-medium-default/cinnamon/scss/sections/_calendar.scss deleted file mode 100644 index 1bf695c..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/scss/sections/_calendar.scss +++ /dev/null @@ -1,120 +0,0 @@ -// the calendar displayed by the calendar applet is a heavily modified menu and inherits from the .menu selectosr -// indivudual elements within the menu can be themed seperately with these selectors -.calendar { - padding: 1em 1.75em; - spacing-rows: 1px; - spacing-columns: 5px; -} -// also covers the year label -.calendar-month-label { - color: $dark_fg_color; - font-size: 0.8em; - padding: 5px 10px; - border-radius: $roundness; - font-weight: bold; - text-align: center; -} -.calendar-change-month-back { - @extend %calendar-shared; - - border: 1px solid transparent; - background-image: url(assets/calendar-arrow-left.svg); - &:rtl { - background-image: url(assets/calendar-arrow-right.svg); - } - &:hover { - border: 1px solid $selected_bg_color; - } - &:active { - background-color: $selected_bg_color; - } -} -.calendar-change-month-forward { - @extend %calendar-shared; - - border: 1px solid transparent; - background-image: url(assets/calendar-arrow-right.svg); - &:rtl { - background-image: url(assets/calendar-arrow-left.svg); - } - &:hover { - border: 1px solid $selected_bg_color; - } - &:active { - background-color: $selected_bg_color; - } -} -.datemenu-date-label { - padding: 1em 1.75em; - color: $dark_fg_color; - font-weight: bold; - text-align: center; -} -.calendar-day-base { - font-size: 0.8em; - text-align: center; - width: 2.4em; - height: 1.8em; - border-radius: $roundness; - &:active { - background-color: $selected_bg_color; - } - &:hover { - } -} -.calendar-day-heading { - color: $dark_fg_color; - padding-top: 0.9em; -} -.calendar-week-number { - color: $dark_fg_color; - font-weight: bold; - padding-top: 0.6em; -} -.calendar-day { - &:ltr { - color: $dark_fg_color; - padding: 2px; - } - &:rtl { - color: $dark_fg_color; - padding: 3px; - } -} -.calendar-day-top { - &:ltr { - } - &:rtl { - } -} -.calendar-day-left { - &:ltr { - } - &:rtl { - } -} -.calendar-work-day { -} -.calendar-nonwork-day { - font-weight: bold; -} -// this is always is an active state -.calendar-today { - @extend %selected-bg-grad-to-bottom; - - font-weight: bold; - &:active { - color: $selected_fg_color; - } -} -.calendar-other-month-day { - font-style: italic; -} -// this is always is an active state -.calendar-day-with-events { - background-color: $selected_bg_color; - font-weight: bold; - &:active { - color: $selected_fg_color; - } -} diff --git a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/scss/sections/_desklets.scss b/users/files/oomox-gruvmox-dark-medium-default/cinnamon/scss/sections/_desklets.scss deleted file mode 100644 index 74f8866..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/scss/sections/_desklets.scss +++ /dev/null @@ -1,65 +0,0 @@ -// desklets - the base .desklet selector is for 'undecorated' desklets however some subtle background themeing is desirable -// to maintain visibility irrespctive of wallpaper and to allow for the highlighting scheme to work -.desklet { - font-size: 0.9em; - padding: 8px; - color: $dark_fg_color; - border-radius: $roundness; - background-color: $dark_bg_color_trans; - &:highlight { - background-color: $selected_bg_color; - } -} -// these do not inherit from .desklet -.desklet-with-borders { - @extend %desklet-shared; - - font-size: 0.9em; - border-radius: $roundness; - &:highlight { - background-color: $selected_bg_color; - } -} -.desklet-with-borders-and-header { - @extend %desklet-shared; - - font-size: 0.9em; - border-radius-bottomleft: $roundness; - border-radius-bottomright: $roundness; - &:highlight { - background-color: $selected_bg_color; - } -} -.desklet-header { - @extend %desklet-shared; - - font-size: 1.2em; - border-radius-topleft: $roundness; - border-radius-topright: $roundness; - &:highlight { - background-color: $selected_bg_color; - } -} -.photoframe-box { - @extend %desklet-shared; - - border-radius: $roundness; - &:highlight { - background-color: $selected_bg_color; - } -} -.desklet-drag-placeholder { - border: 2px solid $selected_bg_color; - background-color: $dark_bg_color_trans; - border-radius: $roundness; -} -.launcher { - padding: 1px; - transition-duration: 150; - .icon-box { - padding-top: 2px; - } -} -// inherits font characteristics from .desklet-header -.clock-desklet-label { -} diff --git a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/scss/sections/_dialogs.scss b/users/files/oomox-gruvmox-dark-medium-default/cinnamon/scss/sections/_dialogs.scss deleted file mode 100644 index 435b790..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/scss/sections/_dialogs.scss +++ /dev/null @@ -1,201 +0,0 @@ -// on screen messages and input boxes -.modal-dialog { - @extend %bg-grad-to-right; - - border: 1px solid $exterior_border; - border-radius: $roundness; - color: $dark_fg_color; - padding: 16px 20px; -} -.modal-dialog-button-box { - spacing: 16px; -} -.modal-dialog-button { - @extend %shared-button; - - min-width: 5em; - min-height: 1em; - padding: $spacing_plus2; - &:hover { - @extend %shared-button-hover; - } - &:focus { - color: $selected_fg_color; - } - &:active { - @extend %shared-button-active; - } - &:pressed { - @extend %shared-button-active; - } - &:disabled { - color: rgb(60, 60, 60); - } -} -// run dialog (ALT-F2) -.run-dialog-label { - color: $dark_fg_color; - padding-bottom: 10px; -} -.run-dialog-error-label { - color: $selected_bg_color; -} -.run-dialog-error-box { - padding-top: 15px; - spacing: 5px; -} -.run-dialog-completion-box { - padding-left: 15px; -} -.run-dialog-entry { - @extend %dialog-entry; - - &:focus { - border: 1px solid $selected_border; - } -} -.run-dialog { - border-radius: $roundness; - padding: 16px 20px; -} -// removable media dialogs -.cinnamon-mount-operation-icon { - icon-size: 4.8em; -} -.mount-password-reask { - color: $warning_color; -} -.show-processes-dialog { - spacing: 24px; -} -.mount-question-dialog { - spacing: 24px; -} -.show-processes-dialog-subject { - @extend %shared-dialogs-subject; - - &:rtl { - @extend %shared-dialogs-subject-rtl; - } -} -.mount-question-dialog-subject { - @extend %shared-dialogs-subject; - - &:rtl { - @extend %shared-dialogs-subject-rtl; - } -} -.show-processes-dialog-description { - @extend %shared-dialogs-description; - - &:rtl { - padding-right: 17px; - } -} -.mount-question-dialog-description { - @extend %shared-dialogs-description; - - &:rtl { - padding-right: 17px; - } -} -.show-processes-dialog-app-list { - max-height: 200px; - padding-top: 24px; - padding-left: 49px; - padding-right: 32px; - &:rtl { - padding-right: 49px; - padding-left: 32px; - } -} -.show-processes-dialog-app-list-item { - color: $dark_fg_color; - &:hover { - color: $dark_fg_color; - } - &:ltr { - padding-right: 1em; - } - &:rtl { - padding-left: 1em; - } -} -.show-processes-dialog-app-list-item-icon { - &:ltr { - padding-right: 17px; - } - &:rtl { - padding-left: 17px; - } -} -.show-processes-dialog-app-list-item-name { -} -// displayed when media keys are pressed. -.osd-window { - @extend %osd-shared; - - spacing: 1em; - padding: 16px; - .level { - height: 0.7em; - border-radius: 0.3em; - background-color: $scrollbar_bg_color; - } - .level-bar { - border-radius: 0.3em; - background-color: $scrollbar_slider_hover_color; - } -} -.info-osd, .workspace-osd { - @extend %osd-shared; - - font-size: 1.5em; - text-align: center; - padding: 8px 10px; -} -// this is an full screen overlay that is displayed with any cinnamon OSD or modal dialog which needs to always be semi transparent -.lightbox { - background-color: $dark_bg_color_trans; -} -// applet 'about' OSDs - inherits from modal dialogs -.about-content { - min-width: 250px; - min-height: 150px; - spacing: 8px; - padding-bottom: 16px; -} -.about-title { - font-size: 1.4em; - font-weight: bold; -} -.about-uuid { - font-size: .8em; -} -.about-icon { - padding-right: 20px; -} -.about-scrollBox { - border: 1px solid $exterior_border; - border-radius: $roundness; -} -.about-scrollBox-innerBox { - padding: 1.2em; - spacing: 1.2em; -} -.about-description { - padding-top: 4px; -} -.about-version { - padding-left: 7px; -} -// dialog box for the cinnamon debug utility -#LookingGlassDialog { - @extend %bg-grad-to-bottom; - - spacing: 4px; - padding: 8px; - border: 1px solid $exterior_border; - border-radius: $roundness; - color: $dark_fg_color; -} diff --git a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/scss/sections/_menu.scss b/users/files/oomox-gruvmox-dark-medium-default/cinnamon/scss/sections/_menu.scss deleted file mode 100644 index ed3a256..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/scss/sections/_menu.scss +++ /dev/null @@ -1,226 +0,0 @@ -.menu { - @extend %shared-menu; - - min-width: 100px; - margin: 4px; -} -// scale view right click menu -.popup-combo-menu { - @extend %shared-menu; -} -.popup-menu-arrow { - icon-size: 1.14em; -} -// applet submenus -// the margin here causes the 'bounce' on opening the sub menu -// does StScrollBar need to be here? No as long as it isnt themed differently to staging -.popup-sub-menu { - @extend %bg-grad-to-bottom; - - border: 1px solid $interior_border; - border-radius: $roundness; - padding: 8px; - margin: 8px 0; -} -.popup-menu-content { - padding: 0; -} -// individual menu entries are themed here -.popup-menu-item { - @extend %menu-buttons-shared; - - color: $dark_fg_color; - &:active { - background-color: $selected_bg_color; - border-radius: $roundness; - color: $selected_fg_color; - } - &:insensitive { - font-style: italic; - } -} -.popup-image-menu-item { - color: $dark_fg_color; -} -.popup-combobox-item { - @extend %menu-buttons-shared; -} -// sliders and separators in menus -.popup-separator-menu-item { - @extend %separator-shared; - - -gradient-direction: horizontal; -} -.popup-slider-menu-item { - @extend %slider-shared; -} -.popup-device-menu-item { - spacing: .5em; -} -.popup-inactive-menu-item { - font-style: italic; - color: $dark_fg_color; -} -.popup-subtitle-menu-item { - font-weight: bold; - font-size: 1em; -} -.popup-menu-icon { - icon-size: 1.14em; - padding: 0px 4px; -} -.popup-menu-item-dot { -} -.popup-submenu-menu-item:open { -} -.popup-alternating-menu-item:alternate { - font-weight: bold; -} -// toggles in menus -.toggle-switch { - width: 64px; - height: 22px; -} -.toggle-switch-us { - background-image: url(assets/toggle-off-us.svg); - &:checked { - background-image: url(assets/toggle-on-us.svg); - } -} -.toggle-switch-intl { - background-image: url(assets/toggle-off-intl.svg); - &:checked { - background-image: url(assets/toggle-on-intl.svg); - } -} -.nm-menu-item-icons { - spacing: .5em; - icon-size: 1.14em; -} -// all the remaining code is for the main menu applet -.menu-favorites-box { - @extend %bg-grad-to-right; - - padding: 8px; - border: 1px solid $interior_border; - border-radius: $roundness; - transition-duration: 150; -} -.menu-favorites-button { - @extend %menu-buttons-shared; - - &:hover { - background-color: $selected_bg_color; - border-radius: $roundness; - color: $selected_fg_color; - } -} -.menu-categories-box { - padding: 8px; -} -.menu-applications-inner-box { - @extend %bg-grad-to-right; - - padding: 8px; - border-radius: $roundness; - border: 1px solid $interior_border; - StScrollView { - @extend %menu-context-shared; - } -} -.menu-applications-outer-box { - @extend %bg-grad-to-right; - - padding: 8px; - border: 1px solid $interior_border; - border-radius: $roundness; -} -.menu-application-button { - @extend %menu-buttons-shared; - - &:highlighted { - font-weight: bold; - } -} -.menu-application-button-selected { - @extend %menu-buttons-shared; - - background-color: $selected_bg_color; - border-radius: $roundness; - color: $selected_fg_color; - &:highlighted { - font-weight: bold; - } -} -.menu-application-button-label { - @extend %menu-button-label-shared; -} -.menu-category-button { - @extend %menu-buttons-shared; -} -.menu-category-button-greyed { - @extend %menu-buttons-shared; - - color: $dark_fg_color; - font-style: italic; -} -.menu-category-button-selected { - @extend %menu-buttons-shared; - - background-color: $selected_bg_color; - border-radius: $roundness; - color: $selected_fg_color; - &:hover { - } -} -.menu-category-button-label { - @extend %menu-button-label-shared; -} -// in the stock menu app descriptions are shown at the base of the menu -.menu-selected-app-box { - padding: 8px; - margin-bottom: 4px; - text-align: right; - &:rtl { - text-align: left; - } -} -.menu-selected-app-title { - font-weight: bold; - font-size: 0.8em; -} -.menu-selected-app-description { - max-width: 150px; - font-size: 0.8em; -} -// the menus search box -.menu-search-box { - &:ltr { - padding-left: 30px; - padding-bottom: 5px; - padding-top: 5px; - } - &:rtl { - padding-right: 30px; - padding-bottom: 5px; - padding-top: 5px; - } -} -#menu-search-entry { - @extend %dialog-entry; - - margin: 0.5em 0; - &:focus { - border: 1px solid $selected_border; - } - &:hover { - } -} -.menu-search-entry-icon { - icon-size: 1em; - color: $tooltip_fg_color; -} -// cinnVIIstark menu right click favourites context menu -.starkmenu-favorites-box .menu-context-menu, .menu-context-menu { - @extend %menu-context-shared; -} diff --git a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/scss/sections/_notifications.scss b/users/files/oomox-gruvmox-dark-medium-default/cinnamon/scss/sections/_notifications.scss deleted file mode 100644 index 9bd5097..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/scss/sections/_notifications.scss +++ /dev/null @@ -1,91 +0,0 @@ -// notification system -#notification { - @extend %bg-grad-to-right; - - border-radius: $roundness; - border: 1px solid $exterior_border; - padding: 8px; - spacing-rows: 5px; - spacing-columns: 10px; - margin-from-right-edge-of-screen: 20px; - width: 34em; - color: $dark_fg_color; - &.multi-line-notification { - padding-bottom: 8px; - color: $dark_fg_color; - } - StEntry { - @extend %dialog-entry; - - &:focus { - border: 1px solid $selected_border; - } - } - .url-highlighter { - link-color: $link_color; - } -} -.notification-with-image { - min-height: 159px; - color: $dark_fg_color; -} -#notification-scrollview { - max-height: 10em; - > { - .top-shadow { - height: 1em; - } - .bottom-shadow { - height: 1em; - } - } - &:ltr > StScrollBar { - padding-left: 6px; - } - &:rtl > StScrollBar { - padding-right: 6px; - } -} -#notification-body { - spacing: 4px; -} -#notification-actions { - spacing: 8px; -} -.notification-button { - @extend %shared-button; - - border-radius: $roundness; - min-width: 5em; - min-height: 1em; - padding: $spacing_plus2; - &:hover { - @extend %shared-button-hover; - } - &:focus { - color: $selected_fg_color; - } - &:active { - @extend %shared-button-active; - } -} -.notification-icon-button { - @extend %shared-button; - - border-radius: $roundness; - min-width: 2em; - min-height: 2em; - padding: $spacing_plus2; - &:hover { - @extend %shared-button-hover; - } - &:focus { - color: $selected_fg_color; - } - &:active { - @extend %shared-button-active; - } - > StIcon { - icon-size: 1.5em; - } -} diff --git a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/scss/sections/_overview.scss b/users/files/oomox-gruvmox-dark-medium-default/cinnamon/scss/sections/_overview.scss deleted file mode 100644 index 0a1aebb..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/scss/sections/_overview.scss +++ /dev/null @@ -1,115 +0,0 @@ -// scale and expo views -#overview { - spacing: 12px; -} -.workspace-thumbnails { - spacing: 14px; -} -.workspace-add-button { - background-image: url(assets/add-workspace.png); - height: 200px; - width: 35px; - border-radius-topleft: 10px; - border-radius-bottomleft: 10px; - transition-duration: 150; - background-color: $info_bg_color; - border-top: 1px solid; - border-left: 1px solid; - border-bottom: 1px solid; - border-color: $button_border; - &:hover { - background-image: url(assets/add-workspace-hover.png); - border-color: $selected_border; - } - &:active { - background-image: url(assets/add-workspace.png); - border-color: $selected_border; - background-color: $success_color; - } -} -.workspace-close-button { - background-image: url(assets/close-window.svg); - height: 32px; - width: 32px; - -cinnamon-close-overlap: 20px; -} -// this always looks better semi transparent -.workspace-overview-background-shade { - background-color: $dark_bg_color_trans; -} -.window-caption { - @extend %bg-grad-to-bottom; - - padding: 4px 6px; - border: 1px solid $exterior_border; - border-radius: $roundness; - color: $dark_fg_color; - -cinnamon-caption-spacing: 4px; - &#selected { - @extend %selected-bg-grad-to-bottom; - - color: $selected_fg_color; - } -} -.window-close { - background-image: url(assets/close-window.svg); - height: 32px; - width: 32px; - -cinnamon-close-overlap: 20px; - &:rtl { - -st-background-image-shadow: 2px 2px 6px rgba(0,0,0,0.5); - } -} -.window-close-area { - background-image: url(assets/trash-icon.png); - background-size: 100px; - background-color: $dark_bg_color_trans; - border: 1px solid $exterior_border; - border-bottom-width: 0; - border-radius: 20px 20px 0 0; - height: 120px; - width: 400px; -} -.expo-background { - @extend %bg-grad-to-bottom; -} -.expo-workspace-thumbnail-frame { - border: 1px solid $exterior_border; - &#active { - border: 1px solid $selected_border; - } -} -.expo-workspaces-name-entry { - @extend %bg-grad-to-bottom; - - padding: 4px 6px; - height: 1.5em; - border: 1px solid $exterior_border; - border-radius: $roundness; - selected-color: $selected_fg_color; - selection-background-color: $selected_bg_color; - color: $dark_fg_color; - text-align: center; - &#selected { - @extend %selected-bg-grad-to-bottom; - - color: $selected_fg_color; - selected-color: $dark_fg_color; - selection-background-color: $selected_bg_color; - border: 1px solid $selected_border; - } - &:focus { - border: 1px solid $selected_border; - } - &:hover { - border: 1px solid $selected_border; - } -} -// hot corners animation -.ripple-box { - width: 104px; - height: 104px; - background-image: url(assets/corner-ripple.png); - background-color: $selected_bg_color; - border-radius: 52px; -} diff --git a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/scss/sections/_panel.scss b/users/files/oomox-gruvmox-dark-medium-default/cinnamon/scss/sections/_panel.scss deleted file mode 100644 index b8c3a15..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/scss/sections/_panel.scss +++ /dev/null @@ -1,469 +0,0 @@ -// panels can be on any side of the screen -// some panel item theming is specific to panel orientation and is included in this section -// each panel is also split into three zones -// dnd is for panel edit mode -// dummy is for adding or moving panels -#panel { - color: $dark_fg_color; - height: 2.5em; - width: 3.2em; - &:highlight { - background-color: $selected_bg_color; - } -} -.panel-dummy { - background-color: rgba(255, 0, 0, 0.6); - &:entered { - background-color: rgba(0, 255, 0, 0.6); - } -} -.panelLeft { - spacing: 4px; - &:dnd { - background-color: rgba(255, 0, 0, 0.6); - } - &:ltr { - padding-right: 4px; - } - &:rtl { - padding-left: 4px; - } - &.vertical { - padding: 0; - &:dnd { - } - } -} -.panelCenter { - spacing: 4px; - &:dnd { - background-color: rgba(0, 255, 0, 0.6); - } - &.vertical { - padding-left: 0; - padding-right: 0; - &:dnd { - } - } -} -.panelRight { - spacing: 4px; - &:dnd { - background-color: rgba(0, 0, 255, 0.6); - } - &:ltr { - padding-left: 0; - spacing: 0; - } - &:rtl { - padding-right: 0; - spacing: 0; - } - &.vertical { - padding: 0; - &:dnd { - } - } -} -// panel borders must be defined with a border-top color or other color definition that encompasses border-top -// panels do not support different colors of borders on different edges -// due to a bug in cinnamons placing of panel items on a bordered panel small margins are used to ensure that bordered panel objects -// do not overlap the panel border -.panel-top { - @extend %bg-grad-to-bottom; - - border-bottom: 1px solid; - border-color: $exterior_border; - .window-list-item-box { - @extend %bg-grad-to-top; - - &:hover { - @extend %hover-bg-grad-to-top; - } - &:active, &:checked, &:focus { - @extend %panel-top-shared; - - &:hover { - @extend %hover-selected-grad-to-top; - } - } - } - .workspace-switcher, .workspace-graph { - padding: 1px $spacing; - } - .applet-box { - padding: 1px $spacing; - margin: 1px 0; - } - .applet-label { - } - .panel-launchers .launcher:hover { - box-shadow: 0 -2px 0 0 $selected_border inset; - } - .applet-separator { - padding: 3px $spacing; - } -} -.panel-bottom { - @extend %bg-grad-to-top; - - border-top: 1px solid; - border-color: $exterior_border; - .window-list-item-box { - @extend %bg-grad-to-bottom; - - &:hover { - @extend %hover-bg-grad-to-bottom; - } - &:active, &:checked, &:focus { - @extend %panel-bottom-shared; - - &:hover { - @extend %hover-selected-grad-to-bottom; - } - } - } - .workspace-switcher, .workspace-graph { - padding: 1px $spacing; - } - .applet-box { - padding: 1px $spacing; - margin: 1px 0; - } - .applet-label { - } - .panel-launchers .launcher:hover { - box-shadow: 0 2px 0 0 $selected_border inset; - } - .applet-separator { - padding: 3px $spacing; - } -} -.panel-left { - @extend %bg-grad-to-right; - - border-right: 1px solid; - border-color: $exterior_border; - .window-list-item-box { - @extend %bg-grad-to-left; - - &:hover { - @extend %hover-bg-grad-to-left; - } - &:active, &:checked, &:focus { - @extend %panel-left-shared; - - &:hover { - @extend %hover-selected-grad-to-left; - } - } - } - .workspace-switcher, .workspace-graph { - padding: $spacing 1px; - } - .applet-box { - padding: $spacing 1px; - margin: 0 1px; - } - .applet-label { - } - .panel-launchers .launcher:hover { - box-shadow: -2px 0 0 0 $selected_border inset; - } - .applet-separator { - padding: $spacing 3px; - } -} -.panel-right { - @extend %bg-grad-to-left; - - border-left: 1px solid; - border-color: $exterior_border; - .window-list-item-box { - @extend %bg-grad-to-right; - - &:hover { - @extend %hover-bg-grad-to-right; - } - &:active, &:checked, &:focus { - @extend %panel-right-shared; - - &:hover { - @extend %hover-selected-grad-to-right; - } - } - } - .workspace-switcher, .workspace-graph { - padding: $spacing 1px; - } - .applet-box { - padding: $spacing 1px; - margin: 0 1px; - } - .applet-label { - } - .panel-launchers .launcher:hover { - box-shadow: 2px 0 0 0 $selected_border inset; - } - .applet-separator { - padding: $spacing 3px; - } -} -// a non feature - not worth themeing -.panel-corner { - &:active { - } - &:overview { - } - &:focus { - } -} -// remaining code is for panel items starting with the generic applets -.applet-separator-line { - width: 2px; - background: $selected_bg_color; -} -.applet-separator-line-vertical { - border-color: $selected_bg_color; - border-bottom: 2px solid; -} -.applet-spacer:highlight { - border: 1px solid $selected_border; -} -.applet-box { - color: $dark_fg_color; - transition-duration: 150; - border-radius: $roundness; - &:checked { - color: $selected_bg_color; - .applet-label { - color: $selected_bg_color; - } - } - &:hover { - color: $selected_bg_color; - .applet-label { - color: $selected_bg_color; - } - } - &:highlight { - border: 1px solid $selected_border; - color: $selected_bg_color; - .applet-label { - color: $selected_bg_color; - } - } -} -.applet-label { - font-weight: bold; - color: $dark_fg_color; -} -// icon-size set to 22 to match hard-coded menu icon size - applet-icon style is used for search provider results in menu -.applet-icon { - color: $dark_fg_color; - padding: 0; - spacing: 0; - icon-size: 22px; -} -// used by power applet to warn of low battery -.system-status-icon { - icon-size: 1.14em; - padding: 0; - spacing: 0; - &.warning { - color: $warning_color; - } - &.error { - color: $error_color; - } -} -// keyboard layout applet -.panel-status-button { - -natural-hpadding: 4px; - -minimum-hpadding: 4px; - font-weight: bold; - color: $dark_fg_color; - &:hover { - color: $selected_bg_color; - } -} -// user applet specific themeing -.user-box { - padding: 0.4em 1.3em; - spacing: 10px; -} -.user-icon { - padding: 4px; - border: none; -} -.user-label { - color: $dark_fg_color; - font-weight: bold; - font-size: 1em; -} -// the window list applet. Some third party applets inherit some of this theming. -.window-list-box { - spacing: $spacing; - padding: 1px 3px; - font-size: 0.9em; - &.vertical { - spacing: $spacing; - padding: 3px 1px; - } - #appMenuIcon { - } -} -.window-list-item-label { -} -// progress was added with cinnamon 3.6 and allows compatible applications to use the window list as a progress bar -.window-list-item-box { - border: 1px solid $interior_border; - border-radius: $roundness; - transition-duration: 150; - &:hover { - border: 1px solid $selected_border; - } - &:highlight { - border: 1px solid $selected_border; - } - .progress { - background-color: $success_color; - border: 1px solid $selected_border; - border-radius: $roundness; - color: $info_fg_color; - } -} -.window-list-item-demands-attention { - background-color: $info_bg_color; - color: $info_fg_color; -} -// cinnamon 3.8 will support an improved window-list-thumbnail preview which now has it's own selector -.window-list-preview { - @extend %bg-grad-to-right; - - border-radius: $roundness; - border: 1px solid $exterior_border; - padding: 10px 15px; - spacing: 1em; - color: $dark_fg_color; -} -// the sound player applet -.sound-player { - StButton { - @extend %shared-button; - - min-width: 2em; - min-height: 2em; - padding: $spacing_plus2; - color: $button_fg_color; - border-radius: $roundness; - &:small { - min-width: 1.5em; - min-height: 1.5em; - padding: $spacing; - StIcon { - icon-size: 1em; - } - } - StIcon { - icon-size: 1.5em; - } - &:hover { - @extend %shared-button-hover; - } - &:focus { - color: $selected_fg_color; - } - &:active { - @extend %shared-button-active; - } - } - .slider { - @extend %slider-shared; - height: 4px; - } - StBoxLayout { - spacing: 0.5em; - } - > StBoxLayout { - padding: 5px; - } -} -.sound-player-generic-coverart { - background: rgba(0,0,0,0.2); -} -.sound-player-overlay { - @extend %bg-grad-to-bottom; - - min-width: 300px; - padding: 12px 16px; - spacing: 0.5em; - color: $dark_fg_color; -} -// workspace switcher applet simple button view -.workspace-button { - width: 2em; - height: 1em; - color: $dark_fg_color; - border: 1px solid $interior_border; - margin: 2px; - transition-duration: 150; - &:outlined { - background-color: $selected_bg_color; - color: $selected_fg_color; - border-color: $selected_border; - } -} -// workspace switcher applet graph view -.workspace-graph { - .workspace { - @extend %bg-grad-to-bottom; - - border: 1px solid $interior_border; - &:active { - @extend %selected-bg-grad-to-bottom; - - border: 1px solid $interior_border; - .windows { - -active-window-background: rgba(255, 255, 255, 0.8); - -active-window-border: rgba(0, 0, 0, 0.9); - -inactive-window-background: rgba(140, 140, 140, 0.8); - -inactive-window-border: rgba(0, 0, 0, 0.7); - } - } - .windows { - -active-window-background: rgba(140, 140, 140, 0.8); - -active-window-border: rgba(0, 0, 0, 0.7); - -inactive-window-background: rgba(140, 140, 140, 0.8); - -inactive-window-border: rgba(0, 0, 0, 0.7); - } - } -} -// most panel launcher themeing is orientation specific -.panel-launchers { - padding: 0 4px; - spacing: $spacing; - .launcher { - background-color:rgba(0, 0, 0, 0.01); - } - &.vertical { - padding: 4px 0; - spacing: $spacing; - .launcher .icon-box { - padding-top: 0; - } - } -} -.notification-applet-padding { - padding: .5em 1em; -} -.notification-applet-container { - max-height: 100px; -} -.systray { - spacing: 4px; -} -.flashspot { - background-color: $selected_bg_color; -} - diff --git a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/scss/sections/_stage.scss b/users/files/oomox-gruvmox-dark-medium-default/cinnamon/scss/sections/_stage.scss deleted file mode 100644 index e6944a6..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/scss/sections/_stage.scss +++ /dev/null @@ -1,114 +0,0 @@ -// defines font family and standard font size across the whole theme -// em is preferred for better support for text scaling -stage { - font-family: roboto, Noto Sans, sans, sans-serif; - font-size: 1em; -} -.cinnamon-link { - color: $link_color; - font-style: italic; - &:hover { - color: $selected_fg_color; - } -} -.label-shadow { - color: rgba(0,0,0,0.5); -} -// themeing for various standard elements -StScrollBar { - padding: 2px; - StButton { - &#vhandle { - background-color: $scrollbar_slider_color; - border-radius: $roundness; - &:hover { - background-color: $scrollbar_slider_hover_color; - } - } - &#hhandle { - background-color: $scrollbar_slider_color; - border-radius: $roundness; - &:hover { - background-color: $scrollbar_slider_hover_color; - } - } - } - StBin#trough { - background-color: $scrollbar_bg_color; - border-radius: $roundness; - } -} -StScrollView { - &.vfade { - -st-vfade-offset: 68px; - } - &.hfade { - -st-hfade-offset: 68px; - } - StScrollBar { - min-width: 0.8em; - min-height: 0.8em; - } -} -.separator { - @extend %separator-shared; -} -.slider { - @extend %slider-shared; -} -.check-box { - CinnamonGenericContainer { - spacing: .2em; - } - StBin { - @extend %check-box-shared; - } - &:focus { - StBin { - @extend %check-box-shared; - } - &:checked StBin { - background-image: url(assets/checkbox.svg); - } - } - StLabel { - font-weight: normal; - } - &:checked StBin { - background-image: url(assets/checkbox.svg); - } -} -.radiobutton { - CinnamonGenericContainer { - spacing: .2em; - height: 18px; - padding-top: 2px; - } - StBin { - @extend %radiobutton-shared; - } - &:focus { - StBin { - @extend %radiobutton-shared; - } - &:checked StBin { - background-image: url(assets/radiobutton.svg); - } - } - StLabel { - padding-top: 4px; - font-size: 0.8em; - box-shadow: none; - } - &:checked StBin { - background-image: url(assets/radiobutton.svg); - } -} -#Tooltip { - @extend %tooltip-bg-grad-to-top; - - padding: 5px 8px; - color: $tooltip_fg_color; - text-align: center; - border-radius: $roundness; -} diff --git a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/scss/sections/_tile-hud.scss b/users/files/oomox-gruvmox-dark-medium-default/cinnamon/scss/sections/_tile-hud.scss deleted file mode 100644 index 35f5ed8..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/scss/sections/_tile-hud.scss +++ /dev/null @@ -1,59 +0,0 @@ -// on screen preview of windows tiling placement -.tile-preview { - @extend %tile-shared; - - &.snap { - @extend %tile-shared-snap; - } -} -.tile-hud { - @extend %tile-shared; - - &.snap { - @extend %tile-shared-snap; - } - &:top { - border-top-width: 0; - - border-radius: 0 0 10px 10px; - } - &:bottom { - border-bottom-width: 0; - - border-radius: $roundness $roundness 0 0; - } - &:left { - border-left-width: 0; - - border-radius: 0 10px 10px 0; - } - &:right { - border-right-width: 0; - - border-radius: 10px 0 0 10px; - } - &:top-left { - border-top-width: 0; - border-left-width: 0; - - border-radius: 0 0 10px 0; - } - &:top-right { - border-top-width: 0; - border-right-width: 0; - - border-radius: 0 0 0 10px; - } - &:bottom-left { - border-bottom-width: 0; - border-left-width: 0; - - border-radius: 0 10px 0 0; - } - &:bottom-right { - border-bottom-width: 0; - border-right-width: 0; - - border-radius: 10px 0 0 0; - } -} diff --git a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/thumbnail.png b/users/files/oomox-gruvmox-dark-medium-default/cinnamon/thumbnail.png deleted file mode 100644 index ac66aa1..0000000 Binary files a/users/files/oomox-gruvmox-dark-medium-default/cinnamon/thumbnail.png and /dev/null differ diff --git a/users/files/oomox-gruvmox-dark-medium-default/gtk-2.0/gtkrc b/users/files/oomox-gruvmox-dark-medium-default/gtk-2.0/gtkrc deleted file mode 100644 index f2e8139..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/gtk-2.0/gtkrc +++ /dev/null @@ -1,894 +0,0 @@ -# Oomox GTK Theme (Numix Fork) - -gtk-color-scheme = -"base_color:#282828\nbg_color:#282828\ntooltip_bg_color:#282828\nselected_bg_color:#928374\ntext_color:#ebdbb2\nfg_color:#ebdbb2\ntooltip_fg_color:#ebdbb2\nselected_fg_color:#282828\nmenubar_bg_color:#1d2021\nmenubar_fg_color:#fbf1c7\ntoolbar_bg_color:#282828\ntoolbar_fg_color:#ebdbb2\nmenu_bg_color:#1d2021\nmenu_fg_color:#fbf1c7\npanel_bg_color:#282828\npanel_fg_color:#ebdbb2\nlink_color:#83a598\nbtn_bg_color:#3c3836\nbtn_fg_color:#ebdbb2\ntitlebar_bg_color:#1d2021\ntitlebar_fg_color:#fbf1c7\nprimary_caret_color:#a89984\nsecondary_caret_color:#a89984\naccent_bg_color:#928374\n" -# Default Style - -style "murrine-default" { - GtkArrow::arrow-scaling= 0.6 - - GtkWidget::cursor_color = @primary_caret_color - GtkWidget::secondary_cursor_color = @secondary_caret_color - GtkWidget::cursor_aspect_ratio = 0.04 - - GtkButton::child-displacement-x = 0 - GtkButton::child-displacement-y = 0 - - GtkButton::default-border = { 0, 0, 0, 0 } - #GtkButton::inner-border = { 2, 2, 1, 1 } - GtkButton::focus-line-width = 1 - #GtkButton::focus-padding = -4 - - GtkButtonBox::child-min-height = 26 - - GtkCheckButton::indicator-size = 16 - - # The following line hints to gecko (and possibly other appliations) - # that the entry should be drawn transparently on the canvas. - # Without this, gecko will fill in the background of the entry. - GtkEntry::honors-transparent-bg-hint = 1 - GtkEntry::state-hint = 0 - - GtkExpander::expander-size = 16 - - GtkImage::x-ayatana-indicator-dynamic = 1 - - GtkMenu::horizontal-padding = 0 - GtkMenu::vertical-padding = 0 - - GtkMenuBar::internal-padding = 0 - GtkMenuBar::window-dragging = 1 - - GtkMenuItem::arrow-scaling= 0.5 - - GtkPaned::handle-size = 1 - - GtkProgressBar::min-horizontal-bar-height = 12 - GtkProgressBar::min-vertical-bar-width = 12 - - GtkRange::trough-border = 0 - GtkRange::slider-width = 12 - GtkRange::stepper-size = 12 - GtkRange::stepper_spacing = 0 - GtkRange::trough-under-steppers = 1 - - GtkScale::slider-length = 16 - GtkScale::slider-width = 16 - GtkScale::trough-side-details = 1 - - GtkScrollbar::activate-slider = 1 - GtkScrollbar::has-backward-stepper = 0 - GtkScrollbar::has-forward-stepper = 0 - GtkScrollbar::has-secondary-backward-stepper = 0 - GtkScrollbar::has-secondary-forward-stepper = 0 - GtkScrollbar::min-slider-length = 80 - GtkScrollbar::slider-width = 12 - GtkScrollbar::trough-border = 0 - - GtkScrolledWindow::scrollbar-spacing = 0 - GtkScrolledWindow::scrollbars-within-bevel = 1 - - GtkSeparatorMenuItem::horizontal-padding = 0 - - GtkToolbar::internal-padding = 0 - - GtkTreeView::expander-size = 11 - GtkTreeView::vertical-separator = 0 - - GtkWidget::focus-line-width = 1 - # The following line prevents the Firefox tabs - # from jumping a few pixels when you create a new tab - GtkWidget::focus-padding = 0 - - GtkWidget::wide-separators = 1 - GtkWidget::separator-width = 1 - GtkWidget::separator-height = 1 - - GtkWindow::resize-grip-height = 0 - GtkWindow::resize-grip-width = 0 - - WnckTasklist::fade-overlay-rect = 0 - - GnomeHRef::link_color = @link_color - GtkHTML::link-color = @link_color - GtkIMHtmlr::hyperlink-color = @link_color - GtkIMHtml::hyperlink-color = @link_color - GtkWidget::link-color = @link_color - GtkWidget::visited-link-color = @text_color - - GtkToolbar::shadow-type = GTK_SHADOW_NONE # Makes toolbars flat and unified - GtkMenuBar::shadow-type = GTK_SHADOW_NONE # Makes menubars flat and unified - - xthickness = 1 - ythickness = 1 - - fg[NORMAL] = @fg_color - fg[PRELIGHT] = @fg_color - fg[SELECTED] = @selected_fg_color - fg[ACTIVE] = @fg_color - fg[INSENSITIVE] = mix (0.5, @bg_color, @fg_color) - - bg[NORMAL] = @bg_color - bg[PRELIGHT] = shade (1.02, @bg_color) - bg[SELECTED] = @selected_bg_color - bg[ACTIVE] = shade (0.9, @bg_color) - bg[INSENSITIVE] = @bg_color - - base[NORMAL] = @base_color - base[PRELIGHT] = shade (0.95, @base_color) - base[SELECTED] = @selected_bg_color - base[ACTIVE] = @selected_bg_color - base[INSENSITIVE] = shade (0.85, @base_color) - - text[NORMAL] = @text_color - text[PRELIGHT] = @text_color - text[SELECTED] = @selected_fg_color - text[ACTIVE] = @selected_fg_color - text[INSENSITIVE] = mix (0.5, @base_color, @text_color) - - engine "murrine" { - animation = FALSE - arrowstyle = 1 # 0 = normal arrows, 1 = filled arrows - border_shades = { 1.0, 1.0 } # gradient to draw on border - border_colors = { mix(0.2, @fg_color, @bg_color), mix(0.2, @fg_color, @bg_color) } - colorize_scrollbar = FALSE - comboboxstyle = 0 # 0 = normal combobox, 1 = colorized combobox below arrow - contrast = 0.8 # overal contrast with borders - focusstyle = 3 # 0 = none, 1 = grey dotted, 2 = colored with fill, 3 = colored glow - glazestyle = 0 # 0 = flat highlight, 1 = curved highlight, 2 = concave, 3 = top curved highlight, 4 = beryl highlight - glowstyle = 0 # 0 = glow on top, 1 = glow on bottom, 2 = glow on top and bottom, 3 = glow on middle vertically, 4 = glow on middle horizontally, 5 = glow on all sides - glow_shade = 1.0 # amount of glow - gradient_shades = { 1.0, 1.0, 1.0, 1.0 } # gradient to draw on widgets - highlight_shade = 1.0 # amount of highlight - lightborder_shade = 1.0 # amount of inset light border - lightborderstyle = 1 # 0 = lightborder on top side, 1 = lightborder on all sides - listviewheaderstyle = 0 # 0 = flat, 1 = glassy, 2 = raised - listviewstyle = 0 # 0 = none, 1 = dotted, 2 = line - menubaritemstyle = 0 # 0 = menuitem look, 1 = button look - menubarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped - menuitemstyle = 0 # 0 = flat, 1 = glassy, 2 = striped - menustyle = 0 # 0 = none, 1 = vertical striped - progressbarstyle = 0 # 0 = none, 1 = diagonal striped, 2 = vertical striped - reliefstyle = 0 # 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, 4 = stronger shadow with gradient - roundness = 4 # roundness of widgets - scrollbarstyle = 0 # 0 = none, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles - sliderstyle = 0 # 0 = none, 1 = handles - stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles - toolbarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient - } -} - -style "murrine-wide" { - xthickness = 2 - ythickness = 2 -} - -style "murrine-wider" { - xthickness = 3 - ythickness = 3 -} - -style "murrine-thin" { - xthickness = 0 - ythickness = 0 -} - -# Notebook - -style "clearlooks-notebook-bg" { - bg[NORMAL] = @bg_color - bg[ACTIVE] = shade (0.80, @bg_color) -} - -style "clearlooks-notebook" = "clearlooks-notebook-bg" { - xthickness = 2 - ythickness = 2 - - engine "clearlooks" { - radius = 0.1 - } -} - -# Various Standard Widgets - -style "murrine-button" = "murrine-wider" { - bg[NORMAL] = @btn_bg_color - bg[PRELIGHT] = shade (1.10, @btn_bg_color) - bg[SELECTED] = mix (0.5, @selected_bg_color, @bg_color) - bg[ACTIVE] = shade (0.95, @btn_bg_color) - bg[INSENSITIVE] = shade (0.75, @btn_bg_color) - #xthickness = 4 - #ythickness = 4 - - engine "murrine" { - border_colors = { mix(0.25, @btn_fg_color, @btn_bg_color), mix(0.25, @btn_fg_color, @btn_bg_color) } - roundness = 4 - gradient_shades = { 1.0, 1.0, 1.0, 1.0 } - } -} - -style "murrine-buttonlabel" { - fg[NORMAL] = @btn_fg_color - fg[PRELIGHT] = @btn_fg_color - fg[SELECTED] = @btn_fg_color - fg[ACTIVE] = @btn_fg_color - fg[INSENSITIVE] = mix (0.4, @btn_bg_color, @btn_fg_color) - - text[NORMAL] = @btn_fg_color - text[PRELIGHT] = @btn_fg_color - text[SELECTED] = @btn_fg_color - text[ACTIVE] = @btn_fg_color - text[INSENSITIVE] = mix (0.4, @btn_bg_color, @btn_fg_color) - - engine "murrine" { - } -} - -style "murrine-scrollbar" { - bg[NORMAL] = mix (0.21, @fg_color, @bg_color) - bg[PRELIGHT] = mix (0.31, @fg_color, @bg_color) - bg[ACTIVE] = @selected_bg_color - - engine "murrine" { - roundness = 0 - contrast = 0.0 - border_shades = { 0.9, 0.9 } - trough_shades = { 0.97, 0.97 } - trough_border_shades = { 1.0, 1.0 } - } -} - -style "murrine-overlay-scrollbar" { - bg[ACTIVE] = shade (0.8, @bg_color) - bg[INSENSITIVE] = shade (0.97, @bg_color) - - base[SELECTED] = shade (0.6, @bg_color) - base[INSENSITIVE] = shade (0.85, @bg_color) -} - -style "murrine-scale" = "murrine-thin" { - bg[NORMAL] = @btn_bg_color - bg[ACTIVE] = mix(0.2, @fg_color, @bg_color) - bg[SELECTED] = @selected_bg_color - bg[INSENSITIVE] = mix(0.95, @bg_color, @btn_bg_color) - - engine "murrine" { - roundness = 8 - #roundness = 4 - gradient_shades = { 1.08, 1.08, 1.08, 1.08 } - #border_shades = { 0.5, 0.5 } - border_colors = { mix(0.25, @btn_fg_color, @btn_bg_color), mix(0.25, @btn_fg_color, @btn_bg_color) } - #trough_shades = { 1.08, 1.08 } - trough_border_shades = { 0.8, 0.8 } - } -} - -style "murrine-progressbar" = "murrine-thin" { - bg[NORMAL] = @bg_color - bg[ACTIVE] = mix(0.08, @bg_color, @base_color) - - fg[PRELIGHT] = @selected_fg_color - - engine "murrine" { - #roundness = 2 - roundness = 4 - border_shades = { 1.2, 1.2 } - trough_border_shades = { 0.8, 0.8 } - } -} - -style "murrine-treeview-header" = "murrine-button" { - fg[NORMAL] = @fg_color - fg[PRELIGHT] = @fg_color - fg[SELECTED] = @fg_color - fg[ACTIVE] = @fg_color - fg[INSENSITIVE] = mix(0.20, @bg_color, @fg_color) - engine "murrine" { - roundness = 0 - } -} - -style "murrine-treeview" { - engine "murrine" { - roundness = 0 - } -} - -style "murrine-frame" = "murrine-wide" { - bg[NORMAL] = mix(0.08, @fg_color, @bg_color) -} - -style "murrine-frame-title" { - fg[NORMAL] = lighter (@fg_color) -} - -style "murrine-tooltips" { - xthickness = 5 - ythickness = 5 - - bg[NORMAL] = @tooltip_bg_color - bg[SELECTED] = @tooltip_bg_color - - fg[NORMAL] = @tooltip_fg_color - - engine "murrine" { - textstyle = 0 - roundness = 2 - rgba = FALSE - } -} - -style "murrine-spinbutton" = "murrine-button" { - engine "murrine" { - } -} - -style "clearlooks-radiocheck" = "murrine-default" { - bg[SELECTED] = @base_color - bg[PRELIGHT] = @bg_color - - text[NORMAL] = @accent_bg_color - text[PRELIGHT] = @accent_bg_color - - engine "clearlooks" { - radius = 4.0 - } -} - -style "clearlooks-base-radiocheck" = "clearlooks-radiocheck" { - bg[PRELIGHT] = @bg_color -} - -style "clearlooks-radiocheck-label" = "clearlooks-radiocheck" { - fg[NORMAL] = @fg_color - fg[PRELIGHT] = @fg_color - fg[SELECTED] = @fg_color - fg[ACTIVE] = @fg_color - fg[INSENSITIVE] = mix (0.5, @bg_color, @fg_color) -} - -style "murrine-entry" = "murrine-wider" { - text[NORMAL] = @text_color - text[PRELIGHT] = @text_color - text[SELECTED] = @text_color - text[ACTIVE] = @text_color - text[INSENSITIVE] = mix (0.5, @base_color, @text_color) - engine "murrine" { - #border_shades = { 1.15, 1.15 } - border_colors = { mix(0.22, @text_color, @base_color), mix(0.22, @text_color, @base_color) } - roundness = 4 - } -} - -style "metacity-frame" = "murrine-default" { - bg[SELECTED] = @selected_bg_color -} - -style "murrine-statusbar" { } -style "murrine-comboboxentry" = "murrine-entry" { } -style "murrine-hscale" = "murrine-scale" { } -style "murrine-vscale" = "murrine-scale" { } -style "murrine-hscrollbar" = "murrine-scrollbar" { } -style "murrine-vscrollbar" = "murrine-scrollbar" { } - -# Menus - -style "murrine-menu" = "murrine-thin" { - bg[NORMAL] = @menu_bg_color - bg[PRELIGHT] = @selected_bg_color - bg[SELECTED] = @selected_bg_color - bg[ACTIVE] = @menu_bg_color - bg[INSENSITIVE] = @menu_bg_color - - fg[NORMAL] = @menu_fg_color - fg[PRELIGHT] = @selected_fg_color - fg[SELECTED] = @selected_fg_color - fg[ACTIVE] = @selected_fg_color - fg[INSENSITIVE] = mix (0.5, @menu_bg_color, @menu_fg_color) - - text[NORMAL] = @menu_fg_color - text[PRELIGHT] = @selected_fg_color - text[SELECTED] = @selected_fg_color - text[ACTIVE] = @selected_fg_color - text[INSENSITIVE] = mix (0.5, @menu_bg_color, @menu_fg_color) - - engine "murrine" { - roundness = 0 - } -} - -style "murrine-menu-item" = "murrine-wider" { - bg[PRELIGHT] = @selected_bg_color - bg[SELECTED] = @selected_bg_color - bg[ACTIVE] = @selected_bg_color - - fg[NORMAL] = @menu_fg_color # Fix for XFCE menu text - fg[PRELIGHT] = @selected_fg_color - fg[SELECTED] = @selected_fg_color - fg[ACTIVE] = @selected_fg_color - fg[INSENSITIVE] = mix (0.5, @menu_bg_color, @menu_fg_color) - - engine "murrine" { - textstyle = 0 - border_shades = { 1.2, 1.2 } - } -} - -style "murrine-separator-menu-item" = "murrine-thin" { } - -style "murrine-menubar" { - bg[NORMAL] = @menubar_bg_color - bg[PRELIGHT] = mix (0.21, @menubar_fg_color, @menubar_bg_color) - bg[SELECTED] = mix (0.21, @menubar_fg_color, @menubar_bg_color) - bg[ACTIVE] = shade (0.9, @menubar_bg_color) - bg[INSENSITIVE] = @menubar_bg_color - - fg[NORMAL] = @menubar_fg_color - fg[PRELIGHT] = shade (1.08, @menubar_fg_color) - fg[SELECTED] = shade (1.08, @menubar_fg_color) - fg[ACTIVE] = @menubar_fg_color - fg[INSENSITIVE] = mix (0.5, @menubar_bg_color, @menubar_fg_color) - - engine "murrine" { - roundness = 0 - } -} - -style "murrine-menubaritem" { - bg[NORMAL] = @menubar_bg_color - bg[PRELIGHT] = mix (0.21, @menubar_fg_color, @menubar_bg_color) - bg[SELECTED] = mix (0.21, @menubar_fg_color, @menubar_bg_color) - bg[ACTIVE] = shade (0.9, @menubar_bg_color) - bg[INSENSITIVE] = @menubar_bg_color - - fg[NORMAL] = @menubar_fg_color - fg[PRELIGHT] = shade (1.08, @menubar_fg_color) - fg[SELECTED] = shade (1.08, @menubar_fg_color) - fg[ACTIVE] = @menubar_fg_color - fg[INSENSITIVE] = mix (0.5, @menubar_bg_color, @menubar_fg_color) - - engine "murrine" { - roundness = 0 - } -} - -# Toolbars - -style "murrine-toolbar" = "murrine-thin" { - bg[NORMAL] = @toolbar_bg_color - bg[PRELIGHT] = shade (1.02, @toolbar_bg_color) - bg[SELECTED] = @selected_bg_color - bg[ACTIVE] = shade (0.9, @toolbar_bg_color) - bg[INSENSITIVE] = @toolbar_bg_color - - fg[NORMAL] = @toolbar_fg_color - fg[PRELIGHT] = @toolbar_fg_color - fg[SELECTED] = @selected_fg_color - fg[ACTIVE] = @toolbar_fg_color - fg[INSENSITIVE] = mix (0.5, @toolbar_bg_color, @toolbar_fg_color) - - engine "murrine" { - } -} - -style "murrine-toolbutton" = "murrine-button" { - bg[NORMAL] = shade (1.08, @toolbar_bg_color) - bg[PRELIGHT] = shade (1.10, @toolbar_bg_color) - bg[SELECTED] = @selected_bg_color - bg[ACTIVE] = shade (0.95, @toolbar_bg_color) - bg[INSENSITIVE] = shade (0.85, @toolbar_bg_color) - - fg[NORMAL] = @toolbar_fg_color - fg[PRELIGHT] = @toolbar_fg_color - fg[SELECTED] = @selected_fg_color - fg[ACTIVE] = @toolbar_fg_color - fg[INSENSITIVE] = mix (0.5, @toolbar_bg_color, @toolbar_fg_color) - - engine "murrine" { - } -} - -style "murrine-toolbutton-label" = "murrine-toolbutton" { - fg[NORMAL] = @toolbar_fg_color - fg[PRELIGHT] = @toolbar_fg_color - fg[SELECTED] = @selected_fg_color - fg[ACTIVE] = @toolbar_fg_color - fg[INSENSITIVE] = mix (0.5, @toolbar_bg_color, @toolbar_fg_color) - - engine "murrine" { - } -} - -class "GtkToolbar" style "murrine-toolbar" -class "GtkHandleBox" style "murrine-toolbar" -widget_class "*Toolbar*.*Separator*" style "murrine-toolbar" - -# Panels - -style "murrine-panel" = "murrine-thin" { - xthickness = 2 - - bg[NORMAL] = @panel_bg_color - bg[PRELIGHT] = mix (0.21, @panel_fg_color, @panel_bg_color) - bg[SELECTED] = mix (0.21, @panel_fg_color, @panel_bg_color) - bg[ACTIVE] = shade (0.8, @panel_bg_color) - bg[INSENSITIVE] = @panel_bg_color - - fg[NORMAL] = @panel_fg_color - fg[PRELIGHT] = shade (1.08, @panel_fg_color) - fg[SELECTED] = shade (1.08, @panel_fg_color) - fg[ACTIVE] = @panel_fg_color - fg[INSENSITIVE] = mix (0.5, @panel_bg_color, @panel_fg_color) - - base[NORMAL] = @panel_bg_color - base[PRELIGHT] = mix (0.21, @panel_fg_color, @panel_bg_color) - base[SELECTED] = mix (0.21, @panel_fg_color, @panel_bg_color) - base[ACTIVE] = shade (0.9, @panel_bg_color) - base[INSENSITIVE] = @panel_bg_color - - text[NORMAL] = @panel_fg_color - text[PRELIGHT] = shade (1.08, @panel_fg_color) - text[SELECTED] = shade (1.08, @panel_fg_color) - text[ACTIVE] = @panel_fg_color - text[INSENSITIVE] = mix (0.5, @panel_bg_color, @panel_fg_color) - - engine "murrine" { - roundness = 0 - contrast = 0.0 - } -} - -widget "*PanelWidget*" style "murrine-panel" -widget "*PanelApplet*" style "murrine-panel" -widget "*fast-user-switch*" style "murrine-panel" -widget "*CPUFreq*Applet*" style "murrine-panel" -widget "*indicator-applet*" style "murrine-panel" -class "PanelApp*" style "murrine-panel" -class "PanelToplevel*" style "murrine-panel" -widget_class "*PanelToplevel*" style "murrine-panel" -widget_class "*notif*" style "murrine-panel" -widget_class "*Notif*" style "murrine-panel" -widget_class "*Tray*" style "murrine-panel" -widget_class "*tray*" style "murrine-panel" -widget_class "*computertemp*" style "murrine-panel" -widget_class "*Applet*Tomboy*" style "murrine-panel" -widget_class "*Applet*Netstatus*" style "murrine-panel" -widget "*gdm-user-switch-menubar*" style "murrine-panel" - -# LXPanel (code based on Lubuntu-default theme's gtkrc file) -widget "*.tclock.*" style "murrine-panel" -widget "*.taskbar.*" style "murrine-panel" -widget_class "*GtkBgbox*" style "murrine-panel" - -style "bold-panel-item" { - font_name = "Bold" - - engine "murrine" { - roundness = 0 - } -} - -widget "*Panel*MenuBar*" style "bold-panel-item" -widget "*gimmie*" style "bold-panel-item" - -# widget_class "*Mail*" style "murrine-panel" # Disabled to fix Evolution bug -# class "*Panel*" style "murrine-panel" # Disabled to fix bug - -# XFCE Styles - -style "workspace-switcher" = "murrine-panel" { - bg[ACTIVE] = @selected_bg_color - bg[SELECTED] = @selected_bg_color -} - -style "xfce-header" { - bg[NORMAL] = shade (0.9, @bg_color) - base[NORMAL] = shade (1.18, @bg_color) -} - -style "xfdesktop-windowlist" { - bg[NORMAL] = @base_color - fg[INSENSITIVE] = shade (0.95, @base_color) - text[INSENSITIVE] = shade (0.95, @base_color) -} - -style "xfdesktop-icon-view" { - XfdesktopIconView::label-alpha = 0 - XfdesktopIconView::selected-label-alpha = 60 - XfdesktopIconView::shadow-x-offset = 0 - XfdesktopIconView::shadow-y-offset = 1 - XfdesktopIconView::selected-shadow-x-offset = 0 - XfdesktopIconView::selected-shadow-y-offset = 1 - XfdesktopIconView::shadow-color = @fg_color - XfdesktopIconView::selected-shadow-color = @fg_color - XfdesktopIconView::shadow-blur-radius = 2 - XfdesktopIconView::cell-spacing = 2 - XfdesktopIconView::cell-padding = 6 - XfdesktopIconView::cell-text-width-proportion = 1.9 - - fg[NORMAL] = @bg_color - fg[ACTIVE] = @bg_color - -} - -style "xfwm-tabwin" { - Xfwm4TabwinWidget::border-width = 1 - Xfwm4TabwinWidget::border-alpha = 1.0 - Xfwm4TabwinWidget::icon-size = 64 - Xfwm4TabwinWidget::alpha = 1.0 - Xfwm4TabwinWidget::border-radius = 2 - - bg[NORMAL] = @menu_bg_color - bg[SELECTED] = @menu_bg_color - - fg[NORMAL] = @menu_fg_color - - engine "murrine" { - contrast = 0.0 - border_shades = { 0.9, 0.9 } - } -} - -style "xfwm-tabwin-button" { - font_name = "bold" - - bg[SELECTED] = @selected_bg_color -} - -style "xfsm-logout" { - bg[NORMAL] = @menu_bg_color - bg[ACTIVE] = @menu_bg_color - bg[PRELIGHT] = shade (1.1, @menu_bg_color) - bg[SELECTED] = shade (0.5, @menu_bg_color) - bg[INSENSITIVE] = shade (1.3, @menu_bg_color) - - fg[NORMAL] = @menu_fg_color - fg[PRELIGHT] = @menu_fg_color - - text[NORMAL] = @menu_fg_color - - engine "murrine" { - } -} - -style "xfsm-logout-button" { - bg[NORMAL] = shade (1.2, @menu_bg_color) - bg[PRELIGHT] = shade (1.4, @menu_bg_color) - - engine "murrine" { - } -} - -widget "*Pager*" style "workspace-switcher" - -widget "*Xfce*Panel*" style "murrine-panel" -class "*Xfce*Panel*" style "murrine-panel" - -# Thunar Styles - -style "sidepane" { - base[NORMAL] = @bg_color - base[INSENSITIVE] = mix (0.4, shade (1.35, @selected_bg_color), shade (0.9, @base_color)) - bg[NORMAL] = @bg_color - text[NORMAL] = mix (0.9, @fg_color, @bg_color) -} - -widget_class "*ThunarShortcutsView*" style "sidepane" -widget_class "*ThunarTreeView*" style "sidepane" -widget_class "*ThunarLocationEntry*" style "murrine-entry" - -style "whiskermenu" { - bg[NORMAL] = @menu_bg_color - bg[ACTIVE] = mix (0.21, @menubar_fg_color, @menubar_bg_color) - bg[PRELIGHT] = @selected_bg_color - - fg[NORMAL] = @menu_fg_color - fg[ACTIVE] = @menu_fg_color - fg[PRELIGHT] = @menu_fg_color -} - -style "whiskermenu-scrollbar" = "murrine-scrollbar" { - bg[NORMAL] = mix (0.21, @fg_color, @bg_color) - bg[PRELIGHT] = mix (0.31, @fg_color, @bg_color) - bg[ACTIVE] = @selected_bg_color - - engine "murrine" { - trough_shades = { 4.97, 4.97 } - trough_border_shades = { 5.0, 5.0 } - } -} - -widget "whiskermenu-window*" style "whiskermenu" -widget "*whisker*GtkVScrollbar" style "whiskermenu-scrollbar" - -# Gtk2 Open-File Dialog - -widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.GtkTreeView*" style "sidepane" -widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.." style "murrine-treeview-header" - -# Google Chrome/Chromium Styles (requires 9.0.597 or newer) - -style "chromium-toolbar-button" { - engine "murrine" { - roundness = 2 - textstyle = 0 - } -} - -style "chrome-gtk-frame" { - ChromeGtkFrame::frame-color = @titlebar_bg_color - ChromeGtkFrame::inactive-frame-color = @titlebar_bg_color - - ChromeGtkFrame::frame-gradient-size = 0 - ChromeGtkFrame::frame-gradient-color = @titlebar_bg_color - - ChromeGtkFrame::incognito-frame-color = @titlebar_bg_color - ChromeGtkFrame::incognito-inactive-frame-color = @titlebar_bg_color - - ChromeGtkFrame::incognito-frame-gradient-size = 0 - ChromeGtkFrame::incognito-frame-gradient-color = @titlebar_bg_color - - ChromeGtkFrame::scrollbar-trough-color = @bg_color - ChromeGtkFrame::scrollbar-slider-normal-color = mix (0.21, @fg_color, @bg_color) - ChromeGtkFrame::scrollbar-slider-prelight-color = mix (0.31, @fg_color, @bg_color) -} - -class "ChromeGtkFrame" style "chrome-gtk-frame" - -widget_class "*Chrom*Button*" style "chromium-toolbar-button" - -# General Styles - -class "GtkWidget" style "murrine-default" - -class "GtkFrame" style "murrine-frame" -class "MetaFrames" style "metacity-frame" -class "GtkWindow" style "metacity-frame" - -class "GtkSeparator" style "murrine-wide" -class "GtkCalendar" style "murrine-wide" - -class "GtkSpinButton" style "murrine-spinbutton" - -class "GtkScale" style "murrine-scale" -class "GtkVScale" style "murrine-vscale" -class "GtkHScale" style "murrine-hscale" -class "GtkScrollbar" style "murrine-scrollbar" -class "GtkVScrollbar" style "murrine-vscrollbar" -class "GtkHScrollbar" style "murrine-hscrollbar" - -class "GtkEntry" style "murrine-entry" - -widget_class "*" style "clearlooks-notebook" -widget_class "**" style "clearlooks-notebook-bg" -widget_class "**" style "clearlooks-notebook-bg" -widget_class "**" style "clearlooks-notebook-bg" -widget_class "*.GtkNotebook.*.GtkViewport" style "clearlooks-notebook" - -widget_class "*" style "murrine-button" -widget_class "**" style "murrine-statusbar" -widget_class "*" style "murrine-progressbar" -widget_class "*" style "murrine-progressbar" - -widget_class "**" style "murrine-comboboxentry" -widget_class "**" style "murrine-comboboxentry" - -widget_class "**" style "murrine-menu" -widget_class "**" style "murrine-menu-item" -widget_class "**" style "murrine-separator-menu-item" -widget_class "*Menu*.*Sepa*" style "murrine-separator-menu-item" -widget_class "**" style "murrine-menubar" -widget_class "***" style "murrine-menubaritem" - -widget_class "*GtkToolButton*" style "murrine-toolbutton" -widget_class "*GtkToggleToolButton*" style "murrine-toolbutton" -widget_class "*GtkMenuToolButton*" style "murrine-toolbutton" -widget_class "*GtkToolbar*Button" style "murrine-toolbutton" - -widget_class "*.." style "murrine-frame-title" - -widget_class "*.*" style "murrine-treeview" -widget_class "*.." style "murrine-treeview-header" -widget_class "*.." style "murrine-treeview-header" -widget_class "*.." style "murrine-treeview-header" -widget_class "*.." style "murrine-treeview-header" - -widget_class "*." style "clearlooks-radiocheck" -widget_class "*.*." style "clearlooks-base-radiocheck" -widget_class "*" style "clearlooks-base-radiocheck" - -widget "gtk-tooltip*" style "murrine-tooltips" - -widget_class "**" style "murrine-overlay-scrollbar" - -# Workarounds and Non-Standard Styling - -style "text-is-fg-color-workaround" { - text[NORMAL] = @text_color - text[PRELIGHT] = @fg_color - text[SELECTED] = @selected_fg_color - text[ACTIVE] = @fg_color - text[INSENSITIVE] = mix (0.5, @bg_color, @fg_color) -} - -widget_class "*.." style "text-is-fg-color-workaround" - -style "fg-is-text-color-workaround" { - fg[NORMAL] = @text_color - fg[PRELIGHT] = @text_color - fg[ACTIVE] = @selected_fg_color - fg[SELECTED] = @selected_fg_color - fg[INSENSITIVE] = darker (@fg_color) -} - -widget_class "**" style "fg-is-text-color-workaround" -widget_class "*" style "fg-is-text-color-workaround" -widget_class "*" style "fg-is-text-color-workaround" - -style "murrine-evo-new-button-workaround" { - engine "murrine" { - toolbarstyle = 0 - } -} - -widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "murrine-evo-new-button-workaround" - -style "inkscape-toolbar-fix" { - engine "murrine" { - gradient_shades = { 1.0, 1.0, 1.0, 1.0 } - highlight_shade = 1.0 - } -} - -#widget "*GtkHandleBox*" style "inkscape-toolbar-fix" -#widget "*HandleBox*CommandsToolbar*" style "inkscape-toolbar-fix" -#widget "*HandleBox*SnapToolbar*" style "inkscape-toolbar-fix" -widget "*HandleBox*SelectToolbar*" style "inkscape-toolbar-fix" -widget "*HandleBox*NodeToolbar*" style "inkscape-toolbar-fix" -widget "*HandleBox*TweakToolbar*" style "inkscape-toolbar-fix" -widget "*HandleBox*ZoomToolbar*" style "inkscape-toolbar-fix" -widget "*HandleBox*StarToolbar*" style "inkscape-toolbar-fix" -widget "*HandleBox*RectToolbar*" style "inkscape-toolbar-fix" -widget "*HandleBox*3DBoxToolbar*" style "inkscape-toolbar-fix" -widget "*HandleBox*ArcToolbar*" style "inkscape-toolbar-fix" -widget "*HandleBox*SpiralToolbar*" style "inkscape-toolbar-fix" -widget "*HandleBox*PencilToolbar*" style "inkscape-toolbar-fix" -widget "*HandleBox*PenToolbar*" style "inkscape-toolbar-fix" -widget "*HandleBox*CalligraphyToolbar*" style "inkscape-toolbar-fix" -widget "*HandleBox*EraserToolbar*" style "inkscape-toolbar-fix" -widget "*HandleBox*LPEToolToolbar*" style "inkscape-toolbar-fix" -widget "*HandleBox*DropperToolbar*" style "inkscape-toolbar-fix" -widget "*HandleBox*ConnectorToolbar*" style "inkscape-toolbar-fix" -widget "*HandleBox*PaintbucketToolbar*" style "inkscape-toolbar-fix" - -# Performance Fixes - -style "performance-fix" { - engine "murrine" { - textstyle = 0 - } -} - -widget_class "*gtkmm__GtkWindow*" style "performance-fix" # Inkscape -widget_class "*GimpDisplayShell*" style "performance-fix" # Gimp -widget_class "*GimpToolbox*" style "performance-fix" -widget_class "*GimpMenuDock*" style "performance-fix" -widget "*OOoFixed*" style "performance-fix" # Openoffice/Libreoffice -widget_class "*MozContainer*" style "performance-fix" # Firefox (Not sure if this one does anything though.) - -widget_class "*XfceHeading*" style "xfce-header" -widget_class "*XfceDesktop*" style "xfdesktop-windowlist" -widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" -widget "xfwm4-tabwin*" style "xfwm-tabwin" -widget "xfwm4-tabwin*GtkButton*" style "xfwm-tabwin-button" -widget_class "*XfsmLogoutDialog*" style "xfsm-logout" -widget_class "*XfsmLogoutDialog*GtkButton" style "xfsm-logout-button" - -# button fg workarounds: -widget_class "*.." style "murrine-buttonlabel" -widget_class "***" style:highest "murrine-buttonlabel" -widget_class "***" style:highest "clearlooks-radiocheck-label" -widget_class "**" style "murrine-buttonlabel" -widget_class "***" style "murrine-buttonlabel" -widget_class "***" style:highest "murrine-entry" -widget_class "****" style:highest "murrine-toolbutton-label" diff --git a/users/files/oomox-gruvmox-dark-medium-default/gtk-2.0/gtkrc.hidpi b/users/files/oomox-gruvmox-dark-medium-default/gtk-2.0/gtkrc.hidpi deleted file mode 100644 index c36bc62..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/gtk-2.0/gtkrc.hidpi +++ /dev/null @@ -1,995 +0,0 @@ -# Oomox GTK Theme (Numix Fork) - -gtk-color-scheme = -"base_color:#282828\nbg_color:#282828\ntooltip_bg_color:#282828\nselected_bg_color:#928374\ntext_color:#ebdbb2\nfg_color:#ebdbb2\ntooltip_fg_color:#ebdbb2\nselected_fg_color:#282828\nmenubar_bg_color:#1d2021\nmenubar_fg_color:#fbf1c7\ntoolbar_bg_color:#282828\ntoolbar_fg_color:#ebdbb2\nmenu_bg_color:#1d2021\nmenu_fg_color:#fbf1c7\npanel_bg_color:#282828\npanel_fg_color:#ebdbb2\nlink_color:#83a598\nbtn_bg_color:#3c3836\nbtn_fg_color:#ebdbb2\ntitlebar_bg_color:#1d2021\ntitlebar_fg_color:#fbf1c7\nprimary_caret_color:#a89984\nsecondary_caret_color:#a89984\naccent_bg_color:#928374\n" -# Default Style - -style "murrine-default" { - GtkArrow::arrow-scaling= 1.0 - - GtkButton::child-displacement-x = 0 - GtkButton::child-displacement-y = 0 - - #GtkButton::default-border = { 0, 0, 0, 0 } - GtkButton::inner-border = { 0, 0, 1, 0 } - GtkButton::focus-line-width = 2 - #GtkButton::focus-padding = 4 - GtkButton::focus-padding = 2 - #GtkButton::interior-focus = 1 - - GtkEntry::inner-border = { 4, 4, 5, 4 } - GtkComboBox::inner-border = { 4, 4, 6, 5 } - GtkComboBoxText::inner-border = { 4, 4, 6, 5 } - - #GtkButtonBox::child-min-height = 52 - - GtkCheckButton::indicator-size = 30 - - # The following line hints to gecko (and possibly other appliations) - # that the entry should be drawn transparently on the canvas. - # Without this, gecko will fill in the background of the entry. - GtkEntry::honors-transparent-bg-hint = 1 - GtkEntry::state-hint = 0 - - GtkExpander::expander-size = 30 - - GtkImage::x-ayatana-indicator-dynamic = 1 - - GtkMenu::horizontal-padding = 2 - GtkMenu::vertical-padding = 2 - - GtkMenuBar::internal-padding = 1 - GtkMenuBar::window-dragging = 1 - - GtkMenuItem::arrow-scaling= 0.5 - - GtkPaned::handle-size = 1 - - GtkProgressBar::min-horizontal-bar-height = 14 - GtkProgressBar::min-vertical-bar-width = 14 - - GtkRange::trough-border = 0 - GtkRange::slider-width = 24 - GtkRange::stepper-size = 24 - GtkRange::stepper_spacing = 0 - GtkRange::trough-under-steppers = 1 - - GtkScale::slider-length = 30 - GtkScale::slider-width = 30 - GtkScale::trough-side-details = 1 - - GtkScrollbar::activate-slider = 1 - GtkScrollbar::has-backward-stepper = 0 - GtkScrollbar::has-forward-stepper = 0 - GtkScrollbar::has-secondary-backward-stepper = 0 - GtkScrollbar::has-secondary-forward-stepper = 0 - GtkScrollbar::min-slider-length = 160 - GtkScrollbar::slider-width = 24 - GtkScrollbar::trough-border = 0 - - GtkScrolledWindow::scrollbar-spacing = 0 - GtkScrolledWindow::scrollbars-within-bevel = 1 - - GtkSeparatorMenuItem::horizontal-padding = 0 - - GtkToolbar::internal-padding = 0 - - GtkTreeView::expander-size = 22 - GtkTreeView::vertical-separator = 0 - - GtkWidget::focus-line-width = 2 - # The following line prevents the Firefox tabs - # from jumping a few pixels when you create a new tab - GtkWidget::focus-padding = 0 - - GtkWidget::wide-separators = 1 - GtkWidget::separator-width = 2 - GtkWidget::separator-height = 2 - - GtkWindow::resize-grip-height = 2 - GtkWindow::resize-grip-width = 2 - - WnckTasklist::fade-overlay-rect = 0 - - GnomeHRef::link_color = @link_color - GtkHTML::link-color = @link_color - GtkIMHtmlr::hyperlink-color = @link_color - GtkIMHtml::hyperlink-color = @link_color - GtkWidget::link-color = @link_color - GtkWidget::visited-link-color = @text_color - - GtkToolbar::shadow-type = GTK_SHADOW_NONE # Makes toolbars flat and unified - GtkMenuBar::shadow-type = GTK_SHADOW_NONE # Makes menubars flat and unified - - xthickness = 2 - ythickness = 2 - - fg[NORMAL] = @fg_color - fg[PRELIGHT] = @fg_color - fg[SELECTED] = @selected_fg_color - fg[ACTIVE] = @fg_color - fg[INSENSITIVE] = mix (0.5, @bg_color, @fg_color) - - bg[NORMAL] = @bg_color - bg[PRELIGHT] = shade (1.02, @bg_color) - bg[SELECTED] = @selected_bg_color - bg[ACTIVE] = shade (0.9, @bg_color) - bg[INSENSITIVE] = @bg_color - - base[NORMAL] = @base_color - base[PRELIGHT] = shade (0.95, @base_color) - base[SELECTED] = @selected_bg_color - base[ACTIVE] = @selected_bg_color - base[INSENSITIVE] = shade (0.85, @base_color) - - text[NORMAL] = @text_color - text[PRELIGHT] = @text_color - text[SELECTED] = @selected_fg_color - text[ACTIVE] = @selected_fg_color - text[INSENSITIVE] = mix (0.5, @base_color, @text_color) - - engine "murrine" { - animation = FALSE - arrowstyle = 1 # 0 = normal arrows, 1 = filled arrows - border_shades = { 1.0, 1.0 } # gradient to draw on border - border_colors = { mix(0.2, @fg_color, @bg_color), mix(0.2, @fg_color, @bg_color) } - colorize_scrollbar = FALSE - comboboxstyle = 0 # 0 = normal combobox, 1 = colorized combobox below arrow - contrast = 0.8 # overal contrast with borders - focusstyle = 3 # 0 = none, 1 = grey dotted, 2 = colored with fill, 3 = colored glow - glazestyle = 0 # 0 = flat highlight, 1 = curved highlight, 2 = concave, 3 = top curved highlight, 4 = beryl highlight - glowstyle = 0 # 0 = glow on top, 1 = glow on bottom, 2 = glow on top and bottom, 3 = glow on middle vertically, 4 = glow on middle horizontally, 5 = glow on all sides - glow_shade = 1.0 # amount of glow - gradient_shades = { 1.0, 1.0, 1.0, 1.0 } # gradient to draw on widgets - highlight_shade = 1.0 # amount of highlight - lightborder_shade = 1.0 # amount of inset light border - lightborderstyle = 1 # 0 = lightborder on top side, 1 = lightborder on all sides - listviewheaderstyle = 0 # 0 = flat, 1 = glassy, 2 = raised - listviewstyle = 0 # 0 = none, 1 = dotted, 2 = line - menubaritemstyle = 0 # 0 = menuitem look, 1 = button look - menubarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped - menuitemstyle = 0 # 0 = flat, 1 = glassy, 2 = striped - menustyle = 0 # 0 = none, 1 = vertical striped - progressbarstyle = 0 # 0 = none, 1 = diagonal striped, 2 = vertical striped - reliefstyle = 0 # 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, 4 = stronger shadow with gradient - roundness = 8# roundness of widgets - scrollbarstyle = 0 # 0 = none, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles - sliderstyle = 0 # 0 = none, 1 = handles - stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles - toolbarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient - } -} - -style "murrine-wide" { - xthickness = 6 - ythickness = 6 -} - -style "murrine-wider" { - xthickness = 10 - ythickness = 10 -} - -style "murrine-thin" { - xthickness = 1 - ythickness = 1 -} - -# Notebook - -style "clearlooks-notebook-bg" { - bg[NORMAL] = @bg_color - bg[ACTIVE] = shade (0.80, @bg_color) -} - -style "clearlooks-notebook" = "clearlooks-notebook-bg" { - xthickness = 8 - ythickness = 4 - - engine "clearlooks" { - radius = 0.1 - } -} - -# Various Standard Widgets - -style "murrine-button" = "murrine-wider" { - bg[NORMAL] = @btn_bg_color - bg[PRELIGHT] = shade (1.04, @btn_bg_color) - bg[SELECTED] = mix (0.5, @selected_bg_color, @bg_color) - bg[ACTIVE] = shade (0.95, @btn_bg_color) - bg[INSENSITIVE] = shade (0.75, @btn_bg_color) - xthickness = 10 - ythickness = 10 - #xthickness = 5 - #ythickness = 5 - - engine "murrine" { - border_colors = { mix(0.25, @btn_fg_color, @btn_bg_color), mix(0.25, @btn_fg_color, @btn_bg_color) } - roundness = 8 - gradient_shades = { 1.0, 1.0, 1.0, 1.0 } - } -} - -style "murrine-buttonlabel" { - fg[NORMAL] = @btn_fg_color - fg[PRELIGHT] = @btn_fg_color - fg[SELECTED] = @btn_fg_color - fg[ACTIVE] = @btn_fg_color - fg[INSENSITIVE] = mix (0.4, @btn_bg_color, @btn_fg_color) - - text[NORMAL] = @btn_fg_color - text[PRELIGHT] = @btn_fg_color - text[SELECTED] = @btn_fg_color - text[ACTIVE] = @btn_fg_color - text[INSENSITIVE] = @btn_fg_color - text[INSENSITIVE] = mix (0.4, @btn_bg_color, @btn_fg_color) - - engine "murrine" { - } -} - -style "murrine-comboboxtext" = "murrine-buttonlabel" { - xthickness = 10 - ythickness = 10 -} - -style "murrine-togglebutton" = "murrine-buttonlabel" { - xthickness = 10 - ythickness = 10 -} - -style "murrine-radiocheck" = "murrine-togglebutton" { - text[NORMAL] = @accent_bg_color - text[PRELIGHT] = @accent_bg_color -} - -style "murrine-scrollbar" { - bg[NORMAL] = mix (0.21, @fg_color, @bg_color) - bg[PRELIGHT] = mix (0.31, @fg_color, @bg_color) - bg[ACTIVE] = @selected_bg_color - - engine "murrine" { - roundness = 8 - contrast = 0.0 - border_shades = { 0.9, 0.9 } - trough_shades = { 0.97, 0.97 } - trough_border_shades = { 1.0, 1.0 } - } -} - -style "murrine-overlay-scrollbar" { - bg[ACTIVE] = shade (0.8, @bg_color) - bg[INSENSITIVE] = shade (0.97, @bg_color) - - base[SELECTED] = shade (0.6, @bg_color) - base[INSENSITIVE] = shade (0.85, @bg_color) -} - -style "murrine-scale" = "murrine-thin" { - bg[NORMAL] = @btn_bg_color - bg[ACTIVE] = mix(0.2, @fg_color, @bg_color) - bg[SELECTED] = @selected_bg_color - bg[INSENSITIVE] = mix(0.95, @bg_color, @btn_bg_color) - - engine "murrine" { - roundness = 25 - #roundness = 8 - gradient_shades = { 1.08, 1.08, 1.08, 1.08 } - #border_shades = { 0.5, 0.5 } - border_colors = { mix(0.25, @btn_fg_color, @btn_bg_color), mix(0.25, @btn_fg_color, @btn_bg_color) } - #trough_shades = { 1.08, 1.08 } - trough_border_shades = { 0.8, 0.8 } - } -} - -style "murrine-progressbar" = "murrine-thin" { - bg[NORMAL] = @bg_color - bg[ACTIVE] = mix(0.08, @bg_color, @base_color) - - fg[PRELIGHT] = @selected_fg_color - - engine "murrine" { - roundness = 8 - border_shades = { 1.2, 1.2 } - trough_border_shades = { 0.8, 0.8 } - } -} - -style "murrine-treeview-header" = "murrine-button" { - fg[NORMAL] = @fg_color - fg[PRELIGHT] = @fg_color - fg[SELECTED] = @fg_color - fg[ACTIVE] = @fg_color - fg[INSENSITIVE] = mix(0.20, @bg_color, @fg_color) - engine "murrine" { - roundness = 0 - } -} - -style "murrine-treeview" { - engine "murrine" { - roundness = 0 - } -} - -style "murrine-frame" = "murrine-wide" { - bg[NORMAL] = mix(0.08, @fg_color, @bg_color) -} - -style "murrine-frame-title" { - fg[NORMAL] = lighter (@fg_color) -} - -style "murrine-tooltips" { - xthickness = 10 - ythickness = 10 - - bg[NORMAL] = @tooltip_bg_color - bg[SELECTED] = @tooltip_bg_color - - fg[NORMAL] = @tooltip_fg_color - - engine "murrine" { - textstyle = 0 - roundness = 8 - rgba = FALSE - } -} - -style "murrine-spinbutton" = "murrine-button" { - xthickness = 10 - ythickness = 10 - engine "murrine" { - } -} - -style "clearlooks-radiocheck" = "murrine-default" { - bg[SELECTED] = @base_color - bg[PRELIGHT] = @bg_color - - text[NORMAL] = @accent_bg_color - text[PRELIGHT] = @accent_bg_color - - engine "clearlooks" { - radius = 8.0 - } -} - -style "clearlooks-base-radiocheck" = "clearlooks-radiocheck" { - bg[PRELIGHT] = @bg_color -} - -style "clearlooks-radiocheck-label" = "clearlooks-radiocheck" { - fg[NORMAL] = @fg_color - fg[PRELIGHT] = @fg_color - fg[SELECTED] = @fg_color - fg[ACTIVE] = @fg_color - fg[INSENSITIVE] = mix (0.5, @bg_color, @fg_color) -} - -style "murrine-entry" = "murrine-wider" { - text[NORMAL] = @text_color - text[PRELIGHT] = @text_color - text[SELECTED] = @text_color - text[ACTIVE] = @text_color - text[INSENSITIVE] = mix (0.5, @base_color, @text_color) - - xthickness = 10 - ythickness = 10 - engine "murrine" { - #border_shades = { 1.15, 1.15 } - border_colors = { mix(0.22, @text_color, @base_color), mix(0.22, @text_color, @base_color) } - roundness = 8 - } -} - -style "metacity-frame" = "murrine-default" { - bg[SELECTED] = @selected_bg_color -} - -style "murrine-statusbar" { } -style "murrine-comboboxentry" = "murrine-entry" { } -style "murrine-hscale" = "murrine-scale" { } -style "murrine-vscale" = "murrine-scale" { } -style "murrine-hscrollbar" = "murrine-scrollbar" { } -style "murrine-vscrollbar" = "murrine-scrollbar" { } - -# Menus - -style "murrine-menu" = "murrine-thin" { - bg[NORMAL] = @menu_bg_color - bg[PRELIGHT] = @selected_bg_color - bg[SELECTED] = @selected_bg_color - bg[ACTIVE] = @menu_bg_color - bg[INSENSITIVE] = @menu_bg_color - - fg[NORMAL] = @menu_fg_color - fg[PRELIGHT] = @selected_fg_color - fg[SELECTED] = @selected_fg_color - fg[ACTIVE] = @selected_fg_color - fg[INSENSITIVE] = mix (0.5, @menu_bg_color, @menu_fg_color) - - text[NORMAL] = @menu_fg_color - text[PRELIGHT] = @selected_fg_color - text[SELECTED] = @selected_fg_color - text[ACTIVE] = @selected_fg_color - text[INSENSITIVE] = mix (0.5, @menu_bg_color, @menu_fg_color) - - engine "murrine" { - roundness = 0 - } -} - -style "murrine-menu-item" = "murrine-wider" { - bg[PRELIGHT] = @selected_bg_color - bg[SELECTED] = @selected_bg_color - bg[ACTIVE] = @selected_bg_color - - fg[NORMAL] = @menu_fg_color # Fix for XFCE menu text - fg[PRELIGHT] = @selected_fg_color - fg[SELECTED] = @selected_fg_color - fg[ACTIVE] = @selected_fg_color - fg[INSENSITIVE] = mix (0.5, @menu_bg_color, @menu_fg_color) - - engine "murrine" { - textstyle = 0 - border_shades = { 1.2, 1.2 } - } -} - -style "murrine-separator-menu-item" = "murrine-thin" { } - -style "murrine-menubar" { - bg[NORMAL] = @menubar_bg_color - bg[PRELIGHT] = mix (0.21, @menubar_fg_color, @menubar_bg_color) - bg[SELECTED] = mix (0.21, @menubar_fg_color, @menubar_bg_color) - bg[ACTIVE] = shade (0.9, @menubar_bg_color) - bg[INSENSITIVE] = @menubar_bg_color - - fg[NORMAL] = @menubar_fg_color - fg[PRELIGHT] = shade (1.08, @menubar_fg_color) - fg[SELECTED] = shade (1.08, @menubar_fg_color) - fg[ACTIVE] = @menubar_fg_color - fg[INSENSITIVE] = mix (0.5, @menubar_bg_color, @menubar_fg_color) - - engine "murrine" { - roundness = 0 - } -} - -style "murrine-menubaritem" { - bg[NORMAL] = @menubar_bg_color - bg[PRELIGHT] = mix (0.21, @menubar_fg_color, @menubar_bg_color) - bg[SELECTED] = mix (0.21, @menubar_fg_color, @menubar_bg_color) - bg[ACTIVE] = shade (0.9, @menubar_bg_color) - bg[INSENSITIVE] = @menubar_bg_color - - fg[NORMAL] = @menubar_fg_color - fg[PRELIGHT] = shade (1.08, @menubar_fg_color) - fg[SELECTED] = shade (1.08, @menubar_fg_color) - fg[ACTIVE] = @menubar_fg_color - fg[INSENSITIVE] = mix (0.5, @menubar_bg_color, @menubar_fg_color) - - engine "murrine" { - roundness = 0 - } -} - -# Toolbars - -style "murrine-toolbar" = "murrine-thin" { - bg[NORMAL] = @toolbar_bg_color - bg[PRELIGHT] = shade (1.02, @toolbar_bg_color) - bg[SELECTED] = @selected_bg_color - bg[ACTIVE] = shade (0.9, @toolbar_bg_color) - bg[INSENSITIVE] = @toolbar_bg_color - - fg[NORMAL] = @toolbar_fg_color - fg[PRELIGHT] = @toolbar_fg_color - fg[SELECTED] = @selected_fg_color - fg[ACTIVE] = @toolbar_fg_color - fg[INSENSITIVE] = mix (0.5, @toolbar_bg_color, @toolbar_fg_color) - - engine "murrine" { - } -} - -style "murrine-toolbutton" = "murrine-button" { - bg[NORMAL] = shade (1.08, @toolbar_bg_color) - bg[PRELIGHT] = shade (1.10, @toolbar_bg_color) - bg[SELECTED] = @selected_bg_color - bg[ACTIVE] = shade (0.95, @toolbar_bg_color) - bg[INSENSITIVE] = shade (0.85, @toolbar_bg_color) - - fg[NORMAL] = @toolbar_fg_color - fg[PRELIGHT] = @toolbar_fg_color - fg[SELECTED] = @selected_fg_color - fg[ACTIVE] = @toolbar_fg_color - fg[INSENSITIVE] = mix (0.5, @toolbar_bg_color, @toolbar_fg_color) - - engine "murrine" { - } -} - -style "murrine-toolbutton-label" = "murrine-toolbutton" { - fg[NORMAL] = @toolbar_fg_color - fg[PRELIGHT] = @toolbar_fg_color - fg[SELECTED] = @selected_fg_color - fg[ACTIVE] = @toolbar_fg_color - fg[INSENSITIVE] = mix (0.5, @toolbar_bg_color, @toolbar_fg_color) - - engine "murrine" { - } -} - -class "GtkToolbar" style "murrine-toolbar" -class "GtkHandleBox" style "murrine-toolbar" -widget_class "*Toolbar*.*Separator*" style "murrine-toolbar" - -# Panels - -style "murrine-panel" = "murrine-thin" { - xthickness = 2 - - bg[NORMAL] = @panel_bg_color - bg[PRELIGHT] = mix (0.21, @panel_fg_color, @panel_bg_color) - bg[SELECTED] = mix (0.21, @panel_fg_color, @panel_bg_color) - bg[ACTIVE] = shade (0.8, @panel_bg_color) - bg[INSENSITIVE] = @panel_bg_color - - fg[NORMAL] = @panel_fg_color - fg[PRELIGHT] = shade (1.08, @panel_fg_color) - fg[SELECTED] = shade (1.08, @panel_fg_color) - fg[ACTIVE] = @panel_fg_color - fg[INSENSITIVE] = mix (0.5, @panel_bg_color, @panel_fg_color) - - base[NORMAL] = @panel_bg_color - base[PRELIGHT] = mix (0.21, @panel_fg_color, @panel_bg_color) - base[SELECTED] = mix (0.21, @panel_fg_color, @panel_bg_color) - base[ACTIVE] = shade (0.9, @panel_bg_color) - base[INSENSITIVE] = @panel_bg_color - - text[NORMAL] = @panel_fg_color - text[PRELIGHT] = shade (1.08, @panel_fg_color) - text[SELECTED] = shade (1.08, @panel_fg_color) - text[ACTIVE] = @panel_fg_color - text[INSENSITIVE] = mix (0.5, @panel_bg_color, @panel_fg_color) - - engine "murrine" { - roundness = 0 - contrast = 0.0 - } -} - -widget "*PanelWidget*" style "murrine-panel" -widget "*PanelApplet*" style "murrine-panel" -widget "*fast-user-switch*" style "murrine-panel" -widget "*CPUFreq*Applet*" style "murrine-panel" -widget "*indicator-applet*" style "murrine-panel" -class "PanelApp*" style "murrine-panel" -class "PanelToplevel*" style "murrine-panel" -widget_class "*PanelToplevel*" style "murrine-panel" -widget_class "*notif*" style "murrine-panel" -widget_class "*Notif*" style "murrine-panel" -widget_class "*Tray*" style "murrine-panel" -widget_class "*tray*" style "murrine-panel" -widget_class "*computertemp*" style "murrine-panel" -widget_class "*Applet*Tomboy*" style "murrine-panel" -widget_class "*Applet*Netstatus*" style "murrine-panel" -widget "*gdm-user-switch-menubar*" style "murrine-panel" - -# LXPanel (code based on Lubuntu-default theme's gtkrc file) -widget "*.tclock.*" style "murrine-panel" -widget "*.taskbar.*" style "murrine-panel" -widget_class "*GtkBgbox*" style "murrine-panel" - -style "bold-panel-item" { - font_name = "Bold" - - engine "murrine" { - roundness = 0 - } -} - -widget "*Panel*MenuBar*" style "bold-panel-item" -widget "*gimmie*" style "bold-panel-item" - -# widget_class "*Mail*" style "murrine-panel" # Disabled to fix Evolution bug -# class "*Panel*" style "murrine-panel" # Disabled to fix bug - -# XFCE Styles - -style "workspace-switcher" = "murrine-panel" { - bg[ACTIVE] = @selected_bg_color - bg[SELECTED] = @selected_bg_color -} - -style "xfce-header" { - bg[NORMAL] = shade (0.9, @bg_color) - base[NORMAL] = shade (1.18, @bg_color) -} - -style "xfdesktop-windowlist" { - bg[NORMAL] = @base_color - fg[INSENSITIVE] = shade (0.95, @base_color) - text[INSENSITIVE] = shade (0.95, @base_color) -} - -style "xfdesktop-icon-view" { - XfdesktopIconView::label-alpha = 0 - XfdesktopIconView::selected-label-alpha = 60 - XfdesktopIconView::shadow-x-offset = 0 - XfdesktopIconView::shadow-y-offset = 1 - XfdesktopIconView::selected-shadow-x-offset = 0 - XfdesktopIconView::selected-shadow-y-offset = 1 - XfdesktopIconView::shadow-color = @fg_color - XfdesktopIconView::selected-shadow-color = @fg_color - XfdesktopIconView::shadow-blur-radius = 2 - XfdesktopIconView::cell-spacing = 2 - XfdesktopIconView::cell-padding = 6 - XfdesktopIconView::cell-text-width-proportion = 1.9 - - fg[NORMAL] = @bg_color - fg[ACTIVE] = @bg_color - -} - -style "xfwm-tabwin" { - Xfwm4TabwinWidget::border-width = 1 - Xfwm4TabwinWidget::border-alpha = 1.0 - Xfwm4TabwinWidget::icon-size = 64 - Xfwm4TabwinWidget::alpha = 1.0 - Xfwm4TabwinWidget::border-radius = 2 - - bg[NORMAL] = @menu_bg_color - bg[SELECTED] = @menu_bg_color - - fg[NORMAL] = @menu_fg_color - - engine "murrine" { - contrast = 0.0 - border_shades = { 0.9, 0.9 } - } -} - -style "xfwm-tabwin-button" { - font_name = "bold" - - bg[SELECTED] = @selected_bg_color -} - -style "xfsm-logout" { - bg[NORMAL] = @menu_bg_color - bg[ACTIVE] = @menu_bg_color - bg[PRELIGHT] = shade (1.1, @menu_bg_color) - bg[SELECTED] = shade (0.5, @menu_bg_color) - bg[INSENSITIVE] = shade (1.3, @menu_bg_color) - - fg[NORMAL] = @menu_fg_color - fg[PRELIGHT] = @menu_fg_color - - text[NORMAL] = @menu_fg_color - - engine "murrine" { - } -} - -style "xfsm-logout-button" { - bg[NORMAL] = shade (1.2, @menu_bg_color) - bg[PRELIGHT] = shade (1.4, @menu_bg_color) - - engine "murrine" { - } -} - -widget "*Pager*" style "workspace-switcher" - -widget "*Xfce*Panel*" style "murrine-panel" -class "*Xfce*Panel*" style "murrine-panel" - -# Thunar Styles - -style "sidepane" { - base[NORMAL] = @bg_color - base[INSENSITIVE] = mix (0.4, shade (1.35, @selected_bg_color), shade (0.9, @base_color)) - bg[NORMAL] = @bg_color - text[NORMAL] = mix (0.9, @fg_color, @bg_color) -} - -widget_class "*ThunarShortcutsView*" style "sidepane" -widget_class "*ThunarTreeView*" style "sidepane" -widget_class "*ThunarLocationEntry*" style "murrine-entry" - -style "whiskermenu" { - bg[NORMAL] = @menu_bg_color - bg[ACTIVE] = mix (0.21, @menubar_fg_color, @menubar_bg_color) - bg[PRELIGHT] = @selected_bg_color - - fg[NORMAL] = @menu_fg_color - fg[ACTIVE] = @menu_fg_color - fg[PRELIGHT] = @menu_fg_color -} - -style "whiskermenu-scrollbar" = "murrine-scrollbar" { - bg[NORMAL] = mix (0.21, @fg_color, @bg_color) - bg[PRELIGHT] = mix (0.31, @fg_color, @bg_color) - bg[ACTIVE] = @selected_bg_color - - engine "murrine" { - trough_shades = { 4.97, 4.97 } - trough_border_shades = { 5.0, 5.0 } - } -} - -widget "whiskermenu-window*" style "whiskermenu" -widget "*whisker*GtkVScrollbar" style "whiskermenu-scrollbar" - -# Gtk2 Open-File Dialog - -widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.GtkTreeView*" style "sidepane" -widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.." style "murrine-treeview-header" - -# Google Chrome/Chromium Styles (requires 9.0.597 or newer) - -style "chromium-toolbar-button" { - engine "murrine" { - roundness = 8 - textstyle = 0 - } -} - -style "chrome-gtk-frame" { - ChromeGtkFrame::frame-color = @titlebar_bg_color - ChromeGtkFrame::inactive-frame-color = @titlebar_bg_color - - ChromeGtkFrame::frame-gradient-size = 0 - ChromeGtkFrame::frame-gradient-color = @titlebar_bg_color - - ChromeGtkFrame::incognito-frame-color = @titlebar_bg_color - ChromeGtkFrame::incognito-inactive-frame-color = @titlebar_bg_color - - ChromeGtkFrame::incognito-frame-gradient-size = 0 - ChromeGtkFrame::incognito-frame-gradient-color = @titlebar_bg_color - - ChromeGtkFrame::scrollbar-trough-color = @bg_color - ChromeGtkFrame::scrollbar-slider-normal-color = mix (0.21, @fg_color, @bg_color) - ChromeGtkFrame::scrollbar-slider-prelight-color = mix (0.31, @fg_color, @bg_color) -} - -class "ChromeGtkFrame" style "chrome-gtk-frame" - -widget_class "*Chrom*Button*" style "chromium-toolbar-button" - -# General Styles - -class "GtkWidget" style "murrine-default" - -class "GtkFrame" style "murrine-frame" -class "MetaFrames" style "metacity-frame" -class "GtkWindow" style "metacity-frame" - -class "GtkSeparator" style "murrine-wide" -class "GtkCalendar" style "murrine-wide" - -class "GtkSpinButton" style "murrine-spinbutton" - -class "GtkScale" style "murrine-scale" -class "GtkVScale" style "murrine-vscale" -class "GtkHScale" style "murrine-hscale" -class "GtkScrollbar" style "murrine-scrollbar" -class "GtkVScrollbar" style "murrine-vscrollbar" -class "GtkHScrollbar" style "murrine-hscrollbar" - -class "GtkEntry" style "murrine-entry" - -widget_class "*" style "clearlooks-notebook" -widget_class "**" style "clearlooks-notebook-bg" -widget_class "**" style "clearlooks-notebook-bg" -widget_class "**" style "clearlooks-notebook-bg" -widget_class "*.GtkNotebook.*.GtkViewport" style "clearlooks-notebook" - -widget_class "*" style "murrine-button" -widget_class "**" style "murrine-statusbar" -widget_class "*" style "murrine-progressbar" -widget_class "*" style "murrine-progressbar" - -widget_class "**" style "murrine-comboboxentry" -widget_class "**" style "murrine-comboboxentry" - -widget_class "**" style "murrine-menu" -widget_class "**" style "murrine-menu-item" -widget_class "**" style "murrine-separator-menu-item" -widget_class "*Menu*.*Sepa*" style "murrine-separator-menu-item" -widget_class "**" style "murrine-menubar" -widget_class "***" style "murrine-menubaritem" - -widget_class "*GtkToolButton*" style "murrine-toolbutton" -widget_class "*GtkToggleToolButton*" style "murrine-toolbutton" -widget_class "*GtkMenuToolButton*" style "murrine-toolbutton" -widget_class "*GtkToolbar*Button" style "murrine-toolbutton" - -widget_class "*.." style "murrine-frame-title" - -widget_class "*.*" style "murrine-treeview" -widget_class "*.." style "murrine-treeview-header" -widget_class "*.." style "murrine-treeview-header" -widget_class "*.." style "murrine-treeview-header" -widget_class "*.." style "murrine-treeview-header" - -widget_class "*." style "clearlooks-radiocheck" -widget_class "*.*." style "clearlooks-base-radiocheck" -widget_class "*" style "clearlooks-base-radiocheck" - -widget "gtk-tooltip*" style "murrine-tooltips" - -widget_class "**" style "murrine-overlay-scrollbar" - -# Workarounds and Non-Standard Styling - -style "text-is-fg-color-workaround" { - text[NORMAL] = @text_color - text[PRELIGHT] = @fg_color - text[SELECTED] = @selected_fg_color - text[ACTIVE] = @fg_color - text[INSENSITIVE] = mix (0.5, @bg_color, @fg_color) -} - -widget_class "*.." style "text-is-fg-color-workaround" - -style "fg-is-text-color-workaround" { - fg[NORMAL] = @text_color - fg[PRELIGHT] = @text_color - fg[ACTIVE] = @selected_fg_color - fg[SELECTED] = @selected_fg_color - fg[INSENSITIVE] = darker (@fg_color) -} - -widget_class "**" style "fg-is-text-color-workaround" -widget_class "*" style "fg-is-text-color-workaround" -widget_class "*" style "fg-is-text-color-workaround" - -style "murrine-evo-new-button-workaround" { - engine "murrine" { - toolbarstyle = 0 - } -} - -widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "murrine-evo-new-button-workaround" - -style "inkscape-toolbar-fix" { - engine "murrine" { - gradient_shades = { 1.0, 1.0, 1.0, 1.0 } - highlight_shade = 1.0 - } -} - -#widget "*GtkHandleBox*" style "inkscape-toolbar-fix" -#widget "*HandleBox*CommandsToolbar*" style "inkscape-toolbar-fix" -#widget "*HandleBox*SnapToolbar*" style "inkscape-toolbar-fix" -widget "*HandleBox*SelectToolbar*" style "inkscape-toolbar-fix" -widget "*HandleBox*NodeToolbar*" style "inkscape-toolbar-fix" -widget "*HandleBox*TweakToolbar*" style "inkscape-toolbar-fix" -widget "*HandleBox*ZoomToolbar*" style "inkscape-toolbar-fix" -widget "*HandleBox*StarToolbar*" style "inkscape-toolbar-fix" -widget "*HandleBox*RectToolbar*" style "inkscape-toolbar-fix" -widget "*HandleBox*3DBoxToolbar*" style "inkscape-toolbar-fix" -widget "*HandleBox*ArcToolbar*" style "inkscape-toolbar-fix" -widget "*HandleBox*SpiralToolbar*" style "inkscape-toolbar-fix" -widget "*HandleBox*PencilToolbar*" style "inkscape-toolbar-fix" -widget "*HandleBox*PenToolbar*" style "inkscape-toolbar-fix" -widget "*HandleBox*CalligraphyToolbar*" style "inkscape-toolbar-fix" -widget "*HandleBox*EraserToolbar*" style "inkscape-toolbar-fix" -widget "*HandleBox*LPEToolToolbar*" style "inkscape-toolbar-fix" -widget "*HandleBox*DropperToolbar*" style "inkscape-toolbar-fix" -widget "*HandleBox*ConnectorToolbar*" style "inkscape-toolbar-fix" -widget "*HandleBox*PaintbucketToolbar*" style "inkscape-toolbar-fix" - - - - -style "gimp-default-style" { -# Uncommenting this line allows to set a different (smaller) font for GIMP. -# -# font_name = "sans 8" -# Enabling the following line for some reason breaks toolbox resize -# increment calculation. You can enable it to get an even smaller GUI -# but need to restart GIMP after the theme change. -# -# GtkWidget::focus-padding = 0 - GtkOptionMenu::indicator-size = { 15, 25 } - GtkOptionMenu::indicator-spacing = { 10, 8, 4, 4 } - GtkPaned::handle-size = 5 - GimpDockWindow::default-height = 600 - GimpDock::font-scale = 1.0 - GimpMenuDock::minimal-width = 400 - GimpToolPalette::tool-icon-size = large-toolbar - GimpToolPalette::button-relief = none - GimpDockbook::tab-border = 0 - GimpDockbook::tab-icon-size = button - GimpColorNotebook::tab-border = 0 - GimpColorNotebook::tab-icon-size = button - GimpDeviceEditor::handle-size = 30 - GimpDockable::content-border = 1 - GimpEditor::content-spacing = 1 - GimpEditor::button-spacing = 1 - GimpEditor::button-icon-size = button - GimpDataEditor::minimal-height = 150 - GimpFrame::label-spacing = 5 - GtkDialog::content-area-border = 2 - GtkDialog::button-spacing = 20 - GtkDialog::action-area-border = 25 - GimpUnitComboBox::appears-as-list = 0 -} - -class "GtkWidget" style "gimp-default-style" -style "gimp-tool-dialog-style" = "gimp-default-style" -{ - GtkDialog::action-area-border = 6 -} -class "GimpToolDialog" style "gimp-tool-dialog-style" -style "gimp-grid-view-style" = "gimp-default-style" -{ - bg[NORMAL] = { 1.0, 1.0, 1.0 } -} -widget "*GimpContainerGridView*GtkViewport*" style "gimp-grid-view-style" -style "gimp-dockable-style" = "gimp-default-style" -{ - GimpFrame::label-bold = 0 - GtkButton::focus-line_width = 1 - GtkButton::focus-padding = 0 -} -widget "*GimpDockable.*" style "gimp-dockable-style" -style "gimp-display-style" = "gimp-default-style" -{ - GimpRuler::font-scale = 1.0 - GimpUnitComboBox::label-scale = 1.0 - GimpScaleComboBox::label-scale = 1.0 - GtkComboBox::arrow-size = 20 - GtkButton::inner-border = { 0, 0, 0, 0 } - GtkButton::focus-line-width = 0 - GtkButton::focus-padding = 0 -} -widget "*GimpDisplayShell.*" style "gimp-display-style" -style "gimp-overlay-style" = "gimp-display-style" -{ - GtkButton::focus-line_width = 2 -} -widget_class "**" style "gimp-overlay-style" - - - - -# Performance Fixes - -style "performance-fix" { - engine "murrine" { - textstyle = 0 - } -} - -widget_class "*gtkmm__GtkWindow*" style "performance-fix" # Inkscape -widget_class "*GimpDisplayShell*" style "performance-fix" # Gimp -widget_class "*GimpToolbox*" style "performance-fix" -widget_class "*GimpMenuDock*" style "performance-fix" -widget "*OOoFixed*" style "performance-fix" # Openoffice/Libreoffice -widget_class "*MozContainer*" style "performance-fix" # Firefox (Not sure if this one does anything though.) - -widget_class "*XfceHeading*" style "xfce-header" -widget_class "*XfceDesktop*" style "xfdesktop-windowlist" -widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" -widget "xfwm4-tabwin*" style "xfwm-tabwin" -widget "xfwm4-tabwin*GtkButton*" style "xfwm-tabwin-button" -widget_class "*XfsmLogoutDialog*" style "xfsm-logout" -widget_class "*XfsmLogoutDialog*GtkButton" style "xfsm-logout-button" - - -# button fg workarounds: -widget_class "*.." style "murrine-buttonlabel" -widget_class "***" style:highest "murrine-buttonlabel" -widget_class "***" style:highest "clearlooks-radiocheck-label" -widget_class "**" style "murrine-comboboxtext" -widget_class "**" style "murrine-togglebutton" -widget_class "*." style "murrine-radiocheck" -widget_class "***" style:highest "murrine-entry" -widget_class "****" style:highest "murrine-toolbutton-label" diff --git a/users/files/oomox-gruvmox-dark-medium-default/gtk-3.0/assets b/users/files/oomox-gruvmox-dark-medium-default/gtk-3.0/assets deleted file mode 120000 index ec2e4be..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/gtk-3.0/assets +++ /dev/null @@ -1 +0,0 @@ -../assets \ No newline at end of file diff --git a/users/files/oomox-gruvmox-dark-medium-default/gtk-3.0/dist/gtk-dark.css b/users/files/oomox-gruvmox-dark-medium-default/gtk-3.0/dist/gtk-dark.css deleted file mode 100644 index 32e34a4..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/gtk-3.0/dist/gtk-dark.css +++ /dev/null @@ -1,4854 +0,0 @@ -/*$dark_shadow: #000;*/ -/*$light_shadow: #fff;*/ -/*$dark_shadow: #000;*/ -/*$light_shadow: #fff;*/ -/* dark color scheme */ -@define-color dark_bg_color #1d2021; -@define-color dark_fg_color #fbf1c7; -/* colormap actually used by the theme, to be overridden in other css files */ -@define-color theme_bg_color #282828; -@define-color theme_fg_color #ebdbb2; -@define-color theme_base_color #282828; -@define-color theme_text_color #ebdbb2; -@define-color theme_selected_bg_color #928374; -@define-color theme_selected_fg_color #282828; -@define-color theme_tooltip_bg_color #282828; -@define-color theme_tooltip_fg_color #ebdbb2; -/* shadow effects */ -@define-color light_shadow #292929; -@define-color dark_shadow #423411; -/* misc colors used by gtk+ */ -@define-color info_fg_color #282828; -@define-color info_bg_color #458588; -@define-color warning_fg_color #282828; -@define-color warning_bg_color #d79921; -@define-color question_fg_color #282828; -@define-color question_bg_color #458588; -@define-color error_fg_color #282828; -@define-color error_bg_color #cc241d; -@define-color link_color #83a598; -@define-color success_color #98971a; -@define-color warning_color #d79921; -@define-color error_color #cc241d; -/* widget colors */ -@define-color titlebar_bg_focused @dark_bg_color; -@define-color titlebar_bg_unfocused @theme_bg_color; -@define-color titlebar_fg_focused @dark_fg_color; -@define-color titlebar_fg_unfocused mix(#ebdbb2,#282828,0.4); -@define-color menubar_bg_color @dark_bg_color; -@define-color menubar_fg_color @dark_fg_color; -@define-color toolbar_bg_color @theme_bg_color; -@define-color toolbar_fg_color @theme_fg_color; -@define-color menu_bg_color @dark_bg_color; -@define-color menu_fg_color @dark_fg_color; -@define-color panel_bg_color @dark_bg_color; -@define-color panel_fg_color @dark_fg_color; -/* osd */ -@define-color osd_base #1d2021; -@define-color osd_bg rgba(29, 32, 33, 0.8); -@define-color osd_fg #fbf1c7; -/* lightdm greeter colors */ -@define-color lightdm_bg_color #1d2021; -@define-color lightdm_fg_color #fbf1c7; -/* window manager colors */ -@define-color wm_bg_focused #1d2021; -@define-color wm_bg_unfocused #282828; -@define-color wm_border_focused #a89984; -@define-color wm_border_unfocused #928374; -@define-color wm_title_focused #fbf1c7; -@define-color wm_title_unfocused mix(#ebdbb2,#282828,0.4); -@define-color wm_icons_focused #fbf1c7; -@define-color wm_icons_focused_prelight #928374; -@define-color wm_icons_focused_pressed #75695c; -@define-color wm_icons_unfocused mix(#ebdbb2,#282828,0.4); -@define-color wm_icons_unfocused_prelight #928374; -@define-color wm_icons_unfocused_pressed #75695c; -/************** - ! GTK settings -***************/ -* { - -GtkArrow-arrow-scaling: .5; - -GtkExpander-expander-size: 8; - -GtkStatusbar-shadow-type: none; - -GtkToolItemGroup-expander-size: 8; - -GtkWindow-resize-grip-height: 0; - -GtkWindow-resize-grip-width: 0; - -WnckTasklist-fade-overlay-rect: 0; - -GtkWidget-cursor-color: #a89984; - -GtkWidget-secondary-cursor-color: #a89984; - -GtkWidget-cursor-aspect-ratio: 0.04; - outline-color: rgba(146, 131, 116, 0.5); - outline-style: dashed; - outline-width: 1px; - outline-offset: -1px; - outline-radius: 4px; } - -/************* - ! Base states - *************/ -*:selected, .gtkstyle-fallback:selected, GtkLabel:selected, .grid-child:selected, GtkFlowBox .grid-child:selected, GucharmapChartable:focus, GucharmapChartable:hover, GucharmapChartable:active, GucharmapChartable:selected, .view:selected, GtkHTML:selected, .view:selected:focus, GtkHTML:selected:focus, .gedit-document-panel-document-row:selected, .gedit-document-panel-document-row:selected:hover, GeditViewFrame .gedit-search-slider .not-found:selected, :focus:selected, GtkFlowBox .grid-child:focus:selected, GucharmapChartable:focus, .gedit-document-panel-document-row:focus:selected:hover, GeditViewFrame .gedit-search-slider .not-found:focus:selected { - background-color: #928374; - color: #282828; } - -* { - /* hyperlinks */ - -GtkHTML-link-color: #83a598; - -GtkIMHtml-hyperlink-color: #83a598; - -GtkWidget-link-color: #83a598; - -GtkWidget-visited-link-color: #83a598; } - *:insensitive, *:insensitive:insensitive { - color: mix(#ebdbb2,#282828,0.5); } - *:insensitive { - -gtk-image-effect: dim; } - *:hover { - -gtk-image-effect: highlight; } - *:link, *:visited { - color: #83a598; } - -.background { - background-color: #282828; - color: #ebdbb2; } - .background:backdrop { - text-shadow: none; - icon-shadow: none; } - .background.csd { - background-color: #282828; } - -.gtkstyle-fallback { - background-color: rgba(40, 40, 40, 0.5); - color: #ebdbb2; } - .gtkstyle-fallback:hover { - background-color: #2c2c2c; - color: #ebdbb2; } - .gtkstyle-fallback:active { - background-color: #242424; - color: #ebdbb2; } - .gtkstyle-fallback:insensitive { - background-color: #282828; - color: mix(#ebdbb2,#282828,0.5); } - -GtkImage, GtkImage:insensitive, GtkLabel, GtkLabel:insensitive, GtkBox, GtkBox:insensitive, GtkGrid, GtkGrid:insensitive { - background-color: transparent; } - -GtkLabel.separator { - color: #ebdbb2; } - -GtkLabel:insensitive { - color: mix(#ebdbb2,#282828,0.5); } - -/********* - ! Buttons -**********/ -.button, .button.default, .toolbar .button, .header-bar .button, .suggested-action.button, .selection-mode.header-bar .button.suggested-action, .selection-mode.toolbar .button.suggested-action, .destructive-action.button, .selection-mode.header-bar .button, .selection-mode.toolbar .button, .info .button, .warning .button, .question .button, .error .button, GtkPopover .button, GtkModelButton.button, GtkModelButton.button:backdrop, .app-notification .button, .app-notification.frame .button, .osd.button, .osd .button, -#XfceNotifyWindow.button, -#XfceNotifyWindow .button, column-header, NemoPathbarButton { - padding: 3px 5px; - border-width: 1px; - border-style: solid; - border-radius: 4px; - transition: 150ms ease; - outline-color: transparent; - -GtkWidget-focus-padding: 1; - -GtkWidget-focus-line-width: 0; } - .button:focus, .selection-mode.header-bar .button:focus, .selection-mode.toolbar .button:focus, GtkModelButton.button:focus:backdrop, .app-notification.frame .button:focus, - #XfceNotifyWindow.button:focus, - #XfceNotifyWindow .button:focus, column-header:focus, NemoPathbarButton:focus, .button:hover, .selection-mode.header-bar .button:hover, .selection-mode.toolbar .button:hover, GtkModelButton.button:hover:backdrop, .app-notification.frame .button:hover, - #XfceNotifyWindow.button:hover, - #XfceNotifyWindow .button:hover, column-header:hover, NemoPathbarButton:hover, .button:active, .selection-mode.header-bar .button:active, .selection-mode.toolbar .button:active, GtkModelButton.button:active:backdrop, .app-notification.frame .button:active, - #XfceNotifyWindow.button:active, - #XfceNotifyWindow .button:active, column-header:active, NemoPathbarButton:active { - transition: none; } - -.linked > GtkComboBox > .button:dir(ltr) { - border-radius: 0; - border-left-style: none; - border-right-style: solid; } - .linked > GtkComboBox > .button:dir(rtl) { - border-radius: 0; - border-right-style: none; - border-left-style: solid; } - -.button.linked, .linked .button, GtkComboBox.combobox-entry .entry, GtkComboBox.combobox-entry .button, .toolbar .button.linked, .toolbar .linked .button, .header-bar .button.linked, .header-bar .linked .button, .selection-mode.header-bar .button.linked, .selection-mode.header-bar .linked .button, .selection-mode.toolbar .button.linked, .selection-mode.toolbar .linked .button { - border-width: 1px; - border-style: solid; - border-radius: 0; - border-right-style: none; - border-left-style: none; } - .button.linked:first-child, .linked .button:first-child, GtkComboBox.combobox-entry .entry:first-child, GtkComboBox.combobox-entry .button:first-child, .linked > GtkComboBox:first-child > .button, .selection-mode.header-bar .button.linked:first-child, .selection-mode.header-bar .linked .button:first-child, .selection-mode.toolbar .button.linked:first-child, .selection-mode.toolbar .linked .button:first-child { - border-width: 1px; - border-radius: 4px; - border-left-style: solid; - border-right-style: none; - border-top-right-radius: 0; - border-bottom-right-radius: 0; } - .button.linked:first-child:dir(rtl), .linked .button:first-child:dir(rtl), GtkComboBox.combobox-entry .entry:first-child:dir(rtl), GtkComboBox.combobox-entry .button:first-child:dir(rtl), .linked > GtkComboBox:first-child > .button:dir(rtl), .selection-mode.header-bar .button.linked:first-child:dir(rtl), .selection-mode.header-bar .linked .button:first-child:dir(rtl), .selection-mode.toolbar .button.linked:first-child:dir(rtl), .selection-mode.toolbar .linked .button:first-child:dir(rtl) { - border-left-style: none; - border-right-style: solid; } - .button.linked:last-child, .linked .button:last-child, GtkComboBox.combobox-entry .entry:last-child, GtkComboBox.combobox-entry .button:last-child, .linked > GtkComboBox:last-child > .button, .selection-mode.header-bar .button.linked:last-child, .selection-mode.header-bar .linked .button:last-child, .selection-mode.toolbar .button.linked:last-child, .selection-mode.toolbar .linked .button:last-child { - border-width: 1px; - border-radius: 4px; - border-left-style: none; - border-right-style: solid; - border-top-left-radius: 0; - border-bottom-left-radius: 0; } - .button.linked:last-child:dir(rtl), .linked .button:last-child:dir(rtl), GtkComboBox.combobox-entry .entry:last-child:dir(rtl), GtkComboBox.combobox-entry .button:last-child:dir(rtl), .linked > GtkComboBox:last-child > .button:dir(rtl), .selection-mode.header-bar .button.linked:last-child:dir(rtl), .selection-mode.header-bar .linked .button:last-child:dir(rtl), .selection-mode.toolbar .button.linked:last-child:dir(rtl), .selection-mode.toolbar .linked .button:last-child:dir(rtl) { - border-left-style: solid; - border-right-style: none; } - .button.linked:only-child, .linked .button:only-child, GtkComboBox.combobox-entry .entry:only-child, GtkComboBox.combobox-entry .button:only-child, .linked > GtkComboBox:only-child > .button, .selection-mode.header-bar .button.linked:only-child, .selection-mode.header-bar .linked .button:only-child, .selection-mode.toolbar .button.linked:only-child, .selection-mode.toolbar .linked .button:only-child, .button.linked:first-child:only-child, .linked .button:first-child:only-child, GtkComboBox.combobox-entry .entry:first-child:only-child, GtkComboBox.combobox-entry .button:first-child:only-child, .linked > GtkComboBox:first-child > .button:only-child, .linked > GtkComboBox:only-child > .button:first-child { - border-width: 1px; - border-style: solid; - border-radius: 4px; } - -* { - -GtkButton-child-displacement-x: 0; - -GtkButton-child-displacement-y: 0; - -GtkButton-default-border: 0; - -GtkButton-image-spacing: 0; - -GtkButton-inner-border: 1; - -GtkButton-interior-focus: true; - -GtkButtonBox-child-min-height: 24; - -GtkButtonBox-child-internal-pad-y: 1; - -GtkToolButton-icon-spacing: 6; } - -.info .button.close, .warning .button.close, .question .button.close, .error .button.close, .notebook tab .button { - border: 1px solid transparent; - background-color: transparent; - background-image: none; - box-shadow: none; } - .info .button.close:focus, .warning .button.close:focus, .question .button.close:focus, .error .button.close:focus, .notebook tab .button:focus, .info .button.close:hover, .warning .button.close:hover, .question .button.close:hover, .error .button.close:hover, .notebook tab .button:hover { - border: 1px solid rgba(131, 104, 34, 0.3); - background-color: rgba(41, 41, 41, 0.2); - background-image: none; - box-shadow: none; } - .info .button.close:active, .warning .button.close:active, .question .button.close:active, .error .button.close:active, .notebook tab .button:active, .info .button.close:checked, .warning .button.close:checked, .question .button.close:checked, .error .button.close:checked, .notebook tab .button:checked, .info .button.close:active:hover, .warning .button.close:active:hover, .question .button.close:active:hover, .error .button.close:active:hover, .notebook tab .button:active:hover, .info .button.close:checked:hover, .warning .button.close:checked:hover, .question .button.close:checked:hover, .error .button.close:checked:hover, .notebook tab .button:checked:hover { - border: 1px solid rgba(131, 104, 34, 0.3); - background-color: rgba(131, 104, 34, 0.1); - background-image: none; - box-shadow: none; } - -.button { - background-color: #3c3836; - background-image: none; - border-color: rgba(218, 188, 112, 0.32); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .button:focus, .button:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.32),0.3); } - .button:active, .button:active:hover, .button:active:focus, .button:active:hover:focus, .button:checked, .button:checked:hover, .button:checked:focus, .button:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.32); } - .button:insensitive { - border-color: rgba(222, 196, 129, 0.32); } - .button:active:insensitive, .button:checked:insensitive { - border-color: rgba(218, 188, 112, 0.32); } - .button.flat { - border-color: rgba(60, 56, 54, 0); - color: #ebdbb2; - background-color: rgba(60, 56, 54, 0); - background-image: none; - box-shadow: none; } - .button:hover, .button.flat:hover { - background-color: #3f3b39; - background-image: none; - border-color: rgba(218, 188, 112, 0.4); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - .button:hover:focus, .button:hover:hover, .button.flat:hover:focus, .button.flat:hover:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.4),0.3); } - .button:hover:active, .button:hover:active:hover, .button:hover:active:focus, .button:hover:active:hover:focus, .button:hover:checked, .button:hover:checked:hover, .button:hover:checked:focus, .button:hover:checked:hover:focus, .button.flat:hover:active, .button.flat:hover:active:hover, .button.flat:hover:active:focus, .button.flat:hover:active:hover:focus, .button.flat:hover:checked, .button.flat:hover:checked:hover, .button.flat:hover:checked:focus, .button.flat:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.4); } - .button:hover:insensitive, .button.flat:hover:insensitive { - border-color: rgba(222, 196, 129, 0.4); } - .button:hover:active:insensitive, .button:hover:checked:insensitive, .button.flat:hover:active:insensitive, .button.flat:hover:checked:insensitive { - border-color: rgba(218, 188, 112, 0.4); } - .button:focus, .button.flat:focus { - background-color: #3f3b39; - background-image: none; - border-color: rgba(235, 219, 178, 0.32); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .button:focus:hover, .button.flat:focus:hover { - background-color: #423e3b; - background-image: none; - border-color: rgba(218, 188, 112, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - .button:focus:hover:focus, .button:focus:hover:hover, .button.flat:focus:hover:focus, .button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.4),0.3); } - .button:focus:hover:active, .button:focus:hover:active:hover, .button:focus:hover:active:focus, .button:focus:hover:active:hover:focus, .button:focus:hover:checked, .button:focus:hover:checked:hover, .button:focus:hover:checked:focus, .button:focus:hover:checked:hover:focus, .button.flat:focus:hover:active, .button.flat:focus:hover:active:hover, .button.flat:focus:hover:active:focus, .button.flat:focus:hover:active:hover:focus, .button.flat:focus:hover:checked, .button.flat:focus:hover:checked:hover, .button.flat:focus:hover:checked:focus, .button.flat:focus:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.4); } - .button:focus:hover:insensitive, .button.flat:focus:hover:insensitive { - border-color: rgba(222, 196, 129, 0.4); } - .button:focus:hover:active:insensitive, .button:focus:hover:checked:insensitive, .button.flat:focus:hover:active:insensitive, .button.flat:focus:hover:checked:insensitive { - border-color: rgba(218, 188, 112, 0.4); } - .button:checked, .button:active, .button.flat:checked, .button.flat:active { - background-color: #928374; - background-image: none; - border-color: rgba(218, 188, 112, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); } - .button:checked:focus, .button:checked:hover, .button:active:focus, .button:active:hover, .button.flat:checked:focus, .button.flat:checked:hover, .button.flat:active:focus, .button.flat:active:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.32),0.3); } - .button:checked:active, .button:checked:active:hover, .button:checked:active:focus, .button:checked:active:hover:focus, .button:checked:checked, .button:checked:checked:hover, .button:checked:checked:focus, .button:checked:checked:hover:focus, .button:active:active, .button:active:active:hover, .button:active:active:focus, .button:active:active:hover:focus, .button:active:checked, .button:active:checked:hover, .button:active:checked:focus, .button:active:checked:hover:focus, .button.flat:checked:active, .button.flat:checked:active:hover, .button.flat:checked:active:focus, .button.flat:checked:active:hover:focus, .button.flat:checked:checked, .button.flat:checked:checked:hover, .button.flat:checked:checked:focus, .button.flat:checked:checked:hover:focus, .button.flat:active:active, .button.flat:active:active:hover, .button.flat:active:active:focus, .button.flat:active:active:hover:focus, .button.flat:active:checked, .button.flat:active:checked:hover, .button.flat:active:checked:focus, .button.flat:active:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.32); } - .button:checked:insensitive, .button:active:insensitive, .button.flat:checked:insensitive, .button.flat:active:insensitive { - border-color: rgba(222, 196, 129, 0.32); } - .button:checked:active:insensitive, .button:checked:checked:insensitive, .button:active:active:insensitive, .button:active:checked:insensitive, .button.flat:checked:active:insensitive, .button.flat:checked:checked:insensitive, .button.flat:active:active:insensitive, .button.flat:active:checked:insensitive { - border-color: rgba(218, 188, 112, 0.32); } - .button:checked:focus, .button:checked:hover, .button:active:focus, .button:active:hover, .button.flat:checked:focus, .button.flat:checked:hover, .button.flat:active:focus, .button.flat:active:hover { - background-color: #988a7b; - background-image: none; - color: #282828; } - .button:focus, .button:hover, .button.flat:focus, .button.flat:hover { - color: #ebdbb2; } - .button:insensitive:insensitive, .button.flat:insensitive:insensitive { - background-color: alpha(mix(#3c3836,#ebdbb2,0.2),0.4); - background-image: none; - opacity: .6; - color: mix(#3c3836,#ebdbb2,0.6); - box-shadow: none; } - .button:insensitive:insensitive :insensitive, .button.flat:insensitive:insensitive :insensitive { - color: mix(#3c3836,#ebdbb2,0.6); } - .button:active:insensitive, .button:checked:insensitive { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - .button:active:insensitive:insensitive, .button:checked:insensitive:insensitive { - color: rgba(40, 40, 40, 0.85); } - .button.separator, .button .separator { - border: 1px solid currentColor; - color: rgba(60, 56, 54, 0.9); } - .button.separator:insensitive, .button .separator:insensitive { - color: rgba(60, 56, 54, 0.85); } - .button.default { - background-color: #928374; - background-image: none; - border-color: rgba(32, 32, 32, 0.22); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.12); } - .button.default:focus, .button.default:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.22),0.3); } - .button.default:active, .button.default:active:hover, .button.default:active:focus, .button.default:active:hover:focus, .button.default:checked, .button.default:checked:hover, .button.default:checked:focus, .button.default:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.22); } - .button.default:insensitive { - border-color: rgba(34, 34, 34, 0.22); } - .button.default:active:insensitive, .button.default:checked:insensitive { - border-color: rgba(32, 32, 32, 0.22); } - .button.default.flat { - border-color: rgba(146, 131, 116, 0); - color: #282828; - background-color: rgba(146, 131, 116, 0); - background-image: none; - box-shadow: none; } - .button.default:hover, .button.default.flat:hover { - background-color: #988a7b; - background-image: none; - border-color: rgba(32, 32, 32, 0.3); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .button.default:hover:focus, .button.default:hover:hover, .button.default.flat:hover:focus, .button.default.flat:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .button.default:hover:active, .button.default:hover:active:hover, .button.default:hover:active:focus, .button.default:hover:active:hover:focus, .button.default:hover:checked, .button.default:hover:checked:hover, .button.default:hover:checked:focus, .button.default:hover:checked:hover:focus, .button.default.flat:hover:active, .button.default.flat:hover:active:hover, .button.default.flat:hover:active:focus, .button.default.flat:hover:active:hover:focus, .button.default.flat:hover:checked, .button.default.flat:hover:checked:hover, .button.default.flat:hover:checked:focus, .button.default.flat:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.3); } - .button.default:hover:insensitive, .button.default.flat:hover:insensitive { - border-color: rgba(34, 34, 34, 0.3); } - .button.default:hover:active:insensitive, .button.default:hover:checked:insensitive, .button.default.flat:hover:active:insensitive, .button.default.flat:hover:checked:insensitive { - border-color: rgba(32, 32, 32, 0.3); } - .button.default:focus, .button.default.flat:focus { - background-color: #988a7b; - background-image: none; - border-color: rgba(40, 40, 40, 0.22); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - .button.default:focus:hover, .button.default.flat:focus:hover { - background-color: #9e9083; - background-image: none; - border-color: rgba(32, 32, 32, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.38); } - .button.default:focus:hover:focus, .button.default:focus:hover:hover, .button.default.flat:focus:hover:focus, .button.default.flat:focus:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .button.default:focus:hover:active, .button.default:focus:hover:active:hover, .button.default:focus:hover:active:focus, .button.default:focus:hover:active:hover:focus, .button.default:focus:hover:checked, .button.default:focus:hover:checked:hover, .button.default:focus:hover:checked:focus, .button.default:focus:hover:checked:hover:focus, .button.default.flat:focus:hover:active, .button.default.flat:focus:hover:active:hover, .button.default.flat:focus:hover:active:focus, .button.default.flat:focus:hover:active:hover:focus, .button.default.flat:focus:hover:checked, .button.default.flat:focus:hover:checked:hover, .button.default.flat:focus:hover:checked:focus, .button.default.flat:focus:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.3); } - .button.default:focus:hover:insensitive, .button.default.flat:focus:hover:insensitive { - border-color: rgba(34, 34, 34, 0.3); } - .button.default:focus:hover:active:insensitive, .button.default:focus:hover:checked:insensitive, .button.default.flat:focus:hover:active:insensitive, .button.default.flat:focus:hover:checked:insensitive { - border-color: rgba(32, 32, 32, 0.3); } - .button.default:checked, .button.default:active, .button.default.flat:checked, .button.default.flat:active { - background-color: #928374; - background-image: none; - border-color: rgba(32, 32, 32, 0.22); - color: #282828; - box-shadow: inset 1px 0 rgba(40, 40, 40, 0.06), inset 0 1px rgba(40, 40, 40, 0.07), inset -1px 0 rgba(40, 40, 40, 0.06), inset 0 -1px rgba(40, 40, 40, 0.05); } - .button.default:checked:focus, .button.default:checked:hover, .button.default:active:focus, .button.default:active:hover, .button.default.flat:checked:focus, .button.default.flat:checked:hover, .button.default.flat:active:focus, .button.default.flat:active:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.22),0.3); } - .button.default:checked:active, .button.default:checked:active:hover, .button.default:checked:active:focus, .button.default:checked:active:hover:focus, .button.default:checked:checked, .button.default:checked:checked:hover, .button.default:checked:checked:focus, .button.default:checked:checked:hover:focus, .button.default:active:active, .button.default:active:active:hover, .button.default:active:active:focus, .button.default:active:active:hover:focus, .button.default:active:checked, .button.default:active:checked:hover, .button.default:active:checked:focus, .button.default:active:checked:hover:focus, .button.default.flat:checked:active, .button.default.flat:checked:active:hover, .button.default.flat:checked:active:focus, .button.default.flat:checked:active:hover:focus, .button.default.flat:checked:checked, .button.default.flat:checked:checked:hover, .button.default.flat:checked:checked:focus, .button.default.flat:checked:checked:hover:focus, .button.default.flat:active:active, .button.default.flat:active:active:hover, .button.default.flat:active:active:focus, .button.default.flat:active:active:hover:focus, .button.default.flat:active:checked, .button.default.flat:active:checked:hover, .button.default.flat:active:checked:focus, .button.default.flat:active:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.22); } - .button.default:checked:insensitive, .button.default:active:insensitive, .button.default.flat:checked:insensitive, .button.default.flat:active:insensitive { - border-color: rgba(34, 34, 34, 0.22); } - .button.default:checked:active:insensitive, .button.default:checked:checked:insensitive, .button.default:active:active:insensitive, .button.default:active:checked:insensitive, .button.default.flat:checked:active:insensitive, .button.default.flat:checked:checked:insensitive, .button.default.flat:active:active:insensitive, .button.default.flat:active:checked:insensitive { - border-color: rgba(32, 32, 32, 0.22); } - .button.default:checked:focus, .button.default:checked:hover, .button.default:active:focus, .button.default:active:hover, .button.default.flat:checked:focus, .button.default.flat:checked:hover, .button.default.flat:active:focus, .button.default.flat:active:hover { - background-color: #988a7b; - background-image: none; - color: #282828; } - .button.default:focus, .button.default:hover, .button.default.flat:focus, .button.default.flat:hover { - color: #282828; } - .button.default:insensitive:insensitive, .button.default.flat:insensitive:insensitive { - background-color: alpha(mix(#928374,#282828,0.2),0.4); - background-image: none; - opacity: .6; - color: mix(#928374,#282828,0.6); - box-shadow: none; } - .button.default:insensitive:insensitive :insensitive, .button.default.flat:insensitive:insensitive :insensitive { - color: mix(#928374,#282828,0.6); } - .button.default:active:insensitive, .button.default:checked:insensitive { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - .button.default:active:insensitive:insensitive, .button.default:checked:insensitive:insensitive { - color: rgba(40, 40, 40, 0.85); } - .button.default.separator, .button.default .separator { - border: 1px solid currentColor; - color: rgba(146, 131, 116, 0.9); } - .button.default.separator:insensitive, .button.default .separator:insensitive { - color: rgba(146, 131, 116, 0.85); } - .button.linked, .linked .button { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .button.linked:focus, .button.linked:hover, .linked .button:focus, .linked .button:hover { - box-shadow: inset -1px 0 mix(#928374,rgba(0, 0, 0, 0.32),0.3), 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .button.linked:active, .button.linked:active:hover, .button.linked:active:focus, .button.linked:active:hover:focus, .button.linked:checked, .button.linked:checked:hover, .button.linked:checked:focus, .button.linked:checked:hover:focus, .linked .button:active, .linked .button:active:hover, .linked .button:active:focus, .linked .button:active:hover:focus, .linked .button:checked, .linked .button:checked:hover, .linked .button:checked:focus, .linked .button:checked:hover:focus { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), inset 0 1px rgba(66, 52, 17, 0.07), inset 0 -1px rgba(66, 52, 17, 0.05); } - .button.linked:insensitive, .linked .button:insensitive { - box-shadow: inset -1px 0 #302d2b; } - .button.linked:last-child, .button.linked:only-child, .linked .button:last-child, .linked .button:only-child { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .button.linked:last-child:hover, .button.linked:only-child:hover, .linked .button:last-child:hover, .linked .button:only-child:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .button.linked:insensitive:last-child, .button.linked:insensitive:only-child, .button.linked:active:insensitive:last-child, .button.linked:active:insensitive:only-child, .button.linked:checked:insensitive:last-child, .button.linked:checked:insensitive:only-child, .linked .button:insensitive:last-child, .linked .button:insensitive:only-child, .linked .button:active:insensitive:last-child, .linked .button:active:insensitive:only-child, .linked .button:checked:insensitive:last-child, .linked .button:checked:insensitive:only-child { - box-shadow: none; } - .button.linked:active:last-child, .button.linked:active:last-child:focus, .button.linked:active:last-child:hover, .button.linked:active:last-child:hover:focus, .button.linked:checked:last-child, .button.linked:checked:last-child:focus, .button.linked:checked:last-child:hover, .button.linked:checked:last-child:hover:focus, .linked .button:active:last-child, .linked .button:active:last-child:focus, .linked .button:active:last-child:hover, .linked .button:active:last-child:hover:focus, .linked .button:checked:last-child, .linked .button:checked:last-child:focus, .linked .button:checked:last-child:hover, .linked .button:checked:last-child:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - .button.linked:active:only-child, .button.linked:active:only-child:focus, .button.linked:active:only-child:hover, .button.linked:active:only-child:hover:focus, .button.linked:checked:only-child, .button.linked:checked:only-child:focus, .button.linked:checked:only-child:hover, .button.linked:checked:only-child:hover:focus, .linked .button:active:only-child, .linked .button:active:only-child:focus, .linked .button:active:only-child:hover, .linked .button:active:only-child:hover:focus, .linked .button:checked:only-child, .linked .button:checked:only-child:focus, .linked .button:checked:only-child:hover, .linked .button:checked:only-child:hover:focus { - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.06), inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - .spinbutton .button { - color: mix(#ebdbb2,#282828,0.4); - padding: 3px 6px; - border: 0; - border-radius: 0; - border-style: none; - background-color: transparent; - background-image: none; - box-shadow: inset 1px 0 #242424; } - .spinbutton .button:insensitive { - color: mix(#ebdbb2,#282828,0.7); - box-shadow: inset 1px 0 #222222; } - .spinbutton .button:active, .spinbutton .button:checked, .spinbutton .button:hover { - color: #ebdbb2; } - .spinbutton .button:first-child { - border-radius: 4px 0 0 4px; - box-shadow: none; } - .spinbutton .button:last-child { - border-radius: 0 4px 4px 0; } - .spinbutton .button:dir(rtl) { - box-shadow: inset -1px 0 #242424; } - .spinbutton.vertical .button { - border: 1px solid #202020; - border-radius: 4px; - background-color: #2b2b2b; - background-image: none; - color: #ebdbb2; - box-shadow: none; } - .spinbutton.vertical .button:hover { - border-color: #1c1c1c; - background-color: #2c2c2c; - background-image: none; } - .spinbutton.vertical .button:active, .spinbutton.vertical .button:checked { - border-color: #202020; - background-color: #262626; - background-image: none; } - .spinbutton.vertical .button:active:hover, .spinbutton.vertical .button:checked:hover { - border-color: #1c1c1c; } - .spinbutton.vertical .button:focus, .spinbutton.vertical .button:hover:focus, .spinbutton.vertical .button:active:focus, .spinbutton.vertical .button:active:hover:focus { - border-color: #1c1c1c; } - .spinbutton.vertical .button:insensitive { - border-color: #222222; - background-color: #242424; - background-image: none; } - .spinbutton.vertical .button:first-child { - border-width: 1px; - border-bottom-width: 0; - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; } - .spinbutton.vertical .button:last-child { - border-width: 1px; - border-top-width: 0; - border-top-left-radius: 0; - border-top-right-radius: 0; } - .button .spinbutton.vertical.entry { - border-width: 1px; - border-style: solid; - border-radius: 0; } - -/****************** -! ComboBoxes * -*******************/ -GtkComboBox > .button { - padding: 1px 4px; - -GtkComboBox-arrow-scaling: .5; - -GtkComboBox-shadow-type: none; } - -GtkComboBox .separator { - /* always disable separators */ - -GtkWidget-wide-separators: true; - -GtkWidget-horizontal-separator: 0; - -GtkWidget-vertical-separator: 0; - border-style: none; } - -.linked > GtkComboBox menu menuitem { - padding: 3px 5px; } - -/********* - ! Entry * -**********/ -.entry.linked, .linked .entry { - border-width: 1px; - border-radius: 0; - border-right-width: 0; - border-left-width: 0; } - .entry.linked:first-child, .linked .entry:first-child { - border-width: 1px; - border-radius: 4px; - border-right-width: 0; - border-bottom-right-radius: 0; - border-top-right-radius: 0; } - .entry.linked:last-child, .linked .entry:last-child { - border-width: 1px; - border-radius: 4px; - border-left-width: 0; - border-bottom-left-radius: 0; - border-top-left-radius: 0; } - .entry.linked:only-child, .linked .entry:only-child { - border-width: 1px; - border-radius: 4px; } - -.entry, .menuitem .entry, GtkPopover .entry { - padding: 2px 3px; - border-width: 1px; - border-style: solid; - border-radius: 4px; - transition: border 150ms ease; - box-shadow: inset 1px 1px rgba(66, 52, 17, 0.06), inset -1px 0 rgba(66, 52, 17, 0.06); } - .entry:focus, .entry:hover, .entry:active { - transition: none; } - .entry:selected, .entry:selected:focus { - background-color: #928374; - color: #282828; } - .entry:insensitive { - box-shadow: none; } - .progressbar.entry { - background-color: #928374; - background-image: none; - border-width: 0; - border-radius: 4px; - color: #282828; } - .image.left.entry { - padding-right: 3px; } - -.entry { - background-color: #282828; - background-image: none; - border-color: #202020; - color: #ebdbb2; } - .entry:focus, .entry:hover { - border-color: mix(#928374,#282828,0.3); } - .entry:active, .entry:active:hover, .entry:active:focus, .entry:active:hover:focus, .entry:checked, .entry:checked:hover, .entry:checked:focus, .entry:checked:hover:focus { - border-color: #1c1c1c; } - .entry:insensitive { - border-color: #222222; } - .entry:active:insensitive, .entry:checked:insensitive { - border-color: #202020; } - .entry:focus, .entry:active { - border-color: #928374; } - .entry:insensitive { - background-color: #242424; - background-image: none; - color: mix(#282828,#ebdbb2,0.5); } - -/********* - ! Buttons -**********/ -/****************** -! ComboBoxes * -*******************/ -/********* - ! Buttons -**********/ -/****************** -! ComboBoxes * -*******************/ -/********* - ! Toolbar -**********/ -.toolbar { - background-color: #282828; - background-image: none; - border-color: #202020; - padding: 6px; - color: #ebdbb2; - padding: 2px; - border-style: none; } - .toolbar:focus, .toolbar:hover { - border-color: mix(#928374,#282828,0.3); } - .toolbar:active, .toolbar:active:hover, .toolbar:active:focus, .toolbar:active:hover:focus, .toolbar:checked, .toolbar:checked:hover, .toolbar:checked:focus, .toolbar:checked:hover:focus { - border-color: #1c1c1c; } - .toolbar:insensitive { - border-color: #222222; } - .toolbar:active:insensitive, .toolbar:checked:insensitive { - border-color: #202020; } - .toolbar:insensitive { - background-color: #242424; - background-image: none; - color: mix(#ebdbb2,#282828,0.5); } - .toolbar .title { - font: bold; - padding: 0 6px; } - .toolbar .subtitle { - font: smaller; - padding: 0 6px; } - .toolbar .button { - background-color: #282828; - background-image: none; - border-color: rgba(218, 188, 112, 0.32); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .toolbar .button:focus, .toolbar .button:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.32),0.3); } - .toolbar .button:active, .toolbar .button:active:hover, .toolbar .button:active:focus, .toolbar .button:active:hover:focus, .toolbar .button:checked, .toolbar .button:checked:hover, .toolbar .button:checked:focus, .toolbar .button:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.32); } - .toolbar .button:insensitive { - border-color: rgba(222, 196, 129, 0.32); } - .toolbar .button:active:insensitive, .toolbar .button:checked:insensitive { - border-color: rgba(218, 188, 112, 0.32); } - .toolbar .button.flat { - border-color: rgba(40, 40, 40, 0); - color: #ebdbb2; - background-color: rgba(40, 40, 40, 0); - background-image: none; - box-shadow: none; } - .toolbar .button:hover, .toolbar .button.flat:hover { - background-color: #2a2a2a; - background-image: none; - border-color: rgba(218, 188, 112, 0.4); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - .toolbar .button:hover:focus, .toolbar .button:hover:hover, .toolbar .button.flat:hover:focus, .toolbar .button.flat:hover:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.4),0.3); } - .toolbar .button:hover:active, .toolbar .button:hover:active:hover, .toolbar .button:hover:active:focus, .toolbar .button:hover:active:hover:focus, .toolbar .button:hover:checked, .toolbar .button:hover:checked:hover, .toolbar .button:hover:checked:focus, .toolbar .button:hover:checked:hover:focus, .toolbar .button.flat:hover:active, .toolbar .button.flat:hover:active:hover, .toolbar .button.flat:hover:active:focus, .toolbar .button.flat:hover:active:hover:focus, .toolbar .button.flat:hover:checked, .toolbar .button.flat:hover:checked:hover, .toolbar .button.flat:hover:checked:focus, .toolbar .button.flat:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.4); } - .toolbar .button:hover:insensitive, .toolbar .button.flat:hover:insensitive { - border-color: rgba(222, 196, 129, 0.4); } - .toolbar .button:hover:active:insensitive, .toolbar .button:hover:checked:insensitive, .toolbar .button.flat:hover:active:insensitive, .toolbar .button.flat:hover:checked:insensitive { - border-color: rgba(218, 188, 112, 0.4); } - .toolbar .button:focus, .toolbar .button.flat:focus { - background-color: #2a2a2a; - background-image: none; - border-color: rgba(235, 219, 178, 0.32); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .toolbar .button:focus:hover, .toolbar .button.flat:focus:hover { - background-color: #2c2c2c; - background-image: none; - border-color: rgba(218, 188, 112, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - .toolbar .button:focus:hover:focus, .toolbar .button:focus:hover:hover, .toolbar .button.flat:focus:hover:focus, .toolbar .button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.4),0.3); } - .toolbar .button:focus:hover:active, .toolbar .button:focus:hover:active:hover, .toolbar .button:focus:hover:active:focus, .toolbar .button:focus:hover:active:hover:focus, .toolbar .button:focus:hover:checked, .toolbar .button:focus:hover:checked:hover, .toolbar .button:focus:hover:checked:focus, .toolbar .button:focus:hover:checked:hover:focus, .toolbar .button.flat:focus:hover:active, .toolbar .button.flat:focus:hover:active:hover, .toolbar .button.flat:focus:hover:active:focus, .toolbar .button.flat:focus:hover:active:hover:focus, .toolbar .button.flat:focus:hover:checked, .toolbar .button.flat:focus:hover:checked:hover, .toolbar .button.flat:focus:hover:checked:focus, .toolbar .button.flat:focus:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.4); } - .toolbar .button:focus:hover:insensitive, .toolbar .button.flat:focus:hover:insensitive { - border-color: rgba(222, 196, 129, 0.4); } - .toolbar .button:focus:hover:active:insensitive, .toolbar .button:focus:hover:checked:insensitive, .toolbar .button.flat:focus:hover:active:insensitive, .toolbar .button.flat:focus:hover:checked:insensitive { - border-color: rgba(218, 188, 112, 0.4); } - .toolbar .button:checked, .toolbar .button:active, .toolbar .button.flat:checked, .toolbar .button.flat:active { - background-color: #928374; - background-image: none; - border-color: rgba(218, 188, 112, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); } - .toolbar .button:checked:focus, .toolbar .button:checked:hover, .toolbar .button:active:focus, .toolbar .button:active:hover, .toolbar .button.flat:checked:focus, .toolbar .button.flat:checked:hover, .toolbar .button.flat:active:focus, .toolbar .button.flat:active:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.32),0.3); } - .toolbar .button:checked:active, .toolbar .button:checked:active:hover, .toolbar .button:checked:active:focus, .toolbar .button:checked:active:hover:focus, .toolbar .button:checked:checked, .toolbar .button:checked:checked:hover, .toolbar .button:checked:checked:focus, .toolbar .button:checked:checked:hover:focus, .toolbar .button:active:active, .toolbar .button:active:active:hover, .toolbar .button:active:active:focus, .toolbar .button:active:active:hover:focus, .toolbar .button:active:checked, .toolbar .button:active:checked:hover, .toolbar .button:active:checked:focus, .toolbar .button:active:checked:hover:focus, .toolbar .button.flat:checked:active, .toolbar .button.flat:checked:active:hover, .toolbar .button.flat:checked:active:focus, .toolbar .button.flat:checked:active:hover:focus, .toolbar .button.flat:checked:checked, .toolbar .button.flat:checked:checked:hover, .toolbar .button.flat:checked:checked:focus, .toolbar .button.flat:checked:checked:hover:focus, .toolbar .button.flat:active:active, .toolbar .button.flat:active:active:hover, .toolbar .button.flat:active:active:focus, .toolbar .button.flat:active:active:hover:focus, .toolbar .button.flat:active:checked, .toolbar .button.flat:active:checked:hover, .toolbar .button.flat:active:checked:focus, .toolbar .button.flat:active:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.32); } - .toolbar .button:checked:insensitive, .toolbar .button:active:insensitive, .toolbar .button.flat:checked:insensitive, .toolbar .button.flat:active:insensitive { - border-color: rgba(222, 196, 129, 0.32); } - .toolbar .button:checked:active:insensitive, .toolbar .button:checked:checked:insensitive, .toolbar .button:active:active:insensitive, .toolbar .button:active:checked:insensitive, .toolbar .button.flat:checked:active:insensitive, .toolbar .button.flat:checked:checked:insensitive, .toolbar .button.flat:active:active:insensitive, .toolbar .button.flat:active:checked:insensitive { - border-color: rgba(218, 188, 112, 0.32); } - .toolbar .button:checked:focus, .toolbar .button:checked:hover, .toolbar .button:active:focus, .toolbar .button:active:hover, .toolbar .button.flat:checked:focus, .toolbar .button.flat:checked:hover, .toolbar .button.flat:active:focus, .toolbar .button.flat:active:hover { - background-color: #988a7b; - background-image: none; - color: #282828; } - .toolbar .button:focus, .toolbar .button:hover, .toolbar .button.flat:focus, .toolbar .button.flat:hover { - color: #ebdbb2; } - .toolbar .button:insensitive:insensitive, .toolbar .button.flat:insensitive:insensitive { - background-color: alpha(mix(#282828,#ebdbb2,0.2),0.4); - background-image: none; - opacity: .6; - color: mix(#282828,#ebdbb2,0.6); - box-shadow: none; } - .toolbar .button:insensitive:insensitive :insensitive, .toolbar .button.flat:insensitive:insensitive :insensitive { - color: mix(#282828,#ebdbb2,0.6); } - .toolbar .button:active:insensitive, .toolbar .button:checked:insensitive { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - .toolbar .button:active:insensitive:insensitive, .toolbar .button:checked:insensitive:insensitive { - color: rgba(40, 40, 40, 0.85); } - .toolbar .button.separator, .toolbar .button .separator { - border: 1px solid currentColor; - color: rgba(40, 40, 40, 0.9); } - .toolbar .button.separator:insensitive, .toolbar .button .separator:insensitive { - color: rgba(40, 40, 40, 0.85); } - .toolbar .button.linked, .toolbar .linked .button { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .toolbar .button.linked:focus, .toolbar .button.linked:hover, .toolbar .linked .button:focus, .toolbar .linked .button:hover { - box-shadow: inset -1px 0 mix(#928374,rgba(0, 0, 0, 0.32),0.3), 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .toolbar .button.linked:active, .toolbar .button.linked:active:hover, .toolbar .button.linked:active:focus, .toolbar .button.linked:active:hover:focus, .toolbar .button.linked:checked, .toolbar .button.linked:checked:hover, .toolbar .button.linked:checked:focus, .toolbar .button.linked:checked:hover:focus, .toolbar .linked .button:active, .toolbar .linked .button:active:hover, .toolbar .linked .button:active:focus, .toolbar .linked .button:active:hover:focus, .toolbar .linked .button:checked, .toolbar .linked .button:checked:hover, .toolbar .linked .button:checked:focus, .toolbar .linked .button:checked:hover:focus { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), inset 0 1px rgba(66, 52, 17, 0.07), inset 0 -1px rgba(66, 52, 17, 0.05); } - .toolbar .button.linked:insensitive, .toolbar .linked .button:insensitive { - box-shadow: inset -1px 0 #202020; } - .toolbar .button.linked:last-child, .toolbar .button.linked:only-child, .toolbar .linked .button:last-child, .toolbar .linked .button:only-child { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .toolbar .button.linked:last-child:hover, .toolbar .button.linked:only-child:hover, .toolbar .linked .button:last-child:hover, .toolbar .linked .button:only-child:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .toolbar .button.linked:insensitive:last-child, .toolbar .button.linked:insensitive:only-child, .toolbar .button.linked:active:insensitive:last-child, .toolbar .button.linked:active:insensitive:only-child, .toolbar .button.linked:checked:insensitive:last-child, .toolbar .button.linked:checked:insensitive:only-child, .toolbar .linked .button:insensitive:last-child, .toolbar .linked .button:insensitive:only-child, .toolbar .linked .button:active:insensitive:last-child, .toolbar .linked .button:active:insensitive:only-child, .toolbar .linked .button:checked:insensitive:last-child, .toolbar .linked .button:checked:insensitive:only-child { - box-shadow: none; } - .toolbar .button.linked:active:last-child, .toolbar .button.linked:active:last-child:focus, .toolbar .button.linked:active:last-child:hover, .toolbar .button.linked:active:last-child:hover:focus, .toolbar .button.linked:checked:last-child, .toolbar .button.linked:checked:last-child:focus, .toolbar .button.linked:checked:last-child:hover, .toolbar .button.linked:checked:last-child:hover:focus, .toolbar .linked .button:active:last-child, .toolbar .linked .button:active:last-child:focus, .toolbar .linked .button:active:last-child:hover, .toolbar .linked .button:active:last-child:hover:focus, .toolbar .linked .button:checked:last-child, .toolbar .linked .button:checked:last-child:focus, .toolbar .linked .button:checked:last-child:hover, .toolbar .linked .button:checked:last-child:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - .toolbar .button.linked:active:only-child, .toolbar .button.linked:active:only-child:focus, .toolbar .button.linked:active:only-child:hover, .toolbar .button.linked:active:only-child:hover:focus, .toolbar .button.linked:checked:only-child, .toolbar .button.linked:checked:only-child:focus, .toolbar .button.linked:checked:only-child:hover, .toolbar .button.linked:checked:only-child:hover:focus, .toolbar .linked .button:active:only-child, .toolbar .linked .button:active:only-child:focus, .toolbar .linked .button:active:only-child:hover, .toolbar .linked .button:active:only-child:hover:focus, .toolbar .linked .button:checked:only-child, .toolbar .linked .button:checked:only-child:focus, .toolbar .linked .button:checked:only-child:hover, .toolbar .linked .button:checked:only-child:hover:focus { - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.06), inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - .toolbar GtkComboBox, .toolbar .button { - padding: 2px; } - .toolbar GtkComboBox.text-button, .toolbar .button.text-button { - padding: 3px; } - .toolbar GtkComboBox.image-button, .toolbar .button.image-button { - padding: 4px 2px 4px 3px; } - .toolbar GtkSeparatorToolItem, .toolbar .separator, .toolbar .separator:insensitive { - color: #242424; - border-color: currentColor; - -GtkWidget-window-dragging: true; } - .toolbar .menubar { - -GtkToolbar-button-relief: normal; } - .toolbar.inline-toolbar { - background-image: none; - background-color: transparent; } - .toolbar GtkToolButton:insensitive GtkButton:insensitive, - .toolbar GtkToolButton:insensitive GtkButton:insensitive.button, - .toolbar GtkToolButton:insensitive GtkButton:insensitive.flat.button { - background-color: #282828; } - -.header-bar { - background-color: #1d2021; - background-image: none; - border-color: #171a1a; - padding: 6px; - color: #fbf1c7; - border-width: 0 0 1px; - border-style: solid; } - .header-bar:focus, .header-bar:hover { - border-color: mix(#928374,#1d2021,0.3); } - .header-bar:active, .header-bar:active:hover, .header-bar:active:focus, .header-bar:active:hover:focus, .header-bar:checked, .header-bar:checked:hover, .header-bar:checked:focus, .header-bar:checked:hover:focus { - border-color: #141617; } - .header-bar:insensitive { - border-color: #191b1c; } - .header-bar:active:insensitive, .header-bar:checked:insensitive { - border-color: #171a1a; } - .header-bar:insensitive { - background-color: #1a1d1e; - background-image: none; - color: mix(#fbf1c7,#1d2021,0.5); } - .header-bar .title { - font: bold; - padding: 0 6px; } - .header-bar .subtitle { - font: smaller; - padding: 0 6px; } - .header-bar .button { - background-color: #282828; - background-image: none; - border-color: rgba(218, 188, 112, 0.32); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .header-bar .button:focus, .header-bar .button:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.32),0.3); } - .header-bar .button:active, .header-bar .button:active:hover, .header-bar .button:active:focus, .header-bar .button:active:hover:focus, .header-bar .button:checked, .header-bar .button:checked:hover, .header-bar .button:checked:focus, .header-bar .button:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.32); } - .header-bar .button:insensitive { - border-color: rgba(222, 196, 129, 0.32); } - .header-bar .button:active:insensitive, .header-bar .button:checked:insensitive { - border-color: rgba(218, 188, 112, 0.32); } - .header-bar .button.flat { - border-color: rgba(40, 40, 40, 0); - color: #ebdbb2; - background-color: rgba(40, 40, 40, 0); - background-image: none; - box-shadow: none; } - .header-bar .button:hover, .header-bar .button.flat:hover { - background-color: #2a2a2a; - background-image: none; - border-color: rgba(218, 188, 112, 0.4); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - .header-bar .button:hover:focus, .header-bar .button:hover:hover, .header-bar .button.flat:hover:focus, .header-bar .button.flat:hover:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.4),0.3); } - .header-bar .button:hover:active, .header-bar .button:hover:active:hover, .header-bar .button:hover:active:focus, .header-bar .button:hover:active:hover:focus, .header-bar .button:hover:checked, .header-bar .button:hover:checked:hover, .header-bar .button:hover:checked:focus, .header-bar .button:hover:checked:hover:focus, .header-bar .button.flat:hover:active, .header-bar .button.flat:hover:active:hover, .header-bar .button.flat:hover:active:focus, .header-bar .button.flat:hover:active:hover:focus, .header-bar .button.flat:hover:checked, .header-bar .button.flat:hover:checked:hover, .header-bar .button.flat:hover:checked:focus, .header-bar .button.flat:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.4); } - .header-bar .button:hover:insensitive, .header-bar .button.flat:hover:insensitive { - border-color: rgba(222, 196, 129, 0.4); } - .header-bar .button:hover:active:insensitive, .header-bar .button:hover:checked:insensitive, .header-bar .button.flat:hover:active:insensitive, .header-bar .button.flat:hover:checked:insensitive { - border-color: rgba(218, 188, 112, 0.4); } - .header-bar .button:focus, .header-bar .button.flat:focus { - background-color: #2a2a2a; - background-image: none; - border-color: rgba(235, 219, 178, 0.32); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .header-bar .button:focus:hover, .header-bar .button.flat:focus:hover { - background-color: #2c2c2c; - background-image: none; - border-color: rgba(218, 188, 112, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - .header-bar .button:focus:hover:focus, .header-bar .button:focus:hover:hover, .header-bar .button.flat:focus:hover:focus, .header-bar .button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.4),0.3); } - .header-bar .button:focus:hover:active, .header-bar .button:focus:hover:active:hover, .header-bar .button:focus:hover:active:focus, .header-bar .button:focus:hover:active:hover:focus, .header-bar .button:focus:hover:checked, .header-bar .button:focus:hover:checked:hover, .header-bar .button:focus:hover:checked:focus, .header-bar .button:focus:hover:checked:hover:focus, .header-bar .button.flat:focus:hover:active, .header-bar .button.flat:focus:hover:active:hover, .header-bar .button.flat:focus:hover:active:focus, .header-bar .button.flat:focus:hover:active:hover:focus, .header-bar .button.flat:focus:hover:checked, .header-bar .button.flat:focus:hover:checked:hover, .header-bar .button.flat:focus:hover:checked:focus, .header-bar .button.flat:focus:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.4); } - .header-bar .button:focus:hover:insensitive, .header-bar .button.flat:focus:hover:insensitive { - border-color: rgba(222, 196, 129, 0.4); } - .header-bar .button:focus:hover:active:insensitive, .header-bar .button:focus:hover:checked:insensitive, .header-bar .button.flat:focus:hover:active:insensitive, .header-bar .button.flat:focus:hover:checked:insensitive { - border-color: rgba(218, 188, 112, 0.4); } - .header-bar .button:checked, .header-bar .button:active, .header-bar .button.flat:checked, .header-bar .button.flat:active { - background-color: #928374; - background-image: none; - border-color: rgba(218, 188, 112, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); } - .header-bar .button:checked:focus, .header-bar .button:checked:hover, .header-bar .button:active:focus, .header-bar .button:active:hover, .header-bar .button.flat:checked:focus, .header-bar .button.flat:checked:hover, .header-bar .button.flat:active:focus, .header-bar .button.flat:active:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.32),0.3); } - .header-bar .button:checked:active, .header-bar .button:checked:active:hover, .header-bar .button:checked:active:focus, .header-bar .button:checked:active:hover:focus, .header-bar .button:checked:checked, .header-bar .button:checked:checked:hover, .header-bar .button:checked:checked:focus, .header-bar .button:checked:checked:hover:focus, .header-bar .button:active:active, .header-bar .button:active:active:hover, .header-bar .button:active:active:focus, .header-bar .button:active:active:hover:focus, .header-bar .button:active:checked, .header-bar .button:active:checked:hover, .header-bar .button:active:checked:focus, .header-bar .button:active:checked:hover:focus, .header-bar .button.flat:checked:active, .header-bar .button.flat:checked:active:hover, .header-bar .button.flat:checked:active:focus, .header-bar .button.flat:checked:active:hover:focus, .header-bar .button.flat:checked:checked, .header-bar .button.flat:checked:checked:hover, .header-bar .button.flat:checked:checked:focus, .header-bar .button.flat:checked:checked:hover:focus, .header-bar .button.flat:active:active, .header-bar .button.flat:active:active:hover, .header-bar .button.flat:active:active:focus, .header-bar .button.flat:active:active:hover:focus, .header-bar .button.flat:active:checked, .header-bar .button.flat:active:checked:hover, .header-bar .button.flat:active:checked:focus, .header-bar .button.flat:active:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.32); } - .header-bar .button:checked:insensitive, .header-bar .button:active:insensitive, .header-bar .button.flat:checked:insensitive, .header-bar .button.flat:active:insensitive { - border-color: rgba(222, 196, 129, 0.32); } - .header-bar .button:checked:active:insensitive, .header-bar .button:checked:checked:insensitive, .header-bar .button:active:active:insensitive, .header-bar .button:active:checked:insensitive, .header-bar .button.flat:checked:active:insensitive, .header-bar .button.flat:checked:checked:insensitive, .header-bar .button.flat:active:active:insensitive, .header-bar .button.flat:active:checked:insensitive { - border-color: rgba(218, 188, 112, 0.32); } - .header-bar .button:checked:focus, .header-bar .button:checked:hover, .header-bar .button:active:focus, .header-bar .button:active:hover, .header-bar .button.flat:checked:focus, .header-bar .button.flat:checked:hover, .header-bar .button.flat:active:focus, .header-bar .button.flat:active:hover { - background-color: #988a7b; - background-image: none; - color: #282828; } - .header-bar .button:focus, .header-bar .button:hover, .header-bar .button.flat:focus, .header-bar .button.flat:hover { - color: #ebdbb2; } - .header-bar .button:insensitive:insensitive, .header-bar .button.flat:insensitive:insensitive { - background-color: alpha(mix(#282828,#ebdbb2,0.2),0.4); - background-image: none; - opacity: .6; - color: mix(#282828,#ebdbb2,0.6); - box-shadow: none; } - .header-bar .button:insensitive:insensitive :insensitive, .header-bar .button.flat:insensitive:insensitive :insensitive { - color: mix(#282828,#ebdbb2,0.6); } - .header-bar .button:active:insensitive, .header-bar .button:checked:insensitive { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - .header-bar .button:active:insensitive:insensitive, .header-bar .button:checked:insensitive:insensitive { - color: rgba(40, 40, 40, 0.85); } - .header-bar .button.separator, .header-bar .button .separator { - border: 1px solid currentColor; - color: rgba(40, 40, 40, 0.9); } - .header-bar .button.separator:insensitive, .header-bar .button .separator:insensitive { - color: rgba(40, 40, 40, 0.85); } - .header-bar .button.linked, .header-bar .linked .button { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .header-bar .button.linked:focus, .header-bar .button.linked:hover, .header-bar .linked .button:focus, .header-bar .linked .button:hover { - box-shadow: inset -1px 0 mix(#928374,rgba(0, 0, 0, 0.32),0.3), 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .header-bar .button.linked:active, .header-bar .button.linked:active:hover, .header-bar .button.linked:active:focus, .header-bar .button.linked:active:hover:focus, .header-bar .button.linked:checked, .header-bar .button.linked:checked:hover, .header-bar .button.linked:checked:focus, .header-bar .button.linked:checked:hover:focus, .header-bar .linked .button:active, .header-bar .linked .button:active:hover, .header-bar .linked .button:active:focus, .header-bar .linked .button:active:hover:focus, .header-bar .linked .button:checked, .header-bar .linked .button:checked:hover, .header-bar .linked .button:checked:focus, .header-bar .linked .button:checked:hover:focus { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), inset 0 1px rgba(66, 52, 17, 0.07), inset 0 -1px rgba(66, 52, 17, 0.05); } - .header-bar .button.linked:insensitive, .header-bar .linked .button:insensitive { - box-shadow: inset -1px 0 #202020; } - .header-bar .button.linked:last-child, .header-bar .button.linked:only-child, .header-bar .linked .button:last-child, .header-bar .linked .button:only-child { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .header-bar .button.linked:last-child:hover, .header-bar .button.linked:only-child:hover, .header-bar .linked .button:last-child:hover, .header-bar .linked .button:only-child:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .header-bar .button.linked:insensitive:last-child, .header-bar .button.linked:insensitive:only-child, .header-bar .button.linked:active:insensitive:last-child, .header-bar .button.linked:active:insensitive:only-child, .header-bar .button.linked:checked:insensitive:last-child, .header-bar .button.linked:checked:insensitive:only-child, .header-bar .linked .button:insensitive:last-child, .header-bar .linked .button:insensitive:only-child, .header-bar .linked .button:active:insensitive:last-child, .header-bar .linked .button:active:insensitive:only-child, .header-bar .linked .button:checked:insensitive:last-child, .header-bar .linked .button:checked:insensitive:only-child { - box-shadow: none; } - .header-bar .button.linked:active:last-child, .header-bar .button.linked:active:last-child:focus, .header-bar .button.linked:active:last-child:hover, .header-bar .button.linked:active:last-child:hover:focus, .header-bar .button.linked:checked:last-child, .header-bar .button.linked:checked:last-child:focus, .header-bar .button.linked:checked:last-child:hover, .header-bar .button.linked:checked:last-child:hover:focus, .header-bar .linked .button:active:last-child, .header-bar .linked .button:active:last-child:focus, .header-bar .linked .button:active:last-child:hover, .header-bar .linked .button:active:last-child:hover:focus, .header-bar .linked .button:checked:last-child, .header-bar .linked .button:checked:last-child:focus, .header-bar .linked .button:checked:last-child:hover, .header-bar .linked .button:checked:last-child:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - .header-bar .button.linked:active:only-child, .header-bar .button.linked:active:only-child:focus, .header-bar .button.linked:active:only-child:hover, .header-bar .button.linked:active:only-child:hover:focus, .header-bar .button.linked:checked:only-child, .header-bar .button.linked:checked:only-child:focus, .header-bar .button.linked:checked:only-child:hover, .header-bar .button.linked:checked:only-child:hover:focus, .header-bar .linked .button:active:only-child, .header-bar .linked .button:active:only-child:focus, .header-bar .linked .button:active:only-child:hover, .header-bar .linked .button:active:only-child:hover:focus, .header-bar .linked .button:checked:only-child, .header-bar .linked .button:checked:only-child:focus, .header-bar .linked .button:checked:only-child:hover, .header-bar .linked .button:checked:only-child:hover:focus { - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.06), inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - .header-bar GtkComboBox, .header-bar .button { - padding: 2px; } - .header-bar GtkComboBox.text-button, .header-bar .button.text-button { - padding: 3px; } - .header-bar GtkComboBox.image-button, .header-bar .button.image-button { - padding: 4px 2px 4px 3px; } - .header-bar GtkSeparatorToolItem, .header-bar .separator, .header-bar .separator:insensitive { - color: #1a1d1e; - border-color: currentColor; - -GtkWidget-window-dragging: true; } - .header-bar .menubar { - -GtkToolbar-button-relief: normal; } - .header-bar .button { - color: #fbf1c7; } - -.titlebar { - background-color: #1d2021; - background-image: none; - border-radius: 4px 4px 0 0; - color: #fbf1c7; } - .titlebar:backdrop { - background-color: #282828; - background-image: none; - color: mix(#ebdbb2,#282828,0.4); - text-shadow: none; } - .titlebar.default-decoration { - border: 0; - box-shadow: none; } - .tiled .titlebar, .maximized .titlebar { - border-radius: 0; } - .titlebar .title { - font: bold; } - .titlebar .titlebutton { - padding: 3px; - border: 0; - background-image: none; - background-color: transparent; - color: #fbf1c7; - box-shadow: none; } - .titlebar .titlebutton:hover, .titlebar .titlebutton:hover:focus { - background-image: none; - background-color: transparent; - color: #928374; - box-shadow: none; } - .titlebar .titlebutton:active, .titlebar .titlebutton:active:hover { - background-image: none; - background-color: transparent; - color: #847668; - box-shadow: none; } - .titlebar .titlebutton:backdrop { - background: none; - color: mix(#ebdbb2,#282828,0.4); - icon-shadow: none; } - -/************** - ! Action-bar * -***************/ -.action-bar { - background-color: #282828; - background-image: none; - padding: 3px; - border-width: 1px 0 0; - border-style: solid; - border-color: #202020; - color: #ebdbb2; } - .action-bar .button.text-button { - padding: 2px; } - .action-bar .button.image-button { - padding: 4px; } - .action-bar .title { - font: bold; - padding: 0 6px; } - .action-bar .subtitle { - font: smaller; - padding: 0 6px; } - -/*************** - ! Search bars * -****************/ -.search-bar { - background-color: #272727; - background-image: none; - border-width: 0 0 1px; - border-style: solid; - border-color: #202020; - color: #ebdbb2; } - .search-bar .button.close-button { - padding: 3px; } - -/****************** - ! Action buttons * -*******************/ -.suggested-action.button, .selection-mode.header-bar .button.suggested-action, .selection-mode.toolbar .button.suggested-action { - background-color: #98971a; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .suggested-action.button:focus, .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.toolbar .button.suggested-action:focus, .suggested-action.button:hover, .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.toolbar .button.suggested-action:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - .suggested-action.button:active, .selection-mode.header-bar .button.suggested-action:active, .selection-mode.toolbar .button.suggested-action:active, .suggested-action.button:active:hover, .suggested-action.button:active:focus, .suggested-action.button:active:hover:focus, .suggested-action.button:checked, .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.toolbar .button.suggested-action:checked, .suggested-action.button:checked:hover, .suggested-action.button:checked:focus, .suggested-action.button:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - .suggested-action.button:insensitive, .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.toolbar .button.suggested-action:insensitive { - border-color: rgba(34, 34, 34, 0.32); } - .suggested-action.button:active:insensitive, .suggested-action.button:checked:insensitive { - border-color: rgba(32, 32, 32, 0.32); } - .suggested-action.button.flat, .selection-mode.header-bar .flat.button.suggested-action, .selection-mode.toolbar .flat.button.suggested-action { - border-color: rgba(152, 151, 26, 0); - color: #282828; - background-color: rgba(152, 151, 26, 0); - background-image: none; - box-shadow: none; } - .suggested-action.button:hover, .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.toolbar .button.suggested-action:hover, .suggested-action.button.flat:hover { - background-color: #a09f1b; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - .suggested-action.button:hover:focus, .suggested-action.button:hover:hover, .suggested-action.button.flat:hover:focus, .suggested-action.button.flat:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - .suggested-action.button:hover:active, .suggested-action.button:hover:active:hover, .suggested-action.button:hover:active:focus, .suggested-action.button:hover:active:hover:focus, .suggested-action.button:hover:checked, .suggested-action.button:hover:checked:hover, .suggested-action.button:hover:checked:focus, .suggested-action.button:hover:checked:hover:focus, .suggested-action.button.flat:hover:active, .suggested-action.button.flat:hover:active:hover, .suggested-action.button.flat:hover:active:focus, .suggested-action.button.flat:hover:active:hover:focus, .suggested-action.button.flat:hover:checked, .suggested-action.button.flat:hover:checked:hover, .suggested-action.button.flat:hover:checked:focus, .suggested-action.button.flat:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - .suggested-action.button:hover:insensitive, .suggested-action.button.flat:hover:insensitive { - border-color: rgba(34, 34, 34, 0.4); } - .suggested-action.button:hover:active:insensitive, .suggested-action.button:hover:checked:insensitive, .suggested-action.button.flat:hover:active:insensitive, .suggested-action.button.flat:hover:checked:insensitive { - border-color: rgba(32, 32, 32, 0.4); } - .suggested-action.button:focus, .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.toolbar .button.suggested-action:focus, .suggested-action.button.flat:focus { - background-color: #a09f1b; - background-image: none; - border-color: rgba(40, 40, 40, 0.32); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .suggested-action.button:focus:hover, .suggested-action.button.flat:focus:hover { - background-color: #a7a61d; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - .suggested-action.button:focus:hover:focus, .suggested-action.button:focus:hover:hover, .suggested-action.button.flat:focus:hover:focus, .suggested-action.button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - .suggested-action.button:focus:hover:active, .suggested-action.button:focus:hover:active:hover, .suggested-action.button:focus:hover:active:focus, .suggested-action.button:focus:hover:active:hover:focus, .suggested-action.button:focus:hover:checked, .suggested-action.button:focus:hover:checked:hover, .suggested-action.button:focus:hover:checked:focus, .suggested-action.button:focus:hover:checked:hover:focus, .suggested-action.button.flat:focus:hover:active, .suggested-action.button.flat:focus:hover:active:hover, .suggested-action.button.flat:focus:hover:active:focus, .suggested-action.button.flat:focus:hover:active:hover:focus, .suggested-action.button.flat:focus:hover:checked, .suggested-action.button.flat:focus:hover:checked:hover, .suggested-action.button.flat:focus:hover:checked:focus, .suggested-action.button.flat:focus:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - .suggested-action.button:focus:hover:insensitive, .suggested-action.button.flat:focus:hover:insensitive { - border-color: rgba(34, 34, 34, 0.4); } - .suggested-action.button:focus:hover:active:insensitive, .suggested-action.button:focus:hover:checked:insensitive, .suggested-action.button.flat:focus:hover:active:insensitive, .suggested-action.button.flat:focus:hover:checked:insensitive { - border-color: rgba(32, 32, 32, 0.4); } - .suggested-action.button:checked, .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.toolbar .button.suggested-action:checked, .suggested-action.button:active, .selection-mode.header-bar .button.suggested-action:active, .selection-mode.toolbar .button.suggested-action:active, .suggested-action.button.flat:checked, .suggested-action.button.flat:active { - background-color: #928374; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(40, 40, 40, 0.06), inset 0 1px rgba(40, 40, 40, 0.07), inset -1px 0 rgba(40, 40, 40, 0.06), inset 0 -1px rgba(40, 40, 40, 0.05); } - .suggested-action.button:checked:focus, .suggested-action.button:checked:hover, .suggested-action.button:active:focus, .suggested-action.button:active:hover, .suggested-action.button.flat:checked:focus, .suggested-action.button.flat:checked:hover, .suggested-action.button.flat:active:focus, .suggested-action.button.flat:active:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - .suggested-action.button:checked:active, .suggested-action.button:checked:active:hover, .suggested-action.button:checked:active:focus, .suggested-action.button:checked:active:hover:focus, .suggested-action.button:checked:checked, .suggested-action.button:checked:checked:hover, .suggested-action.button:checked:checked:focus, .suggested-action.button:checked:checked:hover:focus, .suggested-action.button:active:active, .suggested-action.button:active:active:hover, .suggested-action.button:active:active:focus, .suggested-action.button:active:active:hover:focus, .suggested-action.button:active:checked, .suggested-action.button:active:checked:hover, .suggested-action.button:active:checked:focus, .suggested-action.button:active:checked:hover:focus, .suggested-action.button.flat:checked:active, .suggested-action.button.flat:checked:active:hover, .suggested-action.button.flat:checked:active:focus, .suggested-action.button.flat:checked:active:hover:focus, .suggested-action.button.flat:checked:checked, .suggested-action.button.flat:checked:checked:hover, .suggested-action.button.flat:checked:checked:focus, .suggested-action.button.flat:checked:checked:hover:focus, .suggested-action.button.flat:active:active, .suggested-action.button.flat:active:active:hover, .suggested-action.button.flat:active:active:focus, .suggested-action.button.flat:active:active:hover:focus, .suggested-action.button.flat:active:checked, .suggested-action.button.flat:active:checked:hover, .suggested-action.button.flat:active:checked:focus, .suggested-action.button.flat:active:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - .suggested-action.button:checked:insensitive, .suggested-action.button:active:insensitive, .suggested-action.button.flat:checked:insensitive, .suggested-action.button.flat:active:insensitive { - border-color: rgba(34, 34, 34, 0.32); } - .suggested-action.button:checked:active:insensitive, .suggested-action.button:checked:checked:insensitive, .suggested-action.button:active:active:insensitive, .suggested-action.button:active:checked:insensitive, .suggested-action.button.flat:checked:active:insensitive, .suggested-action.button.flat:checked:checked:insensitive, .suggested-action.button.flat:active:active:insensitive, .suggested-action.button.flat:active:checked:insensitive { - border-color: rgba(32, 32, 32, 0.32); } - .suggested-action.button:checked:focus, .suggested-action.button:checked:hover, .suggested-action.button:active:focus, .suggested-action.button:active:hover, .suggested-action.button.flat:checked:focus, .suggested-action.button.flat:checked:hover, .suggested-action.button.flat:active:focus, .suggested-action.button.flat:active:hover { - background-color: #988a7b; - background-image: none; - color: #282828; } - .suggested-action.button:focus, .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.toolbar .button.suggested-action:focus, .suggested-action.button:hover, .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.toolbar .button.suggested-action:hover, .suggested-action.button.flat:focus, .suggested-action.button.flat:hover { - color: #282828; } - .suggested-action.button:insensitive:insensitive, .suggested-action.button.flat:insensitive:insensitive { - background-color: alpha(mix(#98971a,#282828,0.2),0.4); - background-image: none; - opacity: .6; - color: mix(#98971a,#282828,0.6); - box-shadow: none; } - .suggested-action.button:insensitive:insensitive :insensitive, .suggested-action.button.flat:insensitive:insensitive :insensitive { - color: mix(#98971a,#282828,0.6); } - .suggested-action.button:active:insensitive, .suggested-action.button:checked:insensitive { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - .suggested-action.button:active:insensitive:insensitive, .suggested-action.button:checked:insensitive:insensitive { - color: rgba(40, 40, 40, 0.85); } - .suggested-action.button.separator, .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.toolbar .separator.button.suggested-action, .suggested-action.button .separator, .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.toolbar .button.suggested-action .separator { - border: 1px solid currentColor; - color: rgba(152, 151, 26, 0.9); } - .suggested-action.button.separator:insensitive, .suggested-action.button .separator:insensitive { - color: rgba(152, 151, 26, 0.85); } - -.destructive-action.button { - background-color: #cc241d; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .destructive-action.button:focus, .destructive-action.button:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - .destructive-action.button:active, .destructive-action.button:active:hover, .destructive-action.button:active:focus, .destructive-action.button:active:hover:focus, .destructive-action.button:checked, .destructive-action.button:checked:hover, .destructive-action.button:checked:focus, .destructive-action.button:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - .destructive-action.button:insensitive { - border-color: rgba(34, 34, 34, 0.32); } - .destructive-action.button:active:insensitive, .destructive-action.button:checked:insensitive { - border-color: rgba(32, 32, 32, 0.32); } - .destructive-action.button.flat { - border-color: rgba(204, 36, 29, 0); - color: #282828; - background-color: rgba(204, 36, 29, 0); - background-image: none; - box-shadow: none; } - .destructive-action.button:hover, .destructive-action.button.flat:hover { - background-color: #d6261e; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - .destructive-action.button:hover:focus, .destructive-action.button:hover:hover, .destructive-action.button.flat:hover:focus, .destructive-action.button.flat:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - .destructive-action.button:hover:active, .destructive-action.button:hover:active:hover, .destructive-action.button:hover:active:focus, .destructive-action.button:hover:active:hover:focus, .destructive-action.button:hover:checked, .destructive-action.button:hover:checked:hover, .destructive-action.button:hover:checked:focus, .destructive-action.button:hover:checked:hover:focus, .destructive-action.button.flat:hover:active, .destructive-action.button.flat:hover:active:hover, .destructive-action.button.flat:hover:active:focus, .destructive-action.button.flat:hover:active:hover:focus, .destructive-action.button.flat:hover:checked, .destructive-action.button.flat:hover:checked:hover, .destructive-action.button.flat:hover:checked:focus, .destructive-action.button.flat:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - .destructive-action.button:hover:insensitive, .destructive-action.button.flat:hover:insensitive { - border-color: rgba(34, 34, 34, 0.4); } - .destructive-action.button:hover:active:insensitive, .destructive-action.button:hover:checked:insensitive, .destructive-action.button.flat:hover:active:insensitive, .destructive-action.button.flat:hover:checked:insensitive { - border-color: rgba(32, 32, 32, 0.4); } - .destructive-action.button:focus, .destructive-action.button.flat:focus { - background-color: #d6261e; - background-image: none; - border-color: rgba(40, 40, 40, 0.32); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .destructive-action.button:focus:hover, .destructive-action.button.flat:focus:hover { - background-color: #df2821; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - .destructive-action.button:focus:hover:focus, .destructive-action.button:focus:hover:hover, .destructive-action.button.flat:focus:hover:focus, .destructive-action.button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - .destructive-action.button:focus:hover:active, .destructive-action.button:focus:hover:active:hover, .destructive-action.button:focus:hover:active:focus, .destructive-action.button:focus:hover:active:hover:focus, .destructive-action.button:focus:hover:checked, .destructive-action.button:focus:hover:checked:hover, .destructive-action.button:focus:hover:checked:focus, .destructive-action.button:focus:hover:checked:hover:focus, .destructive-action.button.flat:focus:hover:active, .destructive-action.button.flat:focus:hover:active:hover, .destructive-action.button.flat:focus:hover:active:focus, .destructive-action.button.flat:focus:hover:active:hover:focus, .destructive-action.button.flat:focus:hover:checked, .destructive-action.button.flat:focus:hover:checked:hover, .destructive-action.button.flat:focus:hover:checked:focus, .destructive-action.button.flat:focus:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - .destructive-action.button:focus:hover:insensitive, .destructive-action.button.flat:focus:hover:insensitive { - border-color: rgba(34, 34, 34, 0.4); } - .destructive-action.button:focus:hover:active:insensitive, .destructive-action.button:focus:hover:checked:insensitive, .destructive-action.button.flat:focus:hover:active:insensitive, .destructive-action.button.flat:focus:hover:checked:insensitive { - border-color: rgba(32, 32, 32, 0.4); } - .destructive-action.button:checked, .destructive-action.button:active, .destructive-action.button.flat:checked, .destructive-action.button.flat:active { - background-color: #928374; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(40, 40, 40, 0.06), inset 0 1px rgba(40, 40, 40, 0.07), inset -1px 0 rgba(40, 40, 40, 0.06), inset 0 -1px rgba(40, 40, 40, 0.05); } - .destructive-action.button:checked:focus, .destructive-action.button:checked:hover, .destructive-action.button:active:focus, .destructive-action.button:active:hover, .destructive-action.button.flat:checked:focus, .destructive-action.button.flat:checked:hover, .destructive-action.button.flat:active:focus, .destructive-action.button.flat:active:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - .destructive-action.button:checked:active, .destructive-action.button:checked:active:hover, .destructive-action.button:checked:active:focus, .destructive-action.button:checked:active:hover:focus, .destructive-action.button:checked:checked, .destructive-action.button:checked:checked:hover, .destructive-action.button:checked:checked:focus, .destructive-action.button:checked:checked:hover:focus, .destructive-action.button:active:active, .destructive-action.button:active:active:hover, .destructive-action.button:active:active:focus, .destructive-action.button:active:active:hover:focus, .destructive-action.button:active:checked, .destructive-action.button:active:checked:hover, .destructive-action.button:active:checked:focus, .destructive-action.button:active:checked:hover:focus, .destructive-action.button.flat:checked:active, .destructive-action.button.flat:checked:active:hover, .destructive-action.button.flat:checked:active:focus, .destructive-action.button.flat:checked:active:hover:focus, .destructive-action.button.flat:checked:checked, .destructive-action.button.flat:checked:checked:hover, .destructive-action.button.flat:checked:checked:focus, .destructive-action.button.flat:checked:checked:hover:focus, .destructive-action.button.flat:active:active, .destructive-action.button.flat:active:active:hover, .destructive-action.button.flat:active:active:focus, .destructive-action.button.flat:active:active:hover:focus, .destructive-action.button.flat:active:checked, .destructive-action.button.flat:active:checked:hover, .destructive-action.button.flat:active:checked:focus, .destructive-action.button.flat:active:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - .destructive-action.button:checked:insensitive, .destructive-action.button:active:insensitive, .destructive-action.button.flat:checked:insensitive, .destructive-action.button.flat:active:insensitive { - border-color: rgba(34, 34, 34, 0.32); } - .destructive-action.button:checked:active:insensitive, .destructive-action.button:checked:checked:insensitive, .destructive-action.button:active:active:insensitive, .destructive-action.button:active:checked:insensitive, .destructive-action.button.flat:checked:active:insensitive, .destructive-action.button.flat:checked:checked:insensitive, .destructive-action.button.flat:active:active:insensitive, .destructive-action.button.flat:active:checked:insensitive { - border-color: rgba(32, 32, 32, 0.32); } - .destructive-action.button:checked:focus, .destructive-action.button:checked:hover, .destructive-action.button:active:focus, .destructive-action.button:active:hover, .destructive-action.button.flat:checked:focus, .destructive-action.button.flat:checked:hover, .destructive-action.button.flat:active:focus, .destructive-action.button.flat:active:hover { - background-color: #988a7b; - background-image: none; - color: #282828; } - .destructive-action.button:focus, .destructive-action.button:hover, .destructive-action.button.flat:focus, .destructive-action.button.flat:hover { - color: #282828; } - .destructive-action.button:insensitive:insensitive, .destructive-action.button.flat:insensitive:insensitive { - background-color: alpha(mix(#cc241d,#282828,0.2),0.4); - background-image: none; - opacity: .6; - color: mix(#cc241d,#282828,0.6); - box-shadow: none; } - .destructive-action.button:insensitive:insensitive :insensitive, .destructive-action.button.flat:insensitive:insensitive :insensitive { - color: mix(#cc241d,#282828,0.6); } - .destructive-action.button:active:insensitive, .destructive-action.button:checked:insensitive { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - .destructive-action.button:active:insensitive:insensitive, .destructive-action.button:checked:insensitive:insensitive { - color: rgba(40, 40, 40, 0.85); } - .destructive-action.button.separator, .destructive-action.button .separator { - border: 1px solid currentColor; - color: rgba(204, 36, 29, 0.9); } - .destructive-action.button.separator:insensitive, .destructive-action.button .separator:insensitive { - color: rgba(204, 36, 29, 0.85); } - -/****************** -* selection mode * -******************/ -.selection-mode.header-bar, .selection-mode.toolbar { - background-color: #928374; - background-image: none; - border-color: #75695c; - padding: 6px; - color: #282828; } - .selection-mode.header-bar:focus, .selection-mode.header-bar:hover, .selection-mode.toolbar:focus, .selection-mode.toolbar:hover { - border-color: mix(#928374,#928374,0.3); } - .selection-mode.header-bar:active, .selection-mode.header-bar:active:hover, .selection-mode.header-bar:active:focus, .selection-mode.header-bar:active:hover:focus, .selection-mode.header-bar:checked, .selection-mode.header-bar:checked:hover, .selection-mode.header-bar:checked:focus, .selection-mode.header-bar:checked:hover:focus, .selection-mode.toolbar:active, .selection-mode.toolbar:active:hover, .selection-mode.toolbar:active:focus, .selection-mode.toolbar:active:hover:focus, .selection-mode.toolbar:checked, .selection-mode.toolbar:checked:hover, .selection-mode.toolbar:checked:focus, .selection-mode.toolbar:checked:hover:focus { - border-color: #675c51; } - .selection-mode.header-bar:insensitive, .selection-mode.toolbar:insensitive { - border-color: #7d6f62; } - .selection-mode.header-bar:active:insensitive, .selection-mode.header-bar:checked:insensitive, .selection-mode.toolbar:active:insensitive, .selection-mode.toolbar:checked:insensitive { - border-color: #75695c; } - .selection-mode.header-bar:insensitive, .selection-mode.toolbar:insensitive { - background-color: #847668; - background-image: none; - color: mix(#282828,#928374,0.5); } - .selection-mode.header-bar .title, .selection-mode.toolbar .title { - font: bold; - padding: 0 6px; } - .selection-mode.header-bar .subtitle, .selection-mode.toolbar .subtitle { - font: smaller; - padding: 0 6px; } - .selection-mode.header-bar .button, .selection-mode.toolbar .button { - background-color: #282828; - background-image: none; - border-color: rgba(218, 188, 112, 0.32); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .selection-mode.header-bar .button:focus, .selection-mode.header-bar .button:hover, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.32),0.3); } - .selection-mode.header-bar .button:active, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover:focus, .selection-mode.header-bar .button:checked, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover:focus, .selection-mode.toolbar .button:active, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover:focus, .selection-mode.toolbar .button:checked, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.32); } - .selection-mode.header-bar .button:insensitive, .selection-mode.toolbar .button:insensitive { - border-color: rgba(222, 196, 129, 0.32); } - .selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button:checked:insensitive { - border-color: rgba(218, 188, 112, 0.32); } - .selection-mode.header-bar .button.flat, .selection-mode.toolbar .button.flat { - border-color: rgba(40, 40, 40, 0); - color: #ebdbb2; - background-color: rgba(40, 40, 40, 0); - background-image: none; - box-shadow: none; } - .selection-mode.header-bar .button:hover, .selection-mode.header-bar .button.flat:hover, .selection-mode.toolbar .button:hover, .selection-mode.toolbar .button.flat:hover { - background-color: #2a2a2a; - background-image: none; - border-color: rgba(218, 188, 112, 0.4); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - .selection-mode.header-bar .button:hover:focus, .selection-mode.header-bar .button:hover:hover, .selection-mode.header-bar .button.flat:hover:focus, .selection-mode.header-bar .button.flat:hover:hover, .selection-mode.toolbar .button:hover:focus, .selection-mode.toolbar .button:hover:hover, .selection-mode.toolbar .button.flat:hover:focus, .selection-mode.toolbar .button.flat:hover:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.4),0.3); } - .selection-mode.header-bar .button:hover:active, .selection-mode.header-bar .button:hover:active:hover, .selection-mode.header-bar .button:hover:active:focus, .selection-mode.header-bar .button:hover:active:hover:focus, .selection-mode.header-bar .button:hover:checked, .selection-mode.header-bar .button:hover:checked:hover, .selection-mode.header-bar .button:hover:checked:focus, .selection-mode.header-bar .button:hover:checked:hover:focus, .selection-mode.header-bar .button.flat:hover:active, .selection-mode.header-bar .button.flat:hover:active:hover, .selection-mode.header-bar .button.flat:hover:active:focus, .selection-mode.header-bar .button.flat:hover:active:hover:focus, .selection-mode.header-bar .button.flat:hover:checked, .selection-mode.header-bar .button.flat:hover:checked:hover, .selection-mode.header-bar .button.flat:hover:checked:focus, .selection-mode.header-bar .button.flat:hover:checked:hover:focus, .selection-mode.toolbar .button:hover:active, .selection-mode.toolbar .button:hover:active:hover, .selection-mode.toolbar .button:hover:active:focus, .selection-mode.toolbar .button:hover:active:hover:focus, .selection-mode.toolbar .button:hover:checked, .selection-mode.toolbar .button:hover:checked:hover, .selection-mode.toolbar .button:hover:checked:focus, .selection-mode.toolbar .button:hover:checked:hover:focus, .selection-mode.toolbar .button.flat:hover:active, .selection-mode.toolbar .button.flat:hover:active:hover, .selection-mode.toolbar .button.flat:hover:active:focus, .selection-mode.toolbar .button.flat:hover:active:hover:focus, .selection-mode.toolbar .button.flat:hover:checked, .selection-mode.toolbar .button.flat:hover:checked:hover, .selection-mode.toolbar .button.flat:hover:checked:focus, .selection-mode.toolbar .button.flat:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.4); } - .selection-mode.header-bar .button:hover:insensitive, .selection-mode.header-bar .button.flat:hover:insensitive, .selection-mode.toolbar .button:hover:insensitive, .selection-mode.toolbar .button.flat:hover:insensitive { - border-color: rgba(222, 196, 129, 0.4); } - .selection-mode.header-bar .button:hover:active:insensitive, .selection-mode.header-bar .button:hover:checked:insensitive, .selection-mode.header-bar .button.flat:hover:active:insensitive, .selection-mode.header-bar .button.flat:hover:checked:insensitive, .selection-mode.toolbar .button:hover:active:insensitive, .selection-mode.toolbar .button:hover:checked:insensitive, .selection-mode.toolbar .button.flat:hover:active:insensitive, .selection-mode.toolbar .button.flat:hover:checked:insensitive { - border-color: rgba(218, 188, 112, 0.4); } - .selection-mode.header-bar .button:focus, .selection-mode.header-bar .button.flat:focus, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button.flat:focus { - background-color: #2a2a2a; - background-image: none; - border-color: rgba(235, 219, 178, 0.32); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .selection-mode.header-bar .button:focus:hover, .selection-mode.header-bar .button.flat:focus:hover, .selection-mode.toolbar .button:focus:hover, .selection-mode.toolbar .button.flat:focus:hover { - background-color: #2c2c2c; - background-image: none; - border-color: rgba(218, 188, 112, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - .selection-mode.header-bar .button:focus:hover:focus, .selection-mode.header-bar .button:focus:hover:hover, .selection-mode.header-bar .button.flat:focus:hover:focus, .selection-mode.header-bar .button.flat:focus:hover:hover, .selection-mode.toolbar .button:focus:hover:focus, .selection-mode.toolbar .button:focus:hover:hover, .selection-mode.toolbar .button.flat:focus:hover:focus, .selection-mode.toolbar .button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.4),0.3); } - .selection-mode.header-bar .button:focus:hover:active, .selection-mode.header-bar .button:focus:hover:active:hover, .selection-mode.header-bar .button:focus:hover:active:focus, .selection-mode.header-bar .button:focus:hover:active:hover:focus, .selection-mode.header-bar .button:focus:hover:checked, .selection-mode.header-bar .button:focus:hover:checked:hover, .selection-mode.header-bar .button:focus:hover:checked:focus, .selection-mode.header-bar .button:focus:hover:checked:hover:focus, .selection-mode.header-bar .button.flat:focus:hover:active, .selection-mode.header-bar .button.flat:focus:hover:active:hover, .selection-mode.header-bar .button.flat:focus:hover:active:focus, .selection-mode.header-bar .button.flat:focus:hover:active:hover:focus, .selection-mode.header-bar .button.flat:focus:hover:checked, .selection-mode.header-bar .button.flat:focus:hover:checked:hover, .selection-mode.header-bar .button.flat:focus:hover:checked:focus, .selection-mode.header-bar .button.flat:focus:hover:checked:hover:focus, .selection-mode.toolbar .button:focus:hover:active, .selection-mode.toolbar .button:focus:hover:active:hover, .selection-mode.toolbar .button:focus:hover:active:focus, .selection-mode.toolbar .button:focus:hover:active:hover:focus, .selection-mode.toolbar .button:focus:hover:checked, .selection-mode.toolbar .button:focus:hover:checked:hover, .selection-mode.toolbar .button:focus:hover:checked:focus, .selection-mode.toolbar .button:focus:hover:checked:hover:focus, .selection-mode.toolbar .button.flat:focus:hover:active, .selection-mode.toolbar .button.flat:focus:hover:active:hover, .selection-mode.toolbar .button.flat:focus:hover:active:focus, .selection-mode.toolbar .button.flat:focus:hover:active:hover:focus, .selection-mode.toolbar .button.flat:focus:hover:checked, .selection-mode.toolbar .button.flat:focus:hover:checked:hover, .selection-mode.toolbar .button.flat:focus:hover:checked:focus, .selection-mode.toolbar .button.flat:focus:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.4); } - .selection-mode.header-bar .button:focus:hover:insensitive, .selection-mode.header-bar .button.flat:focus:hover:insensitive, .selection-mode.toolbar .button:focus:hover:insensitive, .selection-mode.toolbar .button.flat:focus:hover:insensitive { - border-color: rgba(222, 196, 129, 0.4); } - .selection-mode.header-bar .button:focus:hover:active:insensitive, .selection-mode.header-bar .button:focus:hover:checked:insensitive, .selection-mode.header-bar .button.flat:focus:hover:active:insensitive, .selection-mode.header-bar .button.flat:focus:hover:checked:insensitive, .selection-mode.toolbar .button:focus:hover:active:insensitive, .selection-mode.toolbar .button:focus:hover:checked:insensitive, .selection-mode.toolbar .button.flat:focus:hover:active:insensitive, .selection-mode.toolbar .button.flat:focus:hover:checked:insensitive { - border-color: rgba(218, 188, 112, 0.4); } - .selection-mode.header-bar .button:checked, .selection-mode.header-bar .button:active, .selection-mode.header-bar .button.flat:checked, .selection-mode.header-bar .button.flat:active, .selection-mode.toolbar .button:checked, .selection-mode.toolbar .button:active, .selection-mode.toolbar .button.flat:checked, .selection-mode.toolbar .button.flat:active { - background-color: #928374; - background-image: none; - border-color: rgba(218, 188, 112, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); } - .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button.flat:checked:focus, .selection-mode.header-bar .button.flat:checked:hover, .selection-mode.header-bar .button.flat:active:focus, .selection-mode.header-bar .button.flat:active:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button.flat:checked:focus, .selection-mode.toolbar .button.flat:checked:hover, .selection-mode.toolbar .button.flat:active:focus, .selection-mode.toolbar .button.flat:active:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.32),0.3); } - .selection-mode.header-bar .button:checked:active, .selection-mode.header-bar .button:checked:active:hover, .selection-mode.header-bar .button:checked:active:focus, .selection-mode.header-bar .button:checked:active:hover:focus, .selection-mode.header-bar .button:checked:checked, .selection-mode.header-bar .button:checked:checked:hover, .selection-mode.header-bar .button:checked:checked:focus, .selection-mode.header-bar .button:checked:checked:hover:focus, .selection-mode.header-bar .button:active:active, .selection-mode.header-bar .button:active:active:hover, .selection-mode.header-bar .button:active:active:focus, .selection-mode.header-bar .button:active:active:hover:focus, .selection-mode.header-bar .button:active:checked, .selection-mode.header-bar .button:active:checked:hover, .selection-mode.header-bar .button:active:checked:focus, .selection-mode.header-bar .button:active:checked:hover:focus, .selection-mode.header-bar .button.flat:checked:active, .selection-mode.header-bar .button.flat:checked:active:hover, .selection-mode.header-bar .button.flat:checked:active:focus, .selection-mode.header-bar .button.flat:checked:active:hover:focus, .selection-mode.header-bar .button.flat:checked:checked, .selection-mode.header-bar .button.flat:checked:checked:hover, .selection-mode.header-bar .button.flat:checked:checked:focus, .selection-mode.header-bar .button.flat:checked:checked:hover:focus, .selection-mode.header-bar .button.flat:active:active, .selection-mode.header-bar .button.flat:active:active:hover, .selection-mode.header-bar .button.flat:active:active:focus, .selection-mode.header-bar .button.flat:active:active:hover:focus, .selection-mode.header-bar .button.flat:active:checked, .selection-mode.header-bar .button.flat:active:checked:hover, .selection-mode.header-bar .button.flat:active:checked:focus, .selection-mode.header-bar .button.flat:active:checked:hover:focus, .selection-mode.toolbar .button:checked:active, .selection-mode.toolbar .button:checked:active:hover, .selection-mode.toolbar .button:checked:active:focus, .selection-mode.toolbar .button:checked:active:hover:focus, .selection-mode.toolbar .button:checked:checked, .selection-mode.toolbar .button:checked:checked:hover, .selection-mode.toolbar .button:checked:checked:focus, .selection-mode.toolbar .button:checked:checked:hover:focus, .selection-mode.toolbar .button:active:active, .selection-mode.toolbar .button:active:active:hover, .selection-mode.toolbar .button:active:active:focus, .selection-mode.toolbar .button:active:active:hover:focus, .selection-mode.toolbar .button:active:checked, .selection-mode.toolbar .button:active:checked:hover, .selection-mode.toolbar .button:active:checked:focus, .selection-mode.toolbar .button:active:checked:hover:focus, .selection-mode.toolbar .button.flat:checked:active, .selection-mode.toolbar .button.flat:checked:active:hover, .selection-mode.toolbar .button.flat:checked:active:focus, .selection-mode.toolbar .button.flat:checked:active:hover:focus, .selection-mode.toolbar .button.flat:checked:checked, .selection-mode.toolbar .button.flat:checked:checked:hover, .selection-mode.toolbar .button.flat:checked:checked:focus, .selection-mode.toolbar .button.flat:checked:checked:hover:focus, .selection-mode.toolbar .button.flat:active:active, .selection-mode.toolbar .button.flat:active:active:hover, .selection-mode.toolbar .button.flat:active:active:focus, .selection-mode.toolbar .button.flat:active:active:hover:focus, .selection-mode.toolbar .button.flat:active:checked, .selection-mode.toolbar .button.flat:active:checked:hover, .selection-mode.toolbar .button.flat:active:checked:focus, .selection-mode.toolbar .button.flat:active:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.32); } - .selection-mode.header-bar .button:checked:insensitive, .selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button.flat:checked:insensitive, .selection-mode.header-bar .button.flat:active:insensitive, .selection-mode.toolbar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button.flat:checked:insensitive, .selection-mode.toolbar .button.flat:active:insensitive { - border-color: rgba(222, 196, 129, 0.32); } - .selection-mode.header-bar .button:checked:active:insensitive, .selection-mode.header-bar .button:checked:checked:insensitive, .selection-mode.header-bar .button:active:active:insensitive, .selection-mode.header-bar .button:active:checked:insensitive, .selection-mode.header-bar .button.flat:checked:active:insensitive, .selection-mode.header-bar .button.flat:checked:checked:insensitive, .selection-mode.header-bar .button.flat:active:active:insensitive, .selection-mode.header-bar .button.flat:active:checked:insensitive, .selection-mode.toolbar .button:checked:active:insensitive, .selection-mode.toolbar .button:checked:checked:insensitive, .selection-mode.toolbar .button:active:active:insensitive, .selection-mode.toolbar .button:active:checked:insensitive, .selection-mode.toolbar .button.flat:checked:active:insensitive, .selection-mode.toolbar .button.flat:checked:checked:insensitive, .selection-mode.toolbar .button.flat:active:active:insensitive, .selection-mode.toolbar .button.flat:active:checked:insensitive { - border-color: rgba(218, 188, 112, 0.32); } - .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button.flat:checked:focus, .selection-mode.header-bar .button.flat:checked:hover, .selection-mode.header-bar .button.flat:active:focus, .selection-mode.header-bar .button.flat:active:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button.flat:checked:focus, .selection-mode.toolbar .button.flat:checked:hover, .selection-mode.toolbar .button.flat:active:focus, .selection-mode.toolbar .button.flat:active:hover { - background-color: #988a7b; - background-image: none; - color: #282828; } - .selection-mode.header-bar .button:focus, .selection-mode.header-bar .button:hover, .selection-mode.header-bar .button.flat:focus, .selection-mode.header-bar .button.flat:hover, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button:hover, .selection-mode.toolbar .button.flat:focus, .selection-mode.toolbar .button.flat:hover { - color: #ebdbb2; } - .selection-mode.header-bar .button:insensitive:insensitive, .selection-mode.header-bar .button.flat:insensitive:insensitive, .selection-mode.toolbar .button:insensitive:insensitive, .selection-mode.toolbar .button.flat:insensitive:insensitive { - background-color: alpha(mix(#282828,#ebdbb2,0.2),0.4); - background-image: none; - opacity: .6; - color: mix(#282828,#ebdbb2,0.6); - box-shadow: none; } - .selection-mode.header-bar .button:insensitive:insensitive :insensitive, .selection-mode.header-bar .button.flat:insensitive:insensitive :insensitive, .selection-mode.toolbar .button:insensitive:insensitive :insensitive, .selection-mode.toolbar .button.flat:insensitive:insensitive :insensitive { - color: mix(#282828,#ebdbb2,0.6); } - .selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button:checked:insensitive { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - .selection-mode.header-bar .button:active:insensitive:insensitive, .selection-mode.header-bar .button:checked:insensitive:insensitive, .selection-mode.toolbar .button:active:insensitive:insensitive, .selection-mode.toolbar .button:checked:insensitive:insensitive { - color: rgba(40, 40, 40, 0.85); } - .selection-mode.header-bar .button.separator, .selection-mode.header-bar .button .separator, .selection-mode.toolbar .button.separator, .selection-mode.toolbar .button .separator { - border: 1px solid currentColor; - color: rgba(40, 40, 40, 0.9); } - .selection-mode.header-bar .button.separator:insensitive, .selection-mode.header-bar .button .separator:insensitive, .selection-mode.toolbar .button.separator:insensitive, .selection-mode.toolbar .button .separator:insensitive { - color: rgba(40, 40, 40, 0.85); } - .selection-mode.header-bar .button.linked, .selection-mode.header-bar .linked .button, .selection-mode.toolbar .button.linked, .selection-mode.toolbar .linked .button { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .selection-mode.header-bar .button.linked:focus, .selection-mode.header-bar .button.linked:hover, .selection-mode.header-bar .linked .button:focus, .selection-mode.header-bar .linked .button:hover, .selection-mode.toolbar .button.linked:focus, .selection-mode.toolbar .button.linked:hover, .selection-mode.toolbar .linked .button:focus, .selection-mode.toolbar .linked .button:hover { - box-shadow: inset -1px 0 mix(#928374,rgba(0, 0, 0, 0.32),0.3), 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .selection-mode.header-bar .button.linked:active, .selection-mode.header-bar .button.linked:active:hover, .selection-mode.header-bar .button.linked:active:focus, .selection-mode.header-bar .button.linked:active:hover:focus, .selection-mode.header-bar .button.linked:checked, .selection-mode.header-bar .button.linked:checked:hover, .selection-mode.header-bar .button.linked:checked:focus, .selection-mode.header-bar .button.linked:checked:hover:focus, .selection-mode.header-bar .linked .button:active, .selection-mode.header-bar .linked .button:active:hover, .selection-mode.header-bar .linked .button:active:focus, .selection-mode.header-bar .linked .button:active:hover:focus, .selection-mode.header-bar .linked .button:checked, .selection-mode.header-bar .linked .button:checked:hover, .selection-mode.header-bar .linked .button:checked:focus, .selection-mode.header-bar .linked .button:checked:hover:focus, .selection-mode.toolbar .button.linked:active, .selection-mode.toolbar .button.linked:active:hover, .selection-mode.toolbar .button.linked:active:focus, .selection-mode.toolbar .button.linked:active:hover:focus, .selection-mode.toolbar .button.linked:checked, .selection-mode.toolbar .button.linked:checked:hover, .selection-mode.toolbar .button.linked:checked:focus, .selection-mode.toolbar .button.linked:checked:hover:focus, .selection-mode.toolbar .linked .button:active, .selection-mode.toolbar .linked .button:active:hover, .selection-mode.toolbar .linked .button:active:focus, .selection-mode.toolbar .linked .button:active:hover:focus, .selection-mode.toolbar .linked .button:checked, .selection-mode.toolbar .linked .button:checked:hover, .selection-mode.toolbar .linked .button:checked:focus, .selection-mode.toolbar .linked .button:checked:hover:focus { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), inset 0 1px rgba(66, 52, 17, 0.07), inset 0 -1px rgba(66, 52, 17, 0.05); } - .selection-mode.header-bar .button.linked:insensitive, .selection-mode.header-bar .linked .button:insensitive, .selection-mode.toolbar .button.linked:insensitive, .selection-mode.toolbar .linked .button:insensitive { - box-shadow: inset -1px 0 #202020; } - .selection-mode.header-bar .button.linked:last-child, .selection-mode.header-bar .button.linked:only-child, .selection-mode.header-bar .linked .button:last-child, .selection-mode.header-bar .linked .button:only-child, .selection-mode.toolbar .button.linked:last-child, .selection-mode.toolbar .button.linked:only-child, .selection-mode.toolbar .linked .button:last-child, .selection-mode.toolbar .linked .button:only-child { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .selection-mode.header-bar .button.linked:last-child:hover, .selection-mode.header-bar .button.linked:only-child:hover, .selection-mode.header-bar .linked .button:last-child:hover, .selection-mode.header-bar .linked .button:only-child:hover, .selection-mode.toolbar .button.linked:last-child:hover, .selection-mode.toolbar .button.linked:only-child:hover, .selection-mode.toolbar .linked .button:last-child:hover, .selection-mode.toolbar .linked .button:only-child:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .selection-mode.header-bar .button.linked:insensitive:last-child, .selection-mode.header-bar .button.linked:insensitive:only-child, .selection-mode.header-bar .button.linked:active:insensitive:last-child, .selection-mode.header-bar .button.linked:active:insensitive:only-child, .selection-mode.header-bar .button.linked:checked:insensitive:last-child, .selection-mode.header-bar .button.linked:checked:insensitive:only-child, .selection-mode.header-bar .linked .button:insensitive:last-child, .selection-mode.header-bar .linked .button:insensitive:only-child, .selection-mode.header-bar .linked .button:active:insensitive:last-child, .selection-mode.header-bar .linked .button:active:insensitive:only-child, .selection-mode.header-bar .linked .button:checked:insensitive:last-child, .selection-mode.header-bar .linked .button:checked:insensitive:only-child, .selection-mode.toolbar .button.linked:insensitive:last-child, .selection-mode.toolbar .button.linked:insensitive:only-child, .selection-mode.toolbar .button.linked:active:insensitive:last-child, .selection-mode.toolbar .button.linked:active:insensitive:only-child, .selection-mode.toolbar .button.linked:checked:insensitive:last-child, .selection-mode.toolbar .button.linked:checked:insensitive:only-child, .selection-mode.toolbar .linked .button:insensitive:last-child, .selection-mode.toolbar .linked .button:insensitive:only-child, .selection-mode.toolbar .linked .button:active:insensitive:last-child, .selection-mode.toolbar .linked .button:active:insensitive:only-child, .selection-mode.toolbar .linked .button:checked:insensitive:last-child, .selection-mode.toolbar .linked .button:checked:insensitive:only-child { - box-shadow: none; } - .selection-mode.header-bar .button.linked:active:last-child, .selection-mode.header-bar .button.linked:active:last-child:focus, .selection-mode.header-bar .button.linked:active:last-child:hover, .selection-mode.header-bar .button.linked:active:last-child:hover:focus, .selection-mode.header-bar .button.linked:checked:last-child, .selection-mode.header-bar .button.linked:checked:last-child:focus, .selection-mode.header-bar .button.linked:checked:last-child:hover, .selection-mode.header-bar .button.linked:checked:last-child:hover:focus, .selection-mode.header-bar .linked .button:active:last-child, .selection-mode.header-bar .linked .button:active:last-child:focus, .selection-mode.header-bar .linked .button:active:last-child:hover, .selection-mode.header-bar .linked .button:active:last-child:hover:focus, .selection-mode.header-bar .linked .button:checked:last-child, .selection-mode.header-bar .linked .button:checked:last-child:focus, .selection-mode.header-bar .linked .button:checked:last-child:hover, .selection-mode.header-bar .linked .button:checked:last-child:hover:focus, .selection-mode.toolbar .button.linked:active:last-child, .selection-mode.toolbar .button.linked:active:last-child:focus, .selection-mode.toolbar .button.linked:active:last-child:hover, .selection-mode.toolbar .button.linked:active:last-child:hover:focus, .selection-mode.toolbar .button.linked:checked:last-child, .selection-mode.toolbar .button.linked:checked:last-child:focus, .selection-mode.toolbar .button.linked:checked:last-child:hover, .selection-mode.toolbar .button.linked:checked:last-child:hover:focus, .selection-mode.toolbar .linked .button:active:last-child, .selection-mode.toolbar .linked .button:active:last-child:focus, .selection-mode.toolbar .linked .button:active:last-child:hover, .selection-mode.toolbar .linked .button:active:last-child:hover:focus, .selection-mode.toolbar .linked .button:checked:last-child, .selection-mode.toolbar .linked .button:checked:last-child:focus, .selection-mode.toolbar .linked .button:checked:last-child:hover, .selection-mode.toolbar .linked .button:checked:last-child:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - .selection-mode.header-bar .button.linked:active:only-child, .selection-mode.header-bar .button.linked:active:only-child:focus, .selection-mode.header-bar .button.linked:active:only-child:hover, .selection-mode.header-bar .button.linked:active:only-child:hover:focus, .selection-mode.header-bar .button.linked:checked:only-child, .selection-mode.header-bar .button.linked:checked:only-child:focus, .selection-mode.header-bar .button.linked:checked:only-child:hover, .selection-mode.header-bar .button.linked:checked:only-child:hover:focus, .selection-mode.header-bar .linked .button:active:only-child, .selection-mode.header-bar .linked .button:active:only-child:focus, .selection-mode.header-bar .linked .button:active:only-child:hover, .selection-mode.header-bar .linked .button:active:only-child:hover:focus, .selection-mode.header-bar .linked .button:checked:only-child, .selection-mode.header-bar .linked .button:checked:only-child:focus, .selection-mode.header-bar .linked .button:checked:only-child:hover, .selection-mode.header-bar .linked .button:checked:only-child:hover:focus, .selection-mode.toolbar .button.linked:active:only-child, .selection-mode.toolbar .button.linked:active:only-child:focus, .selection-mode.toolbar .button.linked:active:only-child:hover, .selection-mode.toolbar .button.linked:active:only-child:hover:focus, .selection-mode.toolbar .button.linked:checked:only-child, .selection-mode.toolbar .button.linked:checked:only-child:focus, .selection-mode.toolbar .button.linked:checked:only-child:hover, .selection-mode.toolbar .button.linked:checked:only-child:hover:focus, .selection-mode.toolbar .linked .button:active:only-child, .selection-mode.toolbar .linked .button:active:only-child:focus, .selection-mode.toolbar .linked .button:active:only-child:hover, .selection-mode.toolbar .linked .button:active:only-child:hover:focus, .selection-mode.toolbar .linked .button:checked:only-child, .selection-mode.toolbar .linked .button:checked:only-child:focus, .selection-mode.toolbar .linked .button:checked:only-child:hover, .selection-mode.toolbar .linked .button:checked:only-child:hover:focus { - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.06), inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - .selection-mode.header-bar GtkComboBox, .selection-mode.header-bar .button, .selection-mode.toolbar GtkComboBox, .selection-mode.toolbar .button { - padding: 2px; } - .selection-mode.header-bar GtkComboBox.text-button, .selection-mode.header-bar .button.text-button, .selection-mode.toolbar GtkComboBox.text-button, .selection-mode.toolbar .button.text-button { - padding: 3px; } - .selection-mode.header-bar GtkComboBox.image-button, .selection-mode.header-bar .button.image-button, .selection-mode.toolbar GtkComboBox.image-button, .selection-mode.toolbar .button.image-button { - padding: 4px 2px 4px 3px; } - .selection-mode.header-bar GtkSeparatorToolItem, .selection-mode.header-bar .separator, .selection-mode.header-bar .separator:insensitive, .selection-mode.toolbar GtkSeparatorToolItem, .selection-mode.toolbar .separator, .selection-mode.toolbar .separator:insensitive { - color: #847668; - border-color: currentColor; - -GtkWidget-window-dragging: true; } - .selection-mode.header-bar .menubar, .selection-mode.toolbar .menubar { - -GtkToolbar-button-relief: normal; } - .selection-mode.header-bar .button, .selection-mode.toolbar .button { - background-color: #928374; - background-image: none; - border-color: rgba(32, 32, 32, 0.22); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.12); } - .selection-mode.header-bar .button:focus, .selection-mode.header-bar .button:hover, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.22),0.3); } - .selection-mode.header-bar .button:active, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover:focus, .selection-mode.header-bar .button:checked, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover:focus, .selection-mode.toolbar .button:active, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover:focus, .selection-mode.toolbar .button:checked, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.22); } - .selection-mode.header-bar .button:insensitive, .selection-mode.toolbar .button:insensitive { - border-color: rgba(34, 34, 34, 0.22); } - .selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button:checked:insensitive { - border-color: rgba(32, 32, 32, 0.22); } - .selection-mode.header-bar .button.flat, .selection-mode.toolbar .button.flat { - border-color: rgba(146, 131, 116, 0); - color: #282828; - background-color: rgba(146, 131, 116, 0); - background-image: none; - box-shadow: none; } - .selection-mode.header-bar .button:hover, .selection-mode.header-bar .button.flat:hover, .selection-mode.toolbar .button:hover, .selection-mode.toolbar .button.flat:hover { - background-color: #988a7b; - background-image: none; - border-color: rgba(32, 32, 32, 0.3); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .selection-mode.header-bar .button:hover:focus, .selection-mode.header-bar .button:hover:hover, .selection-mode.header-bar .button.flat:hover:focus, .selection-mode.header-bar .button.flat:hover:hover, .selection-mode.toolbar .button:hover:focus, .selection-mode.toolbar .button:hover:hover, .selection-mode.toolbar .button.flat:hover:focus, .selection-mode.toolbar .button.flat:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .selection-mode.header-bar .button:hover:active, .selection-mode.header-bar .button:hover:active:hover, .selection-mode.header-bar .button:hover:active:focus, .selection-mode.header-bar .button:hover:active:hover:focus, .selection-mode.header-bar .button:hover:checked, .selection-mode.header-bar .button:hover:checked:hover, .selection-mode.header-bar .button:hover:checked:focus, .selection-mode.header-bar .button:hover:checked:hover:focus, .selection-mode.header-bar .button.flat:hover:active, .selection-mode.header-bar .button.flat:hover:active:hover, .selection-mode.header-bar .button.flat:hover:active:focus, .selection-mode.header-bar .button.flat:hover:active:hover:focus, .selection-mode.header-bar .button.flat:hover:checked, .selection-mode.header-bar .button.flat:hover:checked:hover, .selection-mode.header-bar .button.flat:hover:checked:focus, .selection-mode.header-bar .button.flat:hover:checked:hover:focus, .selection-mode.toolbar .button:hover:active, .selection-mode.toolbar .button:hover:active:hover, .selection-mode.toolbar .button:hover:active:focus, .selection-mode.toolbar .button:hover:active:hover:focus, .selection-mode.toolbar .button:hover:checked, .selection-mode.toolbar .button:hover:checked:hover, .selection-mode.toolbar .button:hover:checked:focus, .selection-mode.toolbar .button:hover:checked:hover:focus, .selection-mode.toolbar .button.flat:hover:active, .selection-mode.toolbar .button.flat:hover:active:hover, .selection-mode.toolbar .button.flat:hover:active:focus, .selection-mode.toolbar .button.flat:hover:active:hover:focus, .selection-mode.toolbar .button.flat:hover:checked, .selection-mode.toolbar .button.flat:hover:checked:hover, .selection-mode.toolbar .button.flat:hover:checked:focus, .selection-mode.toolbar .button.flat:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.3); } - .selection-mode.header-bar .button:hover:insensitive, .selection-mode.header-bar .button.flat:hover:insensitive, .selection-mode.toolbar .button:hover:insensitive, .selection-mode.toolbar .button.flat:hover:insensitive { - border-color: rgba(34, 34, 34, 0.3); } - .selection-mode.header-bar .button:hover:active:insensitive, .selection-mode.header-bar .button:hover:checked:insensitive, .selection-mode.header-bar .button.flat:hover:active:insensitive, .selection-mode.header-bar .button.flat:hover:checked:insensitive, .selection-mode.toolbar .button:hover:active:insensitive, .selection-mode.toolbar .button:hover:checked:insensitive, .selection-mode.toolbar .button.flat:hover:active:insensitive, .selection-mode.toolbar .button.flat:hover:checked:insensitive { - border-color: rgba(32, 32, 32, 0.3); } - .selection-mode.header-bar .button:focus, .selection-mode.header-bar .button.flat:focus, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button.flat:focus { - background-color: #988a7b; - background-image: none; - border-color: rgba(40, 40, 40, 0.22); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - .selection-mode.header-bar .button:focus:hover, .selection-mode.header-bar .button.flat:focus:hover, .selection-mode.toolbar .button:focus:hover, .selection-mode.toolbar .button.flat:focus:hover { - background-color: #9e9083; - background-image: none; - border-color: rgba(32, 32, 32, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.38); } - .selection-mode.header-bar .button:focus:hover:focus, .selection-mode.header-bar .button:focus:hover:hover, .selection-mode.header-bar .button.flat:focus:hover:focus, .selection-mode.header-bar .button.flat:focus:hover:hover, .selection-mode.toolbar .button:focus:hover:focus, .selection-mode.toolbar .button:focus:hover:hover, .selection-mode.toolbar .button.flat:focus:hover:focus, .selection-mode.toolbar .button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .selection-mode.header-bar .button:focus:hover:active, .selection-mode.header-bar .button:focus:hover:active:hover, .selection-mode.header-bar .button:focus:hover:active:focus, .selection-mode.header-bar .button:focus:hover:active:hover:focus, .selection-mode.header-bar .button:focus:hover:checked, .selection-mode.header-bar .button:focus:hover:checked:hover, .selection-mode.header-bar .button:focus:hover:checked:focus, .selection-mode.header-bar .button:focus:hover:checked:hover:focus, .selection-mode.header-bar .button.flat:focus:hover:active, .selection-mode.header-bar .button.flat:focus:hover:active:hover, .selection-mode.header-bar .button.flat:focus:hover:active:focus, .selection-mode.header-bar .button.flat:focus:hover:active:hover:focus, .selection-mode.header-bar .button.flat:focus:hover:checked, .selection-mode.header-bar .button.flat:focus:hover:checked:hover, .selection-mode.header-bar .button.flat:focus:hover:checked:focus, .selection-mode.header-bar .button.flat:focus:hover:checked:hover:focus, .selection-mode.toolbar .button:focus:hover:active, .selection-mode.toolbar .button:focus:hover:active:hover, .selection-mode.toolbar .button:focus:hover:active:focus, .selection-mode.toolbar .button:focus:hover:active:hover:focus, .selection-mode.toolbar .button:focus:hover:checked, .selection-mode.toolbar .button:focus:hover:checked:hover, .selection-mode.toolbar .button:focus:hover:checked:focus, .selection-mode.toolbar .button:focus:hover:checked:hover:focus, .selection-mode.toolbar .button.flat:focus:hover:active, .selection-mode.toolbar .button.flat:focus:hover:active:hover, .selection-mode.toolbar .button.flat:focus:hover:active:focus, .selection-mode.toolbar .button.flat:focus:hover:active:hover:focus, .selection-mode.toolbar .button.flat:focus:hover:checked, .selection-mode.toolbar .button.flat:focus:hover:checked:hover, .selection-mode.toolbar .button.flat:focus:hover:checked:focus, .selection-mode.toolbar .button.flat:focus:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.3); } - .selection-mode.header-bar .button:focus:hover:insensitive, .selection-mode.header-bar .button.flat:focus:hover:insensitive, .selection-mode.toolbar .button:focus:hover:insensitive, .selection-mode.toolbar .button.flat:focus:hover:insensitive { - border-color: rgba(34, 34, 34, 0.3); } - .selection-mode.header-bar .button:focus:hover:active:insensitive, .selection-mode.header-bar .button:focus:hover:checked:insensitive, .selection-mode.header-bar .button.flat:focus:hover:active:insensitive, .selection-mode.header-bar .button.flat:focus:hover:checked:insensitive, .selection-mode.toolbar .button:focus:hover:active:insensitive, .selection-mode.toolbar .button:focus:hover:checked:insensitive, .selection-mode.toolbar .button.flat:focus:hover:active:insensitive, .selection-mode.toolbar .button.flat:focus:hover:checked:insensitive { - border-color: rgba(32, 32, 32, 0.3); } - .selection-mode.header-bar .button:checked, .selection-mode.header-bar .button:active, .selection-mode.header-bar .button.flat:checked, .selection-mode.header-bar .button.flat:active, .selection-mode.toolbar .button:checked, .selection-mode.toolbar .button:active, .selection-mode.toolbar .button.flat:checked, .selection-mode.toolbar .button.flat:active { - background-color: #928374; - background-image: none; - border-color: rgba(32, 32, 32, 0.22); - color: #282828; - box-shadow: inset 1px 0 rgba(40, 40, 40, 0.06), inset 0 1px rgba(40, 40, 40, 0.07), inset -1px 0 rgba(40, 40, 40, 0.06), inset 0 -1px rgba(40, 40, 40, 0.05); } - .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button.flat:checked:focus, .selection-mode.header-bar .button.flat:checked:hover, .selection-mode.header-bar .button.flat:active:focus, .selection-mode.header-bar .button.flat:active:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button.flat:checked:focus, .selection-mode.toolbar .button.flat:checked:hover, .selection-mode.toolbar .button.flat:active:focus, .selection-mode.toolbar .button.flat:active:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.22),0.3); } - .selection-mode.header-bar .button:checked:active, .selection-mode.header-bar .button:checked:active:hover, .selection-mode.header-bar .button:checked:active:focus, .selection-mode.header-bar .button:checked:active:hover:focus, .selection-mode.header-bar .button:checked:checked, .selection-mode.header-bar .button:checked:checked:hover, .selection-mode.header-bar .button:checked:checked:focus, .selection-mode.header-bar .button:checked:checked:hover:focus, .selection-mode.header-bar .button:active:active, .selection-mode.header-bar .button:active:active:hover, .selection-mode.header-bar .button:active:active:focus, .selection-mode.header-bar .button:active:active:hover:focus, .selection-mode.header-bar .button:active:checked, .selection-mode.header-bar .button:active:checked:hover, .selection-mode.header-bar .button:active:checked:focus, .selection-mode.header-bar .button:active:checked:hover:focus, .selection-mode.header-bar .button.flat:checked:active, .selection-mode.header-bar .button.flat:checked:active:hover, .selection-mode.header-bar .button.flat:checked:active:focus, .selection-mode.header-bar .button.flat:checked:active:hover:focus, .selection-mode.header-bar .button.flat:checked:checked, .selection-mode.header-bar .button.flat:checked:checked:hover, .selection-mode.header-bar .button.flat:checked:checked:focus, .selection-mode.header-bar .button.flat:checked:checked:hover:focus, .selection-mode.header-bar .button.flat:active:active, .selection-mode.header-bar .button.flat:active:active:hover, .selection-mode.header-bar .button.flat:active:active:focus, .selection-mode.header-bar .button.flat:active:active:hover:focus, .selection-mode.header-bar .button.flat:active:checked, .selection-mode.header-bar .button.flat:active:checked:hover, .selection-mode.header-bar .button.flat:active:checked:focus, .selection-mode.header-bar .button.flat:active:checked:hover:focus, .selection-mode.toolbar .button:checked:active, .selection-mode.toolbar .button:checked:active:hover, .selection-mode.toolbar .button:checked:active:focus, .selection-mode.toolbar .button:checked:active:hover:focus, .selection-mode.toolbar .button:checked:checked, .selection-mode.toolbar .button:checked:checked:hover, .selection-mode.toolbar .button:checked:checked:focus, .selection-mode.toolbar .button:checked:checked:hover:focus, .selection-mode.toolbar .button:active:active, .selection-mode.toolbar .button:active:active:hover, .selection-mode.toolbar .button:active:active:focus, .selection-mode.toolbar .button:active:active:hover:focus, .selection-mode.toolbar .button:active:checked, .selection-mode.toolbar .button:active:checked:hover, .selection-mode.toolbar .button:active:checked:focus, .selection-mode.toolbar .button:active:checked:hover:focus, .selection-mode.toolbar .button.flat:checked:active, .selection-mode.toolbar .button.flat:checked:active:hover, .selection-mode.toolbar .button.flat:checked:active:focus, .selection-mode.toolbar .button.flat:checked:active:hover:focus, .selection-mode.toolbar .button.flat:checked:checked, .selection-mode.toolbar .button.flat:checked:checked:hover, .selection-mode.toolbar .button.flat:checked:checked:focus, .selection-mode.toolbar .button.flat:checked:checked:hover:focus, .selection-mode.toolbar .button.flat:active:active, .selection-mode.toolbar .button.flat:active:active:hover, .selection-mode.toolbar .button.flat:active:active:focus, .selection-mode.toolbar .button.flat:active:active:hover:focus, .selection-mode.toolbar .button.flat:active:checked, .selection-mode.toolbar .button.flat:active:checked:hover, .selection-mode.toolbar .button.flat:active:checked:focus, .selection-mode.toolbar .button.flat:active:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.22); } - .selection-mode.header-bar .button:checked:insensitive, .selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button.flat:checked:insensitive, .selection-mode.header-bar .button.flat:active:insensitive, .selection-mode.toolbar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button.flat:checked:insensitive, .selection-mode.toolbar .button.flat:active:insensitive { - border-color: rgba(34, 34, 34, 0.22); } - .selection-mode.header-bar .button:checked:active:insensitive, .selection-mode.header-bar .button:checked:checked:insensitive, .selection-mode.header-bar .button:active:active:insensitive, .selection-mode.header-bar .button:active:checked:insensitive, .selection-mode.header-bar .button.flat:checked:active:insensitive, .selection-mode.header-bar .button.flat:checked:checked:insensitive, .selection-mode.header-bar .button.flat:active:active:insensitive, .selection-mode.header-bar .button.flat:active:checked:insensitive, .selection-mode.toolbar .button:checked:active:insensitive, .selection-mode.toolbar .button:checked:checked:insensitive, .selection-mode.toolbar .button:active:active:insensitive, .selection-mode.toolbar .button:active:checked:insensitive, .selection-mode.toolbar .button.flat:checked:active:insensitive, .selection-mode.toolbar .button.flat:checked:checked:insensitive, .selection-mode.toolbar .button.flat:active:active:insensitive, .selection-mode.toolbar .button.flat:active:checked:insensitive { - border-color: rgba(32, 32, 32, 0.22); } - .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button.flat:checked:focus, .selection-mode.header-bar .button.flat:checked:hover, .selection-mode.header-bar .button.flat:active:focus, .selection-mode.header-bar .button.flat:active:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button.flat:checked:focus, .selection-mode.toolbar .button.flat:checked:hover, .selection-mode.toolbar .button.flat:active:focus, .selection-mode.toolbar .button.flat:active:hover { - background-color: #988a7b; - background-image: none; - color: #282828; } - .selection-mode.header-bar .button:focus, .selection-mode.header-bar .button:hover, .selection-mode.header-bar .button.flat:focus, .selection-mode.header-bar .button.flat:hover, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button:hover, .selection-mode.toolbar .button.flat:focus, .selection-mode.toolbar .button.flat:hover { - color: #282828; } - .selection-mode.header-bar .button:insensitive:insensitive, .selection-mode.header-bar .button.flat:insensitive:insensitive, .selection-mode.toolbar .button:insensitive:insensitive, .selection-mode.toolbar .button.flat:insensitive:insensitive { - background-color: alpha(mix(#928374,#282828,0.2),0.4); - background-image: none; - opacity: .6; - color: mix(#928374,#282828,0.6); - box-shadow: none; } - .selection-mode.header-bar .button:insensitive:insensitive :insensitive, .selection-mode.header-bar .button.flat:insensitive:insensitive :insensitive, .selection-mode.toolbar .button:insensitive:insensitive :insensitive, .selection-mode.toolbar .button.flat:insensitive:insensitive :insensitive { - color: mix(#928374,#282828,0.6); } - .selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button:checked:insensitive { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - .selection-mode.header-bar .button:active:insensitive:insensitive, .selection-mode.header-bar .button:checked:insensitive:insensitive, .selection-mode.toolbar .button:active:insensitive:insensitive, .selection-mode.toolbar .button:checked:insensitive:insensitive { - color: rgba(40, 40, 40, 0.85); } - .selection-mode.header-bar .button.separator, .selection-mode.header-bar .button .separator, .selection-mode.toolbar .button.separator, .selection-mode.toolbar .button .separator { - border: 1px solid currentColor; - color: rgba(146, 131, 116, 0.9); } - .selection-mode.header-bar .button.separator:insensitive, .selection-mode.header-bar .button .separator:insensitive, .selection-mode.toolbar .button.separator:insensitive, .selection-mode.toolbar .button .separator:insensitive { - color: rgba(146, 131, 116, 0.85); } - .selection-mode.header-bar .selection-menu.button, .selection-mode.toolbar .selection-menu.button { - border: 0; - background-color: transparent; - background-image: none; - color: #75695c; } - .selection-mode.header-bar .selection-menu.button:hover, .selection-mode.toolbar .selection-menu.button:hover { - color: #675c51; } - .selection-mode.header-bar .selection-menu.button:active, .selection-mode.toolbar .selection-menu.button:active { - color: #6e6256; } - .selection-mode.header-bar .dim-label, .selection-mode.header-bar GtkLabel.separator, .selection-menu.button .selection-mode.header-bar .dim-label, .selection-menu.button .selection-mode.header-bar GtkLabel.separator, .selection-mode.toolbar .dim-label, .selection-mode.toolbar GtkLabel.separator, .selection-menu.button .selection-mode.toolbar .dim-label, .selection-menu.button .selection-mode.toolbar GtkLabel.separator { - color: #675c51; } - -.selection-mode.toolbar { - padding: 3px; } - -/********** - ! Calendar -***********/ -GtkCalendar { - padding: 1px 3px; - outline-offset: -1px; } - GtkCalendar:inconsistent { - color: mix(#ebdbb2,#282828,0.5); } - GtkCalendar.view, GtkCalendar.view:focus, GtkCalendar.view:hover, GtkCalendar.view:insensitive, GtkCalendar.highlight, GtkCalendar.highlight:focus, GtkCalendar.highlight:hover, GtkCalendar.highlight:insensitive, GtkCalendar.header, GtkCalendar.header:focus, GtkCalendar.header:hover, GtkCalendar.header:insensitive, GtkCalendar.button, GtkCalendar.button:focus, GtkCalendar.button:hover, GtkCalendar.button:insensitive { - background-color: transparent; - background-image: none; - border-width: 0; - border-radius: 0; } - GtkCalendar.button, GtkCalendar.button:focus, GtkCalendar.button:hover, GtkCalendar.button:insensitive { - color: #292929; - border-width: 0; - box-shadow: none; } - GtkCalendar.highlight { - color: #928374; } - -/* gnome-calendar */ -.calendar-view { - background-color: #282828; - color: #ebdbb2; } - -/*************** - ! Color chooser -****************/ -GtkColorSwatch, GtkColorSwatch:selected { - border: 1px solid rgba(131, 104, 34, 0.1); - border-radius: 4px; - background-color: transparent; - background-clip: border-box; } - GtkColorSwatch:hover, GtkColorSwatch:selected:hover { - border-color: rgba(131, 104, 34, 0.3); } - -GtkColorSwatch.color-light:selected:hover, GtkColorSwatch.color-dark:selected:hover { - background-image: none; } - -GtkColorSwatch.left, GtkColorSwatch:first-child { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; } - -GtkColorSwatch.right, GtkColorSwatch:last-child { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; } - -GtkColorSwatch:only-child { - border-radius: 4px; } - -GtkColorSwatch.top { - border-top-left-radius: 4px; - border-top-right-radius: 4px; } - -GtkColorSwatch.bottom { - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; } - -GtkColorEditor GtkColorSwatch { - border-radius: 4px; } - GtkColorEditor GtkColorSwatch.color-dark:hover, GtkColorEditor GtkColorSwatch.color-light:hover { - background-image: none; - border-color: rgba(131, 104, 34, 0.3); } - -GtkColorChooserWidget #add-color-button { - background-clip: padding-box; - border-color: rgba(131, 104, 34, 0.1); - background-color: #262626; - color: #ebdbb2; } - GtkColorChooserWidget #add-color-button:hover { - border-color: rgba(131, 104, 34, 0.3); - background-color: #242424; - color: #ebdbb2; } - -.color-active-badge, .color-active-badge:selected { - border-width: 2px; - border-style: solid; - background-color: transparent; } - -.color-active-badge.color-light, .color-active-badge.color-light:hover { - border-color: rgba(131, 104, 34, 0.3); - color: rgba(131, 104, 34, 0.3); } - -.color-active-badge.color-dark, .color-active-badge.color-dark:hover { - border-color: rgba(41, 41, 41, 0.3); - color: rgba(41, 41, 41, 0.3); } - -GtkColorButton.button { - padding: 3px; } - -/*********************** -! Font and file choosers -************************/ -GtkFontButton .separator, GtkFileChooserButton .separator { - /* always disable separators */ - -GtkWidget-wide-separators: true; - -GtkWidget-horizontal-separator: 0; - -GtkWidget-vertical-separator: 0; } - -GtkFontButton GtkLabel:last-child, GtkFileChooserButton GtkLabel:last-child { - color: alpha(currentColor,0.7); } - -GtkFontButton GtkImage:last-child, GtkFileChooserButton GtkImage:last-child { - color: alpha(currentColor,0.7); } - -GtkFileChooser { - /* for fallback when header bar not used */ } - GtkFileChooser .pane-separator, GtkFileChooser .pane-separator:hover { - border-width: 0 1px 0 0; - border-style: solid; - border-color: currentColor; - background-color: #282828; - color: #242424; } - GtkFileChooser .dialog-action-box { - border-width: 1px 0 0; - border-style: solid; - border-color: #1c1c1c; } - -/****************** - ! Grid and flowbox -*******************/ -.list { - background-color: #272727; - color: #ebdbb2; } - .list-row, .list-row.button { - border: 0; - border-radius: 0; - padding: 3px; - background-image: none; - background-color: rgba(40, 40, 40, 0); - box-shadow: none; } - .list-row:hover, .list-row.button:hover { - background-image: none; - background-color: #292929; } - .list-row:selected, .list-row:selected:hover, .list-row:selected:focus, .list-row.button:selected, .list-row.button:selected:hover, .list-row.button:selected:focus { - background-image: none; - background-color: #928374; - color: #282828; } - -.grid-child, GtkFlowBox .grid-child { - padding: 3px; - border-radius: 4px; } - .grid-child:selected, GtkFlowBox .grid-child:selected { - outline-offset: -2px; } - -/********* - ! Buttons -**********/ -/****************** -! ComboBoxes * -*******************/ -/********* - ! Infobar -**********/ -GtkInfoBar { - border: 0; } - -.info { - background-color: #458588; - background-image: none; - border: 1px solid #376a6d; - color: #282828; } - .info .button { - background-color: #458588; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .info .button:focus, .info .button:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - .info .button:active, .info .button:active:hover, .info .button:active:focus, .info .button:active:hover:focus, .info .button:checked, .info .button:checked:hover, .info .button:checked:focus, .info .button:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - .info .button:insensitive { - border-color: rgba(34, 34, 34, 0.32); } - .info .button:active:insensitive, .info .button:checked:insensitive { - border-color: rgba(32, 32, 32, 0.32); } - .info .button.flat { - border-color: rgba(69, 133, 136, 0); - color: #282828; - background-color: rgba(69, 133, 136, 0); - background-image: none; - box-shadow: none; } - .info .button:hover, .info .button.flat:hover { - background-color: #488c8f; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - .info .button:hover:focus, .info .button:hover:hover, .info .button.flat:hover:focus, .info .button.flat:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - .info .button:hover:active, .info .button:hover:active:hover, .info .button:hover:active:focus, .info .button:hover:active:hover:focus, .info .button:hover:checked, .info .button:hover:checked:hover, .info .button:hover:checked:focus, .info .button:hover:checked:hover:focus, .info .button.flat:hover:active, .info .button.flat:hover:active:hover, .info .button.flat:hover:active:focus, .info .button.flat:hover:active:hover:focus, .info .button.flat:hover:checked, .info .button.flat:hover:checked:hover, .info .button.flat:hover:checked:focus, .info .button.flat:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - .info .button:hover:insensitive, .info .button.flat:hover:insensitive { - border-color: rgba(34, 34, 34, 0.4); } - .info .button:hover:active:insensitive, .info .button:hover:checked:insensitive, .info .button.flat:hover:active:insensitive, .info .button.flat:hover:checked:insensitive { - border-color: rgba(32, 32, 32, 0.4); } - .info .button:focus, .info .button.flat:focus { - background-color: #488c8f; - background-image: none; - border-color: rgba(40, 40, 40, 0.32); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .info .button:focus:hover, .info .button.flat:focus:hover { - background-color: #4c9296; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - .info .button:focus:hover:focus, .info .button:focus:hover:hover, .info .button.flat:focus:hover:focus, .info .button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - .info .button:focus:hover:active, .info .button:focus:hover:active:hover, .info .button:focus:hover:active:focus, .info .button:focus:hover:active:hover:focus, .info .button:focus:hover:checked, .info .button:focus:hover:checked:hover, .info .button:focus:hover:checked:focus, .info .button:focus:hover:checked:hover:focus, .info .button.flat:focus:hover:active, .info .button.flat:focus:hover:active:hover, .info .button.flat:focus:hover:active:focus, .info .button.flat:focus:hover:active:hover:focus, .info .button.flat:focus:hover:checked, .info .button.flat:focus:hover:checked:hover, .info .button.flat:focus:hover:checked:focus, .info .button.flat:focus:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - .info .button:focus:hover:insensitive, .info .button.flat:focus:hover:insensitive { - border-color: rgba(34, 34, 34, 0.4); } - .info .button:focus:hover:active:insensitive, .info .button:focus:hover:checked:insensitive, .info .button.flat:focus:hover:active:insensitive, .info .button.flat:focus:hover:checked:insensitive { - border-color: rgba(32, 32, 32, 0.4); } - .info .button:checked, .info .button:active, .info .button.flat:checked, .info .button.flat:active { - background-color: #928374; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(40, 40, 40, 0.06), inset 0 1px rgba(40, 40, 40, 0.07), inset -1px 0 rgba(40, 40, 40, 0.06), inset 0 -1px rgba(40, 40, 40, 0.05); } - .info .button:checked:focus, .info .button:checked:hover, .info .button:active:focus, .info .button:active:hover, .info .button.flat:checked:focus, .info .button.flat:checked:hover, .info .button.flat:active:focus, .info .button.flat:active:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - .info .button:checked:active, .info .button:checked:active:hover, .info .button:checked:active:focus, .info .button:checked:active:hover:focus, .info .button:checked:checked, .info .button:checked:checked:hover, .info .button:checked:checked:focus, .info .button:checked:checked:hover:focus, .info .button:active:active, .info .button:active:active:hover, .info .button:active:active:focus, .info .button:active:active:hover:focus, .info .button:active:checked, .info .button:active:checked:hover, .info .button:active:checked:focus, .info .button:active:checked:hover:focus, .info .button.flat:checked:active, .info .button.flat:checked:active:hover, .info .button.flat:checked:active:focus, .info .button.flat:checked:active:hover:focus, .info .button.flat:checked:checked, .info .button.flat:checked:checked:hover, .info .button.flat:checked:checked:focus, .info .button.flat:checked:checked:hover:focus, .info .button.flat:active:active, .info .button.flat:active:active:hover, .info .button.flat:active:active:focus, .info .button.flat:active:active:hover:focus, .info .button.flat:active:checked, .info .button.flat:active:checked:hover, .info .button.flat:active:checked:focus, .info .button.flat:active:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - .info .button:checked:insensitive, .info .button:active:insensitive, .info .button.flat:checked:insensitive, .info .button.flat:active:insensitive { - border-color: rgba(34, 34, 34, 0.32); } - .info .button:checked:active:insensitive, .info .button:checked:checked:insensitive, .info .button:active:active:insensitive, .info .button:active:checked:insensitive, .info .button.flat:checked:active:insensitive, .info .button.flat:checked:checked:insensitive, .info .button.flat:active:active:insensitive, .info .button.flat:active:checked:insensitive { - border-color: rgba(32, 32, 32, 0.32); } - .info .button:checked:focus, .info .button:checked:hover, .info .button:active:focus, .info .button:active:hover, .info .button.flat:checked:focus, .info .button.flat:checked:hover, .info .button.flat:active:focus, .info .button.flat:active:hover { - background-color: #988a7b; - background-image: none; - color: #282828; } - .info .button:focus, .info .button:hover, .info .button.flat:focus, .info .button.flat:hover { - color: #282828; } - .info .button:insensitive:insensitive, .info .button.flat:insensitive:insensitive { - background-color: alpha(mix(#458588,#282828,0.2),0.4); - background-image: none; - opacity: .6; - color: mix(#458588,#282828,0.6); - box-shadow: none; } - .info .button:insensitive:insensitive :insensitive, .info .button.flat:insensitive:insensitive :insensitive { - color: mix(#458588,#282828,0.6); } - .info .button:active:insensitive, .info .button:checked:insensitive { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - .info .button:active:insensitive:insensitive, .info .button:checked:insensitive:insensitive { - color: rgba(40, 40, 40, 0.85); } - .info .button.separator, .info .button .separator { - border: 1px solid currentColor; - color: rgba(69, 133, 136, 0.9); } - .info .button.separator:insensitive, .info .button .separator:insensitive { - color: rgba(69, 133, 136, 0.85); } - -.warning { - background-color: #d79921; - background-image: none; - border: 1px solid #ac7a1a; - color: #282828; } - .warning .button { - background-color: #d79921; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .warning .button:focus, .warning .button:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - .warning .button:active, .warning .button:active:hover, .warning .button:active:focus, .warning .button:active:hover:focus, .warning .button:checked, .warning .button:checked:hover, .warning .button:checked:focus, .warning .button:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - .warning .button:insensitive { - border-color: rgba(34, 34, 34, 0.32); } - .warning .button:active:insensitive, .warning .button:checked:insensitive { - border-color: rgba(32, 32, 32, 0.32); } - .warning .button.flat { - border-color: rgba(215, 153, 33, 0); - color: #282828; - background-color: rgba(215, 153, 33, 0); - background-image: none; - box-shadow: none; } - .warning .button:hover, .warning .button.flat:hover { - background-color: #de9f27; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - .warning .button:hover:focus, .warning .button:hover:hover, .warning .button.flat:hover:focus, .warning .button.flat:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - .warning .button:hover:active, .warning .button:hover:active:hover, .warning .button:hover:active:focus, .warning .button:hover:active:hover:focus, .warning .button:hover:checked, .warning .button:hover:checked:hover, .warning .button:hover:checked:focus, .warning .button:hover:checked:hover:focus, .warning .button.flat:hover:active, .warning .button.flat:hover:active:hover, .warning .button.flat:hover:active:focus, .warning .button.flat:hover:active:hover:focus, .warning .button.flat:hover:checked, .warning .button.flat:hover:checked:hover, .warning .button.flat:hover:checked:focus, .warning .button.flat:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - .warning .button:hover:insensitive, .warning .button.flat:hover:insensitive { - border-color: rgba(34, 34, 34, 0.4); } - .warning .button:hover:active:insensitive, .warning .button:hover:checked:insensitive, .warning .button.flat:hover:active:insensitive, .warning .button.flat:hover:checked:insensitive { - border-color: rgba(32, 32, 32, 0.4); } - .warning .button:focus, .warning .button.flat:focus { - background-color: #de9f27; - background-image: none; - border-color: rgba(40, 40, 40, 0.32); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .warning .button:focus:hover, .warning .button.flat:focus:hover { - background-color: #dfa431; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - .warning .button:focus:hover:focus, .warning .button:focus:hover:hover, .warning .button.flat:focus:hover:focus, .warning .button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - .warning .button:focus:hover:active, .warning .button:focus:hover:active:hover, .warning .button:focus:hover:active:focus, .warning .button:focus:hover:active:hover:focus, .warning .button:focus:hover:checked, .warning .button:focus:hover:checked:hover, .warning .button:focus:hover:checked:focus, .warning .button:focus:hover:checked:hover:focus, .warning .button.flat:focus:hover:active, .warning .button.flat:focus:hover:active:hover, .warning .button.flat:focus:hover:active:focus, .warning .button.flat:focus:hover:active:hover:focus, .warning .button.flat:focus:hover:checked, .warning .button.flat:focus:hover:checked:hover, .warning .button.flat:focus:hover:checked:focus, .warning .button.flat:focus:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - .warning .button:focus:hover:insensitive, .warning .button.flat:focus:hover:insensitive { - border-color: rgba(34, 34, 34, 0.4); } - .warning .button:focus:hover:active:insensitive, .warning .button:focus:hover:checked:insensitive, .warning .button.flat:focus:hover:active:insensitive, .warning .button.flat:focus:hover:checked:insensitive { - border-color: rgba(32, 32, 32, 0.4); } - .warning .button:checked, .warning .button:active, .warning .button.flat:checked, .warning .button.flat:active { - background-color: #928374; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(40, 40, 40, 0.06), inset 0 1px rgba(40, 40, 40, 0.07), inset -1px 0 rgba(40, 40, 40, 0.06), inset 0 -1px rgba(40, 40, 40, 0.05); } - .warning .button:checked:focus, .warning .button:checked:hover, .warning .button:active:focus, .warning .button:active:hover, .warning .button.flat:checked:focus, .warning .button.flat:checked:hover, .warning .button.flat:active:focus, .warning .button.flat:active:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - .warning .button:checked:active, .warning .button:checked:active:hover, .warning .button:checked:active:focus, .warning .button:checked:active:hover:focus, .warning .button:checked:checked, .warning .button:checked:checked:hover, .warning .button:checked:checked:focus, .warning .button:checked:checked:hover:focus, .warning .button:active:active, .warning .button:active:active:hover, .warning .button:active:active:focus, .warning .button:active:active:hover:focus, .warning .button:active:checked, .warning .button:active:checked:hover, .warning .button:active:checked:focus, .warning .button:active:checked:hover:focus, .warning .button.flat:checked:active, .warning .button.flat:checked:active:hover, .warning .button.flat:checked:active:focus, .warning .button.flat:checked:active:hover:focus, .warning .button.flat:checked:checked, .warning .button.flat:checked:checked:hover, .warning .button.flat:checked:checked:focus, .warning .button.flat:checked:checked:hover:focus, .warning .button.flat:active:active, .warning .button.flat:active:active:hover, .warning .button.flat:active:active:focus, .warning .button.flat:active:active:hover:focus, .warning .button.flat:active:checked, .warning .button.flat:active:checked:hover, .warning .button.flat:active:checked:focus, .warning .button.flat:active:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - .warning .button:checked:insensitive, .warning .button:active:insensitive, .warning .button.flat:checked:insensitive, .warning .button.flat:active:insensitive { - border-color: rgba(34, 34, 34, 0.32); } - .warning .button:checked:active:insensitive, .warning .button:checked:checked:insensitive, .warning .button:active:active:insensitive, .warning .button:active:checked:insensitive, .warning .button.flat:checked:active:insensitive, .warning .button.flat:checked:checked:insensitive, .warning .button.flat:active:active:insensitive, .warning .button.flat:active:checked:insensitive { - border-color: rgba(32, 32, 32, 0.32); } - .warning .button:checked:focus, .warning .button:checked:hover, .warning .button:active:focus, .warning .button:active:hover, .warning .button.flat:checked:focus, .warning .button.flat:checked:hover, .warning .button.flat:active:focus, .warning .button.flat:active:hover { - background-color: #988a7b; - background-image: none; - color: #282828; } - .warning .button:focus, .warning .button:hover, .warning .button.flat:focus, .warning .button.flat:hover { - color: #282828; } - .warning .button:insensitive:insensitive, .warning .button.flat:insensitive:insensitive { - background-color: alpha(mix(#d79921,#282828,0.2),0.4); - background-image: none; - opacity: .6; - color: mix(#d79921,#282828,0.6); - box-shadow: none; } - .warning .button:insensitive:insensitive :insensitive, .warning .button.flat:insensitive:insensitive :insensitive { - color: mix(#d79921,#282828,0.6); } - .warning .button:active:insensitive, .warning .button:checked:insensitive { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - .warning .button:active:insensitive:insensitive, .warning .button:checked:insensitive:insensitive { - color: rgba(40, 40, 40, 0.85); } - .warning .button.separator, .warning .button .separator { - border: 1px solid currentColor; - color: rgba(215, 153, 33, 0.9); } - .warning .button.separator:insensitive, .warning .button .separator:insensitive { - color: rgba(215, 153, 33, 0.85); } - -.question { - background-color: #458588; - background-image: none; - border: 1px solid #376a6d; - color: #282828; } - .question .button { - background-color: #458588; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .question .button:focus, .question .button:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - .question .button:active, .question .button:active:hover, .question .button:active:focus, .question .button:active:hover:focus, .question .button:checked, .question .button:checked:hover, .question .button:checked:focus, .question .button:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - .question .button:insensitive { - border-color: rgba(34, 34, 34, 0.32); } - .question .button:active:insensitive, .question .button:checked:insensitive { - border-color: rgba(32, 32, 32, 0.32); } - .question .button.flat { - border-color: rgba(69, 133, 136, 0); - color: #282828; - background-color: rgba(69, 133, 136, 0); - background-image: none; - box-shadow: none; } - .question .button:hover, .question .button.flat:hover { - background-color: #488c8f; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - .question .button:hover:focus, .question .button:hover:hover, .question .button.flat:hover:focus, .question .button.flat:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - .question .button:hover:active, .question .button:hover:active:hover, .question .button:hover:active:focus, .question .button:hover:active:hover:focus, .question .button:hover:checked, .question .button:hover:checked:hover, .question .button:hover:checked:focus, .question .button:hover:checked:hover:focus, .question .button.flat:hover:active, .question .button.flat:hover:active:hover, .question .button.flat:hover:active:focus, .question .button.flat:hover:active:hover:focus, .question .button.flat:hover:checked, .question .button.flat:hover:checked:hover, .question .button.flat:hover:checked:focus, .question .button.flat:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - .question .button:hover:insensitive, .question .button.flat:hover:insensitive { - border-color: rgba(34, 34, 34, 0.4); } - .question .button:hover:active:insensitive, .question .button:hover:checked:insensitive, .question .button.flat:hover:active:insensitive, .question .button.flat:hover:checked:insensitive { - border-color: rgba(32, 32, 32, 0.4); } - .question .button:focus, .question .button.flat:focus { - background-color: #488c8f; - background-image: none; - border-color: rgba(40, 40, 40, 0.32); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .question .button:focus:hover, .question .button.flat:focus:hover { - background-color: #4c9296; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - .question .button:focus:hover:focus, .question .button:focus:hover:hover, .question .button.flat:focus:hover:focus, .question .button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - .question .button:focus:hover:active, .question .button:focus:hover:active:hover, .question .button:focus:hover:active:focus, .question .button:focus:hover:active:hover:focus, .question .button:focus:hover:checked, .question .button:focus:hover:checked:hover, .question .button:focus:hover:checked:focus, .question .button:focus:hover:checked:hover:focus, .question .button.flat:focus:hover:active, .question .button.flat:focus:hover:active:hover, .question .button.flat:focus:hover:active:focus, .question .button.flat:focus:hover:active:hover:focus, .question .button.flat:focus:hover:checked, .question .button.flat:focus:hover:checked:hover, .question .button.flat:focus:hover:checked:focus, .question .button.flat:focus:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - .question .button:focus:hover:insensitive, .question .button.flat:focus:hover:insensitive { - border-color: rgba(34, 34, 34, 0.4); } - .question .button:focus:hover:active:insensitive, .question .button:focus:hover:checked:insensitive, .question .button.flat:focus:hover:active:insensitive, .question .button.flat:focus:hover:checked:insensitive { - border-color: rgba(32, 32, 32, 0.4); } - .question .button:checked, .question .button:active, .question .button.flat:checked, .question .button.flat:active { - background-color: #928374; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(40, 40, 40, 0.06), inset 0 1px rgba(40, 40, 40, 0.07), inset -1px 0 rgba(40, 40, 40, 0.06), inset 0 -1px rgba(40, 40, 40, 0.05); } - .question .button:checked:focus, .question .button:checked:hover, .question .button:active:focus, .question .button:active:hover, .question .button.flat:checked:focus, .question .button.flat:checked:hover, .question .button.flat:active:focus, .question .button.flat:active:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - .question .button:checked:active, .question .button:checked:active:hover, .question .button:checked:active:focus, .question .button:checked:active:hover:focus, .question .button:checked:checked, .question .button:checked:checked:hover, .question .button:checked:checked:focus, .question .button:checked:checked:hover:focus, .question .button:active:active, .question .button:active:active:hover, .question .button:active:active:focus, .question .button:active:active:hover:focus, .question .button:active:checked, .question .button:active:checked:hover, .question .button:active:checked:focus, .question .button:active:checked:hover:focus, .question .button.flat:checked:active, .question .button.flat:checked:active:hover, .question .button.flat:checked:active:focus, .question .button.flat:checked:active:hover:focus, .question .button.flat:checked:checked, .question .button.flat:checked:checked:hover, .question .button.flat:checked:checked:focus, .question .button.flat:checked:checked:hover:focus, .question .button.flat:active:active, .question .button.flat:active:active:hover, .question .button.flat:active:active:focus, .question .button.flat:active:active:hover:focus, .question .button.flat:active:checked, .question .button.flat:active:checked:hover, .question .button.flat:active:checked:focus, .question .button.flat:active:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - .question .button:checked:insensitive, .question .button:active:insensitive, .question .button.flat:checked:insensitive, .question .button.flat:active:insensitive { - border-color: rgba(34, 34, 34, 0.32); } - .question .button:checked:active:insensitive, .question .button:checked:checked:insensitive, .question .button:active:active:insensitive, .question .button:active:checked:insensitive, .question .button.flat:checked:active:insensitive, .question .button.flat:checked:checked:insensitive, .question .button.flat:active:active:insensitive, .question .button.flat:active:checked:insensitive { - border-color: rgba(32, 32, 32, 0.32); } - .question .button:checked:focus, .question .button:checked:hover, .question .button:active:focus, .question .button:active:hover, .question .button.flat:checked:focus, .question .button.flat:checked:hover, .question .button.flat:active:focus, .question .button.flat:active:hover { - background-color: #988a7b; - background-image: none; - color: #282828; } - .question .button:focus, .question .button:hover, .question .button.flat:focus, .question .button.flat:hover { - color: #282828; } - .question .button:insensitive:insensitive, .question .button.flat:insensitive:insensitive { - background-color: alpha(mix(#458588,#282828,0.2),0.4); - background-image: none; - opacity: .6; - color: mix(#458588,#282828,0.6); - box-shadow: none; } - .question .button:insensitive:insensitive :insensitive, .question .button.flat:insensitive:insensitive :insensitive { - color: mix(#458588,#282828,0.6); } - .question .button:active:insensitive, .question .button:checked:insensitive { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - .question .button:active:insensitive:insensitive, .question .button:checked:insensitive:insensitive { - color: rgba(40, 40, 40, 0.85); } - .question .button.separator, .question .button .separator { - border: 1px solid currentColor; - color: rgba(69, 133, 136, 0.9); } - .question .button.separator:insensitive, .question .button .separator:insensitive { - color: rgba(69, 133, 136, 0.85); } - -.error { - background-color: #cc241d; - background-image: none; - border: 1px solid #a31d17; - color: #282828; } - .error .button { - background-color: #cc241d; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .error .button:focus, .error .button:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - .error .button:active, .error .button:active:hover, .error .button:active:focus, .error .button:active:hover:focus, .error .button:checked, .error .button:checked:hover, .error .button:checked:focus, .error .button:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - .error .button:insensitive { - border-color: rgba(34, 34, 34, 0.32); } - .error .button:active:insensitive, .error .button:checked:insensitive { - border-color: rgba(32, 32, 32, 0.32); } - .error .button.flat { - border-color: rgba(204, 36, 29, 0); - color: #282828; - background-color: rgba(204, 36, 29, 0); - background-image: none; - box-shadow: none; } - .error .button:hover, .error .button.flat:hover { - background-color: #d6261e; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - .error .button:hover:focus, .error .button:hover:hover, .error .button.flat:hover:focus, .error .button.flat:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - .error .button:hover:active, .error .button:hover:active:hover, .error .button:hover:active:focus, .error .button:hover:active:hover:focus, .error .button:hover:checked, .error .button:hover:checked:hover, .error .button:hover:checked:focus, .error .button:hover:checked:hover:focus, .error .button.flat:hover:active, .error .button.flat:hover:active:hover, .error .button.flat:hover:active:focus, .error .button.flat:hover:active:hover:focus, .error .button.flat:hover:checked, .error .button.flat:hover:checked:hover, .error .button.flat:hover:checked:focus, .error .button.flat:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - .error .button:hover:insensitive, .error .button.flat:hover:insensitive { - border-color: rgba(34, 34, 34, 0.4); } - .error .button:hover:active:insensitive, .error .button:hover:checked:insensitive, .error .button.flat:hover:active:insensitive, .error .button.flat:hover:checked:insensitive { - border-color: rgba(32, 32, 32, 0.4); } - .error .button:focus, .error .button.flat:focus { - background-color: #d6261e; - background-image: none; - border-color: rgba(40, 40, 40, 0.32); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .error .button:focus:hover, .error .button.flat:focus:hover { - background-color: #df2821; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - .error .button:focus:hover:focus, .error .button:focus:hover:hover, .error .button.flat:focus:hover:focus, .error .button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - .error .button:focus:hover:active, .error .button:focus:hover:active:hover, .error .button:focus:hover:active:focus, .error .button:focus:hover:active:hover:focus, .error .button:focus:hover:checked, .error .button:focus:hover:checked:hover, .error .button:focus:hover:checked:focus, .error .button:focus:hover:checked:hover:focus, .error .button.flat:focus:hover:active, .error .button.flat:focus:hover:active:hover, .error .button.flat:focus:hover:active:focus, .error .button.flat:focus:hover:active:hover:focus, .error .button.flat:focus:hover:checked, .error .button.flat:focus:hover:checked:hover, .error .button.flat:focus:hover:checked:focus, .error .button.flat:focus:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - .error .button:focus:hover:insensitive, .error .button.flat:focus:hover:insensitive { - border-color: rgba(34, 34, 34, 0.4); } - .error .button:focus:hover:active:insensitive, .error .button:focus:hover:checked:insensitive, .error .button.flat:focus:hover:active:insensitive, .error .button.flat:focus:hover:checked:insensitive { - border-color: rgba(32, 32, 32, 0.4); } - .error .button:checked, .error .button:active, .error .button.flat:checked, .error .button.flat:active { - background-color: #928374; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(40, 40, 40, 0.06), inset 0 1px rgba(40, 40, 40, 0.07), inset -1px 0 rgba(40, 40, 40, 0.06), inset 0 -1px rgba(40, 40, 40, 0.05); } - .error .button:checked:focus, .error .button:checked:hover, .error .button:active:focus, .error .button:active:hover, .error .button.flat:checked:focus, .error .button.flat:checked:hover, .error .button.flat:active:focus, .error .button.flat:active:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - .error .button:checked:active, .error .button:checked:active:hover, .error .button:checked:active:focus, .error .button:checked:active:hover:focus, .error .button:checked:checked, .error .button:checked:checked:hover, .error .button:checked:checked:focus, .error .button:checked:checked:hover:focus, .error .button:active:active, .error .button:active:active:hover, .error .button:active:active:focus, .error .button:active:active:hover:focus, .error .button:active:checked, .error .button:active:checked:hover, .error .button:active:checked:focus, .error .button:active:checked:hover:focus, .error .button.flat:checked:active, .error .button.flat:checked:active:hover, .error .button.flat:checked:active:focus, .error .button.flat:checked:active:hover:focus, .error .button.flat:checked:checked, .error .button.flat:checked:checked:hover, .error .button.flat:checked:checked:focus, .error .button.flat:checked:checked:hover:focus, .error .button.flat:active:active, .error .button.flat:active:active:hover, .error .button.flat:active:active:focus, .error .button.flat:active:active:hover:focus, .error .button.flat:active:checked, .error .button.flat:active:checked:hover, .error .button.flat:active:checked:focus, .error .button.flat:active:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - .error .button:checked:insensitive, .error .button:active:insensitive, .error .button.flat:checked:insensitive, .error .button.flat:active:insensitive { - border-color: rgba(34, 34, 34, 0.32); } - .error .button:checked:active:insensitive, .error .button:checked:checked:insensitive, .error .button:active:active:insensitive, .error .button:active:checked:insensitive, .error .button.flat:checked:active:insensitive, .error .button.flat:checked:checked:insensitive, .error .button.flat:active:active:insensitive, .error .button.flat:active:checked:insensitive { - border-color: rgba(32, 32, 32, 0.32); } - .error .button:checked:focus, .error .button:checked:hover, .error .button:active:focus, .error .button:active:hover, .error .button.flat:checked:focus, .error .button.flat:checked:hover, .error .button.flat:active:focus, .error .button.flat:active:hover { - background-color: #988a7b; - background-image: none; - color: #282828; } - .error .button:focus, .error .button:hover, .error .button.flat:focus, .error .button.flat:hover { - color: #282828; } - .error .button:insensitive:insensitive, .error .button.flat:insensitive:insensitive { - background-color: alpha(mix(#cc241d,#282828,0.2),0.4); - background-image: none; - opacity: .6; - color: mix(#cc241d,#282828,0.6); - box-shadow: none; } - .error .button:insensitive:insensitive :insensitive, .error .button.flat:insensitive:insensitive :insensitive { - color: mix(#cc241d,#282828,0.6); } - .error .button:active:insensitive, .error .button:checked:insensitive { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - .error .button:active:insensitive:insensitive, .error .button:checked:insensitive:insensitive { - color: rgba(40, 40, 40, 0.85); } - .error .button.separator, .error .button .separator { - border: 1px solid currentColor; - color: rgba(204, 36, 29, 0.9); } - .error .button.separator:insensitive, .error .button .separator:insensitive { - color: rgba(204, 36, 29, 0.85); } - -/********* - ! Entry * -**********/ -.entry.linked, .linked .entry { - border-width: 1px; - border-radius: 0; - border-right-width: 0; - border-left-width: 0; } - .entry.linked:first-child, .linked .entry:first-child { - border-width: 1px; - border-radius: 4px; - border-right-width: 0; - border-bottom-right-radius: 0; - border-top-right-radius: 0; } - .entry.linked:last-child, .linked .entry:last-child { - border-width: 1px; - border-radius: 4px; - border-left-width: 0; - border-bottom-left-radius: 0; - border-top-left-radius: 0; } - .entry.linked:only-child, .linked .entry:only-child { - border-width: 1px; - border-radius: 4px; } - -.entry, .menuitem .entry, GtkPopover .entry { - padding: 2px 3px; - border-width: 1px; - border-style: solid; - border-radius: 4px; - transition: border 150ms ease; - box-shadow: inset 1px 1px rgba(66, 52, 17, 0.06), inset -1px 0 rgba(66, 52, 17, 0.06); } - .entry:focus, .entry:hover, .entry:active { - transition: none; } - .entry:selected, .entry:selected:focus { - background-color: #928374; - color: #282828; } - .entry:insensitive { - box-shadow: none; } - .progressbar.entry { - background-color: #928374; - background-image: none; - border-width: 0; - border-radius: 4px; - color: #282828; } - .image.left.entry { - padding-right: 3px; } - -/********* - ! Menubar -**********/ -.menubar { - -GtkWidget-window-dragging: true; - border: 0; - background-color: #1d2021; - background-image: none; - color: #fbf1c7; } - .menubar.menuitem, .menubar .menuitem { - padding: 5px 7px; - border: 1px solid transparent; - background-color: transparent; - background-image: none; - color: #fbf1c7; } - .menubar.menuitem:hover, .menubar .menuitem:hover { - border-color: mix(#1d2021,#fbf1c7,0.21); - background-color: mix(#1d2021,#fbf1c7,0.21); - background-image: none; - color: #fdf9e9; } - .menubar.menuitem *:hover, .menubar .menuitem *:hover { - color: #fdf9e9; } - -/****** - ! Menu -*******/ -* { - -GtkMenu-horizontal-padding: 0; - -GtkMenu-vertical-padding: 0; } - -GtkTreeMenu.menu, GtkTreeMenu .menu, GtkMenuToolButton.menu, GtkMenuToolButton .menu, GtkComboBox.menu, GtkComboBox .menu { - background-color: #1d2021; - margin: 3px; } - -#toolbar-popup, .menu { - padding: 0; - border-radius: 0; - border: 1px solid mix(#1d2021,#fbf1c7,0.21); - background-color: #1d2021; - color: #fbf1c7; } - #toolbar-popup:selected, .menu:selected { - background-color: #928374; } - #toolbar-popup .button, #toolbar-popup .button:hover, #toolbar-popup .button:active, #toolbar-popup .button:active *:insensitive, #toolbar-popup .button:insensitive, .menu .button, .menu .button:hover, .menu .button:active, .menu .button:active *:insensitive, .menu .button:insensitive { - border-width: 0; - background-color: transparent; - background-image: none; } - -.context-menu { - font: initial; } - -GtkTreeMenu .menuitem { - padding: 0; - border-width: 0; } - -.menuitem, .menu .menuitem { - margin: 3px; - padding: 5px 7px; - border: 0; - border-radius: 0; - background-color: transparent; - background-image: none; - -GtkMenuItem-arrow-scaling: .5; } - .menuitem:active, .menuitem:hover, .menu .menuitem:active, .menu .menuitem:hover { - border: 0; - background-color: #928374; - background-image: none; - color: #282828; } - .menuitem *:active, .menuitem *:hover, .menu .menuitem *:active, .menu .menuitem *:hover { - color: #282828; } - .menuitem:insensitive, .menuitem *:insensitive, .menu .menuitem:insensitive, .menu .menuitem *:insensitive { - color: mix(#fbf1c7,#1d2021,0.5); } - -.menuitem.check, .menuitem.check:focus, .menuitem.check:hover, .menuitem.check:insensitive, .menuitem.radio, .menuitem.radio:focus, .menuitem.radio:hover, .menuitem.radio:insensitive { - background-image: none; } - -.menuitem.check, .menuitem.check:focus, .menuitem.check:hover, .menuitem.check:active, .menuitem.check:insensitive, .menuitem.radio, .menuitem.radio:focus, .menuitem.radio:hover, .menuitem.radio:active, .menuitem.radio:insensitive { - border-style: none; - background-color: transparent; } - -.menuitem.separator { - -GtkMenuItem-horizontal-padding: 0; - -GtkWidget-separator-height: 1; - border-style: none; - color: #1a1d1e; } - -.menuitem.button, .menuitem.button:focus, .menuitem.button:active, .menuitem.button:insensitive, .menuitem.button:active:insensitive, .menuitem.button.flat, .menuitem.button.flat:focus, .menuitem.button.flat:active, .menuitem.button.flat:insensitive, .menuitem.button.flat:active:insensitive { - background-color: transparent; - background-image: none; - border: 0; - box-shadow: none; - color: currentColor; } - -.menuitem.button:hover, .menuitem.button:focus:hover, .menuitem.button:active:hover, .menuitem.button:selected, .menuitem.button.flat:hover, .menuitem.button.flat:focus:hover, .menuitem.button.flat:active:hover, .menuitem.button.flat:selected { - background-image: none; - background-color: #928374; - color: #282828; } - -.menuitem GtkCalendar:inconsistent { - color: mix(#fbf1c7,#1d2021,0.5); } - -.menuitem GtkCalendar .button { - border-style: none; - background-color: transparent; - background-image: none; } - -.menuitem .accelerator { - color: rgba(251, 241, 199, 0.6); } - .menuitem .accelerator:hover { - color: rgba(40, 40, 40, 0.8); } - .menuitem .accelerator:insensitive { - color: alpha(mix(#fbf1c7,#1d2021,0.5),0.4); } - -.menuitem .entry { - background-color: #1d2021; - background-image: none; - border-color: #171a1a; - color: #fbf1c7; } - .menuitem .entry:focus, .menuitem .entry:hover { - border-color: mix(#928374,#1d2021,0.3); } - .menuitem .entry:active, .menuitem .entry:active:hover, .menuitem .entry:active:focus, .menuitem .entry:active:hover:focus, .menuitem .entry:checked, .menuitem .entry:checked:hover, .menuitem .entry:checked:focus, .menuitem .entry:checked:hover:focus { - border-color: #141617; } - .menuitem .entry:insensitive { - border-color: #191b1c; } - .menuitem .entry:active:insensitive, .menuitem .entry:checked:insensitive { - border-color: #171a1a; } - .menuitem .entry:focus, .menuitem .entry:active { - border-color: #928374; } - .menuitem .entry:insensitive { - background-color: #1a1d1e; - background-image: none; - color: mix(#1d2021,#fbf1c7,0.5); } - -GtkModelMenuItem GtkBox GtkImage { - padding-right: 3px; } - -/********* - ! Popover -**********/ -GtkPopover { - border-color: #171a1a; - margin: 10px; - padding: 3px; - border-radius: 4px; - border-width: 1px; - border-style: solid; - background-clip: border-box; - background-color: #1d2021; - background-image: none; - color: #fbf1c7; - box-shadow: 0 3px 6px rgba(131, 104, 34, 0.16); } - GtkPopover:focus, GtkPopover:hover { - border-color: mix(#928374,#1d2021,0.3); } - GtkPopover:active, GtkPopover:active:hover, GtkPopover:active:focus, GtkPopover:active:hover:focus, GtkPopover:checked, GtkPopover:checked:hover, GtkPopover:checked:focus, GtkPopover:checked:hover:focus { - border-color: #141617; } - GtkPopover:insensitive { - border-color: #191b1c; } - GtkPopover:active:insensitive, GtkPopover:checked:insensitive { - border-color: #171a1a; } - GtkPopover.background { - background-image: none; - background-color: #1d2021; - color: #fbf1c7; } - GtkPopover:backdrop { - box-shadow: none; } - GtkPopover.osd { - box-shadow: 0 2px 7px 3px rgba(131, 104, 34, 0.5); } - GtkPopover.osd > .toolbar .button { - border-radius: 0; - border-width: 0; - background-color: transparent; - background-image: none; } - GtkPopover .view, GtkPopover GtkHTML, GtkPopover .list { - background-color: #262a2b; - background-image: none; - color: #fbf1c7; } - GtkPopover .view:hover, GtkPopover GtkHTML:hover, GtkPopover .list:hover { - background-image: none; - background-color: #928374; - color: #282828; } - GtkPopover .list-row, GtkPopover .list-row.button { - background-color: transparent; - background-image: none; - color: #fbf1c7; } - GtkPopover .list-row:focus, GtkPopover .list-row:hover, GtkPopover .list-row:active, GtkPopover .list-row.button:focus, GtkPopover .list-row.button:hover, GtkPopover .list-row.button:active { - background-image: none; - background-color: #928374; - color: #282828; } - GtkPopover .frame { - border-color: #171a1a; - border-radius: 4px; } - GtkPopover .entry { - background-color: #282828; - background-image: none; - border-color: #202020; - color: #ebdbb2; } - GtkPopover .entry:focus, GtkPopover .entry:hover { - border-color: mix(#928374,#282828,0.3); } - GtkPopover .entry:active, GtkPopover .entry:active:hover, GtkPopover .entry:active:focus, GtkPopover .entry:active:hover:focus, GtkPopover .entry:checked, GtkPopover .entry:checked:hover, GtkPopover .entry:checked:focus, GtkPopover .entry:checked:hover:focus { - border-color: #1c1c1c; } - GtkPopover .entry:insensitive { - border-color: #222222; } - GtkPopover .entry:active:insensitive, GtkPopover .entry:checked:insensitive { - border-color: #202020; } - GtkPopover .entry:focus, GtkPopover .entry:active { - border-color: #928374; } - GtkPopover .entry:insensitive { - background-color: #242424; - background-image: none; - color: mix(#282828,#ebdbb2,0.5); } - GtkPopover .button { - background-color: #282828; - background-image: none; - border-color: rgba(245, 220, 115, 0.32); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - GtkPopover .button:focus, GtkPopover .button:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.32),0.3); } - GtkPopover .button:active, GtkPopover .button:active:hover, GtkPopover .button:active:focus, GtkPopover .button:active:hover:focus, GtkPopover .button:checked, GtkPopover .button:checked:hover, GtkPopover .button:checked:focus, GtkPopover .button:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.32); } - GtkPopover .button:insensitive { - border-color: rgba(247, 225, 136, 0.32); } - GtkPopover .button:active:insensitive, GtkPopover .button:checked:insensitive { - border-color: rgba(245, 220, 115, 0.32); } - GtkPopover .button.flat { - border-color: rgba(40, 40, 40, 0); - color: #fbf1c7; - background-color: rgba(40, 40, 40, 0); - background-image: none; - box-shadow: none; } - GtkPopover .button:hover, GtkPopover .button.flat:hover { - background-color: #2a2a2a; - background-image: none; - border-color: rgba(245, 220, 115, 0.4); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - GtkPopover .button:hover:focus, GtkPopover .button:hover:hover, GtkPopover .button.flat:hover:focus, GtkPopover .button.flat:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.4),0.3); } - GtkPopover .button:hover:active, GtkPopover .button:hover:active:hover, GtkPopover .button:hover:active:focus, GtkPopover .button:hover:active:hover:focus, GtkPopover .button:hover:checked, GtkPopover .button:hover:checked:hover, GtkPopover .button:hover:checked:focus, GtkPopover .button:hover:checked:hover:focus, GtkPopover .button.flat:hover:active, GtkPopover .button.flat:hover:active:hover, GtkPopover .button.flat:hover:active:focus, GtkPopover .button.flat:hover:active:hover:focus, GtkPopover .button.flat:hover:checked, GtkPopover .button.flat:hover:checked:hover, GtkPopover .button.flat:hover:checked:focus, GtkPopover .button.flat:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.4); } - GtkPopover .button:hover:insensitive, GtkPopover .button.flat:hover:insensitive { - border-color: rgba(247, 225, 136, 0.4); } - GtkPopover .button:hover:active:insensitive, GtkPopover .button:hover:checked:insensitive, GtkPopover .button.flat:hover:active:insensitive, GtkPopover .button.flat:hover:checked:insensitive { - border-color: rgba(245, 220, 115, 0.4); } - GtkPopover .button:focus, GtkPopover .button.flat:focus { - background-color: #2a2a2a; - background-image: none; - border-color: rgba(251, 241, 199, 0.32); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - GtkPopover .button:focus:hover, GtkPopover .button.flat:focus:hover { - background-color: #2c2c2c; - background-image: none; - border-color: rgba(245, 220, 115, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - GtkPopover .button:focus:hover:focus, GtkPopover .button:focus:hover:hover, GtkPopover .button.flat:focus:hover:focus, GtkPopover .button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.4),0.3); } - GtkPopover .button:focus:hover:active, GtkPopover .button:focus:hover:active:hover, GtkPopover .button:focus:hover:active:focus, GtkPopover .button:focus:hover:active:hover:focus, GtkPopover .button:focus:hover:checked, GtkPopover .button:focus:hover:checked:hover, GtkPopover .button:focus:hover:checked:focus, GtkPopover .button:focus:hover:checked:hover:focus, GtkPopover .button.flat:focus:hover:active, GtkPopover .button.flat:focus:hover:active:hover, GtkPopover .button.flat:focus:hover:active:focus, GtkPopover .button.flat:focus:hover:active:hover:focus, GtkPopover .button.flat:focus:hover:checked, GtkPopover .button.flat:focus:hover:checked:hover, GtkPopover .button.flat:focus:hover:checked:focus, GtkPopover .button.flat:focus:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.4); } - GtkPopover .button:focus:hover:insensitive, GtkPopover .button.flat:focus:hover:insensitive { - border-color: rgba(247, 225, 136, 0.4); } - GtkPopover .button:focus:hover:active:insensitive, GtkPopover .button:focus:hover:checked:insensitive, GtkPopover .button.flat:focus:hover:active:insensitive, GtkPopover .button.flat:focus:hover:checked:insensitive { - border-color: rgba(245, 220, 115, 0.4); } - GtkPopover .button:checked, GtkPopover .button:active, GtkPopover .button.flat:checked, GtkPopover .button.flat:active { - background-color: #928374; - background-image: none; - border-color: rgba(245, 220, 115, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(251, 241, 199, 0.06), inset 0 1px rgba(251, 241, 199, 0.07), inset -1px 0 rgba(251, 241, 199, 0.06), inset 0 -1px rgba(251, 241, 199, 0.05); } - GtkPopover .button:checked:focus, GtkPopover .button:checked:hover, GtkPopover .button:active:focus, GtkPopover .button:active:hover, GtkPopover .button.flat:checked:focus, GtkPopover .button.flat:checked:hover, GtkPopover .button.flat:active:focus, GtkPopover .button.flat:active:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.32),0.3); } - GtkPopover .button:checked:active, GtkPopover .button:checked:active:hover, GtkPopover .button:checked:active:focus, GtkPopover .button:checked:active:hover:focus, GtkPopover .button:checked:checked, GtkPopover .button:checked:checked:hover, GtkPopover .button:checked:checked:focus, GtkPopover .button:checked:checked:hover:focus, GtkPopover .button:active:active, GtkPopover .button:active:active:hover, GtkPopover .button:active:active:focus, GtkPopover .button:active:active:hover:focus, GtkPopover .button:active:checked, GtkPopover .button:active:checked:hover, GtkPopover .button:active:checked:focus, GtkPopover .button:active:checked:hover:focus, GtkPopover .button.flat:checked:active, GtkPopover .button.flat:checked:active:hover, GtkPopover .button.flat:checked:active:focus, GtkPopover .button.flat:checked:active:hover:focus, GtkPopover .button.flat:checked:checked, GtkPopover .button.flat:checked:checked:hover, GtkPopover .button.flat:checked:checked:focus, GtkPopover .button.flat:checked:checked:hover:focus, GtkPopover .button.flat:active:active, GtkPopover .button.flat:active:active:hover, GtkPopover .button.flat:active:active:focus, GtkPopover .button.flat:active:active:hover:focus, GtkPopover .button.flat:active:checked, GtkPopover .button.flat:active:checked:hover, GtkPopover .button.flat:active:checked:focus, GtkPopover .button.flat:active:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.32); } - GtkPopover .button:checked:insensitive, GtkPopover .button:active:insensitive, GtkPopover .button.flat:checked:insensitive, GtkPopover .button.flat:active:insensitive { - border-color: rgba(247, 225, 136, 0.32); } - GtkPopover .button:checked:active:insensitive, GtkPopover .button:checked:checked:insensitive, GtkPopover .button:active:active:insensitive, GtkPopover .button:active:checked:insensitive, GtkPopover .button.flat:checked:active:insensitive, GtkPopover .button.flat:checked:checked:insensitive, GtkPopover .button.flat:active:active:insensitive, GtkPopover .button.flat:active:checked:insensitive { - border-color: rgba(245, 220, 115, 0.32); } - GtkPopover .button:checked:focus, GtkPopover .button:checked:hover, GtkPopover .button:active:focus, GtkPopover .button:active:hover, GtkPopover .button.flat:checked:focus, GtkPopover .button.flat:checked:hover, GtkPopover .button.flat:active:focus, GtkPopover .button.flat:active:hover { - background-color: #988a7b; - background-image: none; - color: #282828; } - GtkPopover .button:focus, GtkPopover .button:hover, GtkPopover .button.flat:focus, GtkPopover .button.flat:hover { - color: #fbf1c7; } - GtkPopover .button:insensitive:insensitive, GtkPopover .button.flat:insensitive:insensitive { - background-color: alpha(mix(#282828,#fbf1c7,0.2),0.4); - background-image: none; - opacity: .6; - color: mix(#282828,#fbf1c7,0.6); - box-shadow: none; } - GtkPopover .button:insensitive:insensitive :insensitive, GtkPopover .button.flat:insensitive:insensitive :insensitive { - color: mix(#282828,#fbf1c7,0.6); } - GtkPopover .button:active:insensitive, GtkPopover .button:checked:insensitive { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - GtkPopover .button:active:insensitive:insensitive, GtkPopover .button:checked:insensitive:insensitive { - color: rgba(40, 40, 40, 0.85); } - GtkPopover .button.separator, GtkPopover .button .separator { - border: 1px solid currentColor; - color: rgba(40, 40, 40, 0.9); } - GtkPopover .button.separator:insensitive, GtkPopover .button .separator:insensitive { - color: rgba(40, 40, 40, 0.85); } - GtkPopover > .list, GtkPopover > .view, GtkPopover > GtkHTML, GtkPopover > .toolbar { - background-color: transparent; } - GtkPopover .separator { - border: 0; - background-color: transparent; - color: #1a1d1e; - font-size: 80%; - font-weight: bold; } - -GtkModelButton.button, GtkModelButton.button:backdrop { - background-color: transparent; - background-image: none; - border-color: shade(alpha(currentColor,0.32),0.8); - color: currentColor; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - GtkModelButton.button:focus, GtkModelButton.button:hover, GtkModelButton.button:backdrop:focus, GtkModelButton.button:backdrop:hover { - border-color: mix(#928374,alpha(currentColor,0.32),0.3); } - GtkModelButton.button:active, GtkModelButton.button:active:hover, GtkModelButton.button:active:focus, GtkModelButton.button:active:hover:focus, GtkModelButton.button:checked, GtkModelButton.button:checked:hover, GtkModelButton.button:checked:focus, GtkModelButton.button:checked:hover:focus, GtkModelButton.button:backdrop:active, GtkModelButton.button:backdrop:active:hover, GtkModelButton.button:backdrop:active:focus, GtkModelButton.button:backdrop:active:hover:focus, GtkModelButton.button:backdrop:checked, GtkModelButton.button:backdrop:checked:hover, GtkModelButton.button:backdrop:checked:focus, GtkModelButton.button:backdrop:checked:hover:focus { - border-color: shade(alpha(currentColor,0.32),0.7); } - GtkModelButton.button:insensitive, GtkModelButton.button:backdrop:insensitive { - border-color: shade(alpha(currentColor,0.32),0.85); } - GtkModelButton.button:active:insensitive, GtkModelButton.button:checked:insensitive, GtkModelButton.button:backdrop:active:insensitive, GtkModelButton.button:backdrop:checked:insensitive { - border-color: shade(alpha(currentColor,0.32),0.8); } - GtkModelButton.button.flat, GtkModelButton.button:backdrop.flat { - border-color: transparent; - color: currentColor; - background-color: transparent; - background-image: none; - box-shadow: none; } - GtkModelButton.button:hover, GtkModelButton.button.flat:hover, GtkModelButton.button:backdrop:hover, GtkModelButton.button:backdrop.flat:hover { - background-color: transparent; - background-image: none; - border-color: shade(alpha(currentColor,0.4),0.8); - color: currentColor; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - GtkModelButton.button:hover:focus, GtkModelButton.button:hover:hover, GtkModelButton.button.flat:hover:focus, GtkModelButton.button.flat:hover:hover, GtkModelButton.button:backdrop:hover:focus, GtkModelButton.button:backdrop:hover:hover, GtkModelButton.button:backdrop.flat:hover:focus, GtkModelButton.button:backdrop.flat:hover:hover { - border-color: mix(#928374,alpha(currentColor,0.4),0.3); } - GtkModelButton.button:hover:active, GtkModelButton.button:hover:active:hover, GtkModelButton.button:hover:active:focus, GtkModelButton.button:hover:active:hover:focus, GtkModelButton.button:hover:checked, GtkModelButton.button:hover:checked:hover, GtkModelButton.button:hover:checked:focus, GtkModelButton.button:hover:checked:hover:focus, GtkModelButton.button.flat:hover:active, GtkModelButton.button.flat:hover:active:hover, GtkModelButton.button.flat:hover:active:focus, GtkModelButton.button.flat:hover:active:hover:focus, GtkModelButton.button.flat:hover:checked, GtkModelButton.button.flat:hover:checked:hover, GtkModelButton.button.flat:hover:checked:focus, GtkModelButton.button.flat:hover:checked:hover:focus, GtkModelButton.button:backdrop:hover:active, GtkModelButton.button:backdrop:hover:active:hover, GtkModelButton.button:backdrop:hover:active:focus, GtkModelButton.button:backdrop:hover:active:hover:focus, GtkModelButton.button:backdrop:hover:checked, GtkModelButton.button:backdrop:hover:checked:hover, GtkModelButton.button:backdrop:hover:checked:focus, GtkModelButton.button:backdrop:hover:checked:hover:focus, GtkModelButton.button:backdrop.flat:hover:active, GtkModelButton.button:backdrop.flat:hover:active:hover, GtkModelButton.button:backdrop.flat:hover:active:focus, GtkModelButton.button:backdrop.flat:hover:active:hover:focus, GtkModelButton.button:backdrop.flat:hover:checked, GtkModelButton.button:backdrop.flat:hover:checked:hover, GtkModelButton.button:backdrop.flat:hover:checked:focus, GtkModelButton.button:backdrop.flat:hover:checked:hover:focus { - border-color: shade(alpha(currentColor,0.4),0.7); } - GtkModelButton.button:hover:insensitive, GtkModelButton.button.flat:hover:insensitive, GtkModelButton.button:backdrop:hover:insensitive, GtkModelButton.button:backdrop.flat:hover:insensitive { - border-color: shade(alpha(currentColor,0.4),0.85); } - GtkModelButton.button:hover:active:insensitive, GtkModelButton.button:hover:checked:insensitive, GtkModelButton.button.flat:hover:active:insensitive, GtkModelButton.button.flat:hover:checked:insensitive, GtkModelButton.button:backdrop:hover:active:insensitive, GtkModelButton.button:backdrop:hover:checked:insensitive, GtkModelButton.button:backdrop.flat:hover:active:insensitive, GtkModelButton.button:backdrop.flat:hover:checked:insensitive { - border-color: shade(alpha(currentColor,0.4),0.8); } - GtkModelButton.button:focus, GtkModelButton.button.flat:focus, GtkModelButton.button:backdrop:focus, GtkModelButton.button:backdrop.flat:focus { - background-color: transparent; - background-image: none; - border-color: alpha(currentColor,0.32); - color: currentColor; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - GtkModelButton.button:focus:hover, GtkModelButton.button.flat:focus:hover, GtkModelButton.button:backdrop:focus:hover, GtkModelButton.button:backdrop.flat:focus:hover { - background-color: transparent; - background-image: none; - border-color: shade(alpha(currentColor,0.4),0.8); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - GtkModelButton.button:focus:hover:focus, GtkModelButton.button:focus:hover:hover, GtkModelButton.button.flat:focus:hover:focus, GtkModelButton.button.flat:focus:hover:hover, GtkModelButton.button:backdrop:focus:hover:focus, GtkModelButton.button:backdrop:focus:hover:hover, GtkModelButton.button:backdrop.flat:focus:hover:focus, GtkModelButton.button:backdrop.flat:focus:hover:hover { - border-color: mix(#928374,alpha(currentColor,0.4),0.3); } - GtkModelButton.button:focus:hover:active, GtkModelButton.button:focus:hover:active:hover, GtkModelButton.button:focus:hover:active:focus, GtkModelButton.button:focus:hover:active:hover:focus, GtkModelButton.button:focus:hover:checked, GtkModelButton.button:focus:hover:checked:hover, GtkModelButton.button:focus:hover:checked:focus, GtkModelButton.button:focus:hover:checked:hover:focus, GtkModelButton.button.flat:focus:hover:active, GtkModelButton.button.flat:focus:hover:active:hover, GtkModelButton.button.flat:focus:hover:active:focus, GtkModelButton.button.flat:focus:hover:active:hover:focus, GtkModelButton.button.flat:focus:hover:checked, GtkModelButton.button.flat:focus:hover:checked:hover, GtkModelButton.button.flat:focus:hover:checked:focus, GtkModelButton.button.flat:focus:hover:checked:hover:focus, GtkModelButton.button:backdrop:focus:hover:active, GtkModelButton.button:backdrop:focus:hover:active:hover, GtkModelButton.button:backdrop:focus:hover:active:focus, GtkModelButton.button:backdrop:focus:hover:active:hover:focus, GtkModelButton.button:backdrop:focus:hover:checked, GtkModelButton.button:backdrop:focus:hover:checked:hover, GtkModelButton.button:backdrop:focus:hover:checked:focus, GtkModelButton.button:backdrop:focus:hover:checked:hover:focus, GtkModelButton.button:backdrop.flat:focus:hover:active, GtkModelButton.button:backdrop.flat:focus:hover:active:hover, GtkModelButton.button:backdrop.flat:focus:hover:active:focus, GtkModelButton.button:backdrop.flat:focus:hover:active:hover:focus, GtkModelButton.button:backdrop.flat:focus:hover:checked, GtkModelButton.button:backdrop.flat:focus:hover:checked:hover, GtkModelButton.button:backdrop.flat:focus:hover:checked:focus, GtkModelButton.button:backdrop.flat:focus:hover:checked:hover:focus { - border-color: shade(alpha(currentColor,0.4),0.7); } - GtkModelButton.button:focus:hover:insensitive, GtkModelButton.button.flat:focus:hover:insensitive, GtkModelButton.button:backdrop:focus:hover:insensitive, GtkModelButton.button:backdrop.flat:focus:hover:insensitive { - border-color: shade(alpha(currentColor,0.4),0.85); } - GtkModelButton.button:focus:hover:active:insensitive, GtkModelButton.button:focus:hover:checked:insensitive, GtkModelButton.button.flat:focus:hover:active:insensitive, GtkModelButton.button.flat:focus:hover:checked:insensitive, GtkModelButton.button:backdrop:focus:hover:active:insensitive, GtkModelButton.button:backdrop:focus:hover:checked:insensitive, GtkModelButton.button:backdrop.flat:focus:hover:active:insensitive, GtkModelButton.button:backdrop.flat:focus:hover:checked:insensitive { - border-color: shade(alpha(currentColor,0.4),0.8); } - GtkModelButton.button:checked, GtkModelButton.button:active, GtkModelButton.button.flat:checked, GtkModelButton.button.flat:active, GtkModelButton.button:backdrop:checked, GtkModelButton.button:backdrop:active, GtkModelButton.button:backdrop.flat:checked, GtkModelButton.button:backdrop.flat:active { - background-color: #928374; - background-image: none; - border-color: shade(alpha(currentColor,0.32),0.8); - color: #282828; - box-shadow: inset 1px 0 alpha(currentColor,0.06), inset 0 1px alpha(currentColor,0.07), inset -1px 0 alpha(currentColor,0.06), inset 0 -1px alpha(currentColor,0.05); } - GtkModelButton.button:checked:focus, GtkModelButton.button:checked:hover, GtkModelButton.button:active:focus, GtkModelButton.button:active:hover, GtkModelButton.button.flat:checked:focus, GtkModelButton.button.flat:checked:hover, GtkModelButton.button.flat:active:focus, GtkModelButton.button.flat:active:hover, GtkModelButton.button:backdrop:checked:focus, GtkModelButton.button:backdrop:checked:hover, GtkModelButton.button:backdrop:active:focus, GtkModelButton.button:backdrop:active:hover, GtkModelButton.button:backdrop.flat:checked:focus, GtkModelButton.button:backdrop.flat:checked:hover, GtkModelButton.button:backdrop.flat:active:focus, GtkModelButton.button:backdrop.flat:active:hover { - border-color: mix(#928374,alpha(currentColor,0.32),0.3); } - GtkModelButton.button:checked:active, GtkModelButton.button:checked:active:hover, GtkModelButton.button:checked:active:focus, GtkModelButton.button:checked:active:hover:focus, GtkModelButton.button:checked:checked, GtkModelButton.button:checked:checked:hover, GtkModelButton.button:checked:checked:focus, GtkModelButton.button:checked:checked:hover:focus, GtkModelButton.button:active:active, GtkModelButton.button:active:active:hover, GtkModelButton.button:active:active:focus, GtkModelButton.button:active:active:hover:focus, GtkModelButton.button:active:checked, GtkModelButton.button:active:checked:hover, GtkModelButton.button:active:checked:focus, GtkModelButton.button:active:checked:hover:focus, GtkModelButton.button.flat:checked:active, GtkModelButton.button.flat:checked:active:hover, GtkModelButton.button.flat:checked:active:focus, GtkModelButton.button.flat:checked:active:hover:focus, GtkModelButton.button.flat:checked:checked, GtkModelButton.button.flat:checked:checked:hover, GtkModelButton.button.flat:checked:checked:focus, GtkModelButton.button.flat:checked:checked:hover:focus, GtkModelButton.button.flat:active:active, GtkModelButton.button.flat:active:active:hover, GtkModelButton.button.flat:active:active:focus, GtkModelButton.button.flat:active:active:hover:focus, GtkModelButton.button.flat:active:checked, GtkModelButton.button.flat:active:checked:hover, GtkModelButton.button.flat:active:checked:focus, GtkModelButton.button.flat:active:checked:hover:focus, GtkModelButton.button:backdrop:checked:active, GtkModelButton.button:backdrop:checked:active:hover, GtkModelButton.button:backdrop:checked:active:focus, GtkModelButton.button:backdrop:checked:active:hover:focus, GtkModelButton.button:backdrop:checked:checked, GtkModelButton.button:backdrop:checked:checked:hover, GtkModelButton.button:backdrop:checked:checked:focus, GtkModelButton.button:backdrop:checked:checked:hover:focus, GtkModelButton.button:backdrop:active:active, GtkModelButton.button:backdrop:active:active:hover, GtkModelButton.button:backdrop:active:active:focus, GtkModelButton.button:backdrop:active:active:hover:focus, GtkModelButton.button:backdrop:active:checked, GtkModelButton.button:backdrop:active:checked:hover, GtkModelButton.button:backdrop:active:checked:focus, GtkModelButton.button:backdrop:active:checked:hover:focus, GtkModelButton.button:backdrop.flat:checked:active, GtkModelButton.button:backdrop.flat:checked:active:hover, GtkModelButton.button:backdrop.flat:checked:active:focus, GtkModelButton.button:backdrop.flat:checked:active:hover:focus, GtkModelButton.button:backdrop.flat:checked:checked, GtkModelButton.button:backdrop.flat:checked:checked:hover, GtkModelButton.button:backdrop.flat:checked:checked:focus, GtkModelButton.button:backdrop.flat:checked:checked:hover:focus, GtkModelButton.button:backdrop.flat:active:active, GtkModelButton.button:backdrop.flat:active:active:hover, GtkModelButton.button:backdrop.flat:active:active:focus, GtkModelButton.button:backdrop.flat:active:active:hover:focus, GtkModelButton.button:backdrop.flat:active:checked, GtkModelButton.button:backdrop.flat:active:checked:hover, GtkModelButton.button:backdrop.flat:active:checked:focus, GtkModelButton.button:backdrop.flat:active:checked:hover:focus { - border-color: shade(alpha(currentColor,0.32),0.7); } - GtkModelButton.button:checked:insensitive, GtkModelButton.button:active:insensitive, GtkModelButton.button.flat:checked:insensitive, GtkModelButton.button.flat:active:insensitive, GtkModelButton.button:backdrop:checked:insensitive, GtkModelButton.button:backdrop:active:insensitive, GtkModelButton.button:backdrop.flat:checked:insensitive, GtkModelButton.button:backdrop.flat:active:insensitive { - border-color: shade(alpha(currentColor,0.32),0.85); } - GtkModelButton.button:checked:active:insensitive, GtkModelButton.button:checked:checked:insensitive, GtkModelButton.button:active:active:insensitive, GtkModelButton.button:active:checked:insensitive, GtkModelButton.button.flat:checked:active:insensitive, GtkModelButton.button.flat:checked:checked:insensitive, GtkModelButton.button.flat:active:active:insensitive, GtkModelButton.button.flat:active:checked:insensitive, GtkModelButton.button:backdrop:checked:active:insensitive, GtkModelButton.button:backdrop:checked:checked:insensitive, GtkModelButton.button:backdrop:active:active:insensitive, GtkModelButton.button:backdrop:active:checked:insensitive, GtkModelButton.button:backdrop.flat:checked:active:insensitive, GtkModelButton.button:backdrop.flat:checked:checked:insensitive, GtkModelButton.button:backdrop.flat:active:active:insensitive, GtkModelButton.button:backdrop.flat:active:checked:insensitive { - border-color: shade(alpha(currentColor,0.32),0.8); } - GtkModelButton.button:checked:focus, GtkModelButton.button:checked:hover, GtkModelButton.button:active:focus, GtkModelButton.button:active:hover, GtkModelButton.button.flat:checked:focus, GtkModelButton.button.flat:checked:hover, GtkModelButton.button.flat:active:focus, GtkModelButton.button.flat:active:hover, GtkModelButton.button:backdrop:checked:focus, GtkModelButton.button:backdrop:checked:hover, GtkModelButton.button:backdrop:active:focus, GtkModelButton.button:backdrop:active:hover, GtkModelButton.button:backdrop.flat:checked:focus, GtkModelButton.button:backdrop.flat:checked:hover, GtkModelButton.button:backdrop.flat:active:focus, GtkModelButton.button:backdrop.flat:active:hover { - background-color: #988a7b; - background-image: none; - color: #282828; } - GtkModelButton.button:focus, GtkModelButton.button:hover, GtkModelButton.button.flat:focus, GtkModelButton.button.flat:hover, GtkModelButton.button:backdrop:focus, GtkModelButton.button:backdrop:hover, GtkModelButton.button:backdrop.flat:focus, GtkModelButton.button:backdrop.flat:hover { - color: currentColor; } - GtkModelButton.button:insensitive:insensitive, GtkModelButton.button.flat:insensitive:insensitive, GtkModelButton.button:backdrop:insensitive:insensitive, GtkModelButton.button:backdrop.flat:insensitive:insensitive { - background-color: alpha(mix(transparent,currentColor,0.2),0.4); - background-image: none; - opacity: .6; - color: mix(transparent,currentColor,0.6); - box-shadow: none; } - GtkModelButton.button:insensitive:insensitive :insensitive, GtkModelButton.button.flat:insensitive:insensitive :insensitive, GtkModelButton.button:backdrop:insensitive:insensitive :insensitive, GtkModelButton.button:backdrop.flat:insensitive:insensitive :insensitive { - color: mix(transparent,currentColor,0.6); } - GtkModelButton.button:active:insensitive, GtkModelButton.button:checked:insensitive, GtkModelButton.button:backdrop:active:insensitive, GtkModelButton.button:backdrop:checked:insensitive { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - GtkModelButton.button:active:insensitive:insensitive, GtkModelButton.button:checked:insensitive:insensitive, GtkModelButton.button:backdrop:active:insensitive:insensitive, GtkModelButton.button:backdrop:checked:insensitive:insensitive { - color: rgba(40, 40, 40, 0.85); } - GtkModelButton.button.separator, GtkModelButton.button .separator, GtkModelButton.button:backdrop.separator, GtkModelButton.button:backdrop .separator { - border: 1px solid currentColor; - color: transparent; } - GtkModelButton.button.separator:insensitive, GtkModelButton.button .separator:insensitive, GtkModelButton.button:backdrop.separator:insensitive, GtkModelButton.button:backdrop .separator:insensitive { - color: transparent; } - GtkModelButton.button:focus:hover, GtkModelButton.button.flat:checked:hover, GtkModelButton.button:active:hover, GtkModelButton.button:hover, GtkModelButton.button:selected, GtkModelButton.button:backdrop:focus:hover, GtkModelButton.button:backdrop.flat:checked:hover, GtkModelButton.button:backdrop:active:hover, GtkModelButton.button:backdrop:hover, GtkModelButton.button:backdrop:selected { - background-image: none; - background-color: #928374; - color: #282828; - box-shadow: none; } - GtkModelButton.button.flat:checked, GtkModelButton.button:backdrop.flat:checked { - box-shadow: none; } - GtkModelButton.button.flat, GtkModelButton.button.flat:hover, GtkModelButton.button:backdrop.flat, GtkModelButton.button:backdrop.flat:hover { - transition: none; } - -/*************** -! Dimmed label * -****************/ -.dim-label, GtkLabel.separator { - opacity: .5; - text-shadow: none; } - -/*********** - ! Tooltip * -************/ -.tooltip.background { - background-color: #282828; - background-image: none; - border: 0; - border-radius: 4px; - color: #ebdbb2; } - -.tooltip * { - background-color: transparent; - color: inherit; } - -/*********** - ! Dialogs * -************/ -GtkMessageDialog, .message-dialog, .prompt { - -GtkDialog-content-area-border: 3px; - -GtkDialog-action-area-border: 3px; - -GtkDialog-button-spacing: 3px; - margin: 0; - padding: 0; } - -/********************* - ! App notifications * -**********************/ -.app-notification, .app-notification.frame { - border-style: solid; - border-color: rgba(23, 26, 26, 0.8); - border-width: 0 1px 1px; - border-radius: 0 0 4px 4px; - padding: 6px; - background-color: rgba(29, 32, 33, 0.8); - background-image: none; - color: #fbf1c7; } - .app-notification .button, .app-notification.frame .button { - background-color: rgba(29, 32, 33, 0.8); - background-image: none; - border-color: rgba(245, 220, 115, 0.32); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .app-notification .button:focus, .app-notification .button:hover, .app-notification.frame .button:focus, .app-notification.frame .button:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.32),0.3); } - .app-notification .button:active, .app-notification .button:active:hover, .app-notification .button:active:focus, .app-notification .button:active:hover:focus, .app-notification .button:checked, .app-notification .button:checked:hover, .app-notification .button:checked:focus, .app-notification .button:checked:hover:focus, .app-notification.frame .button:active, .app-notification.frame .button:active:hover, .app-notification.frame .button:active:focus, .app-notification.frame .button:active:hover:focus, .app-notification.frame .button:checked, .app-notification.frame .button:checked:hover, .app-notification.frame .button:checked:focus, .app-notification.frame .button:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.32); } - .app-notification .button:insensitive, .app-notification.frame .button:insensitive { - border-color: rgba(247, 225, 136, 0.32); } - .app-notification .button:active:insensitive, .app-notification .button:checked:insensitive, .app-notification.frame .button:active:insensitive, .app-notification.frame .button:checked:insensitive { - border-color: rgba(245, 220, 115, 0.32); } - .app-notification .button.flat, .app-notification.frame .button.flat { - border-color: rgba(29, 32, 33, 0); - color: #fbf1c7; - background-color: rgba(29, 32, 33, 0); - background-image: none; - box-shadow: none; } - .app-notification .button:hover, .app-notification .button.flat:hover, .app-notification.frame .button:hover, .app-notification.frame .button.flat:hover { - background-color: rgba(30, 34, 35, 0.8); - background-image: none; - border-color: rgba(245, 220, 115, 0.4); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - .app-notification .button:hover:focus, .app-notification .button:hover:hover, .app-notification .button.flat:hover:focus, .app-notification .button.flat:hover:hover, .app-notification.frame .button:hover:focus, .app-notification.frame .button:hover:hover, .app-notification.frame .button.flat:hover:focus, .app-notification.frame .button.flat:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.4),0.3); } - .app-notification .button:hover:active, .app-notification .button:hover:active:hover, .app-notification .button:hover:active:focus, .app-notification .button:hover:active:hover:focus, .app-notification .button:hover:checked, .app-notification .button:hover:checked:hover, .app-notification .button:hover:checked:focus, .app-notification .button:hover:checked:hover:focus, .app-notification .button.flat:hover:active, .app-notification .button.flat:hover:active:hover, .app-notification .button.flat:hover:active:focus, .app-notification .button.flat:hover:active:hover:focus, .app-notification .button.flat:hover:checked, .app-notification .button.flat:hover:checked:hover, .app-notification .button.flat:hover:checked:focus, .app-notification .button.flat:hover:checked:hover:focus, .app-notification.frame .button:hover:active, .app-notification.frame .button:hover:active:hover, .app-notification.frame .button:hover:active:focus, .app-notification.frame .button:hover:active:hover:focus, .app-notification.frame .button:hover:checked, .app-notification.frame .button:hover:checked:hover, .app-notification.frame .button:hover:checked:focus, .app-notification.frame .button:hover:checked:hover:focus, .app-notification.frame .button.flat:hover:active, .app-notification.frame .button.flat:hover:active:hover, .app-notification.frame .button.flat:hover:active:focus, .app-notification.frame .button.flat:hover:active:hover:focus, .app-notification.frame .button.flat:hover:checked, .app-notification.frame .button.flat:hover:checked:hover, .app-notification.frame .button.flat:hover:checked:focus, .app-notification.frame .button.flat:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.4); } - .app-notification .button:hover:insensitive, .app-notification .button.flat:hover:insensitive, .app-notification.frame .button:hover:insensitive, .app-notification.frame .button.flat:hover:insensitive { - border-color: rgba(247, 225, 136, 0.4); } - .app-notification .button:hover:active:insensitive, .app-notification .button:hover:checked:insensitive, .app-notification .button.flat:hover:active:insensitive, .app-notification .button.flat:hover:checked:insensitive, .app-notification.frame .button:hover:active:insensitive, .app-notification.frame .button:hover:checked:insensitive, .app-notification.frame .button.flat:hover:active:insensitive, .app-notification.frame .button.flat:hover:checked:insensitive { - border-color: rgba(245, 220, 115, 0.4); } - .app-notification .button:focus, .app-notification .button.flat:focus, .app-notification.frame .button:focus, .app-notification.frame .button.flat:focus { - background-color: rgba(30, 34, 35, 0.8); - background-image: none; - border-color: rgba(251, 241, 199, 0.32); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .app-notification .button:focus:hover, .app-notification .button.flat:focus:hover, .app-notification.frame .button:focus:hover, .app-notification.frame .button.flat:focus:hover { - background-color: rgba(32, 35, 36, 0.8); - background-image: none; - border-color: rgba(245, 220, 115, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - .app-notification .button:focus:hover:focus, .app-notification .button:focus:hover:hover, .app-notification .button.flat:focus:hover:focus, .app-notification .button.flat:focus:hover:hover, .app-notification.frame .button:focus:hover:focus, .app-notification.frame .button:focus:hover:hover, .app-notification.frame .button.flat:focus:hover:focus, .app-notification.frame .button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.4),0.3); } - .app-notification .button:focus:hover:active, .app-notification .button:focus:hover:active:hover, .app-notification .button:focus:hover:active:focus, .app-notification .button:focus:hover:active:hover:focus, .app-notification .button:focus:hover:checked, .app-notification .button:focus:hover:checked:hover, .app-notification .button:focus:hover:checked:focus, .app-notification .button:focus:hover:checked:hover:focus, .app-notification .button.flat:focus:hover:active, .app-notification .button.flat:focus:hover:active:hover, .app-notification .button.flat:focus:hover:active:focus, .app-notification .button.flat:focus:hover:active:hover:focus, .app-notification .button.flat:focus:hover:checked, .app-notification .button.flat:focus:hover:checked:hover, .app-notification .button.flat:focus:hover:checked:focus, .app-notification .button.flat:focus:hover:checked:hover:focus, .app-notification.frame .button:focus:hover:active, .app-notification.frame .button:focus:hover:active:hover, .app-notification.frame .button:focus:hover:active:focus, .app-notification.frame .button:focus:hover:active:hover:focus, .app-notification.frame .button:focus:hover:checked, .app-notification.frame .button:focus:hover:checked:hover, .app-notification.frame .button:focus:hover:checked:focus, .app-notification.frame .button:focus:hover:checked:hover:focus, .app-notification.frame .button.flat:focus:hover:active, .app-notification.frame .button.flat:focus:hover:active:hover, .app-notification.frame .button.flat:focus:hover:active:focus, .app-notification.frame .button.flat:focus:hover:active:hover:focus, .app-notification.frame .button.flat:focus:hover:checked, .app-notification.frame .button.flat:focus:hover:checked:hover, .app-notification.frame .button.flat:focus:hover:checked:focus, .app-notification.frame .button.flat:focus:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.4); } - .app-notification .button:focus:hover:insensitive, .app-notification .button.flat:focus:hover:insensitive, .app-notification.frame .button:focus:hover:insensitive, .app-notification.frame .button.flat:focus:hover:insensitive { - border-color: rgba(247, 225, 136, 0.4); } - .app-notification .button:focus:hover:active:insensitive, .app-notification .button:focus:hover:checked:insensitive, .app-notification .button.flat:focus:hover:active:insensitive, .app-notification .button.flat:focus:hover:checked:insensitive, .app-notification.frame .button:focus:hover:active:insensitive, .app-notification.frame .button:focus:hover:checked:insensitive, .app-notification.frame .button.flat:focus:hover:active:insensitive, .app-notification.frame .button.flat:focus:hover:checked:insensitive { - border-color: rgba(245, 220, 115, 0.4); } - .app-notification .button:checked, .app-notification .button:active, .app-notification .button.flat:checked, .app-notification .button.flat:active, .app-notification.frame .button:checked, .app-notification.frame .button:active, .app-notification.frame .button.flat:checked, .app-notification.frame .button.flat:active { - background-color: #928374; - background-image: none; - border-color: rgba(245, 220, 115, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(251, 241, 199, 0.06), inset 0 1px rgba(251, 241, 199, 0.07), inset -1px 0 rgba(251, 241, 199, 0.06), inset 0 -1px rgba(251, 241, 199, 0.05); } - .app-notification .button:checked:focus, .app-notification .button:checked:hover, .app-notification .button:active:focus, .app-notification .button:active:hover, .app-notification .button.flat:checked:focus, .app-notification .button.flat:checked:hover, .app-notification .button.flat:active:focus, .app-notification .button.flat:active:hover, .app-notification.frame .button:checked:focus, .app-notification.frame .button:checked:hover, .app-notification.frame .button:active:focus, .app-notification.frame .button:active:hover, .app-notification.frame .button.flat:checked:focus, .app-notification.frame .button.flat:checked:hover, .app-notification.frame .button.flat:active:focus, .app-notification.frame .button.flat:active:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.32),0.3); } - .app-notification .button:checked:active, .app-notification .button:checked:active:hover, .app-notification .button:checked:active:focus, .app-notification .button:checked:active:hover:focus, .app-notification .button:checked:checked, .app-notification .button:checked:checked:hover, .app-notification .button:checked:checked:focus, .app-notification .button:checked:checked:hover:focus, .app-notification .button:active:active, .app-notification .button:active:active:hover, .app-notification .button:active:active:focus, .app-notification .button:active:active:hover:focus, .app-notification .button:active:checked, .app-notification .button:active:checked:hover, .app-notification .button:active:checked:focus, .app-notification .button:active:checked:hover:focus, .app-notification .button.flat:checked:active, .app-notification .button.flat:checked:active:hover, .app-notification .button.flat:checked:active:focus, .app-notification .button.flat:checked:active:hover:focus, .app-notification .button.flat:checked:checked, .app-notification .button.flat:checked:checked:hover, .app-notification .button.flat:checked:checked:focus, .app-notification .button.flat:checked:checked:hover:focus, .app-notification .button.flat:active:active, .app-notification .button.flat:active:active:hover, .app-notification .button.flat:active:active:focus, .app-notification .button.flat:active:active:hover:focus, .app-notification .button.flat:active:checked, .app-notification .button.flat:active:checked:hover, .app-notification .button.flat:active:checked:focus, .app-notification .button.flat:active:checked:hover:focus, .app-notification.frame .button:checked:active, .app-notification.frame .button:checked:active:hover, .app-notification.frame .button:checked:active:focus, .app-notification.frame .button:checked:active:hover:focus, .app-notification.frame .button:checked:checked, .app-notification.frame .button:checked:checked:hover, .app-notification.frame .button:checked:checked:focus, .app-notification.frame .button:checked:checked:hover:focus, .app-notification.frame .button:active:active, .app-notification.frame .button:active:active:hover, .app-notification.frame .button:active:active:focus, .app-notification.frame .button:active:active:hover:focus, .app-notification.frame .button:active:checked, .app-notification.frame .button:active:checked:hover, .app-notification.frame .button:active:checked:focus, .app-notification.frame .button:active:checked:hover:focus, .app-notification.frame .button.flat:checked:active, .app-notification.frame .button.flat:checked:active:hover, .app-notification.frame .button.flat:checked:active:focus, .app-notification.frame .button.flat:checked:active:hover:focus, .app-notification.frame .button.flat:checked:checked, .app-notification.frame .button.flat:checked:checked:hover, .app-notification.frame .button.flat:checked:checked:focus, .app-notification.frame .button.flat:checked:checked:hover:focus, .app-notification.frame .button.flat:active:active, .app-notification.frame .button.flat:active:active:hover, .app-notification.frame .button.flat:active:active:focus, .app-notification.frame .button.flat:active:active:hover:focus, .app-notification.frame .button.flat:active:checked, .app-notification.frame .button.flat:active:checked:hover, .app-notification.frame .button.flat:active:checked:focus, .app-notification.frame .button.flat:active:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.32); } - .app-notification .button:checked:insensitive, .app-notification .button:active:insensitive, .app-notification .button.flat:checked:insensitive, .app-notification .button.flat:active:insensitive, .app-notification.frame .button:checked:insensitive, .app-notification.frame .button:active:insensitive, .app-notification.frame .button.flat:checked:insensitive, .app-notification.frame .button.flat:active:insensitive { - border-color: rgba(247, 225, 136, 0.32); } - .app-notification .button:checked:active:insensitive, .app-notification .button:checked:checked:insensitive, .app-notification .button:active:active:insensitive, .app-notification .button:active:checked:insensitive, .app-notification .button.flat:checked:active:insensitive, .app-notification .button.flat:checked:checked:insensitive, .app-notification .button.flat:active:active:insensitive, .app-notification .button.flat:active:checked:insensitive, .app-notification.frame .button:checked:active:insensitive, .app-notification.frame .button:checked:checked:insensitive, .app-notification.frame .button:active:active:insensitive, .app-notification.frame .button:active:checked:insensitive, .app-notification.frame .button.flat:checked:active:insensitive, .app-notification.frame .button.flat:checked:checked:insensitive, .app-notification.frame .button.flat:active:active:insensitive, .app-notification.frame .button.flat:active:checked:insensitive { - border-color: rgba(245, 220, 115, 0.32); } - .app-notification .button:checked:focus, .app-notification .button:checked:hover, .app-notification .button:active:focus, .app-notification .button:active:hover, .app-notification .button.flat:checked:focus, .app-notification .button.flat:checked:hover, .app-notification .button.flat:active:focus, .app-notification .button.flat:active:hover, .app-notification.frame .button:checked:focus, .app-notification.frame .button:checked:hover, .app-notification.frame .button:active:focus, .app-notification.frame .button:active:hover, .app-notification.frame .button.flat:checked:focus, .app-notification.frame .button.flat:checked:hover, .app-notification.frame .button.flat:active:focus, .app-notification.frame .button.flat:active:hover { - background-color: #988a7b; - background-image: none; - color: #282828; } - .app-notification .button:focus, .app-notification .button:hover, .app-notification .button.flat:focus, .app-notification .button.flat:hover, .app-notification.frame .button:focus, .app-notification.frame .button:hover, .app-notification.frame .button.flat:focus, .app-notification.frame .button.flat:hover { - color: #fbf1c7; } - .app-notification .button:insensitive:insensitive, .app-notification .button.flat:insensitive:insensitive, .app-notification.frame .button:insensitive:insensitive, .app-notification.frame .button.flat:insensitive:insensitive { - background-color: alpha(mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.2),0.4); - background-image: none; - opacity: .6; - color: mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.6); - box-shadow: none; } - .app-notification .button:insensitive:insensitive :insensitive, .app-notification .button.flat:insensitive:insensitive :insensitive, .app-notification.frame .button:insensitive:insensitive :insensitive, .app-notification.frame .button.flat:insensitive:insensitive :insensitive { - color: mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.6); } - .app-notification .button:active:insensitive, .app-notification .button:checked:insensitive, .app-notification.frame .button:active:insensitive, .app-notification.frame .button:checked:insensitive { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - .app-notification .button:active:insensitive:insensitive, .app-notification .button:checked:insensitive:insensitive, .app-notification.frame .button:active:insensitive:insensitive, .app-notification.frame .button:checked:insensitive:insensitive { - color: rgba(40, 40, 40, 0.85); } - .app-notification .button.separator, .app-notification .button .separator, .app-notification.frame .button.separator, .app-notification.frame .button .separator { - border: 1px solid currentColor; - color: rgba(29, 32, 33, 0.7); } - .app-notification .button.separator:insensitive, .app-notification .button .separator:insensitive, .app-notification.frame .button.separator:insensitive, .app-notification.frame .button .separator:insensitive { - color: rgba(29, 32, 33, 0.65); } - -/************* - ! Expanders * -**************/ -GtkExpander { - padding: 3px; - outline-offset: 1px; } - -.expander { - color: alpha(currentColor,0.7); - border: alpha(currentColor,0.7); } - .expander:hover { - color: alpha(currentColor,0.8); - border-color: alpha(currentColor,0.8); } - .expander:active { - color: alpha(currentColor,0.9); - border-color: alpha(currentColor,0.9); } - -/******************* - ! Symbolic images * -********************/ -.image { - color: alpha(currentColor,0.5); } - .image:hover { - color: alpha(currentColor,0.9); } - .image:selected, .image:selected:hover { - color: #282828; } - -/**************** - ! Floating bar * -*****************/ -.floating-bar { - background-color: #282828; - background-image: none; - border: 1px solid #202020; - border-radius: 4px; - color: #ebdbb2; } - .floating-bar.top { - border-top-width: 0; - border-top-right-radius: 0; - border-top-left-radius: 0; } - .floating-bar.right { - border-right-width: 0; - border-top-right-radius: 0; - border-bottom-right-radius: 0; } - .floating-bar.bottom { - border-bottom-width: 0; - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; } - .floating-bar.left { - border-left-width: 0; - border-bottom-left-radius: 0; - border-top-left-radius: 0; } - .floating-bar .button { - -GtkButton-image-spacing: 0; - -GtkButton-inner-border: 0; - border: 0; - background-color: transparent; - background-image: none; } - -/************************* - ! Touch text selections * -**************************/ -GtkBubbleWindow { - border-radius: 4px; - background-clip: border-box; } - GtkBubbleWindow.osd.background { - background-color: rgba(29, 32, 33, 0.8); } - GtkBubbleWindow .toolbar { - background-color: transparent; } - -/*************** - ! Font-viewer * -****************/ -SushiFontWidget { - padding: 3px 6px; } - -/************* - ! Gucharmap * -**************/ -GucharmapChartable { - background-color: #282828; - color: #ebdbb2; } - -/************* - ! Evolution * -**************/ -EPreviewPane .entry { - background-color: #282828; - color: #ebdbb2; } - -/******************* - ! Gnome Bluetooth * -********************/ -GtkEntry.entry.pin-entry { - font: regular 50; - padding-left: 25px; - padding-right: 25px; } - -GtkLabel.pin-label { - font: regular 50; } - -/********* - ! Buttons -**********/ -/****************** -! ComboBoxes * -*******************/ -/********** - ! Notebook -***********/ -.notebook { - padding: 0; - border-style: solid; - border-color: #202020; - border-radius: 0; - background-color: #282828; - background-image: none; - background-clip: border-box; - color: #ebdbb2; - -GtkNotebook-initial-gap: 0; - -GtkNotebook-arrow-spacing: 5; - -GtkNotebook-tab-curvature: 0; - -GtkNotebook-tab-overlap: 1; - -GtkNotebook-has-tab-gap: false; } - .notebook.frame.top { - border-width: 0 1px 1px; } - .notebook.frame.right { - border-width: 1px 0 1px 1px; } - .notebook.frame.bottom { - border-width: 1px 1px 0; } - .notebook.frame.left { - border-width: 1px 1px 1px 0; } - .notebook.header { - border-width: 2px; - background-color: transparent; } - .notebook GtkViewport { - border-width: 0; - background-color: #282828; - color: #ebdbb2; } - .notebook tab { - padding: 4px 6px; - border-style: solid; - border-color: #1a1a1a; - background-color: #202020; - background-image: none; - /* close button styling */ } - .notebook tab:active { - background-color: #282828; - background-image: none; } - .notebook tab.top { - border-width: 2px 1px 1px; - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; } - .notebook tab.top:active { - border-top-width: 3px; - border-top-color: #928374; - border-bottom-width: 0; } - .notebook tab.right { - border-width: 1px 2px 1px 1px; - border-bottom-left-radius: 0; - border-top-left-radius: 0; } - .notebook tab.right:active { - border-right-width: 3px; - border-right-color: #928374; - border-left-width: 0; } - .notebook tab.bottom { - border-width: 1px 1px 2px; - border-top-right-radius: 0; - border-top-left-radius: 0; } - .notebook tab.bottom:active { - border-bottom-width: 3px; - border-bottom-color: #928374; - border-top-width: 0; } - .notebook tab.left { - border-width: 1px 1px 1px 2px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; } - .notebook tab.left:active { - border-left-width: 3px; - border-left-color: #928374; - border-right-width: 0; } - .notebook tab GtkLabel { - color: mix(#ebdbb2,#282828,0.3); } - .notebook tab.reorderable-page:hover { - background-color: #222222; - border-left: 0; - border-right: 0; - /* using box shadows instead of borders due to slanted edges */ - box-shadow: inset 0 3px rgba(131, 104, 34, 0.03), inset 0 2px rgba(131, 104, 34, 0.03), inset 0 1px rgba(131, 104, 34, 0.03), inset 1px 0 #1c1c1c, inset -1px 0 #1c1c1c; } - .notebook tab.reorderable-page:active { - background-color: #242424; - border-left: 0; - border-right: 0; - box-shadow: inset 0 3px rgba(131, 104, 34, 0.03), inset 0 2px rgba(131, 104, 34, 0.03), inset 0 1px rgba(131, 104, 34, 0.03), inset 1px 0 #1e1e1e, inset -1px 0 #1e1e1e; } - .notebook .prelight-page, .notebook .prelight-page GtkLabel { - color: mix(#ebdbb2,#282828,0.15); } - .notebook .active-page, .notebook .active-page GtkLabel { - color: #ebdbb2; } - -/********* - ! Buttons -**********/ -/****************** -! ComboBoxes * -*******************/ -/******* - ! OSD * -********/ -GtkOverlay.osd { - background-color: transparent; } - -.osd, -#XfceNotifyWindow { - /* used by gnome-settings-daemon's media-keys OSD */ - /* used by Documents */ } - .osd.background, - #XfceNotifyWindow.background { - background-color: rgba(29, 32, 33, 0.6); - color: #fbf1c7; } - .osd.frame, - #XfceNotifyWindow.frame { - background-clip: border-box; - background-origin: border-box; } - .osd.button, .osd .button, - #XfceNotifyWindow.button, - #XfceNotifyWindow .button { - background-color: rgba(29, 32, 33, 0.8); - background-image: none; - border-color: rgba(245, 220, 115, 0.32); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .osd.button:focus, .osd.button:hover, .osd .button:focus, .osd .button:hover, - #XfceNotifyWindow.button:focus, - #XfceNotifyWindow.button:hover, - #XfceNotifyWindow .button:focus, - #XfceNotifyWindow .button:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.32),0.3); } - .osd.button:active, .osd.button:active:hover, .osd.button:active:focus, .osd.button:active:hover:focus, .osd.button:checked, .osd.button:checked:hover, .osd.button:checked:focus, .osd.button:checked:hover:focus, .osd .button:active, .osd .button:active:hover, .osd .button:active:focus, .osd .button:active:hover:focus, .osd .button:checked, .osd .button:checked:hover, .osd .button:checked:focus, .osd .button:checked:hover:focus, - #XfceNotifyWindow.button:active, - #XfceNotifyWindow.button:active:hover, - #XfceNotifyWindow.button:active:focus, - #XfceNotifyWindow.button:active:hover:focus, - #XfceNotifyWindow.button:checked, - #XfceNotifyWindow.button:checked:hover, - #XfceNotifyWindow.button:checked:focus, - #XfceNotifyWindow.button:checked:hover:focus, - #XfceNotifyWindow .button:active, - #XfceNotifyWindow .button:active:hover, - #XfceNotifyWindow .button:active:focus, - #XfceNotifyWindow .button:active:hover:focus, - #XfceNotifyWindow .button:checked, - #XfceNotifyWindow .button:checked:hover, - #XfceNotifyWindow .button:checked:focus, - #XfceNotifyWindow .button:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.32); } - .osd.button:insensitive, .osd .button:insensitive, - #XfceNotifyWindow.button:insensitive, - #XfceNotifyWindow .button:insensitive { - border-color: rgba(247, 225, 136, 0.32); } - .osd.button:active:insensitive, .osd.button:checked:insensitive, .osd .button:active:insensitive, .osd .button:checked:insensitive, - #XfceNotifyWindow.button:active:insensitive, - #XfceNotifyWindow.button:checked:insensitive, - #XfceNotifyWindow .button:active:insensitive, - #XfceNotifyWindow .button:checked:insensitive { - border-color: rgba(245, 220, 115, 0.32); } - .osd.button.flat, .osd .button.flat, - #XfceNotifyWindow.button.flat, - #XfceNotifyWindow .button.flat { - border-color: rgba(29, 32, 33, 0); - color: #fbf1c7; - background-color: rgba(29, 32, 33, 0); - background-image: none; - box-shadow: none; } - .osd.button:hover, .osd.button.flat:hover, .osd .button:hover, .osd .button.flat:hover, - #XfceNotifyWindow.button:hover, - #XfceNotifyWindow.button.flat:hover, - #XfceNotifyWindow .button:hover, - #XfceNotifyWindow .button.flat:hover { - background-color: rgba(30, 34, 35, 0.8); - background-image: none; - border-color: rgba(245, 220, 115, 0.4); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - .osd.button:hover:focus, .osd.button:hover:hover, .osd.button.flat:hover:focus, .osd.button.flat:hover:hover, .osd .button:hover:focus, .osd .button:hover:hover, .osd .button.flat:hover:focus, .osd .button.flat:hover:hover, - #XfceNotifyWindow.button:hover:focus, - #XfceNotifyWindow.button:hover:hover, - #XfceNotifyWindow.button.flat:hover:focus, - #XfceNotifyWindow.button.flat:hover:hover, - #XfceNotifyWindow .button:hover:focus, - #XfceNotifyWindow .button:hover:hover, - #XfceNotifyWindow .button.flat:hover:focus, - #XfceNotifyWindow .button.flat:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.4),0.3); } - .osd.button:hover:active, .osd.button:hover:active:hover, .osd.button:hover:active:focus, .osd.button:hover:active:hover:focus, .osd.button:hover:checked, .osd.button:hover:checked:hover, .osd.button:hover:checked:focus, .osd.button:hover:checked:hover:focus, .osd.button.flat:hover:active, .osd.button.flat:hover:active:hover, .osd.button.flat:hover:active:focus, .osd.button.flat:hover:active:hover:focus, .osd.button.flat:hover:checked, .osd.button.flat:hover:checked:hover, .osd.button.flat:hover:checked:focus, .osd.button.flat:hover:checked:hover:focus, .osd .button:hover:active, .osd .button:hover:active:hover, .osd .button:hover:active:focus, .osd .button:hover:active:hover:focus, .osd .button:hover:checked, .osd .button:hover:checked:hover, .osd .button:hover:checked:focus, .osd .button:hover:checked:hover:focus, .osd .button.flat:hover:active, .osd .button.flat:hover:active:hover, .osd .button.flat:hover:active:focus, .osd .button.flat:hover:active:hover:focus, .osd .button.flat:hover:checked, .osd .button.flat:hover:checked:hover, .osd .button.flat:hover:checked:focus, .osd .button.flat:hover:checked:hover:focus, - #XfceNotifyWindow.button:hover:active, - #XfceNotifyWindow.button:hover:active:hover, - #XfceNotifyWindow.button:hover:active:focus, - #XfceNotifyWindow.button:hover:active:hover:focus, - #XfceNotifyWindow.button:hover:checked, - #XfceNotifyWindow.button:hover:checked:hover, - #XfceNotifyWindow.button:hover:checked:focus, - #XfceNotifyWindow.button:hover:checked:hover:focus, - #XfceNotifyWindow.button.flat:hover:active, - #XfceNotifyWindow.button.flat:hover:active:hover, - #XfceNotifyWindow.button.flat:hover:active:focus, - #XfceNotifyWindow.button.flat:hover:active:hover:focus, - #XfceNotifyWindow.button.flat:hover:checked, - #XfceNotifyWindow.button.flat:hover:checked:hover, - #XfceNotifyWindow.button.flat:hover:checked:focus, - #XfceNotifyWindow.button.flat:hover:checked:hover:focus, - #XfceNotifyWindow .button:hover:active, - #XfceNotifyWindow .button:hover:active:hover, - #XfceNotifyWindow .button:hover:active:focus, - #XfceNotifyWindow .button:hover:active:hover:focus, - #XfceNotifyWindow .button:hover:checked, - #XfceNotifyWindow .button:hover:checked:hover, - #XfceNotifyWindow .button:hover:checked:focus, - #XfceNotifyWindow .button:hover:checked:hover:focus, - #XfceNotifyWindow .button.flat:hover:active, - #XfceNotifyWindow .button.flat:hover:active:hover, - #XfceNotifyWindow .button.flat:hover:active:focus, - #XfceNotifyWindow .button.flat:hover:active:hover:focus, - #XfceNotifyWindow .button.flat:hover:checked, - #XfceNotifyWindow .button.flat:hover:checked:hover, - #XfceNotifyWindow .button.flat:hover:checked:focus, - #XfceNotifyWindow .button.flat:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.4); } - .osd.button:hover:insensitive, .osd.button.flat:hover:insensitive, .osd .button:hover:insensitive, .osd .button.flat:hover:insensitive, - #XfceNotifyWindow.button:hover:insensitive, - #XfceNotifyWindow.button.flat:hover:insensitive, - #XfceNotifyWindow .button:hover:insensitive, - #XfceNotifyWindow .button.flat:hover:insensitive { - border-color: rgba(247, 225, 136, 0.4); } - .osd.button:hover:active:insensitive, .osd.button:hover:checked:insensitive, .osd.button.flat:hover:active:insensitive, .osd.button.flat:hover:checked:insensitive, .osd .button:hover:active:insensitive, .osd .button:hover:checked:insensitive, .osd .button.flat:hover:active:insensitive, .osd .button.flat:hover:checked:insensitive, - #XfceNotifyWindow.button:hover:active:insensitive, - #XfceNotifyWindow.button:hover:checked:insensitive, - #XfceNotifyWindow.button.flat:hover:active:insensitive, - #XfceNotifyWindow.button.flat:hover:checked:insensitive, - #XfceNotifyWindow .button:hover:active:insensitive, - #XfceNotifyWindow .button:hover:checked:insensitive, - #XfceNotifyWindow .button.flat:hover:active:insensitive, - #XfceNotifyWindow .button.flat:hover:checked:insensitive { - border-color: rgba(245, 220, 115, 0.4); } - .osd.button:focus, .osd.button.flat:focus, .osd .button:focus, .osd .button.flat:focus, - #XfceNotifyWindow.button:focus, - #XfceNotifyWindow.button.flat:focus, - #XfceNotifyWindow .button:focus, - #XfceNotifyWindow .button.flat:focus { - background-color: rgba(30, 34, 35, 0.8); - background-image: none; - border-color: rgba(251, 241, 199, 0.32); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .osd.button:focus:hover, .osd.button.flat:focus:hover, .osd .button:focus:hover, .osd .button.flat:focus:hover, - #XfceNotifyWindow.button:focus:hover, - #XfceNotifyWindow.button.flat:focus:hover, - #XfceNotifyWindow .button:focus:hover, - #XfceNotifyWindow .button.flat:focus:hover { - background-color: rgba(32, 35, 36, 0.8); - background-image: none; - border-color: rgba(245, 220, 115, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - .osd.button:focus:hover:focus, .osd.button:focus:hover:hover, .osd.button.flat:focus:hover:focus, .osd.button.flat:focus:hover:hover, .osd .button:focus:hover:focus, .osd .button:focus:hover:hover, .osd .button.flat:focus:hover:focus, .osd .button.flat:focus:hover:hover, - #XfceNotifyWindow.button:focus:hover:focus, - #XfceNotifyWindow.button:focus:hover:hover, - #XfceNotifyWindow.button.flat:focus:hover:focus, - #XfceNotifyWindow.button.flat:focus:hover:hover, - #XfceNotifyWindow .button:focus:hover:focus, - #XfceNotifyWindow .button:focus:hover:hover, - #XfceNotifyWindow .button.flat:focus:hover:focus, - #XfceNotifyWindow .button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.4),0.3); } - .osd.button:focus:hover:active, .osd.button:focus:hover:active:hover, .osd.button:focus:hover:active:focus, .osd.button:focus:hover:active:hover:focus, .osd.button:focus:hover:checked, .osd.button:focus:hover:checked:hover, .osd.button:focus:hover:checked:focus, .osd.button:focus:hover:checked:hover:focus, .osd.button.flat:focus:hover:active, .osd.button.flat:focus:hover:active:hover, .osd.button.flat:focus:hover:active:focus, .osd.button.flat:focus:hover:active:hover:focus, .osd.button.flat:focus:hover:checked, .osd.button.flat:focus:hover:checked:hover, .osd.button.flat:focus:hover:checked:focus, .osd.button.flat:focus:hover:checked:hover:focus, .osd .button:focus:hover:active, .osd .button:focus:hover:active:hover, .osd .button:focus:hover:active:focus, .osd .button:focus:hover:active:hover:focus, .osd .button:focus:hover:checked, .osd .button:focus:hover:checked:hover, .osd .button:focus:hover:checked:focus, .osd .button:focus:hover:checked:hover:focus, .osd .button.flat:focus:hover:active, .osd .button.flat:focus:hover:active:hover, .osd .button.flat:focus:hover:active:focus, .osd .button.flat:focus:hover:active:hover:focus, .osd .button.flat:focus:hover:checked, .osd .button.flat:focus:hover:checked:hover, .osd .button.flat:focus:hover:checked:focus, .osd .button.flat:focus:hover:checked:hover:focus, - #XfceNotifyWindow.button:focus:hover:active, - #XfceNotifyWindow.button:focus:hover:active:hover, - #XfceNotifyWindow.button:focus:hover:active:focus, - #XfceNotifyWindow.button:focus:hover:active:hover:focus, - #XfceNotifyWindow.button:focus:hover:checked, - #XfceNotifyWindow.button:focus:hover:checked:hover, - #XfceNotifyWindow.button:focus:hover:checked:focus, - #XfceNotifyWindow.button:focus:hover:checked:hover:focus, - #XfceNotifyWindow.button.flat:focus:hover:active, - #XfceNotifyWindow.button.flat:focus:hover:active:hover, - #XfceNotifyWindow.button.flat:focus:hover:active:focus, - #XfceNotifyWindow.button.flat:focus:hover:active:hover:focus, - #XfceNotifyWindow.button.flat:focus:hover:checked, - #XfceNotifyWindow.button.flat:focus:hover:checked:hover, - #XfceNotifyWindow.button.flat:focus:hover:checked:focus, - #XfceNotifyWindow.button.flat:focus:hover:checked:hover:focus, - #XfceNotifyWindow .button:focus:hover:active, - #XfceNotifyWindow .button:focus:hover:active:hover, - #XfceNotifyWindow .button:focus:hover:active:focus, - #XfceNotifyWindow .button:focus:hover:active:hover:focus, - #XfceNotifyWindow .button:focus:hover:checked, - #XfceNotifyWindow .button:focus:hover:checked:hover, - #XfceNotifyWindow .button:focus:hover:checked:focus, - #XfceNotifyWindow .button:focus:hover:checked:hover:focus, - #XfceNotifyWindow .button.flat:focus:hover:active, - #XfceNotifyWindow .button.flat:focus:hover:active:hover, - #XfceNotifyWindow .button.flat:focus:hover:active:focus, - #XfceNotifyWindow .button.flat:focus:hover:active:hover:focus, - #XfceNotifyWindow .button.flat:focus:hover:checked, - #XfceNotifyWindow .button.flat:focus:hover:checked:hover, - #XfceNotifyWindow .button.flat:focus:hover:checked:focus, - #XfceNotifyWindow .button.flat:focus:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.4); } - .osd.button:focus:hover:insensitive, .osd.button.flat:focus:hover:insensitive, .osd .button:focus:hover:insensitive, .osd .button.flat:focus:hover:insensitive, - #XfceNotifyWindow.button:focus:hover:insensitive, - #XfceNotifyWindow.button.flat:focus:hover:insensitive, - #XfceNotifyWindow .button:focus:hover:insensitive, - #XfceNotifyWindow .button.flat:focus:hover:insensitive { - border-color: rgba(247, 225, 136, 0.4); } - .osd.button:focus:hover:active:insensitive, .osd.button:focus:hover:checked:insensitive, .osd.button.flat:focus:hover:active:insensitive, .osd.button.flat:focus:hover:checked:insensitive, .osd .button:focus:hover:active:insensitive, .osd .button:focus:hover:checked:insensitive, .osd .button.flat:focus:hover:active:insensitive, .osd .button.flat:focus:hover:checked:insensitive, - #XfceNotifyWindow.button:focus:hover:active:insensitive, - #XfceNotifyWindow.button:focus:hover:checked:insensitive, - #XfceNotifyWindow.button.flat:focus:hover:active:insensitive, - #XfceNotifyWindow.button.flat:focus:hover:checked:insensitive, - #XfceNotifyWindow .button:focus:hover:active:insensitive, - #XfceNotifyWindow .button:focus:hover:checked:insensitive, - #XfceNotifyWindow .button.flat:focus:hover:active:insensitive, - #XfceNotifyWindow .button.flat:focus:hover:checked:insensitive { - border-color: rgba(245, 220, 115, 0.4); } - .osd.button:checked, .osd.button:active, .osd.button.flat:checked, .osd.button.flat:active, .osd .button:checked, .osd .button:active, .osd .button.flat:checked, .osd .button.flat:active, - #XfceNotifyWindow.button:checked, - #XfceNotifyWindow.button:active, - #XfceNotifyWindow.button.flat:checked, - #XfceNotifyWindow.button.flat:active, - #XfceNotifyWindow .button:checked, - #XfceNotifyWindow .button:active, - #XfceNotifyWindow .button.flat:checked, - #XfceNotifyWindow .button.flat:active { - background-color: #928374; - background-image: none; - border-color: rgba(245, 220, 115, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(251, 241, 199, 0.06), inset 0 1px rgba(251, 241, 199, 0.07), inset -1px 0 rgba(251, 241, 199, 0.06), inset 0 -1px rgba(251, 241, 199, 0.05); } - .osd.button:checked:focus, .osd.button:checked:hover, .osd.button:active:focus, .osd.button:active:hover, .osd.button.flat:checked:focus, .osd.button.flat:checked:hover, .osd.button.flat:active:focus, .osd.button.flat:active:hover, .osd .button:checked:focus, .osd .button:checked:hover, .osd .button:active:focus, .osd .button:active:hover, .osd .button.flat:checked:focus, .osd .button.flat:checked:hover, .osd .button.flat:active:focus, .osd .button.flat:active:hover, - #XfceNotifyWindow.button:checked:focus, - #XfceNotifyWindow.button:checked:hover, - #XfceNotifyWindow.button:active:focus, - #XfceNotifyWindow.button:active:hover, - #XfceNotifyWindow.button.flat:checked:focus, - #XfceNotifyWindow.button.flat:checked:hover, - #XfceNotifyWindow.button.flat:active:focus, - #XfceNotifyWindow.button.flat:active:hover, - #XfceNotifyWindow .button:checked:focus, - #XfceNotifyWindow .button:checked:hover, - #XfceNotifyWindow .button:active:focus, - #XfceNotifyWindow .button:active:hover, - #XfceNotifyWindow .button.flat:checked:focus, - #XfceNotifyWindow .button.flat:checked:hover, - #XfceNotifyWindow .button.flat:active:focus, - #XfceNotifyWindow .button.flat:active:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.32),0.3); } - .osd.button:checked:active, .osd.button:checked:active:hover, .osd.button:checked:active:focus, .osd.button:checked:active:hover:focus, .osd.button:checked:checked, .osd.button:checked:checked:hover, .osd.button:checked:checked:focus, .osd.button:checked:checked:hover:focus, .osd.button:active:active, .osd.button:active:active:hover, .osd.button:active:active:focus, .osd.button:active:active:hover:focus, .osd.button:active:checked, .osd.button:active:checked:hover, .osd.button:active:checked:focus, .osd.button:active:checked:hover:focus, .osd.button.flat:checked:active, .osd.button.flat:checked:active:hover, .osd.button.flat:checked:active:focus, .osd.button.flat:checked:active:hover:focus, .osd.button.flat:checked:checked, .osd.button.flat:checked:checked:hover, .osd.button.flat:checked:checked:focus, .osd.button.flat:checked:checked:hover:focus, .osd.button.flat:active:active, .osd.button.flat:active:active:hover, .osd.button.flat:active:active:focus, .osd.button.flat:active:active:hover:focus, .osd.button.flat:active:checked, .osd.button.flat:active:checked:hover, .osd.button.flat:active:checked:focus, .osd.button.flat:active:checked:hover:focus, .osd .button:checked:active, .osd .button:checked:active:hover, .osd .button:checked:active:focus, .osd .button:checked:active:hover:focus, .osd .button:checked:checked, .osd .button:checked:checked:hover, .osd .button:checked:checked:focus, .osd .button:checked:checked:hover:focus, .osd .button:active:active, .osd .button:active:active:hover, .osd .button:active:active:focus, .osd .button:active:active:hover:focus, .osd .button:active:checked, .osd .button:active:checked:hover, .osd .button:active:checked:focus, .osd .button:active:checked:hover:focus, .osd .button.flat:checked:active, .osd .button.flat:checked:active:hover, .osd .button.flat:checked:active:focus, .osd .button.flat:checked:active:hover:focus, .osd .button.flat:checked:checked, .osd .button.flat:checked:checked:hover, .osd .button.flat:checked:checked:focus, .osd .button.flat:checked:checked:hover:focus, .osd .button.flat:active:active, .osd .button.flat:active:active:hover, .osd .button.flat:active:active:focus, .osd .button.flat:active:active:hover:focus, .osd .button.flat:active:checked, .osd .button.flat:active:checked:hover, .osd .button.flat:active:checked:focus, .osd .button.flat:active:checked:hover:focus, - #XfceNotifyWindow.button:checked:active, - #XfceNotifyWindow.button:checked:active:hover, - #XfceNotifyWindow.button:checked:active:focus, - #XfceNotifyWindow.button:checked:active:hover:focus, - #XfceNotifyWindow.button:checked:checked, - #XfceNotifyWindow.button:checked:checked:hover, - #XfceNotifyWindow.button:checked:checked:focus, - #XfceNotifyWindow.button:checked:checked:hover:focus, - #XfceNotifyWindow.button:active:active, - #XfceNotifyWindow.button:active:active:hover, - #XfceNotifyWindow.button:active:active:focus, - #XfceNotifyWindow.button:active:active:hover:focus, - #XfceNotifyWindow.button:active:checked, - #XfceNotifyWindow.button:active:checked:hover, - #XfceNotifyWindow.button:active:checked:focus, - #XfceNotifyWindow.button:active:checked:hover:focus, - #XfceNotifyWindow.button.flat:checked:active, - #XfceNotifyWindow.button.flat:checked:active:hover, - #XfceNotifyWindow.button.flat:checked:active:focus, - #XfceNotifyWindow.button.flat:checked:active:hover:focus, - #XfceNotifyWindow.button.flat:checked:checked, - #XfceNotifyWindow.button.flat:checked:checked:hover, - #XfceNotifyWindow.button.flat:checked:checked:focus, - #XfceNotifyWindow.button.flat:checked:checked:hover:focus, - #XfceNotifyWindow.button.flat:active:active, - #XfceNotifyWindow.button.flat:active:active:hover, - #XfceNotifyWindow.button.flat:active:active:focus, - #XfceNotifyWindow.button.flat:active:active:hover:focus, - #XfceNotifyWindow.button.flat:active:checked, - #XfceNotifyWindow.button.flat:active:checked:hover, - #XfceNotifyWindow.button.flat:active:checked:focus, - #XfceNotifyWindow.button.flat:active:checked:hover:focus, - #XfceNotifyWindow .button:checked:active, - #XfceNotifyWindow .button:checked:active:hover, - #XfceNotifyWindow .button:checked:active:focus, - #XfceNotifyWindow .button:checked:active:hover:focus, - #XfceNotifyWindow .button:checked:checked, - #XfceNotifyWindow .button:checked:checked:hover, - #XfceNotifyWindow .button:checked:checked:focus, - #XfceNotifyWindow .button:checked:checked:hover:focus, - #XfceNotifyWindow .button:active:active, - #XfceNotifyWindow .button:active:active:hover, - #XfceNotifyWindow .button:active:active:focus, - #XfceNotifyWindow .button:active:active:hover:focus, - #XfceNotifyWindow .button:active:checked, - #XfceNotifyWindow .button:active:checked:hover, - #XfceNotifyWindow .button:active:checked:focus, - #XfceNotifyWindow .button:active:checked:hover:focus, - #XfceNotifyWindow .button.flat:checked:active, - #XfceNotifyWindow .button.flat:checked:active:hover, - #XfceNotifyWindow .button.flat:checked:active:focus, - #XfceNotifyWindow .button.flat:checked:active:hover:focus, - #XfceNotifyWindow .button.flat:checked:checked, - #XfceNotifyWindow .button.flat:checked:checked:hover, - #XfceNotifyWindow .button.flat:checked:checked:focus, - #XfceNotifyWindow .button.flat:checked:checked:hover:focus, - #XfceNotifyWindow .button.flat:active:active, - #XfceNotifyWindow .button.flat:active:active:hover, - #XfceNotifyWindow .button.flat:active:active:focus, - #XfceNotifyWindow .button.flat:active:active:hover:focus, - #XfceNotifyWindow .button.flat:active:checked, - #XfceNotifyWindow .button.flat:active:checked:hover, - #XfceNotifyWindow .button.flat:active:checked:focus, - #XfceNotifyWindow .button.flat:active:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.32); } - .osd.button:checked:insensitive, .osd.button:active:insensitive, .osd.button.flat:checked:insensitive, .osd.button.flat:active:insensitive, .osd .button:checked:insensitive, .osd .button:active:insensitive, .osd .button.flat:checked:insensitive, .osd .button.flat:active:insensitive, - #XfceNotifyWindow.button:checked:insensitive, - #XfceNotifyWindow.button:active:insensitive, - #XfceNotifyWindow.button.flat:checked:insensitive, - #XfceNotifyWindow.button.flat:active:insensitive, - #XfceNotifyWindow .button:checked:insensitive, - #XfceNotifyWindow .button:active:insensitive, - #XfceNotifyWindow .button.flat:checked:insensitive, - #XfceNotifyWindow .button.flat:active:insensitive { - border-color: rgba(247, 225, 136, 0.32); } - .osd.button:checked:active:insensitive, .osd.button:checked:checked:insensitive, .osd.button:active:active:insensitive, .osd.button:active:checked:insensitive, .osd.button.flat:checked:active:insensitive, .osd.button.flat:checked:checked:insensitive, .osd.button.flat:active:active:insensitive, .osd.button.flat:active:checked:insensitive, .osd .button:checked:active:insensitive, .osd .button:checked:checked:insensitive, .osd .button:active:active:insensitive, .osd .button:active:checked:insensitive, .osd .button.flat:checked:active:insensitive, .osd .button.flat:checked:checked:insensitive, .osd .button.flat:active:active:insensitive, .osd .button.flat:active:checked:insensitive, - #XfceNotifyWindow.button:checked:active:insensitive, - #XfceNotifyWindow.button:checked:checked:insensitive, - #XfceNotifyWindow.button:active:active:insensitive, - #XfceNotifyWindow.button:active:checked:insensitive, - #XfceNotifyWindow.button.flat:checked:active:insensitive, - #XfceNotifyWindow.button.flat:checked:checked:insensitive, - #XfceNotifyWindow.button.flat:active:active:insensitive, - #XfceNotifyWindow.button.flat:active:checked:insensitive, - #XfceNotifyWindow .button:checked:active:insensitive, - #XfceNotifyWindow .button:checked:checked:insensitive, - #XfceNotifyWindow .button:active:active:insensitive, - #XfceNotifyWindow .button:active:checked:insensitive, - #XfceNotifyWindow .button.flat:checked:active:insensitive, - #XfceNotifyWindow .button.flat:checked:checked:insensitive, - #XfceNotifyWindow .button.flat:active:active:insensitive, - #XfceNotifyWindow .button.flat:active:checked:insensitive { - border-color: rgba(245, 220, 115, 0.32); } - .osd.button:checked:focus, .osd.button:checked:hover, .osd.button:active:focus, .osd.button:active:hover, .osd.button.flat:checked:focus, .osd.button.flat:checked:hover, .osd.button.flat:active:focus, .osd.button.flat:active:hover, .osd .button:checked:focus, .osd .button:checked:hover, .osd .button:active:focus, .osd .button:active:hover, .osd .button.flat:checked:focus, .osd .button.flat:checked:hover, .osd .button.flat:active:focus, .osd .button.flat:active:hover, - #XfceNotifyWindow.button:checked:focus, - #XfceNotifyWindow.button:checked:hover, - #XfceNotifyWindow.button:active:focus, - #XfceNotifyWindow.button:active:hover, - #XfceNotifyWindow.button.flat:checked:focus, - #XfceNotifyWindow.button.flat:checked:hover, - #XfceNotifyWindow.button.flat:active:focus, - #XfceNotifyWindow.button.flat:active:hover, - #XfceNotifyWindow .button:checked:focus, - #XfceNotifyWindow .button:checked:hover, - #XfceNotifyWindow .button:active:focus, - #XfceNotifyWindow .button:active:hover, - #XfceNotifyWindow .button.flat:checked:focus, - #XfceNotifyWindow .button.flat:checked:hover, - #XfceNotifyWindow .button.flat:active:focus, - #XfceNotifyWindow .button.flat:active:hover { - background-color: #988a7b; - background-image: none; - color: #282828; } - .osd.button:focus, .osd.button:hover, .osd.button.flat:focus, .osd.button.flat:hover, .osd .button:focus, .osd .button:hover, .osd .button.flat:focus, .osd .button.flat:hover, - #XfceNotifyWindow.button:focus, - #XfceNotifyWindow.button:hover, - #XfceNotifyWindow.button.flat:focus, - #XfceNotifyWindow.button.flat:hover, - #XfceNotifyWindow .button:focus, - #XfceNotifyWindow .button:hover, - #XfceNotifyWindow .button.flat:focus, - #XfceNotifyWindow .button.flat:hover { - color: #fbf1c7; } - .osd.button:insensitive:insensitive, .osd.button.flat:insensitive:insensitive, .osd .button:insensitive:insensitive, .osd .button.flat:insensitive:insensitive, - #XfceNotifyWindow.button:insensitive:insensitive, - #XfceNotifyWindow.button.flat:insensitive:insensitive, - #XfceNotifyWindow .button:insensitive:insensitive, - #XfceNotifyWindow .button.flat:insensitive:insensitive { - background-color: alpha(mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.2),0.4); - background-image: none; - opacity: .6; - color: mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.6); - box-shadow: none; } - .osd.button:insensitive:insensitive :insensitive, .osd.button.flat:insensitive:insensitive :insensitive, .osd .button:insensitive:insensitive :insensitive, .osd .button.flat:insensitive:insensitive :insensitive, - #XfceNotifyWindow.button:insensitive:insensitive :insensitive, - #XfceNotifyWindow.button.flat:insensitive:insensitive :insensitive, - #XfceNotifyWindow .button:insensitive:insensitive :insensitive, - #XfceNotifyWindow .button.flat:insensitive:insensitive :insensitive { - color: mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.6); } - .osd.button:active:insensitive, .osd.button:checked:insensitive, .osd .button:active:insensitive, .osd .button:checked:insensitive, - #XfceNotifyWindow.button:active:insensitive, - #XfceNotifyWindow.button:checked:insensitive, - #XfceNotifyWindow .button:active:insensitive, - #XfceNotifyWindow .button:checked:insensitive { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - .osd.button:active:insensitive:insensitive, .osd.button:checked:insensitive:insensitive, .osd .button:active:insensitive:insensitive, .osd .button:checked:insensitive:insensitive, - #XfceNotifyWindow.button:active:insensitive:insensitive, - #XfceNotifyWindow.button:checked:insensitive:insensitive, - #XfceNotifyWindow .button:active:insensitive:insensitive, - #XfceNotifyWindow .button:checked:insensitive:insensitive { - color: rgba(40, 40, 40, 0.85); } - .osd.button.separator, .osd.button .separator, .osd .button.separator, .osd .button .separator, - #XfceNotifyWindow.button.separator, - #XfceNotifyWindow.button .separator, - #XfceNotifyWindow .button.separator, - #XfceNotifyWindow .button .separator { - border: 1px solid currentColor; - color: rgba(29, 32, 33, 0.7); } - .osd.button.separator:insensitive, .osd.button .separator:insensitive, .osd .button.separator:insensitive, .osd .button .separator:insensitive, - #XfceNotifyWindow.button.separator:insensitive, - #XfceNotifyWindow.button .separator:insensitive, - #XfceNotifyWindow .button.separator:insensitive, - #XfceNotifyWindow .button .separator:insensitive { - color: rgba(29, 32, 33, 0.65); } - .osd.toolbar, - #XfceNotifyWindow.toolbar { - -GtkToolbar-button-relief: normal; - padding: 3px; - border: 1px solid rgba(23, 26, 26, 0.8); - border-radius: 4px; - background-color: rgba(29, 32, 33, 0.8); - background-image: none; - color: #fbf1c7; } - .osd.toolbar .separator, - #XfceNotifyWindow.toolbar .separator { - color: rgba(26, 29, 30, 0.8); } - .osd.trough, - #XfceNotifyWindow.trough { - background-color: rgba(23, 26, 26, 0.8); } - .osd.progressbar, - #XfceNotifyWindow.progressbar { - background-color: #fbf1c7; } - .osd .scale.slider, - #XfceNotifyWindow .scale.slider { - background-color: rgba(31, 35, 36, 0.8); - background-image: none; - border-color: rgba(23, 26, 26, 0.8); } - .osd .scale.slider:focus, .osd .scale.slider:hover, - #XfceNotifyWindow .scale.slider:focus, - #XfceNotifyWindow .scale.slider:hover { - border-color: mix(#928374,rgba(29, 32, 33, 0.8),0.3); } - .osd .scale.slider:active, .osd .scale.slider:active:hover, .osd .scale.slider:active:focus, .osd .scale.slider:active:hover:focus, .osd .scale.slider:checked, .osd .scale.slider:checked:hover, .osd .scale.slider:checked:focus, .osd .scale.slider:checked:hover:focus, - #XfceNotifyWindow .scale.slider:active, - #XfceNotifyWindow .scale.slider:active:hover, - #XfceNotifyWindow .scale.slider:active:focus, - #XfceNotifyWindow .scale.slider:active:hover:focus, - #XfceNotifyWindow .scale.slider:checked, - #XfceNotifyWindow .scale.slider:checked:hover, - #XfceNotifyWindow .scale.slider:checked:focus, - #XfceNotifyWindow .scale.slider:checked:hover:focus { - border-color: rgba(20, 22, 23, 0.8); } - .osd .scale.slider:insensitive, - #XfceNotifyWindow .scale.slider:insensitive { - border-color: rgba(25, 27, 28, 0.8); } - .osd .scale.slider:active:insensitive, .osd .scale.slider:checked:insensitive, - #XfceNotifyWindow .scale.slider:active:insensitive, - #XfceNotifyWindow .scale.slider:checked:insensitive { - border-color: rgba(23, 26, 26, 0.8); } - .osd .scale.slider:insensitive, - #XfceNotifyWindow .scale.slider:insensitive { - background-color: rgba(26, 29, 30, 0.8); - background-image: none; } - .osd .scale.trough, - #XfceNotifyWindow .scale.trough { - border-color: rgba(23, 26, 26, 0.8); - background-color: rgba(31, 35, 36, 0.8); - background-image: none; } - .osd .scale.trough.highlight, - #XfceNotifyWindow .scale.trough.highlight { - border-color: #928374; - background-color: #928374; - background-image: none; } - .osd .scale.trough:insensitive, .osd .scale.trough.highlight:insensitive, - #XfceNotifyWindow .scale.trough:insensitive, - #XfceNotifyWindow .scale.trough.highlight:insensitive { - border-color: rgba(25, 27, 28, 0.8); - background-color: rgba(26, 29, 30, 0.8); - background-image: none; } - .osd.view, GtkHTML.osd, .osd .view, .osd GtkHTML, - #XfceNotifyWindow.view, - GtkHTML#XfceNotifyWindow, - #XfceNotifyWindow .view, - #XfceNotifyWindow GtkHTML { - background-color: rgba(29, 32, 33, 0.8); } - .osd .scrollbar .trough, - #XfceNotifyWindow .scrollbar .trough { - background-color: rgba(29, 32, 33, 0.8); } - .osd .scrollbar .slider, - #XfceNotifyWindow .scrollbar .slider { - border: 1px solid mix(rgba(25, 28, 29, 0.8),#fbf1c7,0.21); - border-radius: 0; - background-color: mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.21); } - .osd .scrollbar .slider:hover, - #XfceNotifyWindow .scrollbar .slider:hover { - border-color: mix(rgba(25, 28, 29, 0.8),#fbf1c7,0.31); - background-color: mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.31); } - .osd .scrollbar .slider:active, - #XfceNotifyWindow .scrollbar .slider:active { - border-color: #847668; - background-color: #928374; } - .osd GtkIconView.cell:selected, .osd GtkIconView.cell:selected:focus, - #XfceNotifyWindow GtkIconView.cell:selected, - #XfceNotifyWindow GtkIconView.cell:selected:focus { - background-color: transparent; - border: 3px solid mix(rgba(25, 28, 29, 0.8),#fbf1c7,0.21); - border-radius: 4px; - outline-color: transparent; } - .osd .page-thumbnail, - #XfceNotifyWindow .page-thumbnail { - border: 1px solid rgba(26, 29, 30, 0.8); - /* when there's no pixbuf yet */ - background-color: rgba(29, 32, 33, 0.8); } - -.osd GtkProgressBar, GtkProgressBar.osd { - -GtkProgressBar-xspacing: 0; - -GtkProgressBar-yspacing: 2px; - -GtkProgressBar-min-horizontal-bar-height: 2px; - padding: 0; } - .osd GtkProgressBar.trough, GtkProgressBar.osd.trough { - padding: 0; - border-style: none; - border-radius: 0; - background-image: none; - background-color: transparent; } - .osd GtkProgressBar.progressbar, GtkProgressBar.osd.progressbar { - border-style: none; - border-radius: 0; - background-color: #928374; - background-image: none; } - -.overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(rgba(146, 131, 116, 0.35)), to(rgba(146, 131, 116, 0.25))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(146, 131, 116, 0.2)), to(rgba(146, 131, 116, 0))); - background-size: 100% 5%, 100% 100%; - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: 0; - box-shadow: none; } - .overshoot.top:backdrop { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(rgba(146, 131, 116, 0.35)), to(rgba(146, 131, 116, 0.25))); - background-size: 100% 5%; - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: 0; - box-shadow: none; } - -.overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(rgba(146, 131, 116, 0.35)), to(rgba(146, 131, 116, 0.25))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(146, 131, 116, 0.2)), to(rgba(146, 131, 116, 0))); - background-size: 100% 5%, 100% 100%; - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: 0; - box-shadow: none; } - .overshoot.bottom:backdrop { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(rgba(146, 131, 116, 0.35)), to(rgba(146, 131, 116, 0.25))); - background-size: 100% 5%; - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: 0; - box-shadow: none; } - -.overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(rgba(146, 131, 116, 0.35)), to(rgba(146, 131, 116, 0.25))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(146, 131, 116, 0.2)), to(rgba(146, 131, 116, 0))); - background-size: 5% 100%, 100% 100%; - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: 0; - box-shadow: none; } - .overshoot.left:backdrop { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(rgba(146, 131, 116, 0.35)), to(rgba(146, 131, 116, 0.25))); - background-size: 5% 100%; - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: 0; - box-shadow: none; } - -.overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(rgba(146, 131, 116, 0.35)), to(rgba(146, 131, 116, 0.25))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(146, 131, 116, 0.2)), to(rgba(146, 131, 116, 0))); - background-size: 5% 100%, 100% 100%; - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: 0; - box-shadow: none; } - .overshoot.right:backdrop { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(rgba(146, 131, 116, 0.35)), to(rgba(146, 131, 116, 0.25))); - background-size: 5% 100%; - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: 0; - box-shadow: none; } - -.undershoot.top { - background-color: transparent; - /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line - $_undershoot_color_light 50%, - $_undershoot_color_dark 50%);*/ - padding-top: 1px; - background-size: 10px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center top; } - -.undershoot.bottom { - background-color: transparent; - /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line - $_undershoot_color_light 50%, - $_undershoot_color_dark 50%);*/ - padding-bottom: 1px; - background-size: 10px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center bottom; } - -.undershoot.left { - background-color: transparent; - /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line - $_undershoot_color_light 50%, - $_undershoot_color_dark 50%);*/ - padding-left: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left center; } - -.undershoot.right { - background-color: transparent; - /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line - $_undershoot_color_light 50%, - $_undershoot_color_dark 50%);*/ - padding-right: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right center; } - -/***************** - ! Progress bars * -******************/ -GtkProgressBar { - padding: 0; - border-radius: 4px; - font-size: smaller; - color: rgba(235, 219, 178, 0.6); - -GtkProgressBar-min-horizontal-bar-height: 6; - -GtkProgressBar-min-vertical-bar-width: 6; } - GtkProgressBar.osd { - -GtkProgressBar-xspacing: 0; - -GtkProgressBar-yspacing: 0; - -GtkProgressBar-min-horizontal-bar-height: 3; } - GtkProgressBar.trough { - border: 1px solid rgba(32, 32, 32, 0.5); - background-color: #2b2b2b; - background-image: none; } - -.progressbar { - background-color: #928374; - background-image: none; - border-radius: 0; - box-shadow: none; } - .progressbar.left { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; } - .progressbar.right { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; } - .progressbar.left.right { - box-shadow: none; } - .progressbar.vertical { - background-color: #928374; - background-image: none; } - .progressbar.vertical.bottom { - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; } - .progressbar.vertical.top { - border-top-left-radius: 4px; - border-top-right-radius: 4px; } - -GtkLevelBar { - -GtkLevelBar-min-block-width: 34; - -GtkLevelBar-min-block-height: 3; } - GtkLevelBar.vertical { - -GtkLevelBar-min-block-width: 3; - -GtkLevelBar-min-block-height: 34; } - -.level-bar.trough { - background-color: #2b2b2b; - background-image: none; - border: 1px solid rgba(32, 32, 32, 0.5); - border-radius: 4px; } - -.level-bar.fill-block { - background-color: #928374; - background-image: none; - border-color: transparent; - border-radius: 0; } - .level-bar.fill-block.indicator-discrete.horizontal { - margin-right: 1px; } - .level-bar.fill-block.indicator-discrete.vertical { - margin-bottom: 1px; } - .level-bar.fill-block.level-high { - background-color: #98971a; - border-color: transparent; } - .level-bar.fill-block.level-low { - background-color: #d79921; - border-color: transparent; } - .level-bar.fill-block.empty-fill-block { - background-color: transparent; - border-color: transparent; - box-shadow: none; } - -.scale { - -GtkRange-slider-width: 16; - -GtkRange-trough-border: 1; - -GtkScale-slider-length: 16; - padding: 0; - border-width: 1px; - border-radius: 4px; - outline-offset: -1px; } - .scale.slider { - background-color: #2b2b2b; - background-image: none; - border-color: #202020; - border-radius: 8px; - border-width: 1px; - border-style: solid; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.3); } - .scale.slider:focus, .scale.slider:hover { - border-color: mix(#928374,#282828,0.3); } - .scale.slider:active, .scale.slider:active:hover, .scale.slider:active:focus, .scale.slider:active:hover:focus, .scale.slider:checked, .scale.slider:checked:hover, .scale.slider:checked:focus, .scale.slider:checked:hover:focus { - border-color: #1c1c1c; } - .scale.slider:insensitive { - border-color: #222222; } - .scale.slider:active:insensitive, .scale.slider:checked:insensitive { - border-color: #202020; } - .scale.slider:insensitive { - background-color: #242424; - background-image: none; } - .scale.fine-tune:active, .scale.fine-tune:active:hover, .scale.fine-tune.horizontal:active, .scale.fine-tune.horizontal:active:hover { - background-size: 50%; - background-repeat: no-repeat; - background-position: center; } - .scale.mark { - border-color: rgba(32, 32, 32, 0.5); } - .scale.trough { - background-color: #2b2b2b; - background-image: none; - margin: 7px 0; - border: 1px solid rgba(32, 32, 32, 0.5); - border-radius: 4px; } - .scale.trough:insensitive { - background-color: #242424; - background-image: none; } - .scale.trough.vertical { - margin: 0 7px; } - .scale.highlight.left, .memuitem .scale.highlight.left { - background-color: #928374; - background-image: none; - border-color: #928374; } - .scale.highlight.left:hover, .memuitem .scale.highlight.left:hover { - border-color: #75695c; - background-color: #75695c; } - .scale.highlight.left:insensitive, .memuitem .scale.highlight.left:insensitive { - background-color: #242424; - background-image: none; - border-color: #222222; } - .scale.highlight.bottom { - background-color: #928374; - background-image: none; - border-color: #928374; } - -/*********** - ! Scrollbar -************/ -* { - -GtkRange-slider-width: 8; - -GtkRange-stepper-spacing: 0; - -GtkRange-trough-border: 2; - -GtkRange-trough-under-steppers: 1; - -GtkScrollbar-has-backward-stepper: false; - -GtkScrollbar-has-forward-stepper: false; - -GtkScrollbar-min-slider-length: 80; - -GtkScrolledWindow-scrollbar-spacing: 0; - -GtkScrolledWindow-scrollbars-within-bevel: 1; } - -.scrollbar { - border: 0; - padding: 0; } - .scrollbar.button, .scrollbar.button:active, .scrollbar.button:active:hover { - border-width: 0; - border-radius: 0; - background-color: transparent; - background-image: none; - color: rgba(235, 219, 178, 0.5); } - .scrollbar.slider, .scrollbar.slider.vertical { - border: 0; - border-radius: 4px; - background-color: mix(#282828,#ebdbb2,0.21); } - .scrollbar.slider:hover, .scrollbar.slider.vertical:hover { - background-color: mix(#282828,#ebdbb2,0.31); } - .scrollbar.slider:active, .scrollbar.slider.vertical:active { - background-color: #928374; } - .scrollbar.slider.fine-tune:hover:active, .scrollbar.slider.vertical.fine-tune:hover:active { - border: 2px solid transparent; } - .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - opacity: .5; - -GtkRange-slider-width: 4px; } - .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { - margin: 0; - background-color: #ebdbb2; - background-clip: padding-box; } - .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { - border-style: none; - background-color: transparent; } - .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { - opacity: .7; } - -.scrollbars-junction, -.scrollbars-junction.frame, -.scrollbar.trough { - border: 0; - border-radius: 0; - background-color: #282828; - background-image: none; } - -OsThumb, OsScrollbar { - color: #1c1c1c; } - OsThumb:selected, OsScrollbar:selected { - background-color: #928374; } - OsThumb:active, OsScrollbar:active { - background-color: #928374; } - OsThumb:insensitive, OsScrollbar:insensitive { - background-color: #242424; } - -/********* - ! Sidebar -**********/ -.sidebar, .sidebar.view, GtkHTML.sidebar, .sidebar .view, .sidebar GtkHTML, .sidebar GtkScrolledWindow { - background-color: #282828; - color: mix(#ebdbb2,#282828,0.1); } - .sidebar.separator, .sidebar.separator:hover, .sidebar.separator:focus, .sidebar.view.separator, GtkHTML.sidebar.separator, .sidebar.view.separator:hover, GtkHTML.sidebar.separator:hover, .sidebar.view.separator:focus, GtkHTML.sidebar.separator:focus, .sidebar .view.separator, .sidebar GtkHTML.separator, .sidebar .view.separator:hover, .sidebar GtkHTML.separator:hover, .sidebar .view.separator:focus, .sidebar GtkHTML.separator:focus, .sidebar GtkScrolledWindow.separator, .sidebar GtkScrolledWindow.separator:hover, .sidebar GtkScrolledWindow.separator:focus { - border-width: 1px; - border-style: solid; - border-color: #242424; - color: #242424; } - -.sidebar row:selected, .sidebar row:selected:hover, .sidebar row:selected:focus, .sidebar .view row:selected, .sidebar GtkHTML row:selected, .sidebar .view row:selected:hover, .sidebar GtkHTML row:selected:hover, .sidebar .view row:selected:focus, .sidebar GtkHTML row:selected:focus { - border: 0; - background-image: none; - background-color: #928374; - color: #282828; } - -.sidebar row:selected:hover, .sidebar .view row:selected:hover, .sidebar GtkHTML row:selected:hover { - border: 0; - background-image: none; - background-color: #988a7b; - color: #282828; } - -.sidebar row:hover, .sidebar .view row:hover, .sidebar GtkHTML row:hover { - border: 0; - background-image: none; - background-color: #2a2a2a; } - -.sidebar .frame { - border-width: 0; } - -.sidebar .sidebar-row { - padding: 1px; } - -.sidebar .sidebar-icon { - padding-left: 6px; - padding-right: 6px; } - -GtkAssistant .sidebar { - padding: 3px; - border-width: 0 1px 0 0; - border-style: solid; - border-right-color: #202020; - border-radius: 0; - background-color: #282828; - color: mix(#ebdbb2,#282828,0.1); } - GtkAssistant .sidebar:dir(ltr) { - border-width: 0 1px 0 0; } - GtkAssistant .sidebar:dir(rtl) { - border-width: 0 0 0 1px; } - GtkAssistant .sidebar .label { - padding: 3px 6px; } - GtkAssistant .sidebar .label.highlight { - background-color: mix(#282828,#ebdbb2,0.8); } - GtkAssistant .sidebar.csd .sidebar { - border-top-style: none; } - GtkAssistant .sidebar .highlight { - font: bold; } - -/****** -! Paned -*******/ -GtkPaned { - -GtkPaned-handle-size: 1; - -gtk-icon-source: none; - margin: 0 3px; } - GtkPaned:dir(rtl) { - margin-right: 0; - margin-left: 3px; } - GtkPaned .pane-separator { - background-color: #242424; } - GtkPaned.wide { - -GtkPaned-handle-size: 4; - margin: 0; } - GtkPaned.wide .pane-separator { - background-color: transparent; - border-style: none solid; - border-color: #242424; - border-width: 1px; } - GtkPaned.wide.vertical .pane-separator { - border-style: solid none; } - -/******************* - ! Spinner animation -********************/ -@keyframes spin { - to { - -gtk-icon-transform: rotate(1turn); } } - -.spinner { - background-image: none; - background-color: #928374; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } - .spinner:active { - opacity: 1; - animation: spin 1s linear infinite; } - .spinner:active:insensitive { - opacity: .5; } - -/*********************** - ! Check and Radio items -************************/ -* { - -GtkCheckButton-indicator-size: 16; - -GtkCheckMenuItem-indicator-size: 16; } - -.radio { - background-image: none; - -gtk-icon-source: url("../assets/radio-unchecked.svg"); } - .radio:insensitive { - -gtk-icon-source: url("../assets/radio-unchecked-insensitive.svg"); } - .radio:checked, .radio:active { - -gtk-icon-source: url("../assets/radio-checked.svg"); } - .radio:checked:insensitive, .radio:active:insensitive { - -gtk-icon-source: url("../assets/radio-checked-insensitive.svg"); } - .radio:inconsistent { - -gtk-icon-source: url("../assets/radio-mixed.svg"); } - .radio:inconsistent:insensitive { - -gtk-icon-source: url("../assets/radio-mixed-insensitive.svg"); } - .radio.menuitem { - -gtk-icon-source: url("../assets/menuitem-radio-unchecked.svg"); } - .radio.menuitem:insensitive { - -gtk-icon-source: url("../assets/menuitem-radio-checked-insensitive.svg"); } - .radio.menuitem:checked, .radio.menuitem:active { - -gtk-icon-source: url("../assets/menuitem-radio-checked.svg"); } - .radio.menuitem:checked:hover, .radio.menuitem:active:hover { - -gtk-icon-source: url("../assets/menuitem-radio-checked-hover.svg"); } - .radio.menuitem:checked:insensitive, .radio.menuitem:active:insensitive { - -gtk-icon-source: url("../assets/menuitem-radio-checked-insensitive.svg"); } - .radio.menuitem:inconsistent { - -gtk-icon-source: url("../assets/menuitem-radio-mixed.svg"); } - .radio.menuitem:inconsistent:hover { - -gtk-icon-source: url("../assets/menuitem-radio-mixed-hover.svg"); } - .radio.menuitem:inconsistent:insensitive { - -gtk-icon-source: url("../assets/menuitem-radio-mixed-insensitive.svg"); } - -.check { - background-image: none; - -gtk-icon-source: url("../assets/checkbox-unchecked.svg"); } - .check:insensitive { - -gtk-icon-source: url("../assets/checkbox-unchecked-insensitive.svg"); } - .check:checked, .check:active { - -gtk-icon-source: url("../assets/checkbox-checked.svg"); } - .check:checked:insensitive, .check:active:insensitive { - -gtk-icon-source: url("../assets/checkbox-checked-insensitive.svg"); } - .check:inconsistent { - -gtk-icon-source: url("../assets/checkbox-mixed.svg"); } - .check:inconsistent:insensitive { - -gtk-icon-source: url("../assets/checkbox-mixed-insensitive.svg"); } - .check.menuitem { - -gtk-icon-source: url("../assets/menuitem-checkbox-unchecked.svg"); } - .check.menuitem:insensitive { - -gtk-icon-source: url("../assets/menuitem-checkbox-checked-insensitive.svg"); } - .check.menuitem:checked, .check.menuitem:active { - -gtk-icon-source: url("../assets/menuitem-checkbox-checked.svg"); } - .check.menuitem:checked:hover, .check.menuitem:active:hover { - -gtk-icon-source: url("../assets/menuitem-checkbox-checked-hover.svg"); } - .check.menuitem:checked:insensitive, .check.menuitem:active:insensitive { - -gtk-icon-source: url("../assets/menuitem-checkbox-checked-insensitive.svg"); } - .check.menuitem:inconsistent { - -gtk-icon-source: url("../assets/menuitem-checkbox-mixed.svg"); } - .check.menuitem:inconsistent:hover { - -gtk-icon-source: url("../assets/menuitem-checkbox-mixed-hover.svg"); } - .check.menuitem:inconsistent:insensitive { - -gtk-icon-source: url("../assets/menuitem-checkbox-mixed-insensitive.svg"); } - -.view.content-view.check:not(list), GtkHTML.content-view.check:not(list) { - icon-shadow: none; - -gtk-icon-source: url("../assets/grid-selection-unchecked.svg"); - background-color: transparent; } - -.view.content-view.check:hover:not(list), GtkHTML.content-view.check:hover:not(list) { - icon-shadow: none; - -gtk-icon-source: url("../assets/grid-selection-unchecked.svg"); - background-color: transparent; } - -.view.content-view.check:active:not(list), GtkHTML.content-view.check:active:not(list) { - icon-shadow: none; - -gtk-icon-source: url("../assets/grid-selection-checked.svg"); - background-color: transparent; } - -.view.content-view.check:backdrop:not(list), GtkHTML.content-view.check:backdrop:not(list) { - icon-shadow: none; - -gtk-icon-source: url("../assets/grid-selection-unchecked.svg"); - background-color: transparent; } - -.view.content-view.check:checked:not(list), GtkHTML.content-view.check:checked:not(list) { - icon-shadow: none; - -gtk-icon-source: url("../assets/grid-selection-checked.svg"); - background-color: transparent; } - -.view.content-view.check:checked:hover:not(list), GtkHTML.content-view.check:checked:hover:not(list) { - icon-shadow: none; - -gtk-icon-source: url("../assets/grid-selection-checked.svg"); - background-color: transparent; } - -.view.content-view.check:checked:active:not(list), GtkHTML.content-view.check:checked:active:not(list) { - icon-shadow: none; - -gtk-icon-source: url("../assets/grid-selection-checked.svg"); - background-color: transparent; } - -.view.content-view.check:backdrop:checked:not(list), GtkHTML.content-view.check:backdrop:checked:not(list) { - icon-shadow: none; - -gtk-icon-source: url("../assets/grid-selection-checked.svg"); - background-color: transparent; } - -/******** - ! Switch -*********/ -GtkSwitch { - padding: 0; - border-radius: 4px; - font: bold condensed; - outline-offset: -4px; } - GtkSwitch.slider { - background-color: #303030; - background-image: none; - border: 1px solid rgba(0, 0, 0, 0.2); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.12); } - GtkSwitch.slider:insensitive { - border-color: rgba(0, 0, 0, 0.1); - background-color: #242424; - box-shadow: none; } - GtkSwitch.trough { - background-color: #262626; - background-image: none; - border: 1px solid #202020; - color: #ebdbb2; - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.07), inset 0 1px rgba(66, 52, 17, 0.08), inset -1px 0 rgba(66, 52, 17, 0.07), inset 0 -1px rgba(66, 52, 17, 0.05); } - GtkSwitch.trough:active { - background-color: #928374; - background-image: none; - border-color: #847668; - color: #282828; } - GtkSwitch.trough:insensitive { - background-color: #242424; - background-image: none; - border-color: #222222; - color: mix(#ebdbb2,#282828,0.5); } - -/********* - ! Buttons -**********/ -/****************** -! ComboBoxes * -*******************/ -/********* - ! Toolbar -**********/ -/*************** - ! Generic views -****************/ -* { - -GtkTextView-error-underline-color: #cc241d; } - -.view, GtkHTML { - color: #ebdbb2; - background-color: #282828; } - .view:insensitive, GtkHTML:insensitive, .view:insensitive:insensitive, GtkHTML:insensitive:insensitive { - background-color: #242424; - color: mix(#ebdbb2,#282828,0.5); } - -.cell { - border-width: 0; - border-radius: 0; } - .cell:selected, .cell:selected:focus { - background-color: #928374; - color: #282828; } - -row:selected, row:selected:hover, row:selected:focus { - -GtkWidget-focus-padding: 1; - -GtkWidget-focus-line-width: 0; - border: 0; - background-color: #928374; - background-image: none; - color: #282828; } - -.content-view.view, GtkHTML.content-view { - background-color: #282828; } - .content-view.view:hover, GtkHTML.content-view:hover { - background-color: rgba(146, 131, 116, 0.6); } - .content-view.view:selected, GtkHTML.content-view:selected, .content-view.view:active, GtkHTML.content-view:active { - background-color: #928374; } - .content-view.view:insensitive, GtkHTML.content-view:insensitive { - background-color: #242424; } - .content-view.view.check, GtkHTML.content-view.check, .content-view.view.check:active, GtkHTML.content-view.check:active, .content-view.view.check:hover, GtkHTML.content-view.check:hover, .content-view.view.check:insensitive, GtkHTML.content-view.check:insensitive, .content-view.view.check:selected, GtkHTML.content-view.check:selected { - background-color: transparent; } - -.content-view .subtitle { - font: smaller; - padding: 0 12px; } - -GtkIconView.view.cell:selected, GtkIconView.view.cell:selected:focus { - border: 0; - border-radius: 2px; - background-image: none; - background-color: #928374; - color: #282828; } - -.dim-label, GtkLabel.separator, .dim-label.view, GtkLabel.view.separator, GtkHTML.dim-label { - color: alpha(currentColor,0.5); } - -.dnd { - border: 1px solid #928374; } - -.grip { - background-color: transparent; } - -.arrow { - color: alpha(currentColor,0.7); } - -.rubberband, .rubberband.view, GtkHTML.rubberband, .rubberband.content-view.view, GtkHTML.rubberband.content-view { - border: 1px solid #928374; - border-radius: 0; - background-color: rgba(146, 131, 116, 0.3); } - -GdMainIconView.content-view { - -GdMainIconView-icon-size: 40; } - -/* this will get overridden by .view, needed by gedit line numbers */ -GtkTextView { - background-color: mix(#282828,#282828,0.5); } - -GtkHTML:insensitive { - background-color: #242424; } - -GtkDrawingArea { - background-color: transparent; } - -/************ - ! Treeview * -*************/ -GtkTreeView { - -GtkTreeView-expander-size: 8; - -GtkTreeView-vertical-separator: 0; - outline-offset: -1px; - border-top-color: #1a1d1e; } - GtkTreeView:hover, GtkTreeView:selected, GtkTreeView:selected:focus, GtkTreeView:backdrop:selected, GtkTreeView:backdrop:selected:focus { - border-top-color: #928374; } - GtkTreeView.dnd { - border: 1px solid #928374; } - GtkTreeView .entry { - border-radius: 0; - background-color: #282828; - background-image: none; } - GtkTreeView .progressbar { - background-color: #928374; - background-image: none; - border: 1px solid #75695c; } - GtkTreeView .progressbar:selected:focus, GtkTreeView .progressbar:selected { - background-color: #928374; - background-image: none; - border: 1px solid mix(#928374,#928374,0.3); - color: #282828; } - GtkTreeView .progressbar:insensitive:insensitive { - background-color: #282828; - background-image: none; - border-color: #222222; } - GtkTreeView .trough { - background-color: mix(#282828,#282828,0.5); - border: 1px solid #202020; } - GtkTreeView .trough:selected:focus, GtkTreeView .trough:selected { - background-color: #282828; - border: 1px solid mix(#928374,#282828,0.3); - color: #ebdbb2; } - GtkTreeView .trough:insensitive:insensitive { - background-color: #282828; } - -/*********** - ! Separator -************/ -.view.separator, GtkHTML.separator, .separator { - color: #242424; - border: 1px solid currentColor; } - -/********************* - ! Column view headers -**********************/ -column-header .button, column-header .button:active { - border-width: 0 1px 1px 0; - border-radius: 0; } - -column-header .button, column-header .button:active, column-header .button:focus, column-header .button:active:focus { - border-color: #242424; - border-bottom-color: #202020; } - -column-header .button:hover, column-header .button:active:hover, column-header .button:hover:focus, column-header .button:active:hover:focus { - border-color: #242424; - border-bottom-color: #202020; } - -column-header .button:last-child .button { - border-width: 0 0 1px; } - -/********** - ! Frames * -***********/ -.frame { - border: 1px solid #202020; } - .frame.flat { - border: 0; } - -/* avoid double borders when a viewport is packed into a GtkScrolledWindow */ -GtkScrolledWindow GtkViewport.frame { - border: 0; } - -GtkViewport { - background-color: mix(#282828,#282828,0.28); - color: mix(#ebdbb2,#ebdbb2,0.28); } - -/************** - ! Window frame -***************/ -.window-frame, .window-frame.csd.popup, .window-frame.csd.message-dialog { - box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22), 0 0 0 1px #a89984; } - .window-frame:backdrop, .window-frame.csd.popup:backdrop, .window-frame.csd.message-dialog:backdrop { - box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23), 0 0 0 1px #928374; } - -.window-frame { - border: 0; - border-radius: 4px 4px 0 0; - background-color: mix(#141617,#fbf1c7,0.21); - /* this is used for the resize cursor area */ - margin: 9px; } - .window-frame.tiled { - border-radius: 0; } - .window-frame.solid-csd { - border-radius: 4px 4px 0 0; - margin: 1px; - background-color: mix(#141617,#fbf1c7,0.21); - box-shadow: none; } - .window-frame.csd.popup { - border-radius: 0; } - .window-frame.csd.tooltip { - border-radius: 4px; - box-shadow: none; } - .window-frame.csd.message-dialog { - border-radius: 4px; } - .window-frame.ssd { - box-shadow: 0 0 0 1px #a89984; } - .window-frame.ssd.maximized { - border-radius: 0; } - -/*********************** - ! Unity Greeter * - ***********************/ -.lightdm.menu { - background-image: none; - background-color: rgba(131, 104, 34, 0.6); - border-color: rgba(41, 41, 41, 0.2); - border-radius: 4px; - padding: 1px; - color: #292929; } - -.lightdm-combo .menu { - background-color: #1f2324; - border-radius: 0; - padding: 0; - color: #292929; } - -.lightdm.menu .menuitem *, -.lightdm.menu .menuitem.check:active, -.lightdm.menu .menuitem.radio:active { - color: #292929; } - -.lightdm.menubar *, -.lightdm.menubar .menuitem { - padding: 2px; } - -.lightdm-combo.combobox-entry .button, -.lightdm-combo .cell, -.lightdm-combo .button, -.lightdm-combo .entry, -.lightdm.button { - background-image: none; - background-color: rgba(131, 104, 34, 0.3); - border-color: rgba(41, 41, 41, 0.9); - border-radius: 5px; - padding: 5px; - color: #292929; } - -.lightdm.button:hover { - background-image: none; - background-color: rgba(41, 41, 41, 0.3); - border-color: rgba(41, 41, 41, 0.6); - border-radius: 5px; - padding: 5px; - color: #292929; - text-shadow: none; } - -.lightdm.button:active, -.lightdm.button:active:focus, -.lightdm.button:focus, -.lightdm.entry { - background-image: none; - background-color: rgba(131, 104, 34, 0.3); - border-color: rgba(41, 41, 41, 0.6); - border-radius: 5px; - padding: 6px; - color: #292929; - text-shadow: none; } - -.lightdm.entry:hover, -.lightdm.entry:active, -.lightdm.entry:active:focus { - background-image: none; - border-image: none; } - -.lightdm.entry:focus { - border-color: rgba(41, 41, 41, 0.6); - border-width: 1px; - border-style: solid; - color: #292929; } - -.lightdm.entry:selected { - background-color: rgba(41, 41, 41, 0.2); } - -@keyframes dashentry_spinner { - to { - -gtk-icon-transform: rotate(1turn); } } - -.lightdm.entry:active { - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); - animation: dashentry_spinner 1s infinite linear; } - -.lightdm.option-button { - background: none; - border-width: 0; } - -.lightdm.option-button:insensitive:insensitive { - background: none; } - -.lightdm.toggle-button { - background: none; - border-width: 0; } - -.lightdm.toggle-button.selected:hover { - background-color: rgba(41, 41, 41, 0.3); - border-color: rgba(41, 41, 41, 0.3); - border-width: 1px; } - -.lightdm.toggle-button.selected { - background-color: rgba(131, 104, 34, 0.3); - border-color: rgba(41, 41, 41, 0.3); - border-width: 1px; } - -/********* - ! Gedit * -**********/ -GeditWindow .pane-separator { - border-width: 0 1px 0 0; - border-style: solid; } - GeditWindow .pane-separator, GeditWindow .pane-separator:hover { - border-color: #242424; - background-color: #282828; } - -.gedit-document-panel { - background-color: #282828; - color: mix(#ebdbb2,#282828,0.1); } - .gedit-document-panel .list-row { - padding: 3px; } - .gedit-document-panel .list-row .button { - padding: 1px; - border-radius: 4px; - border-style: solid; - border-color: transparent; - border-width: 1px; - background-color: transparent; - background-image: none; - color: transparent; - icon-shadow: none; } - .gedit-document-panel .prelight-row .button { - border-color: rgba(131, 104, 34, 0.1); - color: rgba(41, 41, 41, 0.8); } - .gedit-document-panel .prelight-row .button:active { - border-color: rgba(131, 104, 34, 0.2); - background-color: rgba(131, 104, 34, 0.08); - color: #292929; } - .gedit-document-panel list-row .button:hover, .gedit-document-panel .prelight-row .button:hover { - border-color: rgba(131, 104, 34, 0.1); - color: #292929; } - -.gedit-document-panel-group-row, .gedit-document-panel-group-row:hover { - border-top: 1px solid #242424; - background-color: #282828; } - -.gedit-document-panel-document-row:hover { - background-color: #2a2a2a; } - -.gedit-document-panel-dragged-row { - border: 1px solid rgba(131, 104, 34, 0.1); - background-color: rgba(131, 104, 34, 0.5); - color: #292929; } - -.gedit-document-panel-placeholder-row { - border: 0; - background-color: rgba(131, 104, 34, 0.08); - transition: all 200ms ease-in; } - -GeditStatusbar { - border-top: 1px solid #202020; } - -GeditStatusbar GeditSmallButton, GeditStatusMenuButton { - text-shadow: none; } - GeditStatusbar GeditSmallButton .button, GeditStatusMenuButton .button { - border-style: solid; - border-width: 0 1px; - border-color: transparent; - border-radius: 0; - padding: 1px 6px 2px 4px; } - GeditStatusbar GeditSmallButton .button:hover, GeditStatusbar GeditSmallButton .button:active, GeditStatusbar GeditSmallButton .button:active:hover, GeditStatusMenuButton .button:hover, GeditStatusMenuButton .button:active, GeditStatusMenuButton .button:active:hover { - border-color: #202020; } - GeditStatusbar GeditSmallButton .button:active, GeditStatusMenuButton .button:active { - background-color: #262626; - color: #ebdbb2; } - -GeditViewFrame .gedit-search-slider { - padding: 3px; - border-radius: 0 0 4px 4px; - border-width: 0 1px 1px; - border-style: solid; - border-color: #202020; - background-color: #282828; } - GeditViewFrame .gedit-search-slider .not-found { - background-color: #cc241d; - background-image: none; - color: #282828; } - -GeditFileBrowserWidget .toolbar { - padding: 1.5px; - border-top: 0; - background-color: #282828; - background-image: none; } - -.gedit-search-entry-occurrences-tag { - margin: 1.5px; - padding: 1.5px; - color: mix(#ebdbb2,#282828,0.5); } - -/************ - ! Nautilus * -*************/ -.nautilus-desktop.nautilus-canvas-item { - color: #292929; - text-shadow: 1px 1px #836822; } - .nautilus-desktop.nautilus-canvas-item:active { - color: #ebdbb2; } - .nautilus-desktop.nautilus-canvas-item:selected { - color: #282828; } - .nautilus-desktop.nautilus-canvas-item:active, .nautilus-desktop.nautilus-canvas-item:hover, .nautilus-desktop.nautilus-canvas-item:selected { - text-shadow: none; } - -NautilusWindow .toolbar { - border-width: 0 0 1px; - border-style: solid; - border-color: #202020; } - -NautilusWindow .sidebar .frame { - border: 0; } - -NautilusWindow GtkPaned { - border-width: 0 1px 0 0; - border-style: solid; } - NautilusWindow GtkPaned, NautilusWindow GtkPaned:hover { - border-color: #242424; - background-color: #282828; } - -NautilusNotebook.notebook { - border-right-width: 0; - border-left-width: 0; - border-bottom-width: 0; } - -NautilusNotebook .frame { - border: 0; } - -NautilusQueryEditor .toolbar { - padding-top: 2px; - padding-bottom: 1px; - border-width: 1px 0 0; - border-style: solid; - border-color: #282828; - background-color: #242424; } - NautilusQueryEditor .toolbar:nth-child(2) { - border-color: #202020; } - NautilusQueryEditor .toolbar.search-bar { - border-top-width: 0; - border-bottom-width: 0; } - NautilusQueryEditor .toolbar:last-child, NautilusQueryEditor .toolbar:only-child, NautilusQueryEditor .toolbar.search-bar:last-child, NautilusQueryEditor .toolbar.search-bar:only-child { - border-bottom-width: 1px; - border-bottom-color: #202020; } - -/******** - ! Nemo * -*********/ -.nemo-desktop.nemo-canvas-item { - color: #292929; - text-shadow: 1px 1px #836822; } - .nemo-desktop.nemo-canvas-item:active { - color: #ebdbb2; } - .nemo-desktop.nemo-canvas-item:selected { - color: #282828; } - .nemo-desktop.nemo-canvas-item:active, .nemo-desktop.nemo-canvas-item:hover, .nemo-desktop.nemo-canvas-item:selected { - text-shadow: none; } - -NemoPathbarButton { - background-color: #282828; - background-image: none; - border-color: rgba(218, 188, 112, 0.32); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); - -NemoPathbarButton-border-radius: 4px; } - NemoPathbarButton:focus, NemoPathbarButton:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.32),0.3); } - NemoPathbarButton:active, NemoPathbarButton:active:hover, NemoPathbarButton:active:focus, NemoPathbarButton:active:hover:focus, NemoPathbarButton:checked, NemoPathbarButton:checked:hover, NemoPathbarButton:checked:focus, NemoPathbarButton:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.32); } - NemoPathbarButton:insensitive { - border-color: rgba(222, 196, 129, 0.32); } - NemoPathbarButton:active:insensitive, NemoPathbarButton:checked:insensitive { - border-color: rgba(218, 188, 112, 0.32); } - NemoPathbarButton.flat { - border-color: rgba(40, 40, 40, 0); - color: #ebdbb2; - background-color: rgba(40, 40, 40, 0); - background-image: none; - box-shadow: none; } - NemoPathbarButton:hover, NemoPathbarButton.flat:hover { - background-color: #2a2a2a; - background-image: none; - border-color: rgba(218, 188, 112, 0.4); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - NemoPathbarButton:hover:focus, NemoPathbarButton:hover:hover, NemoPathbarButton.flat:hover:focus, NemoPathbarButton.flat:hover:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.4),0.3); } - NemoPathbarButton:hover:active, NemoPathbarButton:hover:active:hover, NemoPathbarButton:hover:active:focus, NemoPathbarButton:hover:active:hover:focus, NemoPathbarButton:hover:checked, NemoPathbarButton:hover:checked:hover, NemoPathbarButton:hover:checked:focus, NemoPathbarButton:hover:checked:hover:focus, NemoPathbarButton.flat:hover:active, NemoPathbarButton.flat:hover:active:hover, NemoPathbarButton.flat:hover:active:focus, NemoPathbarButton.flat:hover:active:hover:focus, NemoPathbarButton.flat:hover:checked, NemoPathbarButton.flat:hover:checked:hover, NemoPathbarButton.flat:hover:checked:focus, NemoPathbarButton.flat:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.4); } - NemoPathbarButton:hover:insensitive, NemoPathbarButton.flat:hover:insensitive { - border-color: rgba(222, 196, 129, 0.4); } - NemoPathbarButton:hover:active:insensitive, NemoPathbarButton:hover:checked:insensitive, NemoPathbarButton.flat:hover:active:insensitive, NemoPathbarButton.flat:hover:checked:insensitive { - border-color: rgba(218, 188, 112, 0.4); } - NemoPathbarButton:focus, NemoPathbarButton.flat:focus { - background-color: #2a2a2a; - background-image: none; - border-color: rgba(235, 219, 178, 0.32); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - NemoPathbarButton:focus:hover, NemoPathbarButton.flat:focus:hover { - background-color: #2c2c2c; - background-image: none; - border-color: rgba(218, 188, 112, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - NemoPathbarButton:focus:hover:focus, NemoPathbarButton:focus:hover:hover, NemoPathbarButton.flat:focus:hover:focus, NemoPathbarButton.flat:focus:hover:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.4),0.3); } - NemoPathbarButton:focus:hover:active, NemoPathbarButton:focus:hover:active:hover, NemoPathbarButton:focus:hover:active:focus, NemoPathbarButton:focus:hover:active:hover:focus, NemoPathbarButton:focus:hover:checked, NemoPathbarButton:focus:hover:checked:hover, NemoPathbarButton:focus:hover:checked:focus, NemoPathbarButton:focus:hover:checked:hover:focus, NemoPathbarButton.flat:focus:hover:active, NemoPathbarButton.flat:focus:hover:active:hover, NemoPathbarButton.flat:focus:hover:active:focus, NemoPathbarButton.flat:focus:hover:active:hover:focus, NemoPathbarButton.flat:focus:hover:checked, NemoPathbarButton.flat:focus:hover:checked:hover, NemoPathbarButton.flat:focus:hover:checked:focus, NemoPathbarButton.flat:focus:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.4); } - NemoPathbarButton:focus:hover:insensitive, NemoPathbarButton.flat:focus:hover:insensitive { - border-color: rgba(222, 196, 129, 0.4); } - NemoPathbarButton:focus:hover:active:insensitive, NemoPathbarButton:focus:hover:checked:insensitive, NemoPathbarButton.flat:focus:hover:active:insensitive, NemoPathbarButton.flat:focus:hover:checked:insensitive { - border-color: rgba(218, 188, 112, 0.4); } - NemoPathbarButton:checked, NemoPathbarButton:active, NemoPathbarButton.flat:checked, NemoPathbarButton.flat:active { - background-color: #928374; - background-image: none; - border-color: rgba(218, 188, 112, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); } - NemoPathbarButton:checked:focus, NemoPathbarButton:checked:hover, NemoPathbarButton:active:focus, NemoPathbarButton:active:hover, NemoPathbarButton.flat:checked:focus, NemoPathbarButton.flat:checked:hover, NemoPathbarButton.flat:active:focus, NemoPathbarButton.flat:active:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.32),0.3); } - NemoPathbarButton:checked:active, NemoPathbarButton:checked:active:hover, NemoPathbarButton:checked:active:focus, NemoPathbarButton:checked:active:hover:focus, NemoPathbarButton:checked:checked, NemoPathbarButton:checked:checked:hover, NemoPathbarButton:checked:checked:focus, NemoPathbarButton:checked:checked:hover:focus, NemoPathbarButton:active:active, NemoPathbarButton:active:active:hover, NemoPathbarButton:active:active:focus, NemoPathbarButton:active:active:hover:focus, NemoPathbarButton:active:checked, NemoPathbarButton:active:checked:hover, NemoPathbarButton:active:checked:focus, NemoPathbarButton:active:checked:hover:focus, NemoPathbarButton.flat:checked:active, NemoPathbarButton.flat:checked:active:hover, NemoPathbarButton.flat:checked:active:focus, NemoPathbarButton.flat:checked:active:hover:focus, NemoPathbarButton.flat:checked:checked, NemoPathbarButton.flat:checked:checked:hover, NemoPathbarButton.flat:checked:checked:focus, NemoPathbarButton.flat:checked:checked:hover:focus, NemoPathbarButton.flat:active:active, NemoPathbarButton.flat:active:active:hover, NemoPathbarButton.flat:active:active:focus, NemoPathbarButton.flat:active:active:hover:focus, NemoPathbarButton.flat:active:checked, NemoPathbarButton.flat:active:checked:hover, NemoPathbarButton.flat:active:checked:focus, NemoPathbarButton.flat:active:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.32); } - NemoPathbarButton:checked:insensitive, NemoPathbarButton:active:insensitive, NemoPathbarButton.flat:checked:insensitive, NemoPathbarButton.flat:active:insensitive { - border-color: rgba(222, 196, 129, 0.32); } - NemoPathbarButton:checked:active:insensitive, NemoPathbarButton:checked:checked:insensitive, NemoPathbarButton:active:active:insensitive, NemoPathbarButton:active:checked:insensitive, NemoPathbarButton.flat:checked:active:insensitive, NemoPathbarButton.flat:checked:checked:insensitive, NemoPathbarButton.flat:active:active:insensitive, NemoPathbarButton.flat:active:checked:insensitive { - border-color: rgba(218, 188, 112, 0.32); } - NemoPathbarButton:checked:focus, NemoPathbarButton:checked:hover, NemoPathbarButton:active:focus, NemoPathbarButton:active:hover, NemoPathbarButton.flat:checked:focus, NemoPathbarButton.flat:checked:hover, NemoPathbarButton.flat:active:focus, NemoPathbarButton.flat:active:hover { - background-color: #988a7b; - background-image: none; - color: #282828; } - NemoPathbarButton:focus, NemoPathbarButton:hover, NemoPathbarButton.flat:focus, NemoPathbarButton.flat:hover { - color: #ebdbb2; } - NemoPathbarButton:insensitive:insensitive, NemoPathbarButton.flat:insensitive:insensitive { - background-color: alpha(mix(#282828,#ebdbb2,0.2),0.4); - background-image: none; - opacity: .6; - color: mix(#282828,#ebdbb2,0.6); - box-shadow: none; } - NemoPathbarButton:insensitive:insensitive :insensitive, NemoPathbarButton.flat:insensitive:insensitive :insensitive { - color: mix(#282828,#ebdbb2,0.6); } - NemoPathbarButton:active:insensitive, NemoPathbarButton:checked:insensitive { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - NemoPathbarButton:active:insensitive:insensitive, NemoPathbarButton:checked:insensitive:insensitive { - color: rgba(40, 40, 40, 0.85); } - NemoPathbarButton.separator, NemoPathbarButton .separator { - border: 1px solid currentColor; - color: rgba(40, 40, 40, 0.9); } - NemoPathbarButton.separator:insensitive, NemoPathbarButton .separator:insensitive { - color: rgba(40, 40, 40, 0.85); } - -NemoPlacesTreeView { - -NemoPlacesTreeView-disk-full-bg-color: #202020; - -NemoPlacesTreeView-disk-full-fg-color: #928374; - -NemoPlacesTreeView-disk-full-bar-width: 1px; - -NemoPlacesTreeView-disk-full-bar-radius: 1px; - -NemoPlacesTreeView-disk-full-bottom-padding: 2px; - -NemoPlacesTreeView-disk-full-max-length: 70px; } - NemoPlacesTreeView:selected { - -NemoPlacesTreeView-disk-full-bg-color: #282828; - -NemoPlacesTreeView-disk-full-fg-color: #a99d91; } - -NemoWindow .nemo-inactive-pane .view, NemoWindow .nemo-inactive-pane GtkHTML, NemoWindow .nemo-inactive-pane iconview { - background-color: mix(#282828,#ebdbb2,0.12); - color: #ebdbb2; } - -/*********************** - ! Fallback mode panel * -************************/ -PanelWidget, PanelApplet, PanelToplevel, PanelSeparator, PanelApplet > GtkMenuBar.menubar.menuitem, PanelMenuBar.menubar.menuitem, .gnome-panel-menu-bar.menuitem, PanelAppletFrame, WnckPager, WnckTasklist, .xfce4-panel, UnityPanelWidget, .unity-panel { - background-color: #1d2021; - background-image: none; - color: #fbf1c7; } - -PanelApplet .button, .xfce4-panel .button { - border-width: 0 1px; - border-radius: 0; - border-color: transparent; - background-color: transparent; - background-image: none; - color: #fbf1c7; } - PanelApplet .button:hover, .xfce4-panel .button:hover, PanelApplet .button:hover, .xfce4-panel .button:hover { - background-color: mix(#1d2021,#fbf1c7,0.11); - background-image: none; - border-color: mix(#1d2021,#fbf1c7,0.11); - color: #fdf9e9; } - PanelApplet .button:active, .xfce4-panel .button:active, PanelApplet .button:checked, .xfce4-panel .button:checked { - background-color: mix(#1d2021,#fbf1c7,0.21); - background-image: none; - border-color: mix(#1d2021,#fbf1c7,0.21); - color: #fdf9e9; } - PanelApplet .button:active:hover, .xfce4-panel .button:active:hover, PanelApplet .button:checked:hover, .xfce4-panel .button:checked:hover { - background-color: mix(#1d2021,#fbf1c7,0.31); - background-image: none; - border-color: mix(#1d2021,#fbf1c7,0.31); } - -PanelWidget, PanelApplet, PanelToplevel { - padding: 0; } - -PanelApplet { - border: 0; } - PanelApplet .button { - -GtkButton-inner-border: 2; } - -PanelSeparator { - border: 0; } - -PanelApplet > GtkMenuBar.menubar.menuitem, PanelMenuBar.menubar.menuitem, .gnome-panel-menu-bar.menuitem { - border: 0; - -PanelMenuBar-icon-visible: true; } - -PanelAppletFrame { - border: 0; } - -/************ - ! Synaptic * -*************/ -GtkWindow > GtkVBox > .dock, GtkWindow > GtkVBox > .dock > GtkHBox > GtkToolbar { - background-color: #282828; - background-image: none; - padding: 3px; - border: 0; - color: #ebdbb2; } - -/*********************** - ! Fallback mode panel * -************************/ -/*************** - ! Xfce styles * -****************/ -XfceHeading { - margin: 0; - padding: 0; - border: 0; - background-image: none; - background-color: #282828; - color: #ebdbb2; } - -.xfce4-panel { - font: normal; } - .xfce4-panel .menu { - -gtk-image-effect: none; } - -/*********************** - ! Fallback mode panel * -************************/ -/**************** - ! Unity styles * -*****************/ -UnityDecoration { - -UnityDecoration-extents: 28px 1px 1px 1px; - -UnityDecoration-input-extents: 10px; - -UnityDecoration-shadow-offset-x: 1px; - -UnityDecoration-shadow-offset-y: 1px; - -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.7); - -UnityDecoration-active-shadow-radius: 8px; - -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.5); - -UnityDecoration-inactive-shadow-radius: 5px; - -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #928374; - -UnityDecoration-title-indent: 10px; - -UnityDecoration-title-fade: 35px; - -UnityDecoration-title-alignment: 0; } - UnityDecoration.top { - border: 1px solid mix(#141617,#fbf1c7,0.21); - border-bottom: 0; - border-radius: 2px 2px 0 0; - padding: 1px 8px 0 8px; - background-color: #1d2021; - color: #fbf1c7; - text-shadow: none; } - UnityDecoration.top:backdrop { - border: 1px solid mix(#1c1c1c,mix(#ebdbb2,#282828,0.4),0.12); - border-bottom: 0; - background-color: #282828; - color: mix(#ebdbb2,#282828,0.4); } - UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom { - background-color: mix(#141617,#fbf1c7,0.21); } - UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop { - background-color: mix(#1c1c1c,mix(#ebdbb2,#282828,0.4),0.12); } - -UnityPanelWidget, .unity-panel { - border: 0; } - -.unity-panel.menuitem, .unity-panel .menuitem { - border-width: 0 1px; - color: #fbf1c7; } - .unity-panel.menuitem:hover, .unity-panel.menuitem *:hover, .unity-panel .menuitem:hover, .unity-panel .menuitem *:hover { - border-color: mix(#1d2021,#fbf1c7,0.21); - background-color: mix(#1d2021,#fbf1c7,0.21); - background-image: none; - color: #fdf9e9; } - -SheetStyleDialog.unity-force-quit { - background-color: #282828; } - -/*********************** - ! LightDM GTK Greeter * - ***********************/ -#panel_window { - background-color: transparent; - background-image: none; - color: #292929; - font: bold; - text-shadow: 0 1px rgba(131, 104, 34, 0.5); - icon-shadow: 0 1px rgba(131, 104, 34, 0.5); } - #panel_window .menubar, #panel_window .menubar > .menuitem { - background-color: transparent; - background-image: none; - color: #292929; - font: bold; - text-shadow: 0 1px rgba(131, 104, 34, 0.5); - icon-shadow: 0 1px rgba(131, 104, 34, 0.5); } - #panel_window .menubar *:hover, #panel_window .menubar > .menuitem *:hover { - color: #292929; } - #panel_window .menubar:hover, #panel_window .menubar > .menuitem:hover { - border-style: none; - background-color: rgba(41, 41, 41, 0.2); - background-image: none; - color: #292929; } - #panel_window .menubar:insensitive, #panel_window .menubar > .menuitem:insensitive { - color: rgba(41, 41, 41, 0.7); } - #panel_window .menubar .menu, #panel_window .menubar > .menuitem .menu { - border-radius: 1px; } - #panel_window .menubar .menu .menuitem, #panel_window .menubar > .menuitem .menu .menuitem { - font: normal; - text-shadow: none; } - -#content_frame { - padding-bottom: 14px; } - -#login_window, #shutdown_dialog, #restart_dialog { - border-style: none; - border-radius: 4px; - background-color: #1d2021; - color: #fbf1c7; - /* draw border using box-shadow */ - box-shadow: inset 1px 0 mix(#141617,#fbf1c7,0.21), inset -1px 0 mix(#141617,#fbf1c7,0.21), inset 0 1px mix(#141617,#fbf1c7,0.21), inset 0 -1px mix(#141617,#fbf1c7,0.21); } - #login_window .button, #shutdown_dialog .button, #restart_dialog .button { - padding: 3px 15px; - border-width: 1px; - border-radius: 4px; - border-style: solid; - border-color: #171a1a; - background-color: #1f2324; - background-image: none; - color: #fbf1c7; - transition: all 150ms ease-out; } - #login_window .button.default, #login_window .button:focus, #login_window .button:active:focus, #shutdown_dialog .button.default, #shutdown_dialog .button:focus, #shutdown_dialog .button:active:focus, #restart_dialog .button.default, #restart_dialog .button:focus, #restart_dialog .button:active:focus { - border-color: #75695c; - background-color: #9b8d80; - background-image: none; - color: #282828; } - #login_window .button.default:hover, #login_window .button:focus:hover, #login_window .button:active:focus:hover, #shutdown_dialog .button.default:hover, #shutdown_dialog .button:focus:hover, #shutdown_dialog .button:active:focus:hover, #restart_dialog .button.default:hover, #restart_dialog .button:focus:hover, #restart_dialog .button:active:focus:hover { - border-color: #675c51; - background-color: #928374; } - -#login_window .menu { - border-radius: 1px; } - -#login_window GtkComboBox .button, #login_window GtkComboBox .button:hover, #login_window GtkComboBox .button:active, #login_window GtkComboBox .button:active:hover, #login_window GtkComboBox .button:focus, #login_window GtkComboBox .button:hover:focus, #login_window GtkComboBox .button:active:focus, #login_window GtkComboBox .button:active:hover:focus { - padding: 0; - background: none; - border-style: none; - box-shadow: none; } - -#login_window .entry { - padding: 3px 5px; - border-width: 1px; - border-style: solid; - border-color: #171a1a; - border-radius: 4px; - background-color: #1a1d1e; - background-image: none; - color: #fbf1c7; - box-shadow: none; - transition: all 150ms ease-out; } - #login_window .entry:focus, #login_window .entry:hover { - border-color: #141617; - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.1), inset 0 1px rgba(66, 52, 17, 0.12), inset -1px 0 rgba(66, 52, 17, 0.1), inset 0 -1px rgba(66, 52, 17, 0.05); } - -#user_combobox { - color: #fbf1c7; - font: 18px; } - #user_combobox .menu { - font: normal; } - #user_combobox .arrow { - color: mix(#fbf1c7,#1d2021,0.5); } - -#user_image { - padding: 3px; - border-radius: 4px; - /* draw border using box-shadow */ - box-shadow: inset 1px 0 #141617, inset -1px 0 #141617, inset 0 1px #141617, inset 0 -1px #141617; } - -#user_image_border { - border-radius: 4px; - background-color: #1a1d1e; - background-image: none; - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.07), inset 0 1px rgba(66, 52, 17, 0.08), inset -1px 0 rgba(66, 52, 17, 0.07), inset 0 -1px rgba(66, 52, 17, 0.05); } - -#buttonbox_frame { - padding-top: 10px; - padding-bottom: 0; - border-style: none; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; - background-color: transparent; - background-image: none; - box-shadow: none; } - -/* shutdown button */ -#shutdown_button { - border-color: #a31d17; - background-color: #dc271f; - background-image: none; - color: #282828; } - #shutdown_button:hover, #shutdown_button:active, #shutdown_button:active:hover { - border-color: #8f1914; - background-color: #cc241d; } - -/* restart button */ -#restart_button { - border-color: #ac7a1a; - background-color: #dfa22d; - background-image: none; - color: #282828; } - #restart_button:hover, #restart_button:active, #restart_button:active:hover { - border-color: #976b17; - background-color: #d79921; } - -/* password warning */ -#greeter_infobar { - font: bold; } - -/********************** - ! Genome Terminal * -***********************/ -VteTerminal { - background-color: #1d2021; - color: #fbf1c7; } - -TerminalWindow .scrollbars-junction { - background-color: #1d2021; } - -TerminalWindow .scrollbar.trough { - background-color: #1d2021; } - -TerminalWindow .scrollbar.button { - color: #111314; } - TerminalWindow .scrollbar.button:active { - color: #111314; } - TerminalWindow .scrollbar.button:active:hover { - color: #111314; } - -TerminalWindow .scrollbar.slider { - border-color: mix(#191c1d,#fbf1c7,0.21); - background-color: mix(#1d2021,#fbf1c7,0.21); } - TerminalWindow .scrollbar.slider:hover { - border-color: mix(#191c1d,#fbf1c7,0.31); - background-color: mix(#1d2021,#fbf1c7,0.31); } - TerminalWindow .scrollbar.slider.vertical:hover { - border-color: mix(#191c1d,#fbf1c7,0.31); - background-color: mix(#1d2021,#fbf1c7,0.31); } - TerminalWindow .scrollbar.slider.vertical:active { - border-color: #847668; - background-color: #928374; } - TerminalWindow .scrollbar.slider:active { - border-color: #847668; - background-color: #928374; } - -TerminalWindow GtkNotebook.notebook { - border-right-width: 0; - border-bottom-width: 0; - border-left-width: 0; } - -TerminalNotebook.notebook { - padding: 0; - border-width: 1px 0 0; - border-style: solid; - border-color: #141617; - border-radius: 0; - background-color: #1d2021; - background-image: none; - background-clip: border-box; - color: #fbf1c7; - -GtkNotebook-initial-gap: 0; - -GtkNotebook-arrow-spacing: 5; - -GtkNotebook-tab-curvature: 0; - -GtkNotebook-tab-overlap: 1; - -GtkNotebook-has-tab-gap: false; } - TerminalNotebook.notebook.frame { - border-width: 1px; } - TerminalNotebook.notebook.header { - border-width: 0; - background-color: #191b1c; } - TerminalNotebook.notebook.header.frame { - border-color: mix(#928374,#1d2021,0.3); } - TerminalNotebook.notebook.header.frame.top { - border-width: 1px 1px 0 1px; } - TerminalNotebook.notebook.header.frame.right { - border-width: 1px 1px 1px 0; } - TerminalNotebook.notebook.header.frame.bottom { - border-width: 0 1px 1px 1px; } - TerminalNotebook.notebook.header.frame.left { - border-width: 1px 0 1px 1px; } - TerminalNotebook.notebook GtkViewport { - border-width: 0; - background-color: #1d2021; - color: #fbf1c7; } - TerminalNotebook.notebook tab { - padding: 4px 6px; - border: 1px solid transparent; - background-color: transparent; - background-image: none; - /* close button styling */ } - TerminalNotebook.notebook tab:active { - background-color: transparent; - background-image: none; } - TerminalNotebook.notebook tab.top { - border-bottom-width: 2px; - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; } - TerminalNotebook.notebook tab.top:hover { - border-bottom-color: rgba(146, 131, 116, 0.3); } - TerminalNotebook.notebook tab.top:active { - border-bottom-color: #928374; } - TerminalNotebook.notebook tab.right { - border-left-width: 2px; - border-bottom-left-radius: 0; - border-top-left-radius: 0; } - TerminalNotebook.notebook tab.right:hover { - border-left-color: rgba(146, 131, 116, 0.3); } - TerminalNotebook.notebook tab.right:active { - border-left-color: #928374; } - TerminalNotebook.notebook tab.bottom { - border-top-width: 2px; - border-top-right-radius: 0; - border-top-left-radius: 0; } - TerminalNotebook.notebook tab.bottom:hover { - border-top-color: rgba(146, 131, 116, 0.3); } - TerminalNotebook.notebook tab.bottom:active { - border-top-color: #928374; } - TerminalNotebook.notebook tab.left { - border-right-width: 2px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; } - TerminalNotebook.notebook tab.left:hover { - border-right-color: rgba(146, 131, 116, 0.3); } - TerminalNotebook.notebook tab.left:active { - border-right-color: #928374; } - TerminalNotebook.notebook tab GtkLabel { - color: mix(#fbf1c7,#1d2021,0.3); } - TerminalNotebook.notebook tab.reorderable-page:hover { - background-color: #191b1c; - border-left: 0; - border-right: 0; - /* using box shadows instead of borders due to slanted edges */ - box-shadow: inset 0 3px rgba(131, 104, 34, 0.03), inset 0 2px rgba(131, 104, 34, 0.03), inset 0 1px rgba(131, 104, 34, 0.03), inset 1px 0 #141617, inset -1px 0 #141617; } - TerminalNotebook.notebook tab.reorderable-page:active { - background-color: #1a1d1e; - border-left: 0; - border-right: 0; - box-shadow: inset 0 3px rgba(131, 104, 34, 0.03), inset 0 2px rgba(131, 104, 34, 0.03), inset 0 1px rgba(131, 104, 34, 0.03), inset 1px 0 #161819, inset -1px 0 #161819; } - TerminalNotebook.notebook tab .button, TerminalNotebook.notebook tab .button:active, TerminalNotebook.notebook tab .button:checked, TerminalNotebook.notebook tab .button:hover { - padding: 1px; - border-width: 1px; - border-radius: 2px; - border-style: solid; - border-color: transparent; - background-image: none; - background-color: transparent; - color: mix(#fbf1c7,#1d2021,0.5); } - TerminalNotebook.notebook tab .button:hover { - color: #fbf1c7; - border-color: #171a1a; } - TerminalNotebook.notebook tab .button:active, TerminalNotebook.notebook tab .button:checked, TerminalNotebook.notebook tab .button:active:hover, TerminalNotebook.notebook tab .button:checked:hover { - border-color: #141617; - background-color: #1c1e1f; } - TerminalNotebook.notebook .prelight-page, TerminalNotebook.notebook .prelight-page GtkLabel { - color: mix(#fbf1c7,#1d2021,0.15); } - TerminalNotebook.notebook .active-page, TerminalNotebook.notebook .active-page GtkLabel { - color: #fbf1c7; } diff --git a/users/files/oomox-gruvmox-dark-medium-default/gtk-3.0/dist/gtk.css b/users/files/oomox-gruvmox-dark-medium-default/gtk-3.0/dist/gtk.css deleted file mode 100644 index 32e34a4..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/gtk-3.0/dist/gtk.css +++ /dev/null @@ -1,4854 +0,0 @@ -/*$dark_shadow: #000;*/ -/*$light_shadow: #fff;*/ -/*$dark_shadow: #000;*/ -/*$light_shadow: #fff;*/ -/* dark color scheme */ -@define-color dark_bg_color #1d2021; -@define-color dark_fg_color #fbf1c7; -/* colormap actually used by the theme, to be overridden in other css files */ -@define-color theme_bg_color #282828; -@define-color theme_fg_color #ebdbb2; -@define-color theme_base_color #282828; -@define-color theme_text_color #ebdbb2; -@define-color theme_selected_bg_color #928374; -@define-color theme_selected_fg_color #282828; -@define-color theme_tooltip_bg_color #282828; -@define-color theme_tooltip_fg_color #ebdbb2; -/* shadow effects */ -@define-color light_shadow #292929; -@define-color dark_shadow #423411; -/* misc colors used by gtk+ */ -@define-color info_fg_color #282828; -@define-color info_bg_color #458588; -@define-color warning_fg_color #282828; -@define-color warning_bg_color #d79921; -@define-color question_fg_color #282828; -@define-color question_bg_color #458588; -@define-color error_fg_color #282828; -@define-color error_bg_color #cc241d; -@define-color link_color #83a598; -@define-color success_color #98971a; -@define-color warning_color #d79921; -@define-color error_color #cc241d; -/* widget colors */ -@define-color titlebar_bg_focused @dark_bg_color; -@define-color titlebar_bg_unfocused @theme_bg_color; -@define-color titlebar_fg_focused @dark_fg_color; -@define-color titlebar_fg_unfocused mix(#ebdbb2,#282828,0.4); -@define-color menubar_bg_color @dark_bg_color; -@define-color menubar_fg_color @dark_fg_color; -@define-color toolbar_bg_color @theme_bg_color; -@define-color toolbar_fg_color @theme_fg_color; -@define-color menu_bg_color @dark_bg_color; -@define-color menu_fg_color @dark_fg_color; -@define-color panel_bg_color @dark_bg_color; -@define-color panel_fg_color @dark_fg_color; -/* osd */ -@define-color osd_base #1d2021; -@define-color osd_bg rgba(29, 32, 33, 0.8); -@define-color osd_fg #fbf1c7; -/* lightdm greeter colors */ -@define-color lightdm_bg_color #1d2021; -@define-color lightdm_fg_color #fbf1c7; -/* window manager colors */ -@define-color wm_bg_focused #1d2021; -@define-color wm_bg_unfocused #282828; -@define-color wm_border_focused #a89984; -@define-color wm_border_unfocused #928374; -@define-color wm_title_focused #fbf1c7; -@define-color wm_title_unfocused mix(#ebdbb2,#282828,0.4); -@define-color wm_icons_focused #fbf1c7; -@define-color wm_icons_focused_prelight #928374; -@define-color wm_icons_focused_pressed #75695c; -@define-color wm_icons_unfocused mix(#ebdbb2,#282828,0.4); -@define-color wm_icons_unfocused_prelight #928374; -@define-color wm_icons_unfocused_pressed #75695c; -/************** - ! GTK settings -***************/ -* { - -GtkArrow-arrow-scaling: .5; - -GtkExpander-expander-size: 8; - -GtkStatusbar-shadow-type: none; - -GtkToolItemGroup-expander-size: 8; - -GtkWindow-resize-grip-height: 0; - -GtkWindow-resize-grip-width: 0; - -WnckTasklist-fade-overlay-rect: 0; - -GtkWidget-cursor-color: #a89984; - -GtkWidget-secondary-cursor-color: #a89984; - -GtkWidget-cursor-aspect-ratio: 0.04; - outline-color: rgba(146, 131, 116, 0.5); - outline-style: dashed; - outline-width: 1px; - outline-offset: -1px; - outline-radius: 4px; } - -/************* - ! Base states - *************/ -*:selected, .gtkstyle-fallback:selected, GtkLabel:selected, .grid-child:selected, GtkFlowBox .grid-child:selected, GucharmapChartable:focus, GucharmapChartable:hover, GucharmapChartable:active, GucharmapChartable:selected, .view:selected, GtkHTML:selected, .view:selected:focus, GtkHTML:selected:focus, .gedit-document-panel-document-row:selected, .gedit-document-panel-document-row:selected:hover, GeditViewFrame .gedit-search-slider .not-found:selected, :focus:selected, GtkFlowBox .grid-child:focus:selected, GucharmapChartable:focus, .gedit-document-panel-document-row:focus:selected:hover, GeditViewFrame .gedit-search-slider .not-found:focus:selected { - background-color: #928374; - color: #282828; } - -* { - /* hyperlinks */ - -GtkHTML-link-color: #83a598; - -GtkIMHtml-hyperlink-color: #83a598; - -GtkWidget-link-color: #83a598; - -GtkWidget-visited-link-color: #83a598; } - *:insensitive, *:insensitive:insensitive { - color: mix(#ebdbb2,#282828,0.5); } - *:insensitive { - -gtk-image-effect: dim; } - *:hover { - -gtk-image-effect: highlight; } - *:link, *:visited { - color: #83a598; } - -.background { - background-color: #282828; - color: #ebdbb2; } - .background:backdrop { - text-shadow: none; - icon-shadow: none; } - .background.csd { - background-color: #282828; } - -.gtkstyle-fallback { - background-color: rgba(40, 40, 40, 0.5); - color: #ebdbb2; } - .gtkstyle-fallback:hover { - background-color: #2c2c2c; - color: #ebdbb2; } - .gtkstyle-fallback:active { - background-color: #242424; - color: #ebdbb2; } - .gtkstyle-fallback:insensitive { - background-color: #282828; - color: mix(#ebdbb2,#282828,0.5); } - -GtkImage, GtkImage:insensitive, GtkLabel, GtkLabel:insensitive, GtkBox, GtkBox:insensitive, GtkGrid, GtkGrid:insensitive { - background-color: transparent; } - -GtkLabel.separator { - color: #ebdbb2; } - -GtkLabel:insensitive { - color: mix(#ebdbb2,#282828,0.5); } - -/********* - ! Buttons -**********/ -.button, .button.default, .toolbar .button, .header-bar .button, .suggested-action.button, .selection-mode.header-bar .button.suggested-action, .selection-mode.toolbar .button.suggested-action, .destructive-action.button, .selection-mode.header-bar .button, .selection-mode.toolbar .button, .info .button, .warning .button, .question .button, .error .button, GtkPopover .button, GtkModelButton.button, GtkModelButton.button:backdrop, .app-notification .button, .app-notification.frame .button, .osd.button, .osd .button, -#XfceNotifyWindow.button, -#XfceNotifyWindow .button, column-header, NemoPathbarButton { - padding: 3px 5px; - border-width: 1px; - border-style: solid; - border-radius: 4px; - transition: 150ms ease; - outline-color: transparent; - -GtkWidget-focus-padding: 1; - -GtkWidget-focus-line-width: 0; } - .button:focus, .selection-mode.header-bar .button:focus, .selection-mode.toolbar .button:focus, GtkModelButton.button:focus:backdrop, .app-notification.frame .button:focus, - #XfceNotifyWindow.button:focus, - #XfceNotifyWindow .button:focus, column-header:focus, NemoPathbarButton:focus, .button:hover, .selection-mode.header-bar .button:hover, .selection-mode.toolbar .button:hover, GtkModelButton.button:hover:backdrop, .app-notification.frame .button:hover, - #XfceNotifyWindow.button:hover, - #XfceNotifyWindow .button:hover, column-header:hover, NemoPathbarButton:hover, .button:active, .selection-mode.header-bar .button:active, .selection-mode.toolbar .button:active, GtkModelButton.button:active:backdrop, .app-notification.frame .button:active, - #XfceNotifyWindow.button:active, - #XfceNotifyWindow .button:active, column-header:active, NemoPathbarButton:active { - transition: none; } - -.linked > GtkComboBox > .button:dir(ltr) { - border-radius: 0; - border-left-style: none; - border-right-style: solid; } - .linked > GtkComboBox > .button:dir(rtl) { - border-radius: 0; - border-right-style: none; - border-left-style: solid; } - -.button.linked, .linked .button, GtkComboBox.combobox-entry .entry, GtkComboBox.combobox-entry .button, .toolbar .button.linked, .toolbar .linked .button, .header-bar .button.linked, .header-bar .linked .button, .selection-mode.header-bar .button.linked, .selection-mode.header-bar .linked .button, .selection-mode.toolbar .button.linked, .selection-mode.toolbar .linked .button { - border-width: 1px; - border-style: solid; - border-radius: 0; - border-right-style: none; - border-left-style: none; } - .button.linked:first-child, .linked .button:first-child, GtkComboBox.combobox-entry .entry:first-child, GtkComboBox.combobox-entry .button:first-child, .linked > GtkComboBox:first-child > .button, .selection-mode.header-bar .button.linked:first-child, .selection-mode.header-bar .linked .button:first-child, .selection-mode.toolbar .button.linked:first-child, .selection-mode.toolbar .linked .button:first-child { - border-width: 1px; - border-radius: 4px; - border-left-style: solid; - border-right-style: none; - border-top-right-radius: 0; - border-bottom-right-radius: 0; } - .button.linked:first-child:dir(rtl), .linked .button:first-child:dir(rtl), GtkComboBox.combobox-entry .entry:first-child:dir(rtl), GtkComboBox.combobox-entry .button:first-child:dir(rtl), .linked > GtkComboBox:first-child > .button:dir(rtl), .selection-mode.header-bar .button.linked:first-child:dir(rtl), .selection-mode.header-bar .linked .button:first-child:dir(rtl), .selection-mode.toolbar .button.linked:first-child:dir(rtl), .selection-mode.toolbar .linked .button:first-child:dir(rtl) { - border-left-style: none; - border-right-style: solid; } - .button.linked:last-child, .linked .button:last-child, GtkComboBox.combobox-entry .entry:last-child, GtkComboBox.combobox-entry .button:last-child, .linked > GtkComboBox:last-child > .button, .selection-mode.header-bar .button.linked:last-child, .selection-mode.header-bar .linked .button:last-child, .selection-mode.toolbar .button.linked:last-child, .selection-mode.toolbar .linked .button:last-child { - border-width: 1px; - border-radius: 4px; - border-left-style: none; - border-right-style: solid; - border-top-left-radius: 0; - border-bottom-left-radius: 0; } - .button.linked:last-child:dir(rtl), .linked .button:last-child:dir(rtl), GtkComboBox.combobox-entry .entry:last-child:dir(rtl), GtkComboBox.combobox-entry .button:last-child:dir(rtl), .linked > GtkComboBox:last-child > .button:dir(rtl), .selection-mode.header-bar .button.linked:last-child:dir(rtl), .selection-mode.header-bar .linked .button:last-child:dir(rtl), .selection-mode.toolbar .button.linked:last-child:dir(rtl), .selection-mode.toolbar .linked .button:last-child:dir(rtl) { - border-left-style: solid; - border-right-style: none; } - .button.linked:only-child, .linked .button:only-child, GtkComboBox.combobox-entry .entry:only-child, GtkComboBox.combobox-entry .button:only-child, .linked > GtkComboBox:only-child > .button, .selection-mode.header-bar .button.linked:only-child, .selection-mode.header-bar .linked .button:only-child, .selection-mode.toolbar .button.linked:only-child, .selection-mode.toolbar .linked .button:only-child, .button.linked:first-child:only-child, .linked .button:first-child:only-child, GtkComboBox.combobox-entry .entry:first-child:only-child, GtkComboBox.combobox-entry .button:first-child:only-child, .linked > GtkComboBox:first-child > .button:only-child, .linked > GtkComboBox:only-child > .button:first-child { - border-width: 1px; - border-style: solid; - border-radius: 4px; } - -* { - -GtkButton-child-displacement-x: 0; - -GtkButton-child-displacement-y: 0; - -GtkButton-default-border: 0; - -GtkButton-image-spacing: 0; - -GtkButton-inner-border: 1; - -GtkButton-interior-focus: true; - -GtkButtonBox-child-min-height: 24; - -GtkButtonBox-child-internal-pad-y: 1; - -GtkToolButton-icon-spacing: 6; } - -.info .button.close, .warning .button.close, .question .button.close, .error .button.close, .notebook tab .button { - border: 1px solid transparent; - background-color: transparent; - background-image: none; - box-shadow: none; } - .info .button.close:focus, .warning .button.close:focus, .question .button.close:focus, .error .button.close:focus, .notebook tab .button:focus, .info .button.close:hover, .warning .button.close:hover, .question .button.close:hover, .error .button.close:hover, .notebook tab .button:hover { - border: 1px solid rgba(131, 104, 34, 0.3); - background-color: rgba(41, 41, 41, 0.2); - background-image: none; - box-shadow: none; } - .info .button.close:active, .warning .button.close:active, .question .button.close:active, .error .button.close:active, .notebook tab .button:active, .info .button.close:checked, .warning .button.close:checked, .question .button.close:checked, .error .button.close:checked, .notebook tab .button:checked, .info .button.close:active:hover, .warning .button.close:active:hover, .question .button.close:active:hover, .error .button.close:active:hover, .notebook tab .button:active:hover, .info .button.close:checked:hover, .warning .button.close:checked:hover, .question .button.close:checked:hover, .error .button.close:checked:hover, .notebook tab .button:checked:hover { - border: 1px solid rgba(131, 104, 34, 0.3); - background-color: rgba(131, 104, 34, 0.1); - background-image: none; - box-shadow: none; } - -.button { - background-color: #3c3836; - background-image: none; - border-color: rgba(218, 188, 112, 0.32); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .button:focus, .button:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.32),0.3); } - .button:active, .button:active:hover, .button:active:focus, .button:active:hover:focus, .button:checked, .button:checked:hover, .button:checked:focus, .button:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.32); } - .button:insensitive { - border-color: rgba(222, 196, 129, 0.32); } - .button:active:insensitive, .button:checked:insensitive { - border-color: rgba(218, 188, 112, 0.32); } - .button.flat { - border-color: rgba(60, 56, 54, 0); - color: #ebdbb2; - background-color: rgba(60, 56, 54, 0); - background-image: none; - box-shadow: none; } - .button:hover, .button.flat:hover { - background-color: #3f3b39; - background-image: none; - border-color: rgba(218, 188, 112, 0.4); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - .button:hover:focus, .button:hover:hover, .button.flat:hover:focus, .button.flat:hover:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.4),0.3); } - .button:hover:active, .button:hover:active:hover, .button:hover:active:focus, .button:hover:active:hover:focus, .button:hover:checked, .button:hover:checked:hover, .button:hover:checked:focus, .button:hover:checked:hover:focus, .button.flat:hover:active, .button.flat:hover:active:hover, .button.flat:hover:active:focus, .button.flat:hover:active:hover:focus, .button.flat:hover:checked, .button.flat:hover:checked:hover, .button.flat:hover:checked:focus, .button.flat:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.4); } - .button:hover:insensitive, .button.flat:hover:insensitive { - border-color: rgba(222, 196, 129, 0.4); } - .button:hover:active:insensitive, .button:hover:checked:insensitive, .button.flat:hover:active:insensitive, .button.flat:hover:checked:insensitive { - border-color: rgba(218, 188, 112, 0.4); } - .button:focus, .button.flat:focus { - background-color: #3f3b39; - background-image: none; - border-color: rgba(235, 219, 178, 0.32); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .button:focus:hover, .button.flat:focus:hover { - background-color: #423e3b; - background-image: none; - border-color: rgba(218, 188, 112, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - .button:focus:hover:focus, .button:focus:hover:hover, .button.flat:focus:hover:focus, .button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.4),0.3); } - .button:focus:hover:active, .button:focus:hover:active:hover, .button:focus:hover:active:focus, .button:focus:hover:active:hover:focus, .button:focus:hover:checked, .button:focus:hover:checked:hover, .button:focus:hover:checked:focus, .button:focus:hover:checked:hover:focus, .button.flat:focus:hover:active, .button.flat:focus:hover:active:hover, .button.flat:focus:hover:active:focus, .button.flat:focus:hover:active:hover:focus, .button.flat:focus:hover:checked, .button.flat:focus:hover:checked:hover, .button.flat:focus:hover:checked:focus, .button.flat:focus:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.4); } - .button:focus:hover:insensitive, .button.flat:focus:hover:insensitive { - border-color: rgba(222, 196, 129, 0.4); } - .button:focus:hover:active:insensitive, .button:focus:hover:checked:insensitive, .button.flat:focus:hover:active:insensitive, .button.flat:focus:hover:checked:insensitive { - border-color: rgba(218, 188, 112, 0.4); } - .button:checked, .button:active, .button.flat:checked, .button.flat:active { - background-color: #928374; - background-image: none; - border-color: rgba(218, 188, 112, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); } - .button:checked:focus, .button:checked:hover, .button:active:focus, .button:active:hover, .button.flat:checked:focus, .button.flat:checked:hover, .button.flat:active:focus, .button.flat:active:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.32),0.3); } - .button:checked:active, .button:checked:active:hover, .button:checked:active:focus, .button:checked:active:hover:focus, .button:checked:checked, .button:checked:checked:hover, .button:checked:checked:focus, .button:checked:checked:hover:focus, .button:active:active, .button:active:active:hover, .button:active:active:focus, .button:active:active:hover:focus, .button:active:checked, .button:active:checked:hover, .button:active:checked:focus, .button:active:checked:hover:focus, .button.flat:checked:active, .button.flat:checked:active:hover, .button.flat:checked:active:focus, .button.flat:checked:active:hover:focus, .button.flat:checked:checked, .button.flat:checked:checked:hover, .button.flat:checked:checked:focus, .button.flat:checked:checked:hover:focus, .button.flat:active:active, .button.flat:active:active:hover, .button.flat:active:active:focus, .button.flat:active:active:hover:focus, .button.flat:active:checked, .button.flat:active:checked:hover, .button.flat:active:checked:focus, .button.flat:active:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.32); } - .button:checked:insensitive, .button:active:insensitive, .button.flat:checked:insensitive, .button.flat:active:insensitive { - border-color: rgba(222, 196, 129, 0.32); } - .button:checked:active:insensitive, .button:checked:checked:insensitive, .button:active:active:insensitive, .button:active:checked:insensitive, .button.flat:checked:active:insensitive, .button.flat:checked:checked:insensitive, .button.flat:active:active:insensitive, .button.flat:active:checked:insensitive { - border-color: rgba(218, 188, 112, 0.32); } - .button:checked:focus, .button:checked:hover, .button:active:focus, .button:active:hover, .button.flat:checked:focus, .button.flat:checked:hover, .button.flat:active:focus, .button.flat:active:hover { - background-color: #988a7b; - background-image: none; - color: #282828; } - .button:focus, .button:hover, .button.flat:focus, .button.flat:hover { - color: #ebdbb2; } - .button:insensitive:insensitive, .button.flat:insensitive:insensitive { - background-color: alpha(mix(#3c3836,#ebdbb2,0.2),0.4); - background-image: none; - opacity: .6; - color: mix(#3c3836,#ebdbb2,0.6); - box-shadow: none; } - .button:insensitive:insensitive :insensitive, .button.flat:insensitive:insensitive :insensitive { - color: mix(#3c3836,#ebdbb2,0.6); } - .button:active:insensitive, .button:checked:insensitive { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - .button:active:insensitive:insensitive, .button:checked:insensitive:insensitive { - color: rgba(40, 40, 40, 0.85); } - .button.separator, .button .separator { - border: 1px solid currentColor; - color: rgba(60, 56, 54, 0.9); } - .button.separator:insensitive, .button .separator:insensitive { - color: rgba(60, 56, 54, 0.85); } - .button.default { - background-color: #928374; - background-image: none; - border-color: rgba(32, 32, 32, 0.22); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.12); } - .button.default:focus, .button.default:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.22),0.3); } - .button.default:active, .button.default:active:hover, .button.default:active:focus, .button.default:active:hover:focus, .button.default:checked, .button.default:checked:hover, .button.default:checked:focus, .button.default:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.22); } - .button.default:insensitive { - border-color: rgba(34, 34, 34, 0.22); } - .button.default:active:insensitive, .button.default:checked:insensitive { - border-color: rgba(32, 32, 32, 0.22); } - .button.default.flat { - border-color: rgba(146, 131, 116, 0); - color: #282828; - background-color: rgba(146, 131, 116, 0); - background-image: none; - box-shadow: none; } - .button.default:hover, .button.default.flat:hover { - background-color: #988a7b; - background-image: none; - border-color: rgba(32, 32, 32, 0.3); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .button.default:hover:focus, .button.default:hover:hover, .button.default.flat:hover:focus, .button.default.flat:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .button.default:hover:active, .button.default:hover:active:hover, .button.default:hover:active:focus, .button.default:hover:active:hover:focus, .button.default:hover:checked, .button.default:hover:checked:hover, .button.default:hover:checked:focus, .button.default:hover:checked:hover:focus, .button.default.flat:hover:active, .button.default.flat:hover:active:hover, .button.default.flat:hover:active:focus, .button.default.flat:hover:active:hover:focus, .button.default.flat:hover:checked, .button.default.flat:hover:checked:hover, .button.default.flat:hover:checked:focus, .button.default.flat:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.3); } - .button.default:hover:insensitive, .button.default.flat:hover:insensitive { - border-color: rgba(34, 34, 34, 0.3); } - .button.default:hover:active:insensitive, .button.default:hover:checked:insensitive, .button.default.flat:hover:active:insensitive, .button.default.flat:hover:checked:insensitive { - border-color: rgba(32, 32, 32, 0.3); } - .button.default:focus, .button.default.flat:focus { - background-color: #988a7b; - background-image: none; - border-color: rgba(40, 40, 40, 0.22); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - .button.default:focus:hover, .button.default.flat:focus:hover { - background-color: #9e9083; - background-image: none; - border-color: rgba(32, 32, 32, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.38); } - .button.default:focus:hover:focus, .button.default:focus:hover:hover, .button.default.flat:focus:hover:focus, .button.default.flat:focus:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .button.default:focus:hover:active, .button.default:focus:hover:active:hover, .button.default:focus:hover:active:focus, .button.default:focus:hover:active:hover:focus, .button.default:focus:hover:checked, .button.default:focus:hover:checked:hover, .button.default:focus:hover:checked:focus, .button.default:focus:hover:checked:hover:focus, .button.default.flat:focus:hover:active, .button.default.flat:focus:hover:active:hover, .button.default.flat:focus:hover:active:focus, .button.default.flat:focus:hover:active:hover:focus, .button.default.flat:focus:hover:checked, .button.default.flat:focus:hover:checked:hover, .button.default.flat:focus:hover:checked:focus, .button.default.flat:focus:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.3); } - .button.default:focus:hover:insensitive, .button.default.flat:focus:hover:insensitive { - border-color: rgba(34, 34, 34, 0.3); } - .button.default:focus:hover:active:insensitive, .button.default:focus:hover:checked:insensitive, .button.default.flat:focus:hover:active:insensitive, .button.default.flat:focus:hover:checked:insensitive { - border-color: rgba(32, 32, 32, 0.3); } - .button.default:checked, .button.default:active, .button.default.flat:checked, .button.default.flat:active { - background-color: #928374; - background-image: none; - border-color: rgba(32, 32, 32, 0.22); - color: #282828; - box-shadow: inset 1px 0 rgba(40, 40, 40, 0.06), inset 0 1px rgba(40, 40, 40, 0.07), inset -1px 0 rgba(40, 40, 40, 0.06), inset 0 -1px rgba(40, 40, 40, 0.05); } - .button.default:checked:focus, .button.default:checked:hover, .button.default:active:focus, .button.default:active:hover, .button.default.flat:checked:focus, .button.default.flat:checked:hover, .button.default.flat:active:focus, .button.default.flat:active:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.22),0.3); } - .button.default:checked:active, .button.default:checked:active:hover, .button.default:checked:active:focus, .button.default:checked:active:hover:focus, .button.default:checked:checked, .button.default:checked:checked:hover, .button.default:checked:checked:focus, .button.default:checked:checked:hover:focus, .button.default:active:active, .button.default:active:active:hover, .button.default:active:active:focus, .button.default:active:active:hover:focus, .button.default:active:checked, .button.default:active:checked:hover, .button.default:active:checked:focus, .button.default:active:checked:hover:focus, .button.default.flat:checked:active, .button.default.flat:checked:active:hover, .button.default.flat:checked:active:focus, .button.default.flat:checked:active:hover:focus, .button.default.flat:checked:checked, .button.default.flat:checked:checked:hover, .button.default.flat:checked:checked:focus, .button.default.flat:checked:checked:hover:focus, .button.default.flat:active:active, .button.default.flat:active:active:hover, .button.default.flat:active:active:focus, .button.default.flat:active:active:hover:focus, .button.default.flat:active:checked, .button.default.flat:active:checked:hover, .button.default.flat:active:checked:focus, .button.default.flat:active:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.22); } - .button.default:checked:insensitive, .button.default:active:insensitive, .button.default.flat:checked:insensitive, .button.default.flat:active:insensitive { - border-color: rgba(34, 34, 34, 0.22); } - .button.default:checked:active:insensitive, .button.default:checked:checked:insensitive, .button.default:active:active:insensitive, .button.default:active:checked:insensitive, .button.default.flat:checked:active:insensitive, .button.default.flat:checked:checked:insensitive, .button.default.flat:active:active:insensitive, .button.default.flat:active:checked:insensitive { - border-color: rgba(32, 32, 32, 0.22); } - .button.default:checked:focus, .button.default:checked:hover, .button.default:active:focus, .button.default:active:hover, .button.default.flat:checked:focus, .button.default.flat:checked:hover, .button.default.flat:active:focus, .button.default.flat:active:hover { - background-color: #988a7b; - background-image: none; - color: #282828; } - .button.default:focus, .button.default:hover, .button.default.flat:focus, .button.default.flat:hover { - color: #282828; } - .button.default:insensitive:insensitive, .button.default.flat:insensitive:insensitive { - background-color: alpha(mix(#928374,#282828,0.2),0.4); - background-image: none; - opacity: .6; - color: mix(#928374,#282828,0.6); - box-shadow: none; } - .button.default:insensitive:insensitive :insensitive, .button.default.flat:insensitive:insensitive :insensitive { - color: mix(#928374,#282828,0.6); } - .button.default:active:insensitive, .button.default:checked:insensitive { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - .button.default:active:insensitive:insensitive, .button.default:checked:insensitive:insensitive { - color: rgba(40, 40, 40, 0.85); } - .button.default.separator, .button.default .separator { - border: 1px solid currentColor; - color: rgba(146, 131, 116, 0.9); } - .button.default.separator:insensitive, .button.default .separator:insensitive { - color: rgba(146, 131, 116, 0.85); } - .button.linked, .linked .button { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .button.linked:focus, .button.linked:hover, .linked .button:focus, .linked .button:hover { - box-shadow: inset -1px 0 mix(#928374,rgba(0, 0, 0, 0.32),0.3), 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .button.linked:active, .button.linked:active:hover, .button.linked:active:focus, .button.linked:active:hover:focus, .button.linked:checked, .button.linked:checked:hover, .button.linked:checked:focus, .button.linked:checked:hover:focus, .linked .button:active, .linked .button:active:hover, .linked .button:active:focus, .linked .button:active:hover:focus, .linked .button:checked, .linked .button:checked:hover, .linked .button:checked:focus, .linked .button:checked:hover:focus { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), inset 0 1px rgba(66, 52, 17, 0.07), inset 0 -1px rgba(66, 52, 17, 0.05); } - .button.linked:insensitive, .linked .button:insensitive { - box-shadow: inset -1px 0 #302d2b; } - .button.linked:last-child, .button.linked:only-child, .linked .button:last-child, .linked .button:only-child { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .button.linked:last-child:hover, .button.linked:only-child:hover, .linked .button:last-child:hover, .linked .button:only-child:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .button.linked:insensitive:last-child, .button.linked:insensitive:only-child, .button.linked:active:insensitive:last-child, .button.linked:active:insensitive:only-child, .button.linked:checked:insensitive:last-child, .button.linked:checked:insensitive:only-child, .linked .button:insensitive:last-child, .linked .button:insensitive:only-child, .linked .button:active:insensitive:last-child, .linked .button:active:insensitive:only-child, .linked .button:checked:insensitive:last-child, .linked .button:checked:insensitive:only-child { - box-shadow: none; } - .button.linked:active:last-child, .button.linked:active:last-child:focus, .button.linked:active:last-child:hover, .button.linked:active:last-child:hover:focus, .button.linked:checked:last-child, .button.linked:checked:last-child:focus, .button.linked:checked:last-child:hover, .button.linked:checked:last-child:hover:focus, .linked .button:active:last-child, .linked .button:active:last-child:focus, .linked .button:active:last-child:hover, .linked .button:active:last-child:hover:focus, .linked .button:checked:last-child, .linked .button:checked:last-child:focus, .linked .button:checked:last-child:hover, .linked .button:checked:last-child:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - .button.linked:active:only-child, .button.linked:active:only-child:focus, .button.linked:active:only-child:hover, .button.linked:active:only-child:hover:focus, .button.linked:checked:only-child, .button.linked:checked:only-child:focus, .button.linked:checked:only-child:hover, .button.linked:checked:only-child:hover:focus, .linked .button:active:only-child, .linked .button:active:only-child:focus, .linked .button:active:only-child:hover, .linked .button:active:only-child:hover:focus, .linked .button:checked:only-child, .linked .button:checked:only-child:focus, .linked .button:checked:only-child:hover, .linked .button:checked:only-child:hover:focus { - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.06), inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - .spinbutton .button { - color: mix(#ebdbb2,#282828,0.4); - padding: 3px 6px; - border: 0; - border-radius: 0; - border-style: none; - background-color: transparent; - background-image: none; - box-shadow: inset 1px 0 #242424; } - .spinbutton .button:insensitive { - color: mix(#ebdbb2,#282828,0.7); - box-shadow: inset 1px 0 #222222; } - .spinbutton .button:active, .spinbutton .button:checked, .spinbutton .button:hover { - color: #ebdbb2; } - .spinbutton .button:first-child { - border-radius: 4px 0 0 4px; - box-shadow: none; } - .spinbutton .button:last-child { - border-radius: 0 4px 4px 0; } - .spinbutton .button:dir(rtl) { - box-shadow: inset -1px 0 #242424; } - .spinbutton.vertical .button { - border: 1px solid #202020; - border-radius: 4px; - background-color: #2b2b2b; - background-image: none; - color: #ebdbb2; - box-shadow: none; } - .spinbutton.vertical .button:hover { - border-color: #1c1c1c; - background-color: #2c2c2c; - background-image: none; } - .spinbutton.vertical .button:active, .spinbutton.vertical .button:checked { - border-color: #202020; - background-color: #262626; - background-image: none; } - .spinbutton.vertical .button:active:hover, .spinbutton.vertical .button:checked:hover { - border-color: #1c1c1c; } - .spinbutton.vertical .button:focus, .spinbutton.vertical .button:hover:focus, .spinbutton.vertical .button:active:focus, .spinbutton.vertical .button:active:hover:focus { - border-color: #1c1c1c; } - .spinbutton.vertical .button:insensitive { - border-color: #222222; - background-color: #242424; - background-image: none; } - .spinbutton.vertical .button:first-child { - border-width: 1px; - border-bottom-width: 0; - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; } - .spinbutton.vertical .button:last-child { - border-width: 1px; - border-top-width: 0; - border-top-left-radius: 0; - border-top-right-radius: 0; } - .button .spinbutton.vertical.entry { - border-width: 1px; - border-style: solid; - border-radius: 0; } - -/****************** -! ComboBoxes * -*******************/ -GtkComboBox > .button { - padding: 1px 4px; - -GtkComboBox-arrow-scaling: .5; - -GtkComboBox-shadow-type: none; } - -GtkComboBox .separator { - /* always disable separators */ - -GtkWidget-wide-separators: true; - -GtkWidget-horizontal-separator: 0; - -GtkWidget-vertical-separator: 0; - border-style: none; } - -.linked > GtkComboBox menu menuitem { - padding: 3px 5px; } - -/********* - ! Entry * -**********/ -.entry.linked, .linked .entry { - border-width: 1px; - border-radius: 0; - border-right-width: 0; - border-left-width: 0; } - .entry.linked:first-child, .linked .entry:first-child { - border-width: 1px; - border-radius: 4px; - border-right-width: 0; - border-bottom-right-radius: 0; - border-top-right-radius: 0; } - .entry.linked:last-child, .linked .entry:last-child { - border-width: 1px; - border-radius: 4px; - border-left-width: 0; - border-bottom-left-radius: 0; - border-top-left-radius: 0; } - .entry.linked:only-child, .linked .entry:only-child { - border-width: 1px; - border-radius: 4px; } - -.entry, .menuitem .entry, GtkPopover .entry { - padding: 2px 3px; - border-width: 1px; - border-style: solid; - border-radius: 4px; - transition: border 150ms ease; - box-shadow: inset 1px 1px rgba(66, 52, 17, 0.06), inset -1px 0 rgba(66, 52, 17, 0.06); } - .entry:focus, .entry:hover, .entry:active { - transition: none; } - .entry:selected, .entry:selected:focus { - background-color: #928374; - color: #282828; } - .entry:insensitive { - box-shadow: none; } - .progressbar.entry { - background-color: #928374; - background-image: none; - border-width: 0; - border-radius: 4px; - color: #282828; } - .image.left.entry { - padding-right: 3px; } - -.entry { - background-color: #282828; - background-image: none; - border-color: #202020; - color: #ebdbb2; } - .entry:focus, .entry:hover { - border-color: mix(#928374,#282828,0.3); } - .entry:active, .entry:active:hover, .entry:active:focus, .entry:active:hover:focus, .entry:checked, .entry:checked:hover, .entry:checked:focus, .entry:checked:hover:focus { - border-color: #1c1c1c; } - .entry:insensitive { - border-color: #222222; } - .entry:active:insensitive, .entry:checked:insensitive { - border-color: #202020; } - .entry:focus, .entry:active { - border-color: #928374; } - .entry:insensitive { - background-color: #242424; - background-image: none; - color: mix(#282828,#ebdbb2,0.5); } - -/********* - ! Buttons -**********/ -/****************** -! ComboBoxes * -*******************/ -/********* - ! Buttons -**********/ -/****************** -! ComboBoxes * -*******************/ -/********* - ! Toolbar -**********/ -.toolbar { - background-color: #282828; - background-image: none; - border-color: #202020; - padding: 6px; - color: #ebdbb2; - padding: 2px; - border-style: none; } - .toolbar:focus, .toolbar:hover { - border-color: mix(#928374,#282828,0.3); } - .toolbar:active, .toolbar:active:hover, .toolbar:active:focus, .toolbar:active:hover:focus, .toolbar:checked, .toolbar:checked:hover, .toolbar:checked:focus, .toolbar:checked:hover:focus { - border-color: #1c1c1c; } - .toolbar:insensitive { - border-color: #222222; } - .toolbar:active:insensitive, .toolbar:checked:insensitive { - border-color: #202020; } - .toolbar:insensitive { - background-color: #242424; - background-image: none; - color: mix(#ebdbb2,#282828,0.5); } - .toolbar .title { - font: bold; - padding: 0 6px; } - .toolbar .subtitle { - font: smaller; - padding: 0 6px; } - .toolbar .button { - background-color: #282828; - background-image: none; - border-color: rgba(218, 188, 112, 0.32); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .toolbar .button:focus, .toolbar .button:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.32),0.3); } - .toolbar .button:active, .toolbar .button:active:hover, .toolbar .button:active:focus, .toolbar .button:active:hover:focus, .toolbar .button:checked, .toolbar .button:checked:hover, .toolbar .button:checked:focus, .toolbar .button:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.32); } - .toolbar .button:insensitive { - border-color: rgba(222, 196, 129, 0.32); } - .toolbar .button:active:insensitive, .toolbar .button:checked:insensitive { - border-color: rgba(218, 188, 112, 0.32); } - .toolbar .button.flat { - border-color: rgba(40, 40, 40, 0); - color: #ebdbb2; - background-color: rgba(40, 40, 40, 0); - background-image: none; - box-shadow: none; } - .toolbar .button:hover, .toolbar .button.flat:hover { - background-color: #2a2a2a; - background-image: none; - border-color: rgba(218, 188, 112, 0.4); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - .toolbar .button:hover:focus, .toolbar .button:hover:hover, .toolbar .button.flat:hover:focus, .toolbar .button.flat:hover:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.4),0.3); } - .toolbar .button:hover:active, .toolbar .button:hover:active:hover, .toolbar .button:hover:active:focus, .toolbar .button:hover:active:hover:focus, .toolbar .button:hover:checked, .toolbar .button:hover:checked:hover, .toolbar .button:hover:checked:focus, .toolbar .button:hover:checked:hover:focus, .toolbar .button.flat:hover:active, .toolbar .button.flat:hover:active:hover, .toolbar .button.flat:hover:active:focus, .toolbar .button.flat:hover:active:hover:focus, .toolbar .button.flat:hover:checked, .toolbar .button.flat:hover:checked:hover, .toolbar .button.flat:hover:checked:focus, .toolbar .button.flat:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.4); } - .toolbar .button:hover:insensitive, .toolbar .button.flat:hover:insensitive { - border-color: rgba(222, 196, 129, 0.4); } - .toolbar .button:hover:active:insensitive, .toolbar .button:hover:checked:insensitive, .toolbar .button.flat:hover:active:insensitive, .toolbar .button.flat:hover:checked:insensitive { - border-color: rgba(218, 188, 112, 0.4); } - .toolbar .button:focus, .toolbar .button.flat:focus { - background-color: #2a2a2a; - background-image: none; - border-color: rgba(235, 219, 178, 0.32); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .toolbar .button:focus:hover, .toolbar .button.flat:focus:hover { - background-color: #2c2c2c; - background-image: none; - border-color: rgba(218, 188, 112, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - .toolbar .button:focus:hover:focus, .toolbar .button:focus:hover:hover, .toolbar .button.flat:focus:hover:focus, .toolbar .button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.4),0.3); } - .toolbar .button:focus:hover:active, .toolbar .button:focus:hover:active:hover, .toolbar .button:focus:hover:active:focus, .toolbar .button:focus:hover:active:hover:focus, .toolbar .button:focus:hover:checked, .toolbar .button:focus:hover:checked:hover, .toolbar .button:focus:hover:checked:focus, .toolbar .button:focus:hover:checked:hover:focus, .toolbar .button.flat:focus:hover:active, .toolbar .button.flat:focus:hover:active:hover, .toolbar .button.flat:focus:hover:active:focus, .toolbar .button.flat:focus:hover:active:hover:focus, .toolbar .button.flat:focus:hover:checked, .toolbar .button.flat:focus:hover:checked:hover, .toolbar .button.flat:focus:hover:checked:focus, .toolbar .button.flat:focus:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.4); } - .toolbar .button:focus:hover:insensitive, .toolbar .button.flat:focus:hover:insensitive { - border-color: rgba(222, 196, 129, 0.4); } - .toolbar .button:focus:hover:active:insensitive, .toolbar .button:focus:hover:checked:insensitive, .toolbar .button.flat:focus:hover:active:insensitive, .toolbar .button.flat:focus:hover:checked:insensitive { - border-color: rgba(218, 188, 112, 0.4); } - .toolbar .button:checked, .toolbar .button:active, .toolbar .button.flat:checked, .toolbar .button.flat:active { - background-color: #928374; - background-image: none; - border-color: rgba(218, 188, 112, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); } - .toolbar .button:checked:focus, .toolbar .button:checked:hover, .toolbar .button:active:focus, .toolbar .button:active:hover, .toolbar .button.flat:checked:focus, .toolbar .button.flat:checked:hover, .toolbar .button.flat:active:focus, .toolbar .button.flat:active:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.32),0.3); } - .toolbar .button:checked:active, .toolbar .button:checked:active:hover, .toolbar .button:checked:active:focus, .toolbar .button:checked:active:hover:focus, .toolbar .button:checked:checked, .toolbar .button:checked:checked:hover, .toolbar .button:checked:checked:focus, .toolbar .button:checked:checked:hover:focus, .toolbar .button:active:active, .toolbar .button:active:active:hover, .toolbar .button:active:active:focus, .toolbar .button:active:active:hover:focus, .toolbar .button:active:checked, .toolbar .button:active:checked:hover, .toolbar .button:active:checked:focus, .toolbar .button:active:checked:hover:focus, .toolbar .button.flat:checked:active, .toolbar .button.flat:checked:active:hover, .toolbar .button.flat:checked:active:focus, .toolbar .button.flat:checked:active:hover:focus, .toolbar .button.flat:checked:checked, .toolbar .button.flat:checked:checked:hover, .toolbar .button.flat:checked:checked:focus, .toolbar .button.flat:checked:checked:hover:focus, .toolbar .button.flat:active:active, .toolbar .button.flat:active:active:hover, .toolbar .button.flat:active:active:focus, .toolbar .button.flat:active:active:hover:focus, .toolbar .button.flat:active:checked, .toolbar .button.flat:active:checked:hover, .toolbar .button.flat:active:checked:focus, .toolbar .button.flat:active:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.32); } - .toolbar .button:checked:insensitive, .toolbar .button:active:insensitive, .toolbar .button.flat:checked:insensitive, .toolbar .button.flat:active:insensitive { - border-color: rgba(222, 196, 129, 0.32); } - .toolbar .button:checked:active:insensitive, .toolbar .button:checked:checked:insensitive, .toolbar .button:active:active:insensitive, .toolbar .button:active:checked:insensitive, .toolbar .button.flat:checked:active:insensitive, .toolbar .button.flat:checked:checked:insensitive, .toolbar .button.flat:active:active:insensitive, .toolbar .button.flat:active:checked:insensitive { - border-color: rgba(218, 188, 112, 0.32); } - .toolbar .button:checked:focus, .toolbar .button:checked:hover, .toolbar .button:active:focus, .toolbar .button:active:hover, .toolbar .button.flat:checked:focus, .toolbar .button.flat:checked:hover, .toolbar .button.flat:active:focus, .toolbar .button.flat:active:hover { - background-color: #988a7b; - background-image: none; - color: #282828; } - .toolbar .button:focus, .toolbar .button:hover, .toolbar .button.flat:focus, .toolbar .button.flat:hover { - color: #ebdbb2; } - .toolbar .button:insensitive:insensitive, .toolbar .button.flat:insensitive:insensitive { - background-color: alpha(mix(#282828,#ebdbb2,0.2),0.4); - background-image: none; - opacity: .6; - color: mix(#282828,#ebdbb2,0.6); - box-shadow: none; } - .toolbar .button:insensitive:insensitive :insensitive, .toolbar .button.flat:insensitive:insensitive :insensitive { - color: mix(#282828,#ebdbb2,0.6); } - .toolbar .button:active:insensitive, .toolbar .button:checked:insensitive { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - .toolbar .button:active:insensitive:insensitive, .toolbar .button:checked:insensitive:insensitive { - color: rgba(40, 40, 40, 0.85); } - .toolbar .button.separator, .toolbar .button .separator { - border: 1px solid currentColor; - color: rgba(40, 40, 40, 0.9); } - .toolbar .button.separator:insensitive, .toolbar .button .separator:insensitive { - color: rgba(40, 40, 40, 0.85); } - .toolbar .button.linked, .toolbar .linked .button { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .toolbar .button.linked:focus, .toolbar .button.linked:hover, .toolbar .linked .button:focus, .toolbar .linked .button:hover { - box-shadow: inset -1px 0 mix(#928374,rgba(0, 0, 0, 0.32),0.3), 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .toolbar .button.linked:active, .toolbar .button.linked:active:hover, .toolbar .button.linked:active:focus, .toolbar .button.linked:active:hover:focus, .toolbar .button.linked:checked, .toolbar .button.linked:checked:hover, .toolbar .button.linked:checked:focus, .toolbar .button.linked:checked:hover:focus, .toolbar .linked .button:active, .toolbar .linked .button:active:hover, .toolbar .linked .button:active:focus, .toolbar .linked .button:active:hover:focus, .toolbar .linked .button:checked, .toolbar .linked .button:checked:hover, .toolbar .linked .button:checked:focus, .toolbar .linked .button:checked:hover:focus { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), inset 0 1px rgba(66, 52, 17, 0.07), inset 0 -1px rgba(66, 52, 17, 0.05); } - .toolbar .button.linked:insensitive, .toolbar .linked .button:insensitive { - box-shadow: inset -1px 0 #202020; } - .toolbar .button.linked:last-child, .toolbar .button.linked:only-child, .toolbar .linked .button:last-child, .toolbar .linked .button:only-child { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .toolbar .button.linked:last-child:hover, .toolbar .button.linked:only-child:hover, .toolbar .linked .button:last-child:hover, .toolbar .linked .button:only-child:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .toolbar .button.linked:insensitive:last-child, .toolbar .button.linked:insensitive:only-child, .toolbar .button.linked:active:insensitive:last-child, .toolbar .button.linked:active:insensitive:only-child, .toolbar .button.linked:checked:insensitive:last-child, .toolbar .button.linked:checked:insensitive:only-child, .toolbar .linked .button:insensitive:last-child, .toolbar .linked .button:insensitive:only-child, .toolbar .linked .button:active:insensitive:last-child, .toolbar .linked .button:active:insensitive:only-child, .toolbar .linked .button:checked:insensitive:last-child, .toolbar .linked .button:checked:insensitive:only-child { - box-shadow: none; } - .toolbar .button.linked:active:last-child, .toolbar .button.linked:active:last-child:focus, .toolbar .button.linked:active:last-child:hover, .toolbar .button.linked:active:last-child:hover:focus, .toolbar .button.linked:checked:last-child, .toolbar .button.linked:checked:last-child:focus, .toolbar .button.linked:checked:last-child:hover, .toolbar .button.linked:checked:last-child:hover:focus, .toolbar .linked .button:active:last-child, .toolbar .linked .button:active:last-child:focus, .toolbar .linked .button:active:last-child:hover, .toolbar .linked .button:active:last-child:hover:focus, .toolbar .linked .button:checked:last-child, .toolbar .linked .button:checked:last-child:focus, .toolbar .linked .button:checked:last-child:hover, .toolbar .linked .button:checked:last-child:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - .toolbar .button.linked:active:only-child, .toolbar .button.linked:active:only-child:focus, .toolbar .button.linked:active:only-child:hover, .toolbar .button.linked:active:only-child:hover:focus, .toolbar .button.linked:checked:only-child, .toolbar .button.linked:checked:only-child:focus, .toolbar .button.linked:checked:only-child:hover, .toolbar .button.linked:checked:only-child:hover:focus, .toolbar .linked .button:active:only-child, .toolbar .linked .button:active:only-child:focus, .toolbar .linked .button:active:only-child:hover, .toolbar .linked .button:active:only-child:hover:focus, .toolbar .linked .button:checked:only-child, .toolbar .linked .button:checked:only-child:focus, .toolbar .linked .button:checked:only-child:hover, .toolbar .linked .button:checked:only-child:hover:focus { - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.06), inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - .toolbar GtkComboBox, .toolbar .button { - padding: 2px; } - .toolbar GtkComboBox.text-button, .toolbar .button.text-button { - padding: 3px; } - .toolbar GtkComboBox.image-button, .toolbar .button.image-button { - padding: 4px 2px 4px 3px; } - .toolbar GtkSeparatorToolItem, .toolbar .separator, .toolbar .separator:insensitive { - color: #242424; - border-color: currentColor; - -GtkWidget-window-dragging: true; } - .toolbar .menubar { - -GtkToolbar-button-relief: normal; } - .toolbar.inline-toolbar { - background-image: none; - background-color: transparent; } - .toolbar GtkToolButton:insensitive GtkButton:insensitive, - .toolbar GtkToolButton:insensitive GtkButton:insensitive.button, - .toolbar GtkToolButton:insensitive GtkButton:insensitive.flat.button { - background-color: #282828; } - -.header-bar { - background-color: #1d2021; - background-image: none; - border-color: #171a1a; - padding: 6px; - color: #fbf1c7; - border-width: 0 0 1px; - border-style: solid; } - .header-bar:focus, .header-bar:hover { - border-color: mix(#928374,#1d2021,0.3); } - .header-bar:active, .header-bar:active:hover, .header-bar:active:focus, .header-bar:active:hover:focus, .header-bar:checked, .header-bar:checked:hover, .header-bar:checked:focus, .header-bar:checked:hover:focus { - border-color: #141617; } - .header-bar:insensitive { - border-color: #191b1c; } - .header-bar:active:insensitive, .header-bar:checked:insensitive { - border-color: #171a1a; } - .header-bar:insensitive { - background-color: #1a1d1e; - background-image: none; - color: mix(#fbf1c7,#1d2021,0.5); } - .header-bar .title { - font: bold; - padding: 0 6px; } - .header-bar .subtitle { - font: smaller; - padding: 0 6px; } - .header-bar .button { - background-color: #282828; - background-image: none; - border-color: rgba(218, 188, 112, 0.32); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .header-bar .button:focus, .header-bar .button:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.32),0.3); } - .header-bar .button:active, .header-bar .button:active:hover, .header-bar .button:active:focus, .header-bar .button:active:hover:focus, .header-bar .button:checked, .header-bar .button:checked:hover, .header-bar .button:checked:focus, .header-bar .button:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.32); } - .header-bar .button:insensitive { - border-color: rgba(222, 196, 129, 0.32); } - .header-bar .button:active:insensitive, .header-bar .button:checked:insensitive { - border-color: rgba(218, 188, 112, 0.32); } - .header-bar .button.flat { - border-color: rgba(40, 40, 40, 0); - color: #ebdbb2; - background-color: rgba(40, 40, 40, 0); - background-image: none; - box-shadow: none; } - .header-bar .button:hover, .header-bar .button.flat:hover { - background-color: #2a2a2a; - background-image: none; - border-color: rgba(218, 188, 112, 0.4); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - .header-bar .button:hover:focus, .header-bar .button:hover:hover, .header-bar .button.flat:hover:focus, .header-bar .button.flat:hover:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.4),0.3); } - .header-bar .button:hover:active, .header-bar .button:hover:active:hover, .header-bar .button:hover:active:focus, .header-bar .button:hover:active:hover:focus, .header-bar .button:hover:checked, .header-bar .button:hover:checked:hover, .header-bar .button:hover:checked:focus, .header-bar .button:hover:checked:hover:focus, .header-bar .button.flat:hover:active, .header-bar .button.flat:hover:active:hover, .header-bar .button.flat:hover:active:focus, .header-bar .button.flat:hover:active:hover:focus, .header-bar .button.flat:hover:checked, .header-bar .button.flat:hover:checked:hover, .header-bar .button.flat:hover:checked:focus, .header-bar .button.flat:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.4); } - .header-bar .button:hover:insensitive, .header-bar .button.flat:hover:insensitive { - border-color: rgba(222, 196, 129, 0.4); } - .header-bar .button:hover:active:insensitive, .header-bar .button:hover:checked:insensitive, .header-bar .button.flat:hover:active:insensitive, .header-bar .button.flat:hover:checked:insensitive { - border-color: rgba(218, 188, 112, 0.4); } - .header-bar .button:focus, .header-bar .button.flat:focus { - background-color: #2a2a2a; - background-image: none; - border-color: rgba(235, 219, 178, 0.32); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .header-bar .button:focus:hover, .header-bar .button.flat:focus:hover { - background-color: #2c2c2c; - background-image: none; - border-color: rgba(218, 188, 112, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - .header-bar .button:focus:hover:focus, .header-bar .button:focus:hover:hover, .header-bar .button.flat:focus:hover:focus, .header-bar .button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.4),0.3); } - .header-bar .button:focus:hover:active, .header-bar .button:focus:hover:active:hover, .header-bar .button:focus:hover:active:focus, .header-bar .button:focus:hover:active:hover:focus, .header-bar .button:focus:hover:checked, .header-bar .button:focus:hover:checked:hover, .header-bar .button:focus:hover:checked:focus, .header-bar .button:focus:hover:checked:hover:focus, .header-bar .button.flat:focus:hover:active, .header-bar .button.flat:focus:hover:active:hover, .header-bar .button.flat:focus:hover:active:focus, .header-bar .button.flat:focus:hover:active:hover:focus, .header-bar .button.flat:focus:hover:checked, .header-bar .button.flat:focus:hover:checked:hover, .header-bar .button.flat:focus:hover:checked:focus, .header-bar .button.flat:focus:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.4); } - .header-bar .button:focus:hover:insensitive, .header-bar .button.flat:focus:hover:insensitive { - border-color: rgba(222, 196, 129, 0.4); } - .header-bar .button:focus:hover:active:insensitive, .header-bar .button:focus:hover:checked:insensitive, .header-bar .button.flat:focus:hover:active:insensitive, .header-bar .button.flat:focus:hover:checked:insensitive { - border-color: rgba(218, 188, 112, 0.4); } - .header-bar .button:checked, .header-bar .button:active, .header-bar .button.flat:checked, .header-bar .button.flat:active { - background-color: #928374; - background-image: none; - border-color: rgba(218, 188, 112, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); } - .header-bar .button:checked:focus, .header-bar .button:checked:hover, .header-bar .button:active:focus, .header-bar .button:active:hover, .header-bar .button.flat:checked:focus, .header-bar .button.flat:checked:hover, .header-bar .button.flat:active:focus, .header-bar .button.flat:active:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.32),0.3); } - .header-bar .button:checked:active, .header-bar .button:checked:active:hover, .header-bar .button:checked:active:focus, .header-bar .button:checked:active:hover:focus, .header-bar .button:checked:checked, .header-bar .button:checked:checked:hover, .header-bar .button:checked:checked:focus, .header-bar .button:checked:checked:hover:focus, .header-bar .button:active:active, .header-bar .button:active:active:hover, .header-bar .button:active:active:focus, .header-bar .button:active:active:hover:focus, .header-bar .button:active:checked, .header-bar .button:active:checked:hover, .header-bar .button:active:checked:focus, .header-bar .button:active:checked:hover:focus, .header-bar .button.flat:checked:active, .header-bar .button.flat:checked:active:hover, .header-bar .button.flat:checked:active:focus, .header-bar .button.flat:checked:active:hover:focus, .header-bar .button.flat:checked:checked, .header-bar .button.flat:checked:checked:hover, .header-bar .button.flat:checked:checked:focus, .header-bar .button.flat:checked:checked:hover:focus, .header-bar .button.flat:active:active, .header-bar .button.flat:active:active:hover, .header-bar .button.flat:active:active:focus, .header-bar .button.flat:active:active:hover:focus, .header-bar .button.flat:active:checked, .header-bar .button.flat:active:checked:hover, .header-bar .button.flat:active:checked:focus, .header-bar .button.flat:active:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.32); } - .header-bar .button:checked:insensitive, .header-bar .button:active:insensitive, .header-bar .button.flat:checked:insensitive, .header-bar .button.flat:active:insensitive { - border-color: rgba(222, 196, 129, 0.32); } - .header-bar .button:checked:active:insensitive, .header-bar .button:checked:checked:insensitive, .header-bar .button:active:active:insensitive, .header-bar .button:active:checked:insensitive, .header-bar .button.flat:checked:active:insensitive, .header-bar .button.flat:checked:checked:insensitive, .header-bar .button.flat:active:active:insensitive, .header-bar .button.flat:active:checked:insensitive { - border-color: rgba(218, 188, 112, 0.32); } - .header-bar .button:checked:focus, .header-bar .button:checked:hover, .header-bar .button:active:focus, .header-bar .button:active:hover, .header-bar .button.flat:checked:focus, .header-bar .button.flat:checked:hover, .header-bar .button.flat:active:focus, .header-bar .button.flat:active:hover { - background-color: #988a7b; - background-image: none; - color: #282828; } - .header-bar .button:focus, .header-bar .button:hover, .header-bar .button.flat:focus, .header-bar .button.flat:hover { - color: #ebdbb2; } - .header-bar .button:insensitive:insensitive, .header-bar .button.flat:insensitive:insensitive { - background-color: alpha(mix(#282828,#ebdbb2,0.2),0.4); - background-image: none; - opacity: .6; - color: mix(#282828,#ebdbb2,0.6); - box-shadow: none; } - .header-bar .button:insensitive:insensitive :insensitive, .header-bar .button.flat:insensitive:insensitive :insensitive { - color: mix(#282828,#ebdbb2,0.6); } - .header-bar .button:active:insensitive, .header-bar .button:checked:insensitive { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - .header-bar .button:active:insensitive:insensitive, .header-bar .button:checked:insensitive:insensitive { - color: rgba(40, 40, 40, 0.85); } - .header-bar .button.separator, .header-bar .button .separator { - border: 1px solid currentColor; - color: rgba(40, 40, 40, 0.9); } - .header-bar .button.separator:insensitive, .header-bar .button .separator:insensitive { - color: rgba(40, 40, 40, 0.85); } - .header-bar .button.linked, .header-bar .linked .button { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .header-bar .button.linked:focus, .header-bar .button.linked:hover, .header-bar .linked .button:focus, .header-bar .linked .button:hover { - box-shadow: inset -1px 0 mix(#928374,rgba(0, 0, 0, 0.32),0.3), 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .header-bar .button.linked:active, .header-bar .button.linked:active:hover, .header-bar .button.linked:active:focus, .header-bar .button.linked:active:hover:focus, .header-bar .button.linked:checked, .header-bar .button.linked:checked:hover, .header-bar .button.linked:checked:focus, .header-bar .button.linked:checked:hover:focus, .header-bar .linked .button:active, .header-bar .linked .button:active:hover, .header-bar .linked .button:active:focus, .header-bar .linked .button:active:hover:focus, .header-bar .linked .button:checked, .header-bar .linked .button:checked:hover, .header-bar .linked .button:checked:focus, .header-bar .linked .button:checked:hover:focus { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), inset 0 1px rgba(66, 52, 17, 0.07), inset 0 -1px rgba(66, 52, 17, 0.05); } - .header-bar .button.linked:insensitive, .header-bar .linked .button:insensitive { - box-shadow: inset -1px 0 #202020; } - .header-bar .button.linked:last-child, .header-bar .button.linked:only-child, .header-bar .linked .button:last-child, .header-bar .linked .button:only-child { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .header-bar .button.linked:last-child:hover, .header-bar .button.linked:only-child:hover, .header-bar .linked .button:last-child:hover, .header-bar .linked .button:only-child:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .header-bar .button.linked:insensitive:last-child, .header-bar .button.linked:insensitive:only-child, .header-bar .button.linked:active:insensitive:last-child, .header-bar .button.linked:active:insensitive:only-child, .header-bar .button.linked:checked:insensitive:last-child, .header-bar .button.linked:checked:insensitive:only-child, .header-bar .linked .button:insensitive:last-child, .header-bar .linked .button:insensitive:only-child, .header-bar .linked .button:active:insensitive:last-child, .header-bar .linked .button:active:insensitive:only-child, .header-bar .linked .button:checked:insensitive:last-child, .header-bar .linked .button:checked:insensitive:only-child { - box-shadow: none; } - .header-bar .button.linked:active:last-child, .header-bar .button.linked:active:last-child:focus, .header-bar .button.linked:active:last-child:hover, .header-bar .button.linked:active:last-child:hover:focus, .header-bar .button.linked:checked:last-child, .header-bar .button.linked:checked:last-child:focus, .header-bar .button.linked:checked:last-child:hover, .header-bar .button.linked:checked:last-child:hover:focus, .header-bar .linked .button:active:last-child, .header-bar .linked .button:active:last-child:focus, .header-bar .linked .button:active:last-child:hover, .header-bar .linked .button:active:last-child:hover:focus, .header-bar .linked .button:checked:last-child, .header-bar .linked .button:checked:last-child:focus, .header-bar .linked .button:checked:last-child:hover, .header-bar .linked .button:checked:last-child:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - .header-bar .button.linked:active:only-child, .header-bar .button.linked:active:only-child:focus, .header-bar .button.linked:active:only-child:hover, .header-bar .button.linked:active:only-child:hover:focus, .header-bar .button.linked:checked:only-child, .header-bar .button.linked:checked:only-child:focus, .header-bar .button.linked:checked:only-child:hover, .header-bar .button.linked:checked:only-child:hover:focus, .header-bar .linked .button:active:only-child, .header-bar .linked .button:active:only-child:focus, .header-bar .linked .button:active:only-child:hover, .header-bar .linked .button:active:only-child:hover:focus, .header-bar .linked .button:checked:only-child, .header-bar .linked .button:checked:only-child:focus, .header-bar .linked .button:checked:only-child:hover, .header-bar .linked .button:checked:only-child:hover:focus { - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.06), inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - .header-bar GtkComboBox, .header-bar .button { - padding: 2px; } - .header-bar GtkComboBox.text-button, .header-bar .button.text-button { - padding: 3px; } - .header-bar GtkComboBox.image-button, .header-bar .button.image-button { - padding: 4px 2px 4px 3px; } - .header-bar GtkSeparatorToolItem, .header-bar .separator, .header-bar .separator:insensitive { - color: #1a1d1e; - border-color: currentColor; - -GtkWidget-window-dragging: true; } - .header-bar .menubar { - -GtkToolbar-button-relief: normal; } - .header-bar .button { - color: #fbf1c7; } - -.titlebar { - background-color: #1d2021; - background-image: none; - border-radius: 4px 4px 0 0; - color: #fbf1c7; } - .titlebar:backdrop { - background-color: #282828; - background-image: none; - color: mix(#ebdbb2,#282828,0.4); - text-shadow: none; } - .titlebar.default-decoration { - border: 0; - box-shadow: none; } - .tiled .titlebar, .maximized .titlebar { - border-radius: 0; } - .titlebar .title { - font: bold; } - .titlebar .titlebutton { - padding: 3px; - border: 0; - background-image: none; - background-color: transparent; - color: #fbf1c7; - box-shadow: none; } - .titlebar .titlebutton:hover, .titlebar .titlebutton:hover:focus { - background-image: none; - background-color: transparent; - color: #928374; - box-shadow: none; } - .titlebar .titlebutton:active, .titlebar .titlebutton:active:hover { - background-image: none; - background-color: transparent; - color: #847668; - box-shadow: none; } - .titlebar .titlebutton:backdrop { - background: none; - color: mix(#ebdbb2,#282828,0.4); - icon-shadow: none; } - -/************** - ! Action-bar * -***************/ -.action-bar { - background-color: #282828; - background-image: none; - padding: 3px; - border-width: 1px 0 0; - border-style: solid; - border-color: #202020; - color: #ebdbb2; } - .action-bar .button.text-button { - padding: 2px; } - .action-bar .button.image-button { - padding: 4px; } - .action-bar .title { - font: bold; - padding: 0 6px; } - .action-bar .subtitle { - font: smaller; - padding: 0 6px; } - -/*************** - ! Search bars * -****************/ -.search-bar { - background-color: #272727; - background-image: none; - border-width: 0 0 1px; - border-style: solid; - border-color: #202020; - color: #ebdbb2; } - .search-bar .button.close-button { - padding: 3px; } - -/****************** - ! Action buttons * -*******************/ -.suggested-action.button, .selection-mode.header-bar .button.suggested-action, .selection-mode.toolbar .button.suggested-action { - background-color: #98971a; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .suggested-action.button:focus, .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.toolbar .button.suggested-action:focus, .suggested-action.button:hover, .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.toolbar .button.suggested-action:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - .suggested-action.button:active, .selection-mode.header-bar .button.suggested-action:active, .selection-mode.toolbar .button.suggested-action:active, .suggested-action.button:active:hover, .suggested-action.button:active:focus, .suggested-action.button:active:hover:focus, .suggested-action.button:checked, .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.toolbar .button.suggested-action:checked, .suggested-action.button:checked:hover, .suggested-action.button:checked:focus, .suggested-action.button:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - .suggested-action.button:insensitive, .selection-mode.header-bar .button.suggested-action:insensitive, .selection-mode.toolbar .button.suggested-action:insensitive { - border-color: rgba(34, 34, 34, 0.32); } - .suggested-action.button:active:insensitive, .suggested-action.button:checked:insensitive { - border-color: rgba(32, 32, 32, 0.32); } - .suggested-action.button.flat, .selection-mode.header-bar .flat.button.suggested-action, .selection-mode.toolbar .flat.button.suggested-action { - border-color: rgba(152, 151, 26, 0); - color: #282828; - background-color: rgba(152, 151, 26, 0); - background-image: none; - box-shadow: none; } - .suggested-action.button:hover, .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.toolbar .button.suggested-action:hover, .suggested-action.button.flat:hover { - background-color: #a09f1b; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - .suggested-action.button:hover:focus, .suggested-action.button:hover:hover, .suggested-action.button.flat:hover:focus, .suggested-action.button.flat:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - .suggested-action.button:hover:active, .suggested-action.button:hover:active:hover, .suggested-action.button:hover:active:focus, .suggested-action.button:hover:active:hover:focus, .suggested-action.button:hover:checked, .suggested-action.button:hover:checked:hover, .suggested-action.button:hover:checked:focus, .suggested-action.button:hover:checked:hover:focus, .suggested-action.button.flat:hover:active, .suggested-action.button.flat:hover:active:hover, .suggested-action.button.flat:hover:active:focus, .suggested-action.button.flat:hover:active:hover:focus, .suggested-action.button.flat:hover:checked, .suggested-action.button.flat:hover:checked:hover, .suggested-action.button.flat:hover:checked:focus, .suggested-action.button.flat:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - .suggested-action.button:hover:insensitive, .suggested-action.button.flat:hover:insensitive { - border-color: rgba(34, 34, 34, 0.4); } - .suggested-action.button:hover:active:insensitive, .suggested-action.button:hover:checked:insensitive, .suggested-action.button.flat:hover:active:insensitive, .suggested-action.button.flat:hover:checked:insensitive { - border-color: rgba(32, 32, 32, 0.4); } - .suggested-action.button:focus, .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.toolbar .button.suggested-action:focus, .suggested-action.button.flat:focus { - background-color: #a09f1b; - background-image: none; - border-color: rgba(40, 40, 40, 0.32); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .suggested-action.button:focus:hover, .suggested-action.button.flat:focus:hover { - background-color: #a7a61d; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - .suggested-action.button:focus:hover:focus, .suggested-action.button:focus:hover:hover, .suggested-action.button.flat:focus:hover:focus, .suggested-action.button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - .suggested-action.button:focus:hover:active, .suggested-action.button:focus:hover:active:hover, .suggested-action.button:focus:hover:active:focus, .suggested-action.button:focus:hover:active:hover:focus, .suggested-action.button:focus:hover:checked, .suggested-action.button:focus:hover:checked:hover, .suggested-action.button:focus:hover:checked:focus, .suggested-action.button:focus:hover:checked:hover:focus, .suggested-action.button.flat:focus:hover:active, .suggested-action.button.flat:focus:hover:active:hover, .suggested-action.button.flat:focus:hover:active:focus, .suggested-action.button.flat:focus:hover:active:hover:focus, .suggested-action.button.flat:focus:hover:checked, .suggested-action.button.flat:focus:hover:checked:hover, .suggested-action.button.flat:focus:hover:checked:focus, .suggested-action.button.flat:focus:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - .suggested-action.button:focus:hover:insensitive, .suggested-action.button.flat:focus:hover:insensitive { - border-color: rgba(34, 34, 34, 0.4); } - .suggested-action.button:focus:hover:active:insensitive, .suggested-action.button:focus:hover:checked:insensitive, .suggested-action.button.flat:focus:hover:active:insensitive, .suggested-action.button.flat:focus:hover:checked:insensitive { - border-color: rgba(32, 32, 32, 0.4); } - .suggested-action.button:checked, .selection-mode.header-bar .button.suggested-action:checked, .selection-mode.toolbar .button.suggested-action:checked, .suggested-action.button:active, .selection-mode.header-bar .button.suggested-action:active, .selection-mode.toolbar .button.suggested-action:active, .suggested-action.button.flat:checked, .suggested-action.button.flat:active { - background-color: #928374; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(40, 40, 40, 0.06), inset 0 1px rgba(40, 40, 40, 0.07), inset -1px 0 rgba(40, 40, 40, 0.06), inset 0 -1px rgba(40, 40, 40, 0.05); } - .suggested-action.button:checked:focus, .suggested-action.button:checked:hover, .suggested-action.button:active:focus, .suggested-action.button:active:hover, .suggested-action.button.flat:checked:focus, .suggested-action.button.flat:checked:hover, .suggested-action.button.flat:active:focus, .suggested-action.button.flat:active:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - .suggested-action.button:checked:active, .suggested-action.button:checked:active:hover, .suggested-action.button:checked:active:focus, .suggested-action.button:checked:active:hover:focus, .suggested-action.button:checked:checked, .suggested-action.button:checked:checked:hover, .suggested-action.button:checked:checked:focus, .suggested-action.button:checked:checked:hover:focus, .suggested-action.button:active:active, .suggested-action.button:active:active:hover, .suggested-action.button:active:active:focus, .suggested-action.button:active:active:hover:focus, .suggested-action.button:active:checked, .suggested-action.button:active:checked:hover, .suggested-action.button:active:checked:focus, .suggested-action.button:active:checked:hover:focus, .suggested-action.button.flat:checked:active, .suggested-action.button.flat:checked:active:hover, .suggested-action.button.flat:checked:active:focus, .suggested-action.button.flat:checked:active:hover:focus, .suggested-action.button.flat:checked:checked, .suggested-action.button.flat:checked:checked:hover, .suggested-action.button.flat:checked:checked:focus, .suggested-action.button.flat:checked:checked:hover:focus, .suggested-action.button.flat:active:active, .suggested-action.button.flat:active:active:hover, .suggested-action.button.flat:active:active:focus, .suggested-action.button.flat:active:active:hover:focus, .suggested-action.button.flat:active:checked, .suggested-action.button.flat:active:checked:hover, .suggested-action.button.flat:active:checked:focus, .suggested-action.button.flat:active:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - .suggested-action.button:checked:insensitive, .suggested-action.button:active:insensitive, .suggested-action.button.flat:checked:insensitive, .suggested-action.button.flat:active:insensitive { - border-color: rgba(34, 34, 34, 0.32); } - .suggested-action.button:checked:active:insensitive, .suggested-action.button:checked:checked:insensitive, .suggested-action.button:active:active:insensitive, .suggested-action.button:active:checked:insensitive, .suggested-action.button.flat:checked:active:insensitive, .suggested-action.button.flat:checked:checked:insensitive, .suggested-action.button.flat:active:active:insensitive, .suggested-action.button.flat:active:checked:insensitive { - border-color: rgba(32, 32, 32, 0.32); } - .suggested-action.button:checked:focus, .suggested-action.button:checked:hover, .suggested-action.button:active:focus, .suggested-action.button:active:hover, .suggested-action.button.flat:checked:focus, .suggested-action.button.flat:checked:hover, .suggested-action.button.flat:active:focus, .suggested-action.button.flat:active:hover { - background-color: #988a7b; - background-image: none; - color: #282828; } - .suggested-action.button:focus, .selection-mode.header-bar .button.suggested-action:focus, .selection-mode.toolbar .button.suggested-action:focus, .suggested-action.button:hover, .selection-mode.header-bar .button.suggested-action:hover, .selection-mode.toolbar .button.suggested-action:hover, .suggested-action.button.flat:focus, .suggested-action.button.flat:hover { - color: #282828; } - .suggested-action.button:insensitive:insensitive, .suggested-action.button.flat:insensitive:insensitive { - background-color: alpha(mix(#98971a,#282828,0.2),0.4); - background-image: none; - opacity: .6; - color: mix(#98971a,#282828,0.6); - box-shadow: none; } - .suggested-action.button:insensitive:insensitive :insensitive, .suggested-action.button.flat:insensitive:insensitive :insensitive { - color: mix(#98971a,#282828,0.6); } - .suggested-action.button:active:insensitive, .suggested-action.button:checked:insensitive { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - .suggested-action.button:active:insensitive:insensitive, .suggested-action.button:checked:insensitive:insensitive { - color: rgba(40, 40, 40, 0.85); } - .suggested-action.button.separator, .selection-mode.header-bar .separator.button.suggested-action, .selection-mode.toolbar .separator.button.suggested-action, .suggested-action.button .separator, .selection-mode.header-bar .button.suggested-action .separator, .selection-mode.toolbar .button.suggested-action .separator { - border: 1px solid currentColor; - color: rgba(152, 151, 26, 0.9); } - .suggested-action.button.separator:insensitive, .suggested-action.button .separator:insensitive { - color: rgba(152, 151, 26, 0.85); } - -.destructive-action.button { - background-color: #cc241d; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .destructive-action.button:focus, .destructive-action.button:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - .destructive-action.button:active, .destructive-action.button:active:hover, .destructive-action.button:active:focus, .destructive-action.button:active:hover:focus, .destructive-action.button:checked, .destructive-action.button:checked:hover, .destructive-action.button:checked:focus, .destructive-action.button:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - .destructive-action.button:insensitive { - border-color: rgba(34, 34, 34, 0.32); } - .destructive-action.button:active:insensitive, .destructive-action.button:checked:insensitive { - border-color: rgba(32, 32, 32, 0.32); } - .destructive-action.button.flat { - border-color: rgba(204, 36, 29, 0); - color: #282828; - background-color: rgba(204, 36, 29, 0); - background-image: none; - box-shadow: none; } - .destructive-action.button:hover, .destructive-action.button.flat:hover { - background-color: #d6261e; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - .destructive-action.button:hover:focus, .destructive-action.button:hover:hover, .destructive-action.button.flat:hover:focus, .destructive-action.button.flat:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - .destructive-action.button:hover:active, .destructive-action.button:hover:active:hover, .destructive-action.button:hover:active:focus, .destructive-action.button:hover:active:hover:focus, .destructive-action.button:hover:checked, .destructive-action.button:hover:checked:hover, .destructive-action.button:hover:checked:focus, .destructive-action.button:hover:checked:hover:focus, .destructive-action.button.flat:hover:active, .destructive-action.button.flat:hover:active:hover, .destructive-action.button.flat:hover:active:focus, .destructive-action.button.flat:hover:active:hover:focus, .destructive-action.button.flat:hover:checked, .destructive-action.button.flat:hover:checked:hover, .destructive-action.button.flat:hover:checked:focus, .destructive-action.button.flat:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - .destructive-action.button:hover:insensitive, .destructive-action.button.flat:hover:insensitive { - border-color: rgba(34, 34, 34, 0.4); } - .destructive-action.button:hover:active:insensitive, .destructive-action.button:hover:checked:insensitive, .destructive-action.button.flat:hover:active:insensitive, .destructive-action.button.flat:hover:checked:insensitive { - border-color: rgba(32, 32, 32, 0.4); } - .destructive-action.button:focus, .destructive-action.button.flat:focus { - background-color: #d6261e; - background-image: none; - border-color: rgba(40, 40, 40, 0.32); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .destructive-action.button:focus:hover, .destructive-action.button.flat:focus:hover { - background-color: #df2821; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - .destructive-action.button:focus:hover:focus, .destructive-action.button:focus:hover:hover, .destructive-action.button.flat:focus:hover:focus, .destructive-action.button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - .destructive-action.button:focus:hover:active, .destructive-action.button:focus:hover:active:hover, .destructive-action.button:focus:hover:active:focus, .destructive-action.button:focus:hover:active:hover:focus, .destructive-action.button:focus:hover:checked, .destructive-action.button:focus:hover:checked:hover, .destructive-action.button:focus:hover:checked:focus, .destructive-action.button:focus:hover:checked:hover:focus, .destructive-action.button.flat:focus:hover:active, .destructive-action.button.flat:focus:hover:active:hover, .destructive-action.button.flat:focus:hover:active:focus, .destructive-action.button.flat:focus:hover:active:hover:focus, .destructive-action.button.flat:focus:hover:checked, .destructive-action.button.flat:focus:hover:checked:hover, .destructive-action.button.flat:focus:hover:checked:focus, .destructive-action.button.flat:focus:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - .destructive-action.button:focus:hover:insensitive, .destructive-action.button.flat:focus:hover:insensitive { - border-color: rgba(34, 34, 34, 0.4); } - .destructive-action.button:focus:hover:active:insensitive, .destructive-action.button:focus:hover:checked:insensitive, .destructive-action.button.flat:focus:hover:active:insensitive, .destructive-action.button.flat:focus:hover:checked:insensitive { - border-color: rgba(32, 32, 32, 0.4); } - .destructive-action.button:checked, .destructive-action.button:active, .destructive-action.button.flat:checked, .destructive-action.button.flat:active { - background-color: #928374; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(40, 40, 40, 0.06), inset 0 1px rgba(40, 40, 40, 0.07), inset -1px 0 rgba(40, 40, 40, 0.06), inset 0 -1px rgba(40, 40, 40, 0.05); } - .destructive-action.button:checked:focus, .destructive-action.button:checked:hover, .destructive-action.button:active:focus, .destructive-action.button:active:hover, .destructive-action.button.flat:checked:focus, .destructive-action.button.flat:checked:hover, .destructive-action.button.flat:active:focus, .destructive-action.button.flat:active:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - .destructive-action.button:checked:active, .destructive-action.button:checked:active:hover, .destructive-action.button:checked:active:focus, .destructive-action.button:checked:active:hover:focus, .destructive-action.button:checked:checked, .destructive-action.button:checked:checked:hover, .destructive-action.button:checked:checked:focus, .destructive-action.button:checked:checked:hover:focus, .destructive-action.button:active:active, .destructive-action.button:active:active:hover, .destructive-action.button:active:active:focus, .destructive-action.button:active:active:hover:focus, .destructive-action.button:active:checked, .destructive-action.button:active:checked:hover, .destructive-action.button:active:checked:focus, .destructive-action.button:active:checked:hover:focus, .destructive-action.button.flat:checked:active, .destructive-action.button.flat:checked:active:hover, .destructive-action.button.flat:checked:active:focus, .destructive-action.button.flat:checked:active:hover:focus, .destructive-action.button.flat:checked:checked, .destructive-action.button.flat:checked:checked:hover, .destructive-action.button.flat:checked:checked:focus, .destructive-action.button.flat:checked:checked:hover:focus, .destructive-action.button.flat:active:active, .destructive-action.button.flat:active:active:hover, .destructive-action.button.flat:active:active:focus, .destructive-action.button.flat:active:active:hover:focus, .destructive-action.button.flat:active:checked, .destructive-action.button.flat:active:checked:hover, .destructive-action.button.flat:active:checked:focus, .destructive-action.button.flat:active:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - .destructive-action.button:checked:insensitive, .destructive-action.button:active:insensitive, .destructive-action.button.flat:checked:insensitive, .destructive-action.button.flat:active:insensitive { - border-color: rgba(34, 34, 34, 0.32); } - .destructive-action.button:checked:active:insensitive, .destructive-action.button:checked:checked:insensitive, .destructive-action.button:active:active:insensitive, .destructive-action.button:active:checked:insensitive, .destructive-action.button.flat:checked:active:insensitive, .destructive-action.button.flat:checked:checked:insensitive, .destructive-action.button.flat:active:active:insensitive, .destructive-action.button.flat:active:checked:insensitive { - border-color: rgba(32, 32, 32, 0.32); } - .destructive-action.button:checked:focus, .destructive-action.button:checked:hover, .destructive-action.button:active:focus, .destructive-action.button:active:hover, .destructive-action.button.flat:checked:focus, .destructive-action.button.flat:checked:hover, .destructive-action.button.flat:active:focus, .destructive-action.button.flat:active:hover { - background-color: #988a7b; - background-image: none; - color: #282828; } - .destructive-action.button:focus, .destructive-action.button:hover, .destructive-action.button.flat:focus, .destructive-action.button.flat:hover { - color: #282828; } - .destructive-action.button:insensitive:insensitive, .destructive-action.button.flat:insensitive:insensitive { - background-color: alpha(mix(#cc241d,#282828,0.2),0.4); - background-image: none; - opacity: .6; - color: mix(#cc241d,#282828,0.6); - box-shadow: none; } - .destructive-action.button:insensitive:insensitive :insensitive, .destructive-action.button.flat:insensitive:insensitive :insensitive { - color: mix(#cc241d,#282828,0.6); } - .destructive-action.button:active:insensitive, .destructive-action.button:checked:insensitive { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - .destructive-action.button:active:insensitive:insensitive, .destructive-action.button:checked:insensitive:insensitive { - color: rgba(40, 40, 40, 0.85); } - .destructive-action.button.separator, .destructive-action.button .separator { - border: 1px solid currentColor; - color: rgba(204, 36, 29, 0.9); } - .destructive-action.button.separator:insensitive, .destructive-action.button .separator:insensitive { - color: rgba(204, 36, 29, 0.85); } - -/****************** -* selection mode * -******************/ -.selection-mode.header-bar, .selection-mode.toolbar { - background-color: #928374; - background-image: none; - border-color: #75695c; - padding: 6px; - color: #282828; } - .selection-mode.header-bar:focus, .selection-mode.header-bar:hover, .selection-mode.toolbar:focus, .selection-mode.toolbar:hover { - border-color: mix(#928374,#928374,0.3); } - .selection-mode.header-bar:active, .selection-mode.header-bar:active:hover, .selection-mode.header-bar:active:focus, .selection-mode.header-bar:active:hover:focus, .selection-mode.header-bar:checked, .selection-mode.header-bar:checked:hover, .selection-mode.header-bar:checked:focus, .selection-mode.header-bar:checked:hover:focus, .selection-mode.toolbar:active, .selection-mode.toolbar:active:hover, .selection-mode.toolbar:active:focus, .selection-mode.toolbar:active:hover:focus, .selection-mode.toolbar:checked, .selection-mode.toolbar:checked:hover, .selection-mode.toolbar:checked:focus, .selection-mode.toolbar:checked:hover:focus { - border-color: #675c51; } - .selection-mode.header-bar:insensitive, .selection-mode.toolbar:insensitive { - border-color: #7d6f62; } - .selection-mode.header-bar:active:insensitive, .selection-mode.header-bar:checked:insensitive, .selection-mode.toolbar:active:insensitive, .selection-mode.toolbar:checked:insensitive { - border-color: #75695c; } - .selection-mode.header-bar:insensitive, .selection-mode.toolbar:insensitive { - background-color: #847668; - background-image: none; - color: mix(#282828,#928374,0.5); } - .selection-mode.header-bar .title, .selection-mode.toolbar .title { - font: bold; - padding: 0 6px; } - .selection-mode.header-bar .subtitle, .selection-mode.toolbar .subtitle { - font: smaller; - padding: 0 6px; } - .selection-mode.header-bar .button, .selection-mode.toolbar .button { - background-color: #282828; - background-image: none; - border-color: rgba(218, 188, 112, 0.32); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .selection-mode.header-bar .button:focus, .selection-mode.header-bar .button:hover, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.32),0.3); } - .selection-mode.header-bar .button:active, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover:focus, .selection-mode.header-bar .button:checked, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover:focus, .selection-mode.toolbar .button:active, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover:focus, .selection-mode.toolbar .button:checked, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.32); } - .selection-mode.header-bar .button:insensitive, .selection-mode.toolbar .button:insensitive { - border-color: rgba(222, 196, 129, 0.32); } - .selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button:checked:insensitive { - border-color: rgba(218, 188, 112, 0.32); } - .selection-mode.header-bar .button.flat, .selection-mode.toolbar .button.flat { - border-color: rgba(40, 40, 40, 0); - color: #ebdbb2; - background-color: rgba(40, 40, 40, 0); - background-image: none; - box-shadow: none; } - .selection-mode.header-bar .button:hover, .selection-mode.header-bar .button.flat:hover, .selection-mode.toolbar .button:hover, .selection-mode.toolbar .button.flat:hover { - background-color: #2a2a2a; - background-image: none; - border-color: rgba(218, 188, 112, 0.4); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - .selection-mode.header-bar .button:hover:focus, .selection-mode.header-bar .button:hover:hover, .selection-mode.header-bar .button.flat:hover:focus, .selection-mode.header-bar .button.flat:hover:hover, .selection-mode.toolbar .button:hover:focus, .selection-mode.toolbar .button:hover:hover, .selection-mode.toolbar .button.flat:hover:focus, .selection-mode.toolbar .button.flat:hover:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.4),0.3); } - .selection-mode.header-bar .button:hover:active, .selection-mode.header-bar .button:hover:active:hover, .selection-mode.header-bar .button:hover:active:focus, .selection-mode.header-bar .button:hover:active:hover:focus, .selection-mode.header-bar .button:hover:checked, .selection-mode.header-bar .button:hover:checked:hover, .selection-mode.header-bar .button:hover:checked:focus, .selection-mode.header-bar .button:hover:checked:hover:focus, .selection-mode.header-bar .button.flat:hover:active, .selection-mode.header-bar .button.flat:hover:active:hover, .selection-mode.header-bar .button.flat:hover:active:focus, .selection-mode.header-bar .button.flat:hover:active:hover:focus, .selection-mode.header-bar .button.flat:hover:checked, .selection-mode.header-bar .button.flat:hover:checked:hover, .selection-mode.header-bar .button.flat:hover:checked:focus, .selection-mode.header-bar .button.flat:hover:checked:hover:focus, .selection-mode.toolbar .button:hover:active, .selection-mode.toolbar .button:hover:active:hover, .selection-mode.toolbar .button:hover:active:focus, .selection-mode.toolbar .button:hover:active:hover:focus, .selection-mode.toolbar .button:hover:checked, .selection-mode.toolbar .button:hover:checked:hover, .selection-mode.toolbar .button:hover:checked:focus, .selection-mode.toolbar .button:hover:checked:hover:focus, .selection-mode.toolbar .button.flat:hover:active, .selection-mode.toolbar .button.flat:hover:active:hover, .selection-mode.toolbar .button.flat:hover:active:focus, .selection-mode.toolbar .button.flat:hover:active:hover:focus, .selection-mode.toolbar .button.flat:hover:checked, .selection-mode.toolbar .button.flat:hover:checked:hover, .selection-mode.toolbar .button.flat:hover:checked:focus, .selection-mode.toolbar .button.flat:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.4); } - .selection-mode.header-bar .button:hover:insensitive, .selection-mode.header-bar .button.flat:hover:insensitive, .selection-mode.toolbar .button:hover:insensitive, .selection-mode.toolbar .button.flat:hover:insensitive { - border-color: rgba(222, 196, 129, 0.4); } - .selection-mode.header-bar .button:hover:active:insensitive, .selection-mode.header-bar .button:hover:checked:insensitive, .selection-mode.header-bar .button.flat:hover:active:insensitive, .selection-mode.header-bar .button.flat:hover:checked:insensitive, .selection-mode.toolbar .button:hover:active:insensitive, .selection-mode.toolbar .button:hover:checked:insensitive, .selection-mode.toolbar .button.flat:hover:active:insensitive, .selection-mode.toolbar .button.flat:hover:checked:insensitive { - border-color: rgba(218, 188, 112, 0.4); } - .selection-mode.header-bar .button:focus, .selection-mode.header-bar .button.flat:focus, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button.flat:focus { - background-color: #2a2a2a; - background-image: none; - border-color: rgba(235, 219, 178, 0.32); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .selection-mode.header-bar .button:focus:hover, .selection-mode.header-bar .button.flat:focus:hover, .selection-mode.toolbar .button:focus:hover, .selection-mode.toolbar .button.flat:focus:hover { - background-color: #2c2c2c; - background-image: none; - border-color: rgba(218, 188, 112, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - .selection-mode.header-bar .button:focus:hover:focus, .selection-mode.header-bar .button:focus:hover:hover, .selection-mode.header-bar .button.flat:focus:hover:focus, .selection-mode.header-bar .button.flat:focus:hover:hover, .selection-mode.toolbar .button:focus:hover:focus, .selection-mode.toolbar .button:focus:hover:hover, .selection-mode.toolbar .button.flat:focus:hover:focus, .selection-mode.toolbar .button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.4),0.3); } - .selection-mode.header-bar .button:focus:hover:active, .selection-mode.header-bar .button:focus:hover:active:hover, .selection-mode.header-bar .button:focus:hover:active:focus, .selection-mode.header-bar .button:focus:hover:active:hover:focus, .selection-mode.header-bar .button:focus:hover:checked, .selection-mode.header-bar .button:focus:hover:checked:hover, .selection-mode.header-bar .button:focus:hover:checked:focus, .selection-mode.header-bar .button:focus:hover:checked:hover:focus, .selection-mode.header-bar .button.flat:focus:hover:active, .selection-mode.header-bar .button.flat:focus:hover:active:hover, .selection-mode.header-bar .button.flat:focus:hover:active:focus, .selection-mode.header-bar .button.flat:focus:hover:active:hover:focus, .selection-mode.header-bar .button.flat:focus:hover:checked, .selection-mode.header-bar .button.flat:focus:hover:checked:hover, .selection-mode.header-bar .button.flat:focus:hover:checked:focus, .selection-mode.header-bar .button.flat:focus:hover:checked:hover:focus, .selection-mode.toolbar .button:focus:hover:active, .selection-mode.toolbar .button:focus:hover:active:hover, .selection-mode.toolbar .button:focus:hover:active:focus, .selection-mode.toolbar .button:focus:hover:active:hover:focus, .selection-mode.toolbar .button:focus:hover:checked, .selection-mode.toolbar .button:focus:hover:checked:hover, .selection-mode.toolbar .button:focus:hover:checked:focus, .selection-mode.toolbar .button:focus:hover:checked:hover:focus, .selection-mode.toolbar .button.flat:focus:hover:active, .selection-mode.toolbar .button.flat:focus:hover:active:hover, .selection-mode.toolbar .button.flat:focus:hover:active:focus, .selection-mode.toolbar .button.flat:focus:hover:active:hover:focus, .selection-mode.toolbar .button.flat:focus:hover:checked, .selection-mode.toolbar .button.flat:focus:hover:checked:hover, .selection-mode.toolbar .button.flat:focus:hover:checked:focus, .selection-mode.toolbar .button.flat:focus:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.4); } - .selection-mode.header-bar .button:focus:hover:insensitive, .selection-mode.header-bar .button.flat:focus:hover:insensitive, .selection-mode.toolbar .button:focus:hover:insensitive, .selection-mode.toolbar .button.flat:focus:hover:insensitive { - border-color: rgba(222, 196, 129, 0.4); } - .selection-mode.header-bar .button:focus:hover:active:insensitive, .selection-mode.header-bar .button:focus:hover:checked:insensitive, .selection-mode.header-bar .button.flat:focus:hover:active:insensitive, .selection-mode.header-bar .button.flat:focus:hover:checked:insensitive, .selection-mode.toolbar .button:focus:hover:active:insensitive, .selection-mode.toolbar .button:focus:hover:checked:insensitive, .selection-mode.toolbar .button.flat:focus:hover:active:insensitive, .selection-mode.toolbar .button.flat:focus:hover:checked:insensitive { - border-color: rgba(218, 188, 112, 0.4); } - .selection-mode.header-bar .button:checked, .selection-mode.header-bar .button:active, .selection-mode.header-bar .button.flat:checked, .selection-mode.header-bar .button.flat:active, .selection-mode.toolbar .button:checked, .selection-mode.toolbar .button:active, .selection-mode.toolbar .button.flat:checked, .selection-mode.toolbar .button.flat:active { - background-color: #928374; - background-image: none; - border-color: rgba(218, 188, 112, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); } - .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button.flat:checked:focus, .selection-mode.header-bar .button.flat:checked:hover, .selection-mode.header-bar .button.flat:active:focus, .selection-mode.header-bar .button.flat:active:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button.flat:checked:focus, .selection-mode.toolbar .button.flat:checked:hover, .selection-mode.toolbar .button.flat:active:focus, .selection-mode.toolbar .button.flat:active:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.32),0.3); } - .selection-mode.header-bar .button:checked:active, .selection-mode.header-bar .button:checked:active:hover, .selection-mode.header-bar .button:checked:active:focus, .selection-mode.header-bar .button:checked:active:hover:focus, .selection-mode.header-bar .button:checked:checked, .selection-mode.header-bar .button:checked:checked:hover, .selection-mode.header-bar .button:checked:checked:focus, .selection-mode.header-bar .button:checked:checked:hover:focus, .selection-mode.header-bar .button:active:active, .selection-mode.header-bar .button:active:active:hover, .selection-mode.header-bar .button:active:active:focus, .selection-mode.header-bar .button:active:active:hover:focus, .selection-mode.header-bar .button:active:checked, .selection-mode.header-bar .button:active:checked:hover, .selection-mode.header-bar .button:active:checked:focus, .selection-mode.header-bar .button:active:checked:hover:focus, .selection-mode.header-bar .button.flat:checked:active, .selection-mode.header-bar .button.flat:checked:active:hover, .selection-mode.header-bar .button.flat:checked:active:focus, .selection-mode.header-bar .button.flat:checked:active:hover:focus, .selection-mode.header-bar .button.flat:checked:checked, .selection-mode.header-bar .button.flat:checked:checked:hover, .selection-mode.header-bar .button.flat:checked:checked:focus, .selection-mode.header-bar .button.flat:checked:checked:hover:focus, .selection-mode.header-bar .button.flat:active:active, .selection-mode.header-bar .button.flat:active:active:hover, .selection-mode.header-bar .button.flat:active:active:focus, .selection-mode.header-bar .button.flat:active:active:hover:focus, .selection-mode.header-bar .button.flat:active:checked, .selection-mode.header-bar .button.flat:active:checked:hover, .selection-mode.header-bar .button.flat:active:checked:focus, .selection-mode.header-bar .button.flat:active:checked:hover:focus, .selection-mode.toolbar .button:checked:active, .selection-mode.toolbar .button:checked:active:hover, .selection-mode.toolbar .button:checked:active:focus, .selection-mode.toolbar .button:checked:active:hover:focus, .selection-mode.toolbar .button:checked:checked, .selection-mode.toolbar .button:checked:checked:hover, .selection-mode.toolbar .button:checked:checked:focus, .selection-mode.toolbar .button:checked:checked:hover:focus, .selection-mode.toolbar .button:active:active, .selection-mode.toolbar .button:active:active:hover, .selection-mode.toolbar .button:active:active:focus, .selection-mode.toolbar .button:active:active:hover:focus, .selection-mode.toolbar .button:active:checked, .selection-mode.toolbar .button:active:checked:hover, .selection-mode.toolbar .button:active:checked:focus, .selection-mode.toolbar .button:active:checked:hover:focus, .selection-mode.toolbar .button.flat:checked:active, .selection-mode.toolbar .button.flat:checked:active:hover, .selection-mode.toolbar .button.flat:checked:active:focus, .selection-mode.toolbar .button.flat:checked:active:hover:focus, .selection-mode.toolbar .button.flat:checked:checked, .selection-mode.toolbar .button.flat:checked:checked:hover, .selection-mode.toolbar .button.flat:checked:checked:focus, .selection-mode.toolbar .button.flat:checked:checked:hover:focus, .selection-mode.toolbar .button.flat:active:active, .selection-mode.toolbar .button.flat:active:active:hover, .selection-mode.toolbar .button.flat:active:active:focus, .selection-mode.toolbar .button.flat:active:active:hover:focus, .selection-mode.toolbar .button.flat:active:checked, .selection-mode.toolbar .button.flat:active:checked:hover, .selection-mode.toolbar .button.flat:active:checked:focus, .selection-mode.toolbar .button.flat:active:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.32); } - .selection-mode.header-bar .button:checked:insensitive, .selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button.flat:checked:insensitive, .selection-mode.header-bar .button.flat:active:insensitive, .selection-mode.toolbar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button.flat:checked:insensitive, .selection-mode.toolbar .button.flat:active:insensitive { - border-color: rgba(222, 196, 129, 0.32); } - .selection-mode.header-bar .button:checked:active:insensitive, .selection-mode.header-bar .button:checked:checked:insensitive, .selection-mode.header-bar .button:active:active:insensitive, .selection-mode.header-bar .button:active:checked:insensitive, .selection-mode.header-bar .button.flat:checked:active:insensitive, .selection-mode.header-bar .button.flat:checked:checked:insensitive, .selection-mode.header-bar .button.flat:active:active:insensitive, .selection-mode.header-bar .button.flat:active:checked:insensitive, .selection-mode.toolbar .button:checked:active:insensitive, .selection-mode.toolbar .button:checked:checked:insensitive, .selection-mode.toolbar .button:active:active:insensitive, .selection-mode.toolbar .button:active:checked:insensitive, .selection-mode.toolbar .button.flat:checked:active:insensitive, .selection-mode.toolbar .button.flat:checked:checked:insensitive, .selection-mode.toolbar .button.flat:active:active:insensitive, .selection-mode.toolbar .button.flat:active:checked:insensitive { - border-color: rgba(218, 188, 112, 0.32); } - .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button.flat:checked:focus, .selection-mode.header-bar .button.flat:checked:hover, .selection-mode.header-bar .button.flat:active:focus, .selection-mode.header-bar .button.flat:active:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button.flat:checked:focus, .selection-mode.toolbar .button.flat:checked:hover, .selection-mode.toolbar .button.flat:active:focus, .selection-mode.toolbar .button.flat:active:hover { - background-color: #988a7b; - background-image: none; - color: #282828; } - .selection-mode.header-bar .button:focus, .selection-mode.header-bar .button:hover, .selection-mode.header-bar .button.flat:focus, .selection-mode.header-bar .button.flat:hover, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button:hover, .selection-mode.toolbar .button.flat:focus, .selection-mode.toolbar .button.flat:hover { - color: #ebdbb2; } - .selection-mode.header-bar .button:insensitive:insensitive, .selection-mode.header-bar .button.flat:insensitive:insensitive, .selection-mode.toolbar .button:insensitive:insensitive, .selection-mode.toolbar .button.flat:insensitive:insensitive { - background-color: alpha(mix(#282828,#ebdbb2,0.2),0.4); - background-image: none; - opacity: .6; - color: mix(#282828,#ebdbb2,0.6); - box-shadow: none; } - .selection-mode.header-bar .button:insensitive:insensitive :insensitive, .selection-mode.header-bar .button.flat:insensitive:insensitive :insensitive, .selection-mode.toolbar .button:insensitive:insensitive :insensitive, .selection-mode.toolbar .button.flat:insensitive:insensitive :insensitive { - color: mix(#282828,#ebdbb2,0.6); } - .selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button:checked:insensitive { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - .selection-mode.header-bar .button:active:insensitive:insensitive, .selection-mode.header-bar .button:checked:insensitive:insensitive, .selection-mode.toolbar .button:active:insensitive:insensitive, .selection-mode.toolbar .button:checked:insensitive:insensitive { - color: rgba(40, 40, 40, 0.85); } - .selection-mode.header-bar .button.separator, .selection-mode.header-bar .button .separator, .selection-mode.toolbar .button.separator, .selection-mode.toolbar .button .separator { - border: 1px solid currentColor; - color: rgba(40, 40, 40, 0.9); } - .selection-mode.header-bar .button.separator:insensitive, .selection-mode.header-bar .button .separator:insensitive, .selection-mode.toolbar .button.separator:insensitive, .selection-mode.toolbar .button .separator:insensitive { - color: rgba(40, 40, 40, 0.85); } - .selection-mode.header-bar .button.linked, .selection-mode.header-bar .linked .button, .selection-mode.toolbar .button.linked, .selection-mode.toolbar .linked .button { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .selection-mode.header-bar .button.linked:focus, .selection-mode.header-bar .button.linked:hover, .selection-mode.header-bar .linked .button:focus, .selection-mode.header-bar .linked .button:hover, .selection-mode.toolbar .button.linked:focus, .selection-mode.toolbar .button.linked:hover, .selection-mode.toolbar .linked .button:focus, .selection-mode.toolbar .linked .button:hover { - box-shadow: inset -1px 0 mix(#928374,rgba(0, 0, 0, 0.32),0.3), 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .selection-mode.header-bar .button.linked:active, .selection-mode.header-bar .button.linked:active:hover, .selection-mode.header-bar .button.linked:active:focus, .selection-mode.header-bar .button.linked:active:hover:focus, .selection-mode.header-bar .button.linked:checked, .selection-mode.header-bar .button.linked:checked:hover, .selection-mode.header-bar .button.linked:checked:focus, .selection-mode.header-bar .button.linked:checked:hover:focus, .selection-mode.header-bar .linked .button:active, .selection-mode.header-bar .linked .button:active:hover, .selection-mode.header-bar .linked .button:active:focus, .selection-mode.header-bar .linked .button:active:hover:focus, .selection-mode.header-bar .linked .button:checked, .selection-mode.header-bar .linked .button:checked:hover, .selection-mode.header-bar .linked .button:checked:focus, .selection-mode.header-bar .linked .button:checked:hover:focus, .selection-mode.toolbar .button.linked:active, .selection-mode.toolbar .button.linked:active:hover, .selection-mode.toolbar .button.linked:active:focus, .selection-mode.toolbar .button.linked:active:hover:focus, .selection-mode.toolbar .button.linked:checked, .selection-mode.toolbar .button.linked:checked:hover, .selection-mode.toolbar .button.linked:checked:focus, .selection-mode.toolbar .button.linked:checked:hover:focus, .selection-mode.toolbar .linked .button:active, .selection-mode.toolbar .linked .button:active:hover, .selection-mode.toolbar .linked .button:active:focus, .selection-mode.toolbar .linked .button:active:hover:focus, .selection-mode.toolbar .linked .button:checked, .selection-mode.toolbar .linked .button:checked:hover, .selection-mode.toolbar .linked .button:checked:focus, .selection-mode.toolbar .linked .button:checked:hover:focus { - box-shadow: inset -1px 0 rgba(0, 0, 0, 0.32), inset 0 1px rgba(66, 52, 17, 0.07), inset 0 -1px rgba(66, 52, 17, 0.05); } - .selection-mode.header-bar .button.linked:insensitive, .selection-mode.header-bar .linked .button:insensitive, .selection-mode.toolbar .button.linked:insensitive, .selection-mode.toolbar .linked .button:insensitive { - box-shadow: inset -1px 0 #202020; } - .selection-mode.header-bar .button.linked:last-child, .selection-mode.header-bar .button.linked:only-child, .selection-mode.header-bar .linked .button:last-child, .selection-mode.header-bar .linked .button:only-child, .selection-mode.toolbar .button.linked:last-child, .selection-mode.toolbar .button.linked:only-child, .selection-mode.toolbar .linked .button:last-child, .selection-mode.toolbar .linked .button:only-child { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .selection-mode.header-bar .button.linked:last-child:hover, .selection-mode.header-bar .button.linked:only-child:hover, .selection-mode.header-bar .linked .button:last-child:hover, .selection-mode.header-bar .linked .button:only-child:hover, .selection-mode.toolbar .button.linked:last-child:hover, .selection-mode.toolbar .button.linked:only-child:hover, .selection-mode.toolbar .linked .button:last-child:hover, .selection-mode.toolbar .linked .button:only-child:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .selection-mode.header-bar .button.linked:insensitive:last-child, .selection-mode.header-bar .button.linked:insensitive:only-child, .selection-mode.header-bar .button.linked:active:insensitive:last-child, .selection-mode.header-bar .button.linked:active:insensitive:only-child, .selection-mode.header-bar .button.linked:checked:insensitive:last-child, .selection-mode.header-bar .button.linked:checked:insensitive:only-child, .selection-mode.header-bar .linked .button:insensitive:last-child, .selection-mode.header-bar .linked .button:insensitive:only-child, .selection-mode.header-bar .linked .button:active:insensitive:last-child, .selection-mode.header-bar .linked .button:active:insensitive:only-child, .selection-mode.header-bar .linked .button:checked:insensitive:last-child, .selection-mode.header-bar .linked .button:checked:insensitive:only-child, .selection-mode.toolbar .button.linked:insensitive:last-child, .selection-mode.toolbar .button.linked:insensitive:only-child, .selection-mode.toolbar .button.linked:active:insensitive:last-child, .selection-mode.toolbar .button.linked:active:insensitive:only-child, .selection-mode.toolbar .button.linked:checked:insensitive:last-child, .selection-mode.toolbar .button.linked:checked:insensitive:only-child, .selection-mode.toolbar .linked .button:insensitive:last-child, .selection-mode.toolbar .linked .button:insensitive:only-child, .selection-mode.toolbar .linked .button:active:insensitive:last-child, .selection-mode.toolbar .linked .button:active:insensitive:only-child, .selection-mode.toolbar .linked .button:checked:insensitive:last-child, .selection-mode.toolbar .linked .button:checked:insensitive:only-child { - box-shadow: none; } - .selection-mode.header-bar .button.linked:active:last-child, .selection-mode.header-bar .button.linked:active:last-child:focus, .selection-mode.header-bar .button.linked:active:last-child:hover, .selection-mode.header-bar .button.linked:active:last-child:hover:focus, .selection-mode.header-bar .button.linked:checked:last-child, .selection-mode.header-bar .button.linked:checked:last-child:focus, .selection-mode.header-bar .button.linked:checked:last-child:hover, .selection-mode.header-bar .button.linked:checked:last-child:hover:focus, .selection-mode.header-bar .linked .button:active:last-child, .selection-mode.header-bar .linked .button:active:last-child:focus, .selection-mode.header-bar .linked .button:active:last-child:hover, .selection-mode.header-bar .linked .button:active:last-child:hover:focus, .selection-mode.header-bar .linked .button:checked:last-child, .selection-mode.header-bar .linked .button:checked:last-child:focus, .selection-mode.header-bar .linked .button:checked:last-child:hover, .selection-mode.header-bar .linked .button:checked:last-child:hover:focus, .selection-mode.toolbar .button.linked:active:last-child, .selection-mode.toolbar .button.linked:active:last-child:focus, .selection-mode.toolbar .button.linked:active:last-child:hover, .selection-mode.toolbar .button.linked:active:last-child:hover:focus, .selection-mode.toolbar .button.linked:checked:last-child, .selection-mode.toolbar .button.linked:checked:last-child:focus, .selection-mode.toolbar .button.linked:checked:last-child:hover, .selection-mode.toolbar .button.linked:checked:last-child:hover:focus, .selection-mode.toolbar .linked .button:active:last-child, .selection-mode.toolbar .linked .button:active:last-child:focus, .selection-mode.toolbar .linked .button:active:last-child:hover, .selection-mode.toolbar .linked .button:active:last-child:hover:focus, .selection-mode.toolbar .linked .button:checked:last-child, .selection-mode.toolbar .linked .button:checked:last-child:focus, .selection-mode.toolbar .linked .button:checked:last-child:hover, .selection-mode.toolbar .linked .button:checked:last-child:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - .selection-mode.header-bar .button.linked:active:only-child, .selection-mode.header-bar .button.linked:active:only-child:focus, .selection-mode.header-bar .button.linked:active:only-child:hover, .selection-mode.header-bar .button.linked:active:only-child:hover:focus, .selection-mode.header-bar .button.linked:checked:only-child, .selection-mode.header-bar .button.linked:checked:only-child:focus, .selection-mode.header-bar .button.linked:checked:only-child:hover, .selection-mode.header-bar .button.linked:checked:only-child:hover:focus, .selection-mode.header-bar .linked .button:active:only-child, .selection-mode.header-bar .linked .button:active:only-child:focus, .selection-mode.header-bar .linked .button:active:only-child:hover, .selection-mode.header-bar .linked .button:active:only-child:hover:focus, .selection-mode.header-bar .linked .button:checked:only-child, .selection-mode.header-bar .linked .button:checked:only-child:focus, .selection-mode.header-bar .linked .button:checked:only-child:hover, .selection-mode.header-bar .linked .button:checked:only-child:hover:focus, .selection-mode.toolbar .button.linked:active:only-child, .selection-mode.toolbar .button.linked:active:only-child:focus, .selection-mode.toolbar .button.linked:active:only-child:hover, .selection-mode.toolbar .button.linked:active:only-child:hover:focus, .selection-mode.toolbar .button.linked:checked:only-child, .selection-mode.toolbar .button.linked:checked:only-child:focus, .selection-mode.toolbar .button.linked:checked:only-child:hover, .selection-mode.toolbar .button.linked:checked:only-child:hover:focus, .selection-mode.toolbar .linked .button:active:only-child, .selection-mode.toolbar .linked .button:active:only-child:focus, .selection-mode.toolbar .linked .button:active:only-child:hover, .selection-mode.toolbar .linked .button:active:only-child:hover:focus, .selection-mode.toolbar .linked .button:checked:only-child, .selection-mode.toolbar .linked .button:checked:only-child:focus, .selection-mode.toolbar .linked .button:checked:only-child:hover, .selection-mode.toolbar .linked .button:checked:only-child:hover:focus { - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.06), inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - .selection-mode.header-bar GtkComboBox, .selection-mode.header-bar .button, .selection-mode.toolbar GtkComboBox, .selection-mode.toolbar .button { - padding: 2px; } - .selection-mode.header-bar GtkComboBox.text-button, .selection-mode.header-bar .button.text-button, .selection-mode.toolbar GtkComboBox.text-button, .selection-mode.toolbar .button.text-button { - padding: 3px; } - .selection-mode.header-bar GtkComboBox.image-button, .selection-mode.header-bar .button.image-button, .selection-mode.toolbar GtkComboBox.image-button, .selection-mode.toolbar .button.image-button { - padding: 4px 2px 4px 3px; } - .selection-mode.header-bar GtkSeparatorToolItem, .selection-mode.header-bar .separator, .selection-mode.header-bar .separator:insensitive, .selection-mode.toolbar GtkSeparatorToolItem, .selection-mode.toolbar .separator, .selection-mode.toolbar .separator:insensitive { - color: #847668; - border-color: currentColor; - -GtkWidget-window-dragging: true; } - .selection-mode.header-bar .menubar, .selection-mode.toolbar .menubar { - -GtkToolbar-button-relief: normal; } - .selection-mode.header-bar .button, .selection-mode.toolbar .button { - background-color: #928374; - background-image: none; - border-color: rgba(32, 32, 32, 0.22); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.12); } - .selection-mode.header-bar .button:focus, .selection-mode.header-bar .button:hover, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.22),0.3); } - .selection-mode.header-bar .button:active, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover:focus, .selection-mode.header-bar .button:checked, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover:focus, .selection-mode.toolbar .button:active, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover:focus, .selection-mode.toolbar .button:checked, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.22); } - .selection-mode.header-bar .button:insensitive, .selection-mode.toolbar .button:insensitive { - border-color: rgba(34, 34, 34, 0.22); } - .selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button:checked:insensitive { - border-color: rgba(32, 32, 32, 0.22); } - .selection-mode.header-bar .button.flat, .selection-mode.toolbar .button.flat { - border-color: rgba(146, 131, 116, 0); - color: #282828; - background-color: rgba(146, 131, 116, 0); - background-image: none; - box-shadow: none; } - .selection-mode.header-bar .button:hover, .selection-mode.header-bar .button.flat:hover, .selection-mode.toolbar .button:hover, .selection-mode.toolbar .button.flat:hover { - background-color: #988a7b; - background-image: none; - border-color: rgba(32, 32, 32, 0.3); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .selection-mode.header-bar .button:hover:focus, .selection-mode.header-bar .button:hover:hover, .selection-mode.header-bar .button.flat:hover:focus, .selection-mode.header-bar .button.flat:hover:hover, .selection-mode.toolbar .button:hover:focus, .selection-mode.toolbar .button:hover:hover, .selection-mode.toolbar .button.flat:hover:focus, .selection-mode.toolbar .button.flat:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .selection-mode.header-bar .button:hover:active, .selection-mode.header-bar .button:hover:active:hover, .selection-mode.header-bar .button:hover:active:focus, .selection-mode.header-bar .button:hover:active:hover:focus, .selection-mode.header-bar .button:hover:checked, .selection-mode.header-bar .button:hover:checked:hover, .selection-mode.header-bar .button:hover:checked:focus, .selection-mode.header-bar .button:hover:checked:hover:focus, .selection-mode.header-bar .button.flat:hover:active, .selection-mode.header-bar .button.flat:hover:active:hover, .selection-mode.header-bar .button.flat:hover:active:focus, .selection-mode.header-bar .button.flat:hover:active:hover:focus, .selection-mode.header-bar .button.flat:hover:checked, .selection-mode.header-bar .button.flat:hover:checked:hover, .selection-mode.header-bar .button.flat:hover:checked:focus, .selection-mode.header-bar .button.flat:hover:checked:hover:focus, .selection-mode.toolbar .button:hover:active, .selection-mode.toolbar .button:hover:active:hover, .selection-mode.toolbar .button:hover:active:focus, .selection-mode.toolbar .button:hover:active:hover:focus, .selection-mode.toolbar .button:hover:checked, .selection-mode.toolbar .button:hover:checked:hover, .selection-mode.toolbar .button:hover:checked:focus, .selection-mode.toolbar .button:hover:checked:hover:focus, .selection-mode.toolbar .button.flat:hover:active, .selection-mode.toolbar .button.flat:hover:active:hover, .selection-mode.toolbar .button.flat:hover:active:focus, .selection-mode.toolbar .button.flat:hover:active:hover:focus, .selection-mode.toolbar .button.flat:hover:checked, .selection-mode.toolbar .button.flat:hover:checked:hover, .selection-mode.toolbar .button.flat:hover:checked:focus, .selection-mode.toolbar .button.flat:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.3); } - .selection-mode.header-bar .button:hover:insensitive, .selection-mode.header-bar .button.flat:hover:insensitive, .selection-mode.toolbar .button:hover:insensitive, .selection-mode.toolbar .button.flat:hover:insensitive { - border-color: rgba(34, 34, 34, 0.3); } - .selection-mode.header-bar .button:hover:active:insensitive, .selection-mode.header-bar .button:hover:checked:insensitive, .selection-mode.header-bar .button.flat:hover:active:insensitive, .selection-mode.header-bar .button.flat:hover:checked:insensitive, .selection-mode.toolbar .button:hover:active:insensitive, .selection-mode.toolbar .button:hover:checked:insensitive, .selection-mode.toolbar .button.flat:hover:active:insensitive, .selection-mode.toolbar .button.flat:hover:checked:insensitive { - border-color: rgba(32, 32, 32, 0.3); } - .selection-mode.header-bar .button:focus, .selection-mode.header-bar .button.flat:focus, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button.flat:focus { - background-color: #988a7b; - background-image: none; - border-color: rgba(40, 40, 40, 0.22); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - .selection-mode.header-bar .button:focus:hover, .selection-mode.header-bar .button.flat:focus:hover, .selection-mode.toolbar .button:focus:hover, .selection-mode.toolbar .button.flat:focus:hover { - background-color: #9e9083; - background-image: none; - border-color: rgba(32, 32, 32, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.38); } - .selection-mode.header-bar .button:focus:hover:focus, .selection-mode.header-bar .button:focus:hover:hover, .selection-mode.header-bar .button.flat:focus:hover:focus, .selection-mode.header-bar .button.flat:focus:hover:hover, .selection-mode.toolbar .button:focus:hover:focus, .selection-mode.toolbar .button:focus:hover:hover, .selection-mode.toolbar .button.flat:focus:hover:focus, .selection-mode.toolbar .button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .selection-mode.header-bar .button:focus:hover:active, .selection-mode.header-bar .button:focus:hover:active:hover, .selection-mode.header-bar .button:focus:hover:active:focus, .selection-mode.header-bar .button:focus:hover:active:hover:focus, .selection-mode.header-bar .button:focus:hover:checked, .selection-mode.header-bar .button:focus:hover:checked:hover, .selection-mode.header-bar .button:focus:hover:checked:focus, .selection-mode.header-bar .button:focus:hover:checked:hover:focus, .selection-mode.header-bar .button.flat:focus:hover:active, .selection-mode.header-bar .button.flat:focus:hover:active:hover, .selection-mode.header-bar .button.flat:focus:hover:active:focus, .selection-mode.header-bar .button.flat:focus:hover:active:hover:focus, .selection-mode.header-bar .button.flat:focus:hover:checked, .selection-mode.header-bar .button.flat:focus:hover:checked:hover, .selection-mode.header-bar .button.flat:focus:hover:checked:focus, .selection-mode.header-bar .button.flat:focus:hover:checked:hover:focus, .selection-mode.toolbar .button:focus:hover:active, .selection-mode.toolbar .button:focus:hover:active:hover, .selection-mode.toolbar .button:focus:hover:active:focus, .selection-mode.toolbar .button:focus:hover:active:hover:focus, .selection-mode.toolbar .button:focus:hover:checked, .selection-mode.toolbar .button:focus:hover:checked:hover, .selection-mode.toolbar .button:focus:hover:checked:focus, .selection-mode.toolbar .button:focus:hover:checked:hover:focus, .selection-mode.toolbar .button.flat:focus:hover:active, .selection-mode.toolbar .button.flat:focus:hover:active:hover, .selection-mode.toolbar .button.flat:focus:hover:active:focus, .selection-mode.toolbar .button.flat:focus:hover:active:hover:focus, .selection-mode.toolbar .button.flat:focus:hover:checked, .selection-mode.toolbar .button.flat:focus:hover:checked:hover, .selection-mode.toolbar .button.flat:focus:hover:checked:focus, .selection-mode.toolbar .button.flat:focus:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.3); } - .selection-mode.header-bar .button:focus:hover:insensitive, .selection-mode.header-bar .button.flat:focus:hover:insensitive, .selection-mode.toolbar .button:focus:hover:insensitive, .selection-mode.toolbar .button.flat:focus:hover:insensitive { - border-color: rgba(34, 34, 34, 0.3); } - .selection-mode.header-bar .button:focus:hover:active:insensitive, .selection-mode.header-bar .button:focus:hover:checked:insensitive, .selection-mode.header-bar .button.flat:focus:hover:active:insensitive, .selection-mode.header-bar .button.flat:focus:hover:checked:insensitive, .selection-mode.toolbar .button:focus:hover:active:insensitive, .selection-mode.toolbar .button:focus:hover:checked:insensitive, .selection-mode.toolbar .button.flat:focus:hover:active:insensitive, .selection-mode.toolbar .button.flat:focus:hover:checked:insensitive { - border-color: rgba(32, 32, 32, 0.3); } - .selection-mode.header-bar .button:checked, .selection-mode.header-bar .button:active, .selection-mode.header-bar .button.flat:checked, .selection-mode.header-bar .button.flat:active, .selection-mode.toolbar .button:checked, .selection-mode.toolbar .button:active, .selection-mode.toolbar .button.flat:checked, .selection-mode.toolbar .button.flat:active { - background-color: #928374; - background-image: none; - border-color: rgba(32, 32, 32, 0.22); - color: #282828; - box-shadow: inset 1px 0 rgba(40, 40, 40, 0.06), inset 0 1px rgba(40, 40, 40, 0.07), inset -1px 0 rgba(40, 40, 40, 0.06), inset 0 -1px rgba(40, 40, 40, 0.05); } - .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button.flat:checked:focus, .selection-mode.header-bar .button.flat:checked:hover, .selection-mode.header-bar .button.flat:active:focus, .selection-mode.header-bar .button.flat:active:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button.flat:checked:focus, .selection-mode.toolbar .button.flat:checked:hover, .selection-mode.toolbar .button.flat:active:focus, .selection-mode.toolbar .button.flat:active:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.22),0.3); } - .selection-mode.header-bar .button:checked:active, .selection-mode.header-bar .button:checked:active:hover, .selection-mode.header-bar .button:checked:active:focus, .selection-mode.header-bar .button:checked:active:hover:focus, .selection-mode.header-bar .button:checked:checked, .selection-mode.header-bar .button:checked:checked:hover, .selection-mode.header-bar .button:checked:checked:focus, .selection-mode.header-bar .button:checked:checked:hover:focus, .selection-mode.header-bar .button:active:active, .selection-mode.header-bar .button:active:active:hover, .selection-mode.header-bar .button:active:active:focus, .selection-mode.header-bar .button:active:active:hover:focus, .selection-mode.header-bar .button:active:checked, .selection-mode.header-bar .button:active:checked:hover, .selection-mode.header-bar .button:active:checked:focus, .selection-mode.header-bar .button:active:checked:hover:focus, .selection-mode.header-bar .button.flat:checked:active, .selection-mode.header-bar .button.flat:checked:active:hover, .selection-mode.header-bar .button.flat:checked:active:focus, .selection-mode.header-bar .button.flat:checked:active:hover:focus, .selection-mode.header-bar .button.flat:checked:checked, .selection-mode.header-bar .button.flat:checked:checked:hover, .selection-mode.header-bar .button.flat:checked:checked:focus, .selection-mode.header-bar .button.flat:checked:checked:hover:focus, .selection-mode.header-bar .button.flat:active:active, .selection-mode.header-bar .button.flat:active:active:hover, .selection-mode.header-bar .button.flat:active:active:focus, .selection-mode.header-bar .button.flat:active:active:hover:focus, .selection-mode.header-bar .button.flat:active:checked, .selection-mode.header-bar .button.flat:active:checked:hover, .selection-mode.header-bar .button.flat:active:checked:focus, .selection-mode.header-bar .button.flat:active:checked:hover:focus, .selection-mode.toolbar .button:checked:active, .selection-mode.toolbar .button:checked:active:hover, .selection-mode.toolbar .button:checked:active:focus, .selection-mode.toolbar .button:checked:active:hover:focus, .selection-mode.toolbar .button:checked:checked, .selection-mode.toolbar .button:checked:checked:hover, .selection-mode.toolbar .button:checked:checked:focus, .selection-mode.toolbar .button:checked:checked:hover:focus, .selection-mode.toolbar .button:active:active, .selection-mode.toolbar .button:active:active:hover, .selection-mode.toolbar .button:active:active:focus, .selection-mode.toolbar .button:active:active:hover:focus, .selection-mode.toolbar .button:active:checked, .selection-mode.toolbar .button:active:checked:hover, .selection-mode.toolbar .button:active:checked:focus, .selection-mode.toolbar .button:active:checked:hover:focus, .selection-mode.toolbar .button.flat:checked:active, .selection-mode.toolbar .button.flat:checked:active:hover, .selection-mode.toolbar .button.flat:checked:active:focus, .selection-mode.toolbar .button.flat:checked:active:hover:focus, .selection-mode.toolbar .button.flat:checked:checked, .selection-mode.toolbar .button.flat:checked:checked:hover, .selection-mode.toolbar .button.flat:checked:checked:focus, .selection-mode.toolbar .button.flat:checked:checked:hover:focus, .selection-mode.toolbar .button.flat:active:active, .selection-mode.toolbar .button.flat:active:active:hover, .selection-mode.toolbar .button.flat:active:active:focus, .selection-mode.toolbar .button.flat:active:active:hover:focus, .selection-mode.toolbar .button.flat:active:checked, .selection-mode.toolbar .button.flat:active:checked:hover, .selection-mode.toolbar .button.flat:active:checked:focus, .selection-mode.toolbar .button.flat:active:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.22); } - .selection-mode.header-bar .button:checked:insensitive, .selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button.flat:checked:insensitive, .selection-mode.header-bar .button.flat:active:insensitive, .selection-mode.toolbar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button.flat:checked:insensitive, .selection-mode.toolbar .button.flat:active:insensitive { - border-color: rgba(34, 34, 34, 0.22); } - .selection-mode.header-bar .button:checked:active:insensitive, .selection-mode.header-bar .button:checked:checked:insensitive, .selection-mode.header-bar .button:active:active:insensitive, .selection-mode.header-bar .button:active:checked:insensitive, .selection-mode.header-bar .button.flat:checked:active:insensitive, .selection-mode.header-bar .button.flat:checked:checked:insensitive, .selection-mode.header-bar .button.flat:active:active:insensitive, .selection-mode.header-bar .button.flat:active:checked:insensitive, .selection-mode.toolbar .button:checked:active:insensitive, .selection-mode.toolbar .button:checked:checked:insensitive, .selection-mode.toolbar .button:active:active:insensitive, .selection-mode.toolbar .button:active:checked:insensitive, .selection-mode.toolbar .button.flat:checked:active:insensitive, .selection-mode.toolbar .button.flat:checked:checked:insensitive, .selection-mode.toolbar .button.flat:active:active:insensitive, .selection-mode.toolbar .button.flat:active:checked:insensitive { - border-color: rgba(32, 32, 32, 0.22); } - .selection-mode.header-bar .button:checked:focus, .selection-mode.header-bar .button:checked:hover, .selection-mode.header-bar .button:active:focus, .selection-mode.header-bar .button:active:hover, .selection-mode.header-bar .button.flat:checked:focus, .selection-mode.header-bar .button.flat:checked:hover, .selection-mode.header-bar .button.flat:active:focus, .selection-mode.header-bar .button.flat:active:hover, .selection-mode.toolbar .button:checked:focus, .selection-mode.toolbar .button:checked:hover, .selection-mode.toolbar .button:active:focus, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar .button.flat:checked:focus, .selection-mode.toolbar .button.flat:checked:hover, .selection-mode.toolbar .button.flat:active:focus, .selection-mode.toolbar .button.flat:active:hover { - background-color: #988a7b; - background-image: none; - color: #282828; } - .selection-mode.header-bar .button:focus, .selection-mode.header-bar .button:hover, .selection-mode.header-bar .button.flat:focus, .selection-mode.header-bar .button.flat:hover, .selection-mode.toolbar .button:focus, .selection-mode.toolbar .button:hover, .selection-mode.toolbar .button.flat:focus, .selection-mode.toolbar .button.flat:hover { - color: #282828; } - .selection-mode.header-bar .button:insensitive:insensitive, .selection-mode.header-bar .button.flat:insensitive:insensitive, .selection-mode.toolbar .button:insensitive:insensitive, .selection-mode.toolbar .button.flat:insensitive:insensitive { - background-color: alpha(mix(#928374,#282828,0.2),0.4); - background-image: none; - opacity: .6; - color: mix(#928374,#282828,0.6); - box-shadow: none; } - .selection-mode.header-bar .button:insensitive:insensitive :insensitive, .selection-mode.header-bar .button.flat:insensitive:insensitive :insensitive, .selection-mode.toolbar .button:insensitive:insensitive :insensitive, .selection-mode.toolbar .button.flat:insensitive:insensitive :insensitive { - color: mix(#928374,#282828,0.6); } - .selection-mode.header-bar .button:active:insensitive, .selection-mode.header-bar .button:checked:insensitive, .selection-mode.toolbar .button:active:insensitive, .selection-mode.toolbar .button:checked:insensitive { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - .selection-mode.header-bar .button:active:insensitive:insensitive, .selection-mode.header-bar .button:checked:insensitive:insensitive, .selection-mode.toolbar .button:active:insensitive:insensitive, .selection-mode.toolbar .button:checked:insensitive:insensitive { - color: rgba(40, 40, 40, 0.85); } - .selection-mode.header-bar .button.separator, .selection-mode.header-bar .button .separator, .selection-mode.toolbar .button.separator, .selection-mode.toolbar .button .separator { - border: 1px solid currentColor; - color: rgba(146, 131, 116, 0.9); } - .selection-mode.header-bar .button.separator:insensitive, .selection-mode.header-bar .button .separator:insensitive, .selection-mode.toolbar .button.separator:insensitive, .selection-mode.toolbar .button .separator:insensitive { - color: rgba(146, 131, 116, 0.85); } - .selection-mode.header-bar .selection-menu.button, .selection-mode.toolbar .selection-menu.button { - border: 0; - background-color: transparent; - background-image: none; - color: #75695c; } - .selection-mode.header-bar .selection-menu.button:hover, .selection-mode.toolbar .selection-menu.button:hover { - color: #675c51; } - .selection-mode.header-bar .selection-menu.button:active, .selection-mode.toolbar .selection-menu.button:active { - color: #6e6256; } - .selection-mode.header-bar .dim-label, .selection-mode.header-bar GtkLabel.separator, .selection-menu.button .selection-mode.header-bar .dim-label, .selection-menu.button .selection-mode.header-bar GtkLabel.separator, .selection-mode.toolbar .dim-label, .selection-mode.toolbar GtkLabel.separator, .selection-menu.button .selection-mode.toolbar .dim-label, .selection-menu.button .selection-mode.toolbar GtkLabel.separator { - color: #675c51; } - -.selection-mode.toolbar { - padding: 3px; } - -/********** - ! Calendar -***********/ -GtkCalendar { - padding: 1px 3px; - outline-offset: -1px; } - GtkCalendar:inconsistent { - color: mix(#ebdbb2,#282828,0.5); } - GtkCalendar.view, GtkCalendar.view:focus, GtkCalendar.view:hover, GtkCalendar.view:insensitive, GtkCalendar.highlight, GtkCalendar.highlight:focus, GtkCalendar.highlight:hover, GtkCalendar.highlight:insensitive, GtkCalendar.header, GtkCalendar.header:focus, GtkCalendar.header:hover, GtkCalendar.header:insensitive, GtkCalendar.button, GtkCalendar.button:focus, GtkCalendar.button:hover, GtkCalendar.button:insensitive { - background-color: transparent; - background-image: none; - border-width: 0; - border-radius: 0; } - GtkCalendar.button, GtkCalendar.button:focus, GtkCalendar.button:hover, GtkCalendar.button:insensitive { - color: #292929; - border-width: 0; - box-shadow: none; } - GtkCalendar.highlight { - color: #928374; } - -/* gnome-calendar */ -.calendar-view { - background-color: #282828; - color: #ebdbb2; } - -/*************** - ! Color chooser -****************/ -GtkColorSwatch, GtkColorSwatch:selected { - border: 1px solid rgba(131, 104, 34, 0.1); - border-radius: 4px; - background-color: transparent; - background-clip: border-box; } - GtkColorSwatch:hover, GtkColorSwatch:selected:hover { - border-color: rgba(131, 104, 34, 0.3); } - -GtkColorSwatch.color-light:selected:hover, GtkColorSwatch.color-dark:selected:hover { - background-image: none; } - -GtkColorSwatch.left, GtkColorSwatch:first-child { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; } - -GtkColorSwatch.right, GtkColorSwatch:last-child { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; } - -GtkColorSwatch:only-child { - border-radius: 4px; } - -GtkColorSwatch.top { - border-top-left-radius: 4px; - border-top-right-radius: 4px; } - -GtkColorSwatch.bottom { - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; } - -GtkColorEditor GtkColorSwatch { - border-radius: 4px; } - GtkColorEditor GtkColorSwatch.color-dark:hover, GtkColorEditor GtkColorSwatch.color-light:hover { - background-image: none; - border-color: rgba(131, 104, 34, 0.3); } - -GtkColorChooserWidget #add-color-button { - background-clip: padding-box; - border-color: rgba(131, 104, 34, 0.1); - background-color: #262626; - color: #ebdbb2; } - GtkColorChooserWidget #add-color-button:hover { - border-color: rgba(131, 104, 34, 0.3); - background-color: #242424; - color: #ebdbb2; } - -.color-active-badge, .color-active-badge:selected { - border-width: 2px; - border-style: solid; - background-color: transparent; } - -.color-active-badge.color-light, .color-active-badge.color-light:hover { - border-color: rgba(131, 104, 34, 0.3); - color: rgba(131, 104, 34, 0.3); } - -.color-active-badge.color-dark, .color-active-badge.color-dark:hover { - border-color: rgba(41, 41, 41, 0.3); - color: rgba(41, 41, 41, 0.3); } - -GtkColorButton.button { - padding: 3px; } - -/*********************** -! Font and file choosers -************************/ -GtkFontButton .separator, GtkFileChooserButton .separator { - /* always disable separators */ - -GtkWidget-wide-separators: true; - -GtkWidget-horizontal-separator: 0; - -GtkWidget-vertical-separator: 0; } - -GtkFontButton GtkLabel:last-child, GtkFileChooserButton GtkLabel:last-child { - color: alpha(currentColor,0.7); } - -GtkFontButton GtkImage:last-child, GtkFileChooserButton GtkImage:last-child { - color: alpha(currentColor,0.7); } - -GtkFileChooser { - /* for fallback when header bar not used */ } - GtkFileChooser .pane-separator, GtkFileChooser .pane-separator:hover { - border-width: 0 1px 0 0; - border-style: solid; - border-color: currentColor; - background-color: #282828; - color: #242424; } - GtkFileChooser .dialog-action-box { - border-width: 1px 0 0; - border-style: solid; - border-color: #1c1c1c; } - -/****************** - ! Grid and flowbox -*******************/ -.list { - background-color: #272727; - color: #ebdbb2; } - .list-row, .list-row.button { - border: 0; - border-radius: 0; - padding: 3px; - background-image: none; - background-color: rgba(40, 40, 40, 0); - box-shadow: none; } - .list-row:hover, .list-row.button:hover { - background-image: none; - background-color: #292929; } - .list-row:selected, .list-row:selected:hover, .list-row:selected:focus, .list-row.button:selected, .list-row.button:selected:hover, .list-row.button:selected:focus { - background-image: none; - background-color: #928374; - color: #282828; } - -.grid-child, GtkFlowBox .grid-child { - padding: 3px; - border-radius: 4px; } - .grid-child:selected, GtkFlowBox .grid-child:selected { - outline-offset: -2px; } - -/********* - ! Buttons -**********/ -/****************** -! ComboBoxes * -*******************/ -/********* - ! Infobar -**********/ -GtkInfoBar { - border: 0; } - -.info { - background-color: #458588; - background-image: none; - border: 1px solid #376a6d; - color: #282828; } - .info .button { - background-color: #458588; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .info .button:focus, .info .button:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - .info .button:active, .info .button:active:hover, .info .button:active:focus, .info .button:active:hover:focus, .info .button:checked, .info .button:checked:hover, .info .button:checked:focus, .info .button:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - .info .button:insensitive { - border-color: rgba(34, 34, 34, 0.32); } - .info .button:active:insensitive, .info .button:checked:insensitive { - border-color: rgba(32, 32, 32, 0.32); } - .info .button.flat { - border-color: rgba(69, 133, 136, 0); - color: #282828; - background-color: rgba(69, 133, 136, 0); - background-image: none; - box-shadow: none; } - .info .button:hover, .info .button.flat:hover { - background-color: #488c8f; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - .info .button:hover:focus, .info .button:hover:hover, .info .button.flat:hover:focus, .info .button.flat:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - .info .button:hover:active, .info .button:hover:active:hover, .info .button:hover:active:focus, .info .button:hover:active:hover:focus, .info .button:hover:checked, .info .button:hover:checked:hover, .info .button:hover:checked:focus, .info .button:hover:checked:hover:focus, .info .button.flat:hover:active, .info .button.flat:hover:active:hover, .info .button.flat:hover:active:focus, .info .button.flat:hover:active:hover:focus, .info .button.flat:hover:checked, .info .button.flat:hover:checked:hover, .info .button.flat:hover:checked:focus, .info .button.flat:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - .info .button:hover:insensitive, .info .button.flat:hover:insensitive { - border-color: rgba(34, 34, 34, 0.4); } - .info .button:hover:active:insensitive, .info .button:hover:checked:insensitive, .info .button.flat:hover:active:insensitive, .info .button.flat:hover:checked:insensitive { - border-color: rgba(32, 32, 32, 0.4); } - .info .button:focus, .info .button.flat:focus { - background-color: #488c8f; - background-image: none; - border-color: rgba(40, 40, 40, 0.32); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .info .button:focus:hover, .info .button.flat:focus:hover { - background-color: #4c9296; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - .info .button:focus:hover:focus, .info .button:focus:hover:hover, .info .button.flat:focus:hover:focus, .info .button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - .info .button:focus:hover:active, .info .button:focus:hover:active:hover, .info .button:focus:hover:active:focus, .info .button:focus:hover:active:hover:focus, .info .button:focus:hover:checked, .info .button:focus:hover:checked:hover, .info .button:focus:hover:checked:focus, .info .button:focus:hover:checked:hover:focus, .info .button.flat:focus:hover:active, .info .button.flat:focus:hover:active:hover, .info .button.flat:focus:hover:active:focus, .info .button.flat:focus:hover:active:hover:focus, .info .button.flat:focus:hover:checked, .info .button.flat:focus:hover:checked:hover, .info .button.flat:focus:hover:checked:focus, .info .button.flat:focus:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - .info .button:focus:hover:insensitive, .info .button.flat:focus:hover:insensitive { - border-color: rgba(34, 34, 34, 0.4); } - .info .button:focus:hover:active:insensitive, .info .button:focus:hover:checked:insensitive, .info .button.flat:focus:hover:active:insensitive, .info .button.flat:focus:hover:checked:insensitive { - border-color: rgba(32, 32, 32, 0.4); } - .info .button:checked, .info .button:active, .info .button.flat:checked, .info .button.flat:active { - background-color: #928374; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(40, 40, 40, 0.06), inset 0 1px rgba(40, 40, 40, 0.07), inset -1px 0 rgba(40, 40, 40, 0.06), inset 0 -1px rgba(40, 40, 40, 0.05); } - .info .button:checked:focus, .info .button:checked:hover, .info .button:active:focus, .info .button:active:hover, .info .button.flat:checked:focus, .info .button.flat:checked:hover, .info .button.flat:active:focus, .info .button.flat:active:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - .info .button:checked:active, .info .button:checked:active:hover, .info .button:checked:active:focus, .info .button:checked:active:hover:focus, .info .button:checked:checked, .info .button:checked:checked:hover, .info .button:checked:checked:focus, .info .button:checked:checked:hover:focus, .info .button:active:active, .info .button:active:active:hover, .info .button:active:active:focus, .info .button:active:active:hover:focus, .info .button:active:checked, .info .button:active:checked:hover, .info .button:active:checked:focus, .info .button:active:checked:hover:focus, .info .button.flat:checked:active, .info .button.flat:checked:active:hover, .info .button.flat:checked:active:focus, .info .button.flat:checked:active:hover:focus, .info .button.flat:checked:checked, .info .button.flat:checked:checked:hover, .info .button.flat:checked:checked:focus, .info .button.flat:checked:checked:hover:focus, .info .button.flat:active:active, .info .button.flat:active:active:hover, .info .button.flat:active:active:focus, .info .button.flat:active:active:hover:focus, .info .button.flat:active:checked, .info .button.flat:active:checked:hover, .info .button.flat:active:checked:focus, .info .button.flat:active:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - .info .button:checked:insensitive, .info .button:active:insensitive, .info .button.flat:checked:insensitive, .info .button.flat:active:insensitive { - border-color: rgba(34, 34, 34, 0.32); } - .info .button:checked:active:insensitive, .info .button:checked:checked:insensitive, .info .button:active:active:insensitive, .info .button:active:checked:insensitive, .info .button.flat:checked:active:insensitive, .info .button.flat:checked:checked:insensitive, .info .button.flat:active:active:insensitive, .info .button.flat:active:checked:insensitive { - border-color: rgba(32, 32, 32, 0.32); } - .info .button:checked:focus, .info .button:checked:hover, .info .button:active:focus, .info .button:active:hover, .info .button.flat:checked:focus, .info .button.flat:checked:hover, .info .button.flat:active:focus, .info .button.flat:active:hover { - background-color: #988a7b; - background-image: none; - color: #282828; } - .info .button:focus, .info .button:hover, .info .button.flat:focus, .info .button.flat:hover { - color: #282828; } - .info .button:insensitive:insensitive, .info .button.flat:insensitive:insensitive { - background-color: alpha(mix(#458588,#282828,0.2),0.4); - background-image: none; - opacity: .6; - color: mix(#458588,#282828,0.6); - box-shadow: none; } - .info .button:insensitive:insensitive :insensitive, .info .button.flat:insensitive:insensitive :insensitive { - color: mix(#458588,#282828,0.6); } - .info .button:active:insensitive, .info .button:checked:insensitive { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - .info .button:active:insensitive:insensitive, .info .button:checked:insensitive:insensitive { - color: rgba(40, 40, 40, 0.85); } - .info .button.separator, .info .button .separator { - border: 1px solid currentColor; - color: rgba(69, 133, 136, 0.9); } - .info .button.separator:insensitive, .info .button .separator:insensitive { - color: rgba(69, 133, 136, 0.85); } - -.warning { - background-color: #d79921; - background-image: none; - border: 1px solid #ac7a1a; - color: #282828; } - .warning .button { - background-color: #d79921; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .warning .button:focus, .warning .button:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - .warning .button:active, .warning .button:active:hover, .warning .button:active:focus, .warning .button:active:hover:focus, .warning .button:checked, .warning .button:checked:hover, .warning .button:checked:focus, .warning .button:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - .warning .button:insensitive { - border-color: rgba(34, 34, 34, 0.32); } - .warning .button:active:insensitive, .warning .button:checked:insensitive { - border-color: rgba(32, 32, 32, 0.32); } - .warning .button.flat { - border-color: rgba(215, 153, 33, 0); - color: #282828; - background-color: rgba(215, 153, 33, 0); - background-image: none; - box-shadow: none; } - .warning .button:hover, .warning .button.flat:hover { - background-color: #de9f27; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - .warning .button:hover:focus, .warning .button:hover:hover, .warning .button.flat:hover:focus, .warning .button.flat:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - .warning .button:hover:active, .warning .button:hover:active:hover, .warning .button:hover:active:focus, .warning .button:hover:active:hover:focus, .warning .button:hover:checked, .warning .button:hover:checked:hover, .warning .button:hover:checked:focus, .warning .button:hover:checked:hover:focus, .warning .button.flat:hover:active, .warning .button.flat:hover:active:hover, .warning .button.flat:hover:active:focus, .warning .button.flat:hover:active:hover:focus, .warning .button.flat:hover:checked, .warning .button.flat:hover:checked:hover, .warning .button.flat:hover:checked:focus, .warning .button.flat:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - .warning .button:hover:insensitive, .warning .button.flat:hover:insensitive { - border-color: rgba(34, 34, 34, 0.4); } - .warning .button:hover:active:insensitive, .warning .button:hover:checked:insensitive, .warning .button.flat:hover:active:insensitive, .warning .button.flat:hover:checked:insensitive { - border-color: rgba(32, 32, 32, 0.4); } - .warning .button:focus, .warning .button.flat:focus { - background-color: #de9f27; - background-image: none; - border-color: rgba(40, 40, 40, 0.32); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .warning .button:focus:hover, .warning .button.flat:focus:hover { - background-color: #dfa431; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - .warning .button:focus:hover:focus, .warning .button:focus:hover:hover, .warning .button.flat:focus:hover:focus, .warning .button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - .warning .button:focus:hover:active, .warning .button:focus:hover:active:hover, .warning .button:focus:hover:active:focus, .warning .button:focus:hover:active:hover:focus, .warning .button:focus:hover:checked, .warning .button:focus:hover:checked:hover, .warning .button:focus:hover:checked:focus, .warning .button:focus:hover:checked:hover:focus, .warning .button.flat:focus:hover:active, .warning .button.flat:focus:hover:active:hover, .warning .button.flat:focus:hover:active:focus, .warning .button.flat:focus:hover:active:hover:focus, .warning .button.flat:focus:hover:checked, .warning .button.flat:focus:hover:checked:hover, .warning .button.flat:focus:hover:checked:focus, .warning .button.flat:focus:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - .warning .button:focus:hover:insensitive, .warning .button.flat:focus:hover:insensitive { - border-color: rgba(34, 34, 34, 0.4); } - .warning .button:focus:hover:active:insensitive, .warning .button:focus:hover:checked:insensitive, .warning .button.flat:focus:hover:active:insensitive, .warning .button.flat:focus:hover:checked:insensitive { - border-color: rgba(32, 32, 32, 0.4); } - .warning .button:checked, .warning .button:active, .warning .button.flat:checked, .warning .button.flat:active { - background-color: #928374; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(40, 40, 40, 0.06), inset 0 1px rgba(40, 40, 40, 0.07), inset -1px 0 rgba(40, 40, 40, 0.06), inset 0 -1px rgba(40, 40, 40, 0.05); } - .warning .button:checked:focus, .warning .button:checked:hover, .warning .button:active:focus, .warning .button:active:hover, .warning .button.flat:checked:focus, .warning .button.flat:checked:hover, .warning .button.flat:active:focus, .warning .button.flat:active:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - .warning .button:checked:active, .warning .button:checked:active:hover, .warning .button:checked:active:focus, .warning .button:checked:active:hover:focus, .warning .button:checked:checked, .warning .button:checked:checked:hover, .warning .button:checked:checked:focus, .warning .button:checked:checked:hover:focus, .warning .button:active:active, .warning .button:active:active:hover, .warning .button:active:active:focus, .warning .button:active:active:hover:focus, .warning .button:active:checked, .warning .button:active:checked:hover, .warning .button:active:checked:focus, .warning .button:active:checked:hover:focus, .warning .button.flat:checked:active, .warning .button.flat:checked:active:hover, .warning .button.flat:checked:active:focus, .warning .button.flat:checked:active:hover:focus, .warning .button.flat:checked:checked, .warning .button.flat:checked:checked:hover, .warning .button.flat:checked:checked:focus, .warning .button.flat:checked:checked:hover:focus, .warning .button.flat:active:active, .warning .button.flat:active:active:hover, .warning .button.flat:active:active:focus, .warning .button.flat:active:active:hover:focus, .warning .button.flat:active:checked, .warning .button.flat:active:checked:hover, .warning .button.flat:active:checked:focus, .warning .button.flat:active:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - .warning .button:checked:insensitive, .warning .button:active:insensitive, .warning .button.flat:checked:insensitive, .warning .button.flat:active:insensitive { - border-color: rgba(34, 34, 34, 0.32); } - .warning .button:checked:active:insensitive, .warning .button:checked:checked:insensitive, .warning .button:active:active:insensitive, .warning .button:active:checked:insensitive, .warning .button.flat:checked:active:insensitive, .warning .button.flat:checked:checked:insensitive, .warning .button.flat:active:active:insensitive, .warning .button.flat:active:checked:insensitive { - border-color: rgba(32, 32, 32, 0.32); } - .warning .button:checked:focus, .warning .button:checked:hover, .warning .button:active:focus, .warning .button:active:hover, .warning .button.flat:checked:focus, .warning .button.flat:checked:hover, .warning .button.flat:active:focus, .warning .button.flat:active:hover { - background-color: #988a7b; - background-image: none; - color: #282828; } - .warning .button:focus, .warning .button:hover, .warning .button.flat:focus, .warning .button.flat:hover { - color: #282828; } - .warning .button:insensitive:insensitive, .warning .button.flat:insensitive:insensitive { - background-color: alpha(mix(#d79921,#282828,0.2),0.4); - background-image: none; - opacity: .6; - color: mix(#d79921,#282828,0.6); - box-shadow: none; } - .warning .button:insensitive:insensitive :insensitive, .warning .button.flat:insensitive:insensitive :insensitive { - color: mix(#d79921,#282828,0.6); } - .warning .button:active:insensitive, .warning .button:checked:insensitive { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - .warning .button:active:insensitive:insensitive, .warning .button:checked:insensitive:insensitive { - color: rgba(40, 40, 40, 0.85); } - .warning .button.separator, .warning .button .separator { - border: 1px solid currentColor; - color: rgba(215, 153, 33, 0.9); } - .warning .button.separator:insensitive, .warning .button .separator:insensitive { - color: rgba(215, 153, 33, 0.85); } - -.question { - background-color: #458588; - background-image: none; - border: 1px solid #376a6d; - color: #282828; } - .question .button { - background-color: #458588; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .question .button:focus, .question .button:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - .question .button:active, .question .button:active:hover, .question .button:active:focus, .question .button:active:hover:focus, .question .button:checked, .question .button:checked:hover, .question .button:checked:focus, .question .button:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - .question .button:insensitive { - border-color: rgba(34, 34, 34, 0.32); } - .question .button:active:insensitive, .question .button:checked:insensitive { - border-color: rgba(32, 32, 32, 0.32); } - .question .button.flat { - border-color: rgba(69, 133, 136, 0); - color: #282828; - background-color: rgba(69, 133, 136, 0); - background-image: none; - box-shadow: none; } - .question .button:hover, .question .button.flat:hover { - background-color: #488c8f; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - .question .button:hover:focus, .question .button:hover:hover, .question .button.flat:hover:focus, .question .button.flat:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - .question .button:hover:active, .question .button:hover:active:hover, .question .button:hover:active:focus, .question .button:hover:active:hover:focus, .question .button:hover:checked, .question .button:hover:checked:hover, .question .button:hover:checked:focus, .question .button:hover:checked:hover:focus, .question .button.flat:hover:active, .question .button.flat:hover:active:hover, .question .button.flat:hover:active:focus, .question .button.flat:hover:active:hover:focus, .question .button.flat:hover:checked, .question .button.flat:hover:checked:hover, .question .button.flat:hover:checked:focus, .question .button.flat:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - .question .button:hover:insensitive, .question .button.flat:hover:insensitive { - border-color: rgba(34, 34, 34, 0.4); } - .question .button:hover:active:insensitive, .question .button:hover:checked:insensitive, .question .button.flat:hover:active:insensitive, .question .button.flat:hover:checked:insensitive { - border-color: rgba(32, 32, 32, 0.4); } - .question .button:focus, .question .button.flat:focus { - background-color: #488c8f; - background-image: none; - border-color: rgba(40, 40, 40, 0.32); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .question .button:focus:hover, .question .button.flat:focus:hover { - background-color: #4c9296; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - .question .button:focus:hover:focus, .question .button:focus:hover:hover, .question .button.flat:focus:hover:focus, .question .button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - .question .button:focus:hover:active, .question .button:focus:hover:active:hover, .question .button:focus:hover:active:focus, .question .button:focus:hover:active:hover:focus, .question .button:focus:hover:checked, .question .button:focus:hover:checked:hover, .question .button:focus:hover:checked:focus, .question .button:focus:hover:checked:hover:focus, .question .button.flat:focus:hover:active, .question .button.flat:focus:hover:active:hover, .question .button.flat:focus:hover:active:focus, .question .button.flat:focus:hover:active:hover:focus, .question .button.flat:focus:hover:checked, .question .button.flat:focus:hover:checked:hover, .question .button.flat:focus:hover:checked:focus, .question .button.flat:focus:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - .question .button:focus:hover:insensitive, .question .button.flat:focus:hover:insensitive { - border-color: rgba(34, 34, 34, 0.4); } - .question .button:focus:hover:active:insensitive, .question .button:focus:hover:checked:insensitive, .question .button.flat:focus:hover:active:insensitive, .question .button.flat:focus:hover:checked:insensitive { - border-color: rgba(32, 32, 32, 0.4); } - .question .button:checked, .question .button:active, .question .button.flat:checked, .question .button.flat:active { - background-color: #928374; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(40, 40, 40, 0.06), inset 0 1px rgba(40, 40, 40, 0.07), inset -1px 0 rgba(40, 40, 40, 0.06), inset 0 -1px rgba(40, 40, 40, 0.05); } - .question .button:checked:focus, .question .button:checked:hover, .question .button:active:focus, .question .button:active:hover, .question .button.flat:checked:focus, .question .button.flat:checked:hover, .question .button.flat:active:focus, .question .button.flat:active:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - .question .button:checked:active, .question .button:checked:active:hover, .question .button:checked:active:focus, .question .button:checked:active:hover:focus, .question .button:checked:checked, .question .button:checked:checked:hover, .question .button:checked:checked:focus, .question .button:checked:checked:hover:focus, .question .button:active:active, .question .button:active:active:hover, .question .button:active:active:focus, .question .button:active:active:hover:focus, .question .button:active:checked, .question .button:active:checked:hover, .question .button:active:checked:focus, .question .button:active:checked:hover:focus, .question .button.flat:checked:active, .question .button.flat:checked:active:hover, .question .button.flat:checked:active:focus, .question .button.flat:checked:active:hover:focus, .question .button.flat:checked:checked, .question .button.flat:checked:checked:hover, .question .button.flat:checked:checked:focus, .question .button.flat:checked:checked:hover:focus, .question .button.flat:active:active, .question .button.flat:active:active:hover, .question .button.flat:active:active:focus, .question .button.flat:active:active:hover:focus, .question .button.flat:active:checked, .question .button.flat:active:checked:hover, .question .button.flat:active:checked:focus, .question .button.flat:active:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - .question .button:checked:insensitive, .question .button:active:insensitive, .question .button.flat:checked:insensitive, .question .button.flat:active:insensitive { - border-color: rgba(34, 34, 34, 0.32); } - .question .button:checked:active:insensitive, .question .button:checked:checked:insensitive, .question .button:active:active:insensitive, .question .button:active:checked:insensitive, .question .button.flat:checked:active:insensitive, .question .button.flat:checked:checked:insensitive, .question .button.flat:active:active:insensitive, .question .button.flat:active:checked:insensitive { - border-color: rgba(32, 32, 32, 0.32); } - .question .button:checked:focus, .question .button:checked:hover, .question .button:active:focus, .question .button:active:hover, .question .button.flat:checked:focus, .question .button.flat:checked:hover, .question .button.flat:active:focus, .question .button.flat:active:hover { - background-color: #988a7b; - background-image: none; - color: #282828; } - .question .button:focus, .question .button:hover, .question .button.flat:focus, .question .button.flat:hover { - color: #282828; } - .question .button:insensitive:insensitive, .question .button.flat:insensitive:insensitive { - background-color: alpha(mix(#458588,#282828,0.2),0.4); - background-image: none; - opacity: .6; - color: mix(#458588,#282828,0.6); - box-shadow: none; } - .question .button:insensitive:insensitive :insensitive, .question .button.flat:insensitive:insensitive :insensitive { - color: mix(#458588,#282828,0.6); } - .question .button:active:insensitive, .question .button:checked:insensitive { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - .question .button:active:insensitive:insensitive, .question .button:checked:insensitive:insensitive { - color: rgba(40, 40, 40, 0.85); } - .question .button.separator, .question .button .separator { - border: 1px solid currentColor; - color: rgba(69, 133, 136, 0.9); } - .question .button.separator:insensitive, .question .button .separator:insensitive { - color: rgba(69, 133, 136, 0.85); } - -.error { - background-color: #cc241d; - background-image: none; - border: 1px solid #a31d17; - color: #282828; } - .error .button { - background-color: #cc241d; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .error .button:focus, .error .button:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - .error .button:active, .error .button:active:hover, .error .button:active:focus, .error .button:active:hover:focus, .error .button:checked, .error .button:checked:hover, .error .button:checked:focus, .error .button:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - .error .button:insensitive { - border-color: rgba(34, 34, 34, 0.32); } - .error .button:active:insensitive, .error .button:checked:insensitive { - border-color: rgba(32, 32, 32, 0.32); } - .error .button.flat { - border-color: rgba(204, 36, 29, 0); - color: #282828; - background-color: rgba(204, 36, 29, 0); - background-image: none; - box-shadow: none; } - .error .button:hover, .error .button.flat:hover { - background-color: #d6261e; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - .error .button:hover:focus, .error .button:hover:hover, .error .button.flat:hover:focus, .error .button.flat:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - .error .button:hover:active, .error .button:hover:active:hover, .error .button:hover:active:focus, .error .button:hover:active:hover:focus, .error .button:hover:checked, .error .button:hover:checked:hover, .error .button:hover:checked:focus, .error .button:hover:checked:hover:focus, .error .button.flat:hover:active, .error .button.flat:hover:active:hover, .error .button.flat:hover:active:focus, .error .button.flat:hover:active:hover:focus, .error .button.flat:hover:checked, .error .button.flat:hover:checked:hover, .error .button.flat:hover:checked:focus, .error .button.flat:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - .error .button:hover:insensitive, .error .button.flat:hover:insensitive { - border-color: rgba(34, 34, 34, 0.4); } - .error .button:hover:active:insensitive, .error .button:hover:checked:insensitive, .error .button.flat:hover:active:insensitive, .error .button.flat:hover:checked:insensitive { - border-color: rgba(32, 32, 32, 0.4); } - .error .button:focus, .error .button.flat:focus { - background-color: #d6261e; - background-image: none; - border-color: rgba(40, 40, 40, 0.32); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .error .button:focus:hover, .error .button.flat:focus:hover { - background-color: #df2821; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - .error .button:focus:hover:focus, .error .button:focus:hover:hover, .error .button.flat:focus:hover:focus, .error .button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - .error .button:focus:hover:active, .error .button:focus:hover:active:hover, .error .button:focus:hover:active:focus, .error .button:focus:hover:active:hover:focus, .error .button:focus:hover:checked, .error .button:focus:hover:checked:hover, .error .button:focus:hover:checked:focus, .error .button:focus:hover:checked:hover:focus, .error .button.flat:focus:hover:active, .error .button.flat:focus:hover:active:hover, .error .button.flat:focus:hover:active:focus, .error .button.flat:focus:hover:active:hover:focus, .error .button.flat:focus:hover:checked, .error .button.flat:focus:hover:checked:hover, .error .button.flat:focus:hover:checked:focus, .error .button.flat:focus:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - .error .button:focus:hover:insensitive, .error .button.flat:focus:hover:insensitive { - border-color: rgba(34, 34, 34, 0.4); } - .error .button:focus:hover:active:insensitive, .error .button:focus:hover:checked:insensitive, .error .button.flat:focus:hover:active:insensitive, .error .button.flat:focus:hover:checked:insensitive { - border-color: rgba(32, 32, 32, 0.4); } - .error .button:checked, .error .button:active, .error .button.flat:checked, .error .button.flat:active { - background-color: #928374; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(40, 40, 40, 0.06), inset 0 1px rgba(40, 40, 40, 0.07), inset -1px 0 rgba(40, 40, 40, 0.06), inset 0 -1px rgba(40, 40, 40, 0.05); } - .error .button:checked:focus, .error .button:checked:hover, .error .button:active:focus, .error .button:active:hover, .error .button.flat:checked:focus, .error .button.flat:checked:hover, .error .button.flat:active:focus, .error .button.flat:active:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - .error .button:checked:active, .error .button:checked:active:hover, .error .button:checked:active:focus, .error .button:checked:active:hover:focus, .error .button:checked:checked, .error .button:checked:checked:hover, .error .button:checked:checked:focus, .error .button:checked:checked:hover:focus, .error .button:active:active, .error .button:active:active:hover, .error .button:active:active:focus, .error .button:active:active:hover:focus, .error .button:active:checked, .error .button:active:checked:hover, .error .button:active:checked:focus, .error .button:active:checked:hover:focus, .error .button.flat:checked:active, .error .button.flat:checked:active:hover, .error .button.flat:checked:active:focus, .error .button.flat:checked:active:hover:focus, .error .button.flat:checked:checked, .error .button.flat:checked:checked:hover, .error .button.flat:checked:checked:focus, .error .button.flat:checked:checked:hover:focus, .error .button.flat:active:active, .error .button.flat:active:active:hover, .error .button.flat:active:active:focus, .error .button.flat:active:active:hover:focus, .error .button.flat:active:checked, .error .button.flat:active:checked:hover, .error .button.flat:active:checked:focus, .error .button.flat:active:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - .error .button:checked:insensitive, .error .button:active:insensitive, .error .button.flat:checked:insensitive, .error .button.flat:active:insensitive { - border-color: rgba(34, 34, 34, 0.32); } - .error .button:checked:active:insensitive, .error .button:checked:checked:insensitive, .error .button:active:active:insensitive, .error .button:active:checked:insensitive, .error .button.flat:checked:active:insensitive, .error .button.flat:checked:checked:insensitive, .error .button.flat:active:active:insensitive, .error .button.flat:active:checked:insensitive { - border-color: rgba(32, 32, 32, 0.32); } - .error .button:checked:focus, .error .button:checked:hover, .error .button:active:focus, .error .button:active:hover, .error .button.flat:checked:focus, .error .button.flat:checked:hover, .error .button.flat:active:focus, .error .button.flat:active:hover { - background-color: #988a7b; - background-image: none; - color: #282828; } - .error .button:focus, .error .button:hover, .error .button.flat:focus, .error .button.flat:hover { - color: #282828; } - .error .button:insensitive:insensitive, .error .button.flat:insensitive:insensitive { - background-color: alpha(mix(#cc241d,#282828,0.2),0.4); - background-image: none; - opacity: .6; - color: mix(#cc241d,#282828,0.6); - box-shadow: none; } - .error .button:insensitive:insensitive :insensitive, .error .button.flat:insensitive:insensitive :insensitive { - color: mix(#cc241d,#282828,0.6); } - .error .button:active:insensitive, .error .button:checked:insensitive { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - .error .button:active:insensitive:insensitive, .error .button:checked:insensitive:insensitive { - color: rgba(40, 40, 40, 0.85); } - .error .button.separator, .error .button .separator { - border: 1px solid currentColor; - color: rgba(204, 36, 29, 0.9); } - .error .button.separator:insensitive, .error .button .separator:insensitive { - color: rgba(204, 36, 29, 0.85); } - -/********* - ! Entry * -**********/ -.entry.linked, .linked .entry { - border-width: 1px; - border-radius: 0; - border-right-width: 0; - border-left-width: 0; } - .entry.linked:first-child, .linked .entry:first-child { - border-width: 1px; - border-radius: 4px; - border-right-width: 0; - border-bottom-right-radius: 0; - border-top-right-radius: 0; } - .entry.linked:last-child, .linked .entry:last-child { - border-width: 1px; - border-radius: 4px; - border-left-width: 0; - border-bottom-left-radius: 0; - border-top-left-radius: 0; } - .entry.linked:only-child, .linked .entry:only-child { - border-width: 1px; - border-radius: 4px; } - -.entry, .menuitem .entry, GtkPopover .entry { - padding: 2px 3px; - border-width: 1px; - border-style: solid; - border-radius: 4px; - transition: border 150ms ease; - box-shadow: inset 1px 1px rgba(66, 52, 17, 0.06), inset -1px 0 rgba(66, 52, 17, 0.06); } - .entry:focus, .entry:hover, .entry:active { - transition: none; } - .entry:selected, .entry:selected:focus { - background-color: #928374; - color: #282828; } - .entry:insensitive { - box-shadow: none; } - .progressbar.entry { - background-color: #928374; - background-image: none; - border-width: 0; - border-radius: 4px; - color: #282828; } - .image.left.entry { - padding-right: 3px; } - -/********* - ! Menubar -**********/ -.menubar { - -GtkWidget-window-dragging: true; - border: 0; - background-color: #1d2021; - background-image: none; - color: #fbf1c7; } - .menubar.menuitem, .menubar .menuitem { - padding: 5px 7px; - border: 1px solid transparent; - background-color: transparent; - background-image: none; - color: #fbf1c7; } - .menubar.menuitem:hover, .menubar .menuitem:hover { - border-color: mix(#1d2021,#fbf1c7,0.21); - background-color: mix(#1d2021,#fbf1c7,0.21); - background-image: none; - color: #fdf9e9; } - .menubar.menuitem *:hover, .menubar .menuitem *:hover { - color: #fdf9e9; } - -/****** - ! Menu -*******/ -* { - -GtkMenu-horizontal-padding: 0; - -GtkMenu-vertical-padding: 0; } - -GtkTreeMenu.menu, GtkTreeMenu .menu, GtkMenuToolButton.menu, GtkMenuToolButton .menu, GtkComboBox.menu, GtkComboBox .menu { - background-color: #1d2021; - margin: 3px; } - -#toolbar-popup, .menu { - padding: 0; - border-radius: 0; - border: 1px solid mix(#1d2021,#fbf1c7,0.21); - background-color: #1d2021; - color: #fbf1c7; } - #toolbar-popup:selected, .menu:selected { - background-color: #928374; } - #toolbar-popup .button, #toolbar-popup .button:hover, #toolbar-popup .button:active, #toolbar-popup .button:active *:insensitive, #toolbar-popup .button:insensitive, .menu .button, .menu .button:hover, .menu .button:active, .menu .button:active *:insensitive, .menu .button:insensitive { - border-width: 0; - background-color: transparent; - background-image: none; } - -.context-menu { - font: initial; } - -GtkTreeMenu .menuitem { - padding: 0; - border-width: 0; } - -.menuitem, .menu .menuitem { - margin: 3px; - padding: 5px 7px; - border: 0; - border-radius: 0; - background-color: transparent; - background-image: none; - -GtkMenuItem-arrow-scaling: .5; } - .menuitem:active, .menuitem:hover, .menu .menuitem:active, .menu .menuitem:hover { - border: 0; - background-color: #928374; - background-image: none; - color: #282828; } - .menuitem *:active, .menuitem *:hover, .menu .menuitem *:active, .menu .menuitem *:hover { - color: #282828; } - .menuitem:insensitive, .menuitem *:insensitive, .menu .menuitem:insensitive, .menu .menuitem *:insensitive { - color: mix(#fbf1c7,#1d2021,0.5); } - -.menuitem.check, .menuitem.check:focus, .menuitem.check:hover, .menuitem.check:insensitive, .menuitem.radio, .menuitem.radio:focus, .menuitem.radio:hover, .menuitem.radio:insensitive { - background-image: none; } - -.menuitem.check, .menuitem.check:focus, .menuitem.check:hover, .menuitem.check:active, .menuitem.check:insensitive, .menuitem.radio, .menuitem.radio:focus, .menuitem.radio:hover, .menuitem.radio:active, .menuitem.radio:insensitive { - border-style: none; - background-color: transparent; } - -.menuitem.separator { - -GtkMenuItem-horizontal-padding: 0; - -GtkWidget-separator-height: 1; - border-style: none; - color: #1a1d1e; } - -.menuitem.button, .menuitem.button:focus, .menuitem.button:active, .menuitem.button:insensitive, .menuitem.button:active:insensitive, .menuitem.button.flat, .menuitem.button.flat:focus, .menuitem.button.flat:active, .menuitem.button.flat:insensitive, .menuitem.button.flat:active:insensitive { - background-color: transparent; - background-image: none; - border: 0; - box-shadow: none; - color: currentColor; } - -.menuitem.button:hover, .menuitem.button:focus:hover, .menuitem.button:active:hover, .menuitem.button:selected, .menuitem.button.flat:hover, .menuitem.button.flat:focus:hover, .menuitem.button.flat:active:hover, .menuitem.button.flat:selected { - background-image: none; - background-color: #928374; - color: #282828; } - -.menuitem GtkCalendar:inconsistent { - color: mix(#fbf1c7,#1d2021,0.5); } - -.menuitem GtkCalendar .button { - border-style: none; - background-color: transparent; - background-image: none; } - -.menuitem .accelerator { - color: rgba(251, 241, 199, 0.6); } - .menuitem .accelerator:hover { - color: rgba(40, 40, 40, 0.8); } - .menuitem .accelerator:insensitive { - color: alpha(mix(#fbf1c7,#1d2021,0.5),0.4); } - -.menuitem .entry { - background-color: #1d2021; - background-image: none; - border-color: #171a1a; - color: #fbf1c7; } - .menuitem .entry:focus, .menuitem .entry:hover { - border-color: mix(#928374,#1d2021,0.3); } - .menuitem .entry:active, .menuitem .entry:active:hover, .menuitem .entry:active:focus, .menuitem .entry:active:hover:focus, .menuitem .entry:checked, .menuitem .entry:checked:hover, .menuitem .entry:checked:focus, .menuitem .entry:checked:hover:focus { - border-color: #141617; } - .menuitem .entry:insensitive { - border-color: #191b1c; } - .menuitem .entry:active:insensitive, .menuitem .entry:checked:insensitive { - border-color: #171a1a; } - .menuitem .entry:focus, .menuitem .entry:active { - border-color: #928374; } - .menuitem .entry:insensitive { - background-color: #1a1d1e; - background-image: none; - color: mix(#1d2021,#fbf1c7,0.5); } - -GtkModelMenuItem GtkBox GtkImage { - padding-right: 3px; } - -/********* - ! Popover -**********/ -GtkPopover { - border-color: #171a1a; - margin: 10px; - padding: 3px; - border-radius: 4px; - border-width: 1px; - border-style: solid; - background-clip: border-box; - background-color: #1d2021; - background-image: none; - color: #fbf1c7; - box-shadow: 0 3px 6px rgba(131, 104, 34, 0.16); } - GtkPopover:focus, GtkPopover:hover { - border-color: mix(#928374,#1d2021,0.3); } - GtkPopover:active, GtkPopover:active:hover, GtkPopover:active:focus, GtkPopover:active:hover:focus, GtkPopover:checked, GtkPopover:checked:hover, GtkPopover:checked:focus, GtkPopover:checked:hover:focus { - border-color: #141617; } - GtkPopover:insensitive { - border-color: #191b1c; } - GtkPopover:active:insensitive, GtkPopover:checked:insensitive { - border-color: #171a1a; } - GtkPopover.background { - background-image: none; - background-color: #1d2021; - color: #fbf1c7; } - GtkPopover:backdrop { - box-shadow: none; } - GtkPopover.osd { - box-shadow: 0 2px 7px 3px rgba(131, 104, 34, 0.5); } - GtkPopover.osd > .toolbar .button { - border-radius: 0; - border-width: 0; - background-color: transparent; - background-image: none; } - GtkPopover .view, GtkPopover GtkHTML, GtkPopover .list { - background-color: #262a2b; - background-image: none; - color: #fbf1c7; } - GtkPopover .view:hover, GtkPopover GtkHTML:hover, GtkPopover .list:hover { - background-image: none; - background-color: #928374; - color: #282828; } - GtkPopover .list-row, GtkPopover .list-row.button { - background-color: transparent; - background-image: none; - color: #fbf1c7; } - GtkPopover .list-row:focus, GtkPopover .list-row:hover, GtkPopover .list-row:active, GtkPopover .list-row.button:focus, GtkPopover .list-row.button:hover, GtkPopover .list-row.button:active { - background-image: none; - background-color: #928374; - color: #282828; } - GtkPopover .frame { - border-color: #171a1a; - border-radius: 4px; } - GtkPopover .entry { - background-color: #282828; - background-image: none; - border-color: #202020; - color: #ebdbb2; } - GtkPopover .entry:focus, GtkPopover .entry:hover { - border-color: mix(#928374,#282828,0.3); } - GtkPopover .entry:active, GtkPopover .entry:active:hover, GtkPopover .entry:active:focus, GtkPopover .entry:active:hover:focus, GtkPopover .entry:checked, GtkPopover .entry:checked:hover, GtkPopover .entry:checked:focus, GtkPopover .entry:checked:hover:focus { - border-color: #1c1c1c; } - GtkPopover .entry:insensitive { - border-color: #222222; } - GtkPopover .entry:active:insensitive, GtkPopover .entry:checked:insensitive { - border-color: #202020; } - GtkPopover .entry:focus, GtkPopover .entry:active { - border-color: #928374; } - GtkPopover .entry:insensitive { - background-color: #242424; - background-image: none; - color: mix(#282828,#ebdbb2,0.5); } - GtkPopover .button { - background-color: #282828; - background-image: none; - border-color: rgba(245, 220, 115, 0.32); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - GtkPopover .button:focus, GtkPopover .button:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.32),0.3); } - GtkPopover .button:active, GtkPopover .button:active:hover, GtkPopover .button:active:focus, GtkPopover .button:active:hover:focus, GtkPopover .button:checked, GtkPopover .button:checked:hover, GtkPopover .button:checked:focus, GtkPopover .button:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.32); } - GtkPopover .button:insensitive { - border-color: rgba(247, 225, 136, 0.32); } - GtkPopover .button:active:insensitive, GtkPopover .button:checked:insensitive { - border-color: rgba(245, 220, 115, 0.32); } - GtkPopover .button.flat { - border-color: rgba(40, 40, 40, 0); - color: #fbf1c7; - background-color: rgba(40, 40, 40, 0); - background-image: none; - box-shadow: none; } - GtkPopover .button:hover, GtkPopover .button.flat:hover { - background-color: #2a2a2a; - background-image: none; - border-color: rgba(245, 220, 115, 0.4); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - GtkPopover .button:hover:focus, GtkPopover .button:hover:hover, GtkPopover .button.flat:hover:focus, GtkPopover .button.flat:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.4),0.3); } - GtkPopover .button:hover:active, GtkPopover .button:hover:active:hover, GtkPopover .button:hover:active:focus, GtkPopover .button:hover:active:hover:focus, GtkPopover .button:hover:checked, GtkPopover .button:hover:checked:hover, GtkPopover .button:hover:checked:focus, GtkPopover .button:hover:checked:hover:focus, GtkPopover .button.flat:hover:active, GtkPopover .button.flat:hover:active:hover, GtkPopover .button.flat:hover:active:focus, GtkPopover .button.flat:hover:active:hover:focus, GtkPopover .button.flat:hover:checked, GtkPopover .button.flat:hover:checked:hover, GtkPopover .button.flat:hover:checked:focus, GtkPopover .button.flat:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.4); } - GtkPopover .button:hover:insensitive, GtkPopover .button.flat:hover:insensitive { - border-color: rgba(247, 225, 136, 0.4); } - GtkPopover .button:hover:active:insensitive, GtkPopover .button:hover:checked:insensitive, GtkPopover .button.flat:hover:active:insensitive, GtkPopover .button.flat:hover:checked:insensitive { - border-color: rgba(245, 220, 115, 0.4); } - GtkPopover .button:focus, GtkPopover .button.flat:focus { - background-color: #2a2a2a; - background-image: none; - border-color: rgba(251, 241, 199, 0.32); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - GtkPopover .button:focus:hover, GtkPopover .button.flat:focus:hover { - background-color: #2c2c2c; - background-image: none; - border-color: rgba(245, 220, 115, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - GtkPopover .button:focus:hover:focus, GtkPopover .button:focus:hover:hover, GtkPopover .button.flat:focus:hover:focus, GtkPopover .button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.4),0.3); } - GtkPopover .button:focus:hover:active, GtkPopover .button:focus:hover:active:hover, GtkPopover .button:focus:hover:active:focus, GtkPopover .button:focus:hover:active:hover:focus, GtkPopover .button:focus:hover:checked, GtkPopover .button:focus:hover:checked:hover, GtkPopover .button:focus:hover:checked:focus, GtkPopover .button:focus:hover:checked:hover:focus, GtkPopover .button.flat:focus:hover:active, GtkPopover .button.flat:focus:hover:active:hover, GtkPopover .button.flat:focus:hover:active:focus, GtkPopover .button.flat:focus:hover:active:hover:focus, GtkPopover .button.flat:focus:hover:checked, GtkPopover .button.flat:focus:hover:checked:hover, GtkPopover .button.flat:focus:hover:checked:focus, GtkPopover .button.flat:focus:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.4); } - GtkPopover .button:focus:hover:insensitive, GtkPopover .button.flat:focus:hover:insensitive { - border-color: rgba(247, 225, 136, 0.4); } - GtkPopover .button:focus:hover:active:insensitive, GtkPopover .button:focus:hover:checked:insensitive, GtkPopover .button.flat:focus:hover:active:insensitive, GtkPopover .button.flat:focus:hover:checked:insensitive { - border-color: rgba(245, 220, 115, 0.4); } - GtkPopover .button:checked, GtkPopover .button:active, GtkPopover .button.flat:checked, GtkPopover .button.flat:active { - background-color: #928374; - background-image: none; - border-color: rgba(245, 220, 115, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(251, 241, 199, 0.06), inset 0 1px rgba(251, 241, 199, 0.07), inset -1px 0 rgba(251, 241, 199, 0.06), inset 0 -1px rgba(251, 241, 199, 0.05); } - GtkPopover .button:checked:focus, GtkPopover .button:checked:hover, GtkPopover .button:active:focus, GtkPopover .button:active:hover, GtkPopover .button.flat:checked:focus, GtkPopover .button.flat:checked:hover, GtkPopover .button.flat:active:focus, GtkPopover .button.flat:active:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.32),0.3); } - GtkPopover .button:checked:active, GtkPopover .button:checked:active:hover, GtkPopover .button:checked:active:focus, GtkPopover .button:checked:active:hover:focus, GtkPopover .button:checked:checked, GtkPopover .button:checked:checked:hover, GtkPopover .button:checked:checked:focus, GtkPopover .button:checked:checked:hover:focus, GtkPopover .button:active:active, GtkPopover .button:active:active:hover, GtkPopover .button:active:active:focus, GtkPopover .button:active:active:hover:focus, GtkPopover .button:active:checked, GtkPopover .button:active:checked:hover, GtkPopover .button:active:checked:focus, GtkPopover .button:active:checked:hover:focus, GtkPopover .button.flat:checked:active, GtkPopover .button.flat:checked:active:hover, GtkPopover .button.flat:checked:active:focus, GtkPopover .button.flat:checked:active:hover:focus, GtkPopover .button.flat:checked:checked, GtkPopover .button.flat:checked:checked:hover, GtkPopover .button.flat:checked:checked:focus, GtkPopover .button.flat:checked:checked:hover:focus, GtkPopover .button.flat:active:active, GtkPopover .button.flat:active:active:hover, GtkPopover .button.flat:active:active:focus, GtkPopover .button.flat:active:active:hover:focus, GtkPopover .button.flat:active:checked, GtkPopover .button.flat:active:checked:hover, GtkPopover .button.flat:active:checked:focus, GtkPopover .button.flat:active:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.32); } - GtkPopover .button:checked:insensitive, GtkPopover .button:active:insensitive, GtkPopover .button.flat:checked:insensitive, GtkPopover .button.flat:active:insensitive { - border-color: rgba(247, 225, 136, 0.32); } - GtkPopover .button:checked:active:insensitive, GtkPopover .button:checked:checked:insensitive, GtkPopover .button:active:active:insensitive, GtkPopover .button:active:checked:insensitive, GtkPopover .button.flat:checked:active:insensitive, GtkPopover .button.flat:checked:checked:insensitive, GtkPopover .button.flat:active:active:insensitive, GtkPopover .button.flat:active:checked:insensitive { - border-color: rgba(245, 220, 115, 0.32); } - GtkPopover .button:checked:focus, GtkPopover .button:checked:hover, GtkPopover .button:active:focus, GtkPopover .button:active:hover, GtkPopover .button.flat:checked:focus, GtkPopover .button.flat:checked:hover, GtkPopover .button.flat:active:focus, GtkPopover .button.flat:active:hover { - background-color: #988a7b; - background-image: none; - color: #282828; } - GtkPopover .button:focus, GtkPopover .button:hover, GtkPopover .button.flat:focus, GtkPopover .button.flat:hover { - color: #fbf1c7; } - GtkPopover .button:insensitive:insensitive, GtkPopover .button.flat:insensitive:insensitive { - background-color: alpha(mix(#282828,#fbf1c7,0.2),0.4); - background-image: none; - opacity: .6; - color: mix(#282828,#fbf1c7,0.6); - box-shadow: none; } - GtkPopover .button:insensitive:insensitive :insensitive, GtkPopover .button.flat:insensitive:insensitive :insensitive { - color: mix(#282828,#fbf1c7,0.6); } - GtkPopover .button:active:insensitive, GtkPopover .button:checked:insensitive { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - GtkPopover .button:active:insensitive:insensitive, GtkPopover .button:checked:insensitive:insensitive { - color: rgba(40, 40, 40, 0.85); } - GtkPopover .button.separator, GtkPopover .button .separator { - border: 1px solid currentColor; - color: rgba(40, 40, 40, 0.9); } - GtkPopover .button.separator:insensitive, GtkPopover .button .separator:insensitive { - color: rgba(40, 40, 40, 0.85); } - GtkPopover > .list, GtkPopover > .view, GtkPopover > GtkHTML, GtkPopover > .toolbar { - background-color: transparent; } - GtkPopover .separator { - border: 0; - background-color: transparent; - color: #1a1d1e; - font-size: 80%; - font-weight: bold; } - -GtkModelButton.button, GtkModelButton.button:backdrop { - background-color: transparent; - background-image: none; - border-color: shade(alpha(currentColor,0.32),0.8); - color: currentColor; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - GtkModelButton.button:focus, GtkModelButton.button:hover, GtkModelButton.button:backdrop:focus, GtkModelButton.button:backdrop:hover { - border-color: mix(#928374,alpha(currentColor,0.32),0.3); } - GtkModelButton.button:active, GtkModelButton.button:active:hover, GtkModelButton.button:active:focus, GtkModelButton.button:active:hover:focus, GtkModelButton.button:checked, GtkModelButton.button:checked:hover, GtkModelButton.button:checked:focus, GtkModelButton.button:checked:hover:focus, GtkModelButton.button:backdrop:active, GtkModelButton.button:backdrop:active:hover, GtkModelButton.button:backdrop:active:focus, GtkModelButton.button:backdrop:active:hover:focus, GtkModelButton.button:backdrop:checked, GtkModelButton.button:backdrop:checked:hover, GtkModelButton.button:backdrop:checked:focus, GtkModelButton.button:backdrop:checked:hover:focus { - border-color: shade(alpha(currentColor,0.32),0.7); } - GtkModelButton.button:insensitive, GtkModelButton.button:backdrop:insensitive { - border-color: shade(alpha(currentColor,0.32),0.85); } - GtkModelButton.button:active:insensitive, GtkModelButton.button:checked:insensitive, GtkModelButton.button:backdrop:active:insensitive, GtkModelButton.button:backdrop:checked:insensitive { - border-color: shade(alpha(currentColor,0.32),0.8); } - GtkModelButton.button.flat, GtkModelButton.button:backdrop.flat { - border-color: transparent; - color: currentColor; - background-color: transparent; - background-image: none; - box-shadow: none; } - GtkModelButton.button:hover, GtkModelButton.button.flat:hover, GtkModelButton.button:backdrop:hover, GtkModelButton.button:backdrop.flat:hover { - background-color: transparent; - background-image: none; - border-color: shade(alpha(currentColor,0.4),0.8); - color: currentColor; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - GtkModelButton.button:hover:focus, GtkModelButton.button:hover:hover, GtkModelButton.button.flat:hover:focus, GtkModelButton.button.flat:hover:hover, GtkModelButton.button:backdrop:hover:focus, GtkModelButton.button:backdrop:hover:hover, GtkModelButton.button:backdrop.flat:hover:focus, GtkModelButton.button:backdrop.flat:hover:hover { - border-color: mix(#928374,alpha(currentColor,0.4),0.3); } - GtkModelButton.button:hover:active, GtkModelButton.button:hover:active:hover, GtkModelButton.button:hover:active:focus, GtkModelButton.button:hover:active:hover:focus, GtkModelButton.button:hover:checked, GtkModelButton.button:hover:checked:hover, GtkModelButton.button:hover:checked:focus, GtkModelButton.button:hover:checked:hover:focus, GtkModelButton.button.flat:hover:active, GtkModelButton.button.flat:hover:active:hover, GtkModelButton.button.flat:hover:active:focus, GtkModelButton.button.flat:hover:active:hover:focus, GtkModelButton.button.flat:hover:checked, GtkModelButton.button.flat:hover:checked:hover, GtkModelButton.button.flat:hover:checked:focus, GtkModelButton.button.flat:hover:checked:hover:focus, GtkModelButton.button:backdrop:hover:active, GtkModelButton.button:backdrop:hover:active:hover, GtkModelButton.button:backdrop:hover:active:focus, GtkModelButton.button:backdrop:hover:active:hover:focus, GtkModelButton.button:backdrop:hover:checked, GtkModelButton.button:backdrop:hover:checked:hover, GtkModelButton.button:backdrop:hover:checked:focus, GtkModelButton.button:backdrop:hover:checked:hover:focus, GtkModelButton.button:backdrop.flat:hover:active, GtkModelButton.button:backdrop.flat:hover:active:hover, GtkModelButton.button:backdrop.flat:hover:active:focus, GtkModelButton.button:backdrop.flat:hover:active:hover:focus, GtkModelButton.button:backdrop.flat:hover:checked, GtkModelButton.button:backdrop.flat:hover:checked:hover, GtkModelButton.button:backdrop.flat:hover:checked:focus, GtkModelButton.button:backdrop.flat:hover:checked:hover:focus { - border-color: shade(alpha(currentColor,0.4),0.7); } - GtkModelButton.button:hover:insensitive, GtkModelButton.button.flat:hover:insensitive, GtkModelButton.button:backdrop:hover:insensitive, GtkModelButton.button:backdrop.flat:hover:insensitive { - border-color: shade(alpha(currentColor,0.4),0.85); } - GtkModelButton.button:hover:active:insensitive, GtkModelButton.button:hover:checked:insensitive, GtkModelButton.button.flat:hover:active:insensitive, GtkModelButton.button.flat:hover:checked:insensitive, GtkModelButton.button:backdrop:hover:active:insensitive, GtkModelButton.button:backdrop:hover:checked:insensitive, GtkModelButton.button:backdrop.flat:hover:active:insensitive, GtkModelButton.button:backdrop.flat:hover:checked:insensitive { - border-color: shade(alpha(currentColor,0.4),0.8); } - GtkModelButton.button:focus, GtkModelButton.button.flat:focus, GtkModelButton.button:backdrop:focus, GtkModelButton.button:backdrop.flat:focus { - background-color: transparent; - background-image: none; - border-color: alpha(currentColor,0.32); - color: currentColor; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - GtkModelButton.button:focus:hover, GtkModelButton.button.flat:focus:hover, GtkModelButton.button:backdrop:focus:hover, GtkModelButton.button:backdrop.flat:focus:hover { - background-color: transparent; - background-image: none; - border-color: shade(alpha(currentColor,0.4),0.8); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - GtkModelButton.button:focus:hover:focus, GtkModelButton.button:focus:hover:hover, GtkModelButton.button.flat:focus:hover:focus, GtkModelButton.button.flat:focus:hover:hover, GtkModelButton.button:backdrop:focus:hover:focus, GtkModelButton.button:backdrop:focus:hover:hover, GtkModelButton.button:backdrop.flat:focus:hover:focus, GtkModelButton.button:backdrop.flat:focus:hover:hover { - border-color: mix(#928374,alpha(currentColor,0.4),0.3); } - GtkModelButton.button:focus:hover:active, GtkModelButton.button:focus:hover:active:hover, GtkModelButton.button:focus:hover:active:focus, GtkModelButton.button:focus:hover:active:hover:focus, GtkModelButton.button:focus:hover:checked, GtkModelButton.button:focus:hover:checked:hover, GtkModelButton.button:focus:hover:checked:focus, GtkModelButton.button:focus:hover:checked:hover:focus, GtkModelButton.button.flat:focus:hover:active, GtkModelButton.button.flat:focus:hover:active:hover, GtkModelButton.button.flat:focus:hover:active:focus, GtkModelButton.button.flat:focus:hover:active:hover:focus, GtkModelButton.button.flat:focus:hover:checked, GtkModelButton.button.flat:focus:hover:checked:hover, GtkModelButton.button.flat:focus:hover:checked:focus, GtkModelButton.button.flat:focus:hover:checked:hover:focus, GtkModelButton.button:backdrop:focus:hover:active, GtkModelButton.button:backdrop:focus:hover:active:hover, GtkModelButton.button:backdrop:focus:hover:active:focus, GtkModelButton.button:backdrop:focus:hover:active:hover:focus, GtkModelButton.button:backdrop:focus:hover:checked, GtkModelButton.button:backdrop:focus:hover:checked:hover, GtkModelButton.button:backdrop:focus:hover:checked:focus, GtkModelButton.button:backdrop:focus:hover:checked:hover:focus, GtkModelButton.button:backdrop.flat:focus:hover:active, GtkModelButton.button:backdrop.flat:focus:hover:active:hover, GtkModelButton.button:backdrop.flat:focus:hover:active:focus, GtkModelButton.button:backdrop.flat:focus:hover:active:hover:focus, GtkModelButton.button:backdrop.flat:focus:hover:checked, GtkModelButton.button:backdrop.flat:focus:hover:checked:hover, GtkModelButton.button:backdrop.flat:focus:hover:checked:focus, GtkModelButton.button:backdrop.flat:focus:hover:checked:hover:focus { - border-color: shade(alpha(currentColor,0.4),0.7); } - GtkModelButton.button:focus:hover:insensitive, GtkModelButton.button.flat:focus:hover:insensitive, GtkModelButton.button:backdrop:focus:hover:insensitive, GtkModelButton.button:backdrop.flat:focus:hover:insensitive { - border-color: shade(alpha(currentColor,0.4),0.85); } - GtkModelButton.button:focus:hover:active:insensitive, GtkModelButton.button:focus:hover:checked:insensitive, GtkModelButton.button.flat:focus:hover:active:insensitive, GtkModelButton.button.flat:focus:hover:checked:insensitive, GtkModelButton.button:backdrop:focus:hover:active:insensitive, GtkModelButton.button:backdrop:focus:hover:checked:insensitive, GtkModelButton.button:backdrop.flat:focus:hover:active:insensitive, GtkModelButton.button:backdrop.flat:focus:hover:checked:insensitive { - border-color: shade(alpha(currentColor,0.4),0.8); } - GtkModelButton.button:checked, GtkModelButton.button:active, GtkModelButton.button.flat:checked, GtkModelButton.button.flat:active, GtkModelButton.button:backdrop:checked, GtkModelButton.button:backdrop:active, GtkModelButton.button:backdrop.flat:checked, GtkModelButton.button:backdrop.flat:active { - background-color: #928374; - background-image: none; - border-color: shade(alpha(currentColor,0.32),0.8); - color: #282828; - box-shadow: inset 1px 0 alpha(currentColor,0.06), inset 0 1px alpha(currentColor,0.07), inset -1px 0 alpha(currentColor,0.06), inset 0 -1px alpha(currentColor,0.05); } - GtkModelButton.button:checked:focus, GtkModelButton.button:checked:hover, GtkModelButton.button:active:focus, GtkModelButton.button:active:hover, GtkModelButton.button.flat:checked:focus, GtkModelButton.button.flat:checked:hover, GtkModelButton.button.flat:active:focus, GtkModelButton.button.flat:active:hover, GtkModelButton.button:backdrop:checked:focus, GtkModelButton.button:backdrop:checked:hover, GtkModelButton.button:backdrop:active:focus, GtkModelButton.button:backdrop:active:hover, GtkModelButton.button:backdrop.flat:checked:focus, GtkModelButton.button:backdrop.flat:checked:hover, GtkModelButton.button:backdrop.flat:active:focus, GtkModelButton.button:backdrop.flat:active:hover { - border-color: mix(#928374,alpha(currentColor,0.32),0.3); } - GtkModelButton.button:checked:active, GtkModelButton.button:checked:active:hover, GtkModelButton.button:checked:active:focus, GtkModelButton.button:checked:active:hover:focus, GtkModelButton.button:checked:checked, GtkModelButton.button:checked:checked:hover, GtkModelButton.button:checked:checked:focus, GtkModelButton.button:checked:checked:hover:focus, GtkModelButton.button:active:active, GtkModelButton.button:active:active:hover, GtkModelButton.button:active:active:focus, GtkModelButton.button:active:active:hover:focus, GtkModelButton.button:active:checked, GtkModelButton.button:active:checked:hover, GtkModelButton.button:active:checked:focus, GtkModelButton.button:active:checked:hover:focus, GtkModelButton.button.flat:checked:active, GtkModelButton.button.flat:checked:active:hover, GtkModelButton.button.flat:checked:active:focus, GtkModelButton.button.flat:checked:active:hover:focus, GtkModelButton.button.flat:checked:checked, GtkModelButton.button.flat:checked:checked:hover, GtkModelButton.button.flat:checked:checked:focus, GtkModelButton.button.flat:checked:checked:hover:focus, GtkModelButton.button.flat:active:active, GtkModelButton.button.flat:active:active:hover, GtkModelButton.button.flat:active:active:focus, GtkModelButton.button.flat:active:active:hover:focus, GtkModelButton.button.flat:active:checked, GtkModelButton.button.flat:active:checked:hover, GtkModelButton.button.flat:active:checked:focus, GtkModelButton.button.flat:active:checked:hover:focus, GtkModelButton.button:backdrop:checked:active, GtkModelButton.button:backdrop:checked:active:hover, GtkModelButton.button:backdrop:checked:active:focus, GtkModelButton.button:backdrop:checked:active:hover:focus, GtkModelButton.button:backdrop:checked:checked, GtkModelButton.button:backdrop:checked:checked:hover, GtkModelButton.button:backdrop:checked:checked:focus, GtkModelButton.button:backdrop:checked:checked:hover:focus, GtkModelButton.button:backdrop:active:active, GtkModelButton.button:backdrop:active:active:hover, GtkModelButton.button:backdrop:active:active:focus, GtkModelButton.button:backdrop:active:active:hover:focus, GtkModelButton.button:backdrop:active:checked, GtkModelButton.button:backdrop:active:checked:hover, GtkModelButton.button:backdrop:active:checked:focus, GtkModelButton.button:backdrop:active:checked:hover:focus, GtkModelButton.button:backdrop.flat:checked:active, GtkModelButton.button:backdrop.flat:checked:active:hover, GtkModelButton.button:backdrop.flat:checked:active:focus, GtkModelButton.button:backdrop.flat:checked:active:hover:focus, GtkModelButton.button:backdrop.flat:checked:checked, GtkModelButton.button:backdrop.flat:checked:checked:hover, GtkModelButton.button:backdrop.flat:checked:checked:focus, GtkModelButton.button:backdrop.flat:checked:checked:hover:focus, GtkModelButton.button:backdrop.flat:active:active, GtkModelButton.button:backdrop.flat:active:active:hover, GtkModelButton.button:backdrop.flat:active:active:focus, GtkModelButton.button:backdrop.flat:active:active:hover:focus, GtkModelButton.button:backdrop.flat:active:checked, GtkModelButton.button:backdrop.flat:active:checked:hover, GtkModelButton.button:backdrop.flat:active:checked:focus, GtkModelButton.button:backdrop.flat:active:checked:hover:focus { - border-color: shade(alpha(currentColor,0.32),0.7); } - GtkModelButton.button:checked:insensitive, GtkModelButton.button:active:insensitive, GtkModelButton.button.flat:checked:insensitive, GtkModelButton.button.flat:active:insensitive, GtkModelButton.button:backdrop:checked:insensitive, GtkModelButton.button:backdrop:active:insensitive, GtkModelButton.button:backdrop.flat:checked:insensitive, GtkModelButton.button:backdrop.flat:active:insensitive { - border-color: shade(alpha(currentColor,0.32),0.85); } - GtkModelButton.button:checked:active:insensitive, GtkModelButton.button:checked:checked:insensitive, GtkModelButton.button:active:active:insensitive, GtkModelButton.button:active:checked:insensitive, GtkModelButton.button.flat:checked:active:insensitive, GtkModelButton.button.flat:checked:checked:insensitive, GtkModelButton.button.flat:active:active:insensitive, GtkModelButton.button.flat:active:checked:insensitive, GtkModelButton.button:backdrop:checked:active:insensitive, GtkModelButton.button:backdrop:checked:checked:insensitive, GtkModelButton.button:backdrop:active:active:insensitive, GtkModelButton.button:backdrop:active:checked:insensitive, GtkModelButton.button:backdrop.flat:checked:active:insensitive, GtkModelButton.button:backdrop.flat:checked:checked:insensitive, GtkModelButton.button:backdrop.flat:active:active:insensitive, GtkModelButton.button:backdrop.flat:active:checked:insensitive { - border-color: shade(alpha(currentColor,0.32),0.8); } - GtkModelButton.button:checked:focus, GtkModelButton.button:checked:hover, GtkModelButton.button:active:focus, GtkModelButton.button:active:hover, GtkModelButton.button.flat:checked:focus, GtkModelButton.button.flat:checked:hover, GtkModelButton.button.flat:active:focus, GtkModelButton.button.flat:active:hover, GtkModelButton.button:backdrop:checked:focus, GtkModelButton.button:backdrop:checked:hover, GtkModelButton.button:backdrop:active:focus, GtkModelButton.button:backdrop:active:hover, GtkModelButton.button:backdrop.flat:checked:focus, GtkModelButton.button:backdrop.flat:checked:hover, GtkModelButton.button:backdrop.flat:active:focus, GtkModelButton.button:backdrop.flat:active:hover { - background-color: #988a7b; - background-image: none; - color: #282828; } - GtkModelButton.button:focus, GtkModelButton.button:hover, GtkModelButton.button.flat:focus, GtkModelButton.button.flat:hover, GtkModelButton.button:backdrop:focus, GtkModelButton.button:backdrop:hover, GtkModelButton.button:backdrop.flat:focus, GtkModelButton.button:backdrop.flat:hover { - color: currentColor; } - GtkModelButton.button:insensitive:insensitive, GtkModelButton.button.flat:insensitive:insensitive, GtkModelButton.button:backdrop:insensitive:insensitive, GtkModelButton.button:backdrop.flat:insensitive:insensitive { - background-color: alpha(mix(transparent,currentColor,0.2),0.4); - background-image: none; - opacity: .6; - color: mix(transparent,currentColor,0.6); - box-shadow: none; } - GtkModelButton.button:insensitive:insensitive :insensitive, GtkModelButton.button.flat:insensitive:insensitive :insensitive, GtkModelButton.button:backdrop:insensitive:insensitive :insensitive, GtkModelButton.button:backdrop.flat:insensitive:insensitive :insensitive { - color: mix(transparent,currentColor,0.6); } - GtkModelButton.button:active:insensitive, GtkModelButton.button:checked:insensitive, GtkModelButton.button:backdrop:active:insensitive, GtkModelButton.button:backdrop:checked:insensitive { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - GtkModelButton.button:active:insensitive:insensitive, GtkModelButton.button:checked:insensitive:insensitive, GtkModelButton.button:backdrop:active:insensitive:insensitive, GtkModelButton.button:backdrop:checked:insensitive:insensitive { - color: rgba(40, 40, 40, 0.85); } - GtkModelButton.button.separator, GtkModelButton.button .separator, GtkModelButton.button:backdrop.separator, GtkModelButton.button:backdrop .separator { - border: 1px solid currentColor; - color: transparent; } - GtkModelButton.button.separator:insensitive, GtkModelButton.button .separator:insensitive, GtkModelButton.button:backdrop.separator:insensitive, GtkModelButton.button:backdrop .separator:insensitive { - color: transparent; } - GtkModelButton.button:focus:hover, GtkModelButton.button.flat:checked:hover, GtkModelButton.button:active:hover, GtkModelButton.button:hover, GtkModelButton.button:selected, GtkModelButton.button:backdrop:focus:hover, GtkModelButton.button:backdrop.flat:checked:hover, GtkModelButton.button:backdrop:active:hover, GtkModelButton.button:backdrop:hover, GtkModelButton.button:backdrop:selected { - background-image: none; - background-color: #928374; - color: #282828; - box-shadow: none; } - GtkModelButton.button.flat:checked, GtkModelButton.button:backdrop.flat:checked { - box-shadow: none; } - GtkModelButton.button.flat, GtkModelButton.button.flat:hover, GtkModelButton.button:backdrop.flat, GtkModelButton.button:backdrop.flat:hover { - transition: none; } - -/*************** -! Dimmed label * -****************/ -.dim-label, GtkLabel.separator { - opacity: .5; - text-shadow: none; } - -/*********** - ! Tooltip * -************/ -.tooltip.background { - background-color: #282828; - background-image: none; - border: 0; - border-radius: 4px; - color: #ebdbb2; } - -.tooltip * { - background-color: transparent; - color: inherit; } - -/*********** - ! Dialogs * -************/ -GtkMessageDialog, .message-dialog, .prompt { - -GtkDialog-content-area-border: 3px; - -GtkDialog-action-area-border: 3px; - -GtkDialog-button-spacing: 3px; - margin: 0; - padding: 0; } - -/********************* - ! App notifications * -**********************/ -.app-notification, .app-notification.frame { - border-style: solid; - border-color: rgba(23, 26, 26, 0.8); - border-width: 0 1px 1px; - border-radius: 0 0 4px 4px; - padding: 6px; - background-color: rgba(29, 32, 33, 0.8); - background-image: none; - color: #fbf1c7; } - .app-notification .button, .app-notification.frame .button { - background-color: rgba(29, 32, 33, 0.8); - background-image: none; - border-color: rgba(245, 220, 115, 0.32); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .app-notification .button:focus, .app-notification .button:hover, .app-notification.frame .button:focus, .app-notification.frame .button:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.32),0.3); } - .app-notification .button:active, .app-notification .button:active:hover, .app-notification .button:active:focus, .app-notification .button:active:hover:focus, .app-notification .button:checked, .app-notification .button:checked:hover, .app-notification .button:checked:focus, .app-notification .button:checked:hover:focus, .app-notification.frame .button:active, .app-notification.frame .button:active:hover, .app-notification.frame .button:active:focus, .app-notification.frame .button:active:hover:focus, .app-notification.frame .button:checked, .app-notification.frame .button:checked:hover, .app-notification.frame .button:checked:focus, .app-notification.frame .button:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.32); } - .app-notification .button:insensitive, .app-notification.frame .button:insensitive { - border-color: rgba(247, 225, 136, 0.32); } - .app-notification .button:active:insensitive, .app-notification .button:checked:insensitive, .app-notification.frame .button:active:insensitive, .app-notification.frame .button:checked:insensitive { - border-color: rgba(245, 220, 115, 0.32); } - .app-notification .button.flat, .app-notification.frame .button.flat { - border-color: rgba(29, 32, 33, 0); - color: #fbf1c7; - background-color: rgba(29, 32, 33, 0); - background-image: none; - box-shadow: none; } - .app-notification .button:hover, .app-notification .button.flat:hover, .app-notification.frame .button:hover, .app-notification.frame .button.flat:hover { - background-color: rgba(30, 34, 35, 0.8); - background-image: none; - border-color: rgba(245, 220, 115, 0.4); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - .app-notification .button:hover:focus, .app-notification .button:hover:hover, .app-notification .button.flat:hover:focus, .app-notification .button.flat:hover:hover, .app-notification.frame .button:hover:focus, .app-notification.frame .button:hover:hover, .app-notification.frame .button.flat:hover:focus, .app-notification.frame .button.flat:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.4),0.3); } - .app-notification .button:hover:active, .app-notification .button:hover:active:hover, .app-notification .button:hover:active:focus, .app-notification .button:hover:active:hover:focus, .app-notification .button:hover:checked, .app-notification .button:hover:checked:hover, .app-notification .button:hover:checked:focus, .app-notification .button:hover:checked:hover:focus, .app-notification .button.flat:hover:active, .app-notification .button.flat:hover:active:hover, .app-notification .button.flat:hover:active:focus, .app-notification .button.flat:hover:active:hover:focus, .app-notification .button.flat:hover:checked, .app-notification .button.flat:hover:checked:hover, .app-notification .button.flat:hover:checked:focus, .app-notification .button.flat:hover:checked:hover:focus, .app-notification.frame .button:hover:active, .app-notification.frame .button:hover:active:hover, .app-notification.frame .button:hover:active:focus, .app-notification.frame .button:hover:active:hover:focus, .app-notification.frame .button:hover:checked, .app-notification.frame .button:hover:checked:hover, .app-notification.frame .button:hover:checked:focus, .app-notification.frame .button:hover:checked:hover:focus, .app-notification.frame .button.flat:hover:active, .app-notification.frame .button.flat:hover:active:hover, .app-notification.frame .button.flat:hover:active:focus, .app-notification.frame .button.flat:hover:active:hover:focus, .app-notification.frame .button.flat:hover:checked, .app-notification.frame .button.flat:hover:checked:hover, .app-notification.frame .button.flat:hover:checked:focus, .app-notification.frame .button.flat:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.4); } - .app-notification .button:hover:insensitive, .app-notification .button.flat:hover:insensitive, .app-notification.frame .button:hover:insensitive, .app-notification.frame .button.flat:hover:insensitive { - border-color: rgba(247, 225, 136, 0.4); } - .app-notification .button:hover:active:insensitive, .app-notification .button:hover:checked:insensitive, .app-notification .button.flat:hover:active:insensitive, .app-notification .button.flat:hover:checked:insensitive, .app-notification.frame .button:hover:active:insensitive, .app-notification.frame .button:hover:checked:insensitive, .app-notification.frame .button.flat:hover:active:insensitive, .app-notification.frame .button.flat:hover:checked:insensitive { - border-color: rgba(245, 220, 115, 0.4); } - .app-notification .button:focus, .app-notification .button.flat:focus, .app-notification.frame .button:focus, .app-notification.frame .button.flat:focus { - background-color: rgba(30, 34, 35, 0.8); - background-image: none; - border-color: rgba(251, 241, 199, 0.32); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .app-notification .button:focus:hover, .app-notification .button.flat:focus:hover, .app-notification.frame .button:focus:hover, .app-notification.frame .button.flat:focus:hover { - background-color: rgba(32, 35, 36, 0.8); - background-image: none; - border-color: rgba(245, 220, 115, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - .app-notification .button:focus:hover:focus, .app-notification .button:focus:hover:hover, .app-notification .button.flat:focus:hover:focus, .app-notification .button.flat:focus:hover:hover, .app-notification.frame .button:focus:hover:focus, .app-notification.frame .button:focus:hover:hover, .app-notification.frame .button.flat:focus:hover:focus, .app-notification.frame .button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.4),0.3); } - .app-notification .button:focus:hover:active, .app-notification .button:focus:hover:active:hover, .app-notification .button:focus:hover:active:focus, .app-notification .button:focus:hover:active:hover:focus, .app-notification .button:focus:hover:checked, .app-notification .button:focus:hover:checked:hover, .app-notification .button:focus:hover:checked:focus, .app-notification .button:focus:hover:checked:hover:focus, .app-notification .button.flat:focus:hover:active, .app-notification .button.flat:focus:hover:active:hover, .app-notification .button.flat:focus:hover:active:focus, .app-notification .button.flat:focus:hover:active:hover:focus, .app-notification .button.flat:focus:hover:checked, .app-notification .button.flat:focus:hover:checked:hover, .app-notification .button.flat:focus:hover:checked:focus, .app-notification .button.flat:focus:hover:checked:hover:focus, .app-notification.frame .button:focus:hover:active, .app-notification.frame .button:focus:hover:active:hover, .app-notification.frame .button:focus:hover:active:focus, .app-notification.frame .button:focus:hover:active:hover:focus, .app-notification.frame .button:focus:hover:checked, .app-notification.frame .button:focus:hover:checked:hover, .app-notification.frame .button:focus:hover:checked:focus, .app-notification.frame .button:focus:hover:checked:hover:focus, .app-notification.frame .button.flat:focus:hover:active, .app-notification.frame .button.flat:focus:hover:active:hover, .app-notification.frame .button.flat:focus:hover:active:focus, .app-notification.frame .button.flat:focus:hover:active:hover:focus, .app-notification.frame .button.flat:focus:hover:checked, .app-notification.frame .button.flat:focus:hover:checked:hover, .app-notification.frame .button.flat:focus:hover:checked:focus, .app-notification.frame .button.flat:focus:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.4); } - .app-notification .button:focus:hover:insensitive, .app-notification .button.flat:focus:hover:insensitive, .app-notification.frame .button:focus:hover:insensitive, .app-notification.frame .button.flat:focus:hover:insensitive { - border-color: rgba(247, 225, 136, 0.4); } - .app-notification .button:focus:hover:active:insensitive, .app-notification .button:focus:hover:checked:insensitive, .app-notification .button.flat:focus:hover:active:insensitive, .app-notification .button.flat:focus:hover:checked:insensitive, .app-notification.frame .button:focus:hover:active:insensitive, .app-notification.frame .button:focus:hover:checked:insensitive, .app-notification.frame .button.flat:focus:hover:active:insensitive, .app-notification.frame .button.flat:focus:hover:checked:insensitive { - border-color: rgba(245, 220, 115, 0.4); } - .app-notification .button:checked, .app-notification .button:active, .app-notification .button.flat:checked, .app-notification .button.flat:active, .app-notification.frame .button:checked, .app-notification.frame .button:active, .app-notification.frame .button.flat:checked, .app-notification.frame .button.flat:active { - background-color: #928374; - background-image: none; - border-color: rgba(245, 220, 115, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(251, 241, 199, 0.06), inset 0 1px rgba(251, 241, 199, 0.07), inset -1px 0 rgba(251, 241, 199, 0.06), inset 0 -1px rgba(251, 241, 199, 0.05); } - .app-notification .button:checked:focus, .app-notification .button:checked:hover, .app-notification .button:active:focus, .app-notification .button:active:hover, .app-notification .button.flat:checked:focus, .app-notification .button.flat:checked:hover, .app-notification .button.flat:active:focus, .app-notification .button.flat:active:hover, .app-notification.frame .button:checked:focus, .app-notification.frame .button:checked:hover, .app-notification.frame .button:active:focus, .app-notification.frame .button:active:hover, .app-notification.frame .button.flat:checked:focus, .app-notification.frame .button.flat:checked:hover, .app-notification.frame .button.flat:active:focus, .app-notification.frame .button.flat:active:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.32),0.3); } - .app-notification .button:checked:active, .app-notification .button:checked:active:hover, .app-notification .button:checked:active:focus, .app-notification .button:checked:active:hover:focus, .app-notification .button:checked:checked, .app-notification .button:checked:checked:hover, .app-notification .button:checked:checked:focus, .app-notification .button:checked:checked:hover:focus, .app-notification .button:active:active, .app-notification .button:active:active:hover, .app-notification .button:active:active:focus, .app-notification .button:active:active:hover:focus, .app-notification .button:active:checked, .app-notification .button:active:checked:hover, .app-notification .button:active:checked:focus, .app-notification .button:active:checked:hover:focus, .app-notification .button.flat:checked:active, .app-notification .button.flat:checked:active:hover, .app-notification .button.flat:checked:active:focus, .app-notification .button.flat:checked:active:hover:focus, .app-notification .button.flat:checked:checked, .app-notification .button.flat:checked:checked:hover, .app-notification .button.flat:checked:checked:focus, .app-notification .button.flat:checked:checked:hover:focus, .app-notification .button.flat:active:active, .app-notification .button.flat:active:active:hover, .app-notification .button.flat:active:active:focus, .app-notification .button.flat:active:active:hover:focus, .app-notification .button.flat:active:checked, .app-notification .button.flat:active:checked:hover, .app-notification .button.flat:active:checked:focus, .app-notification .button.flat:active:checked:hover:focus, .app-notification.frame .button:checked:active, .app-notification.frame .button:checked:active:hover, .app-notification.frame .button:checked:active:focus, .app-notification.frame .button:checked:active:hover:focus, .app-notification.frame .button:checked:checked, .app-notification.frame .button:checked:checked:hover, .app-notification.frame .button:checked:checked:focus, .app-notification.frame .button:checked:checked:hover:focus, .app-notification.frame .button:active:active, .app-notification.frame .button:active:active:hover, .app-notification.frame .button:active:active:focus, .app-notification.frame .button:active:active:hover:focus, .app-notification.frame .button:active:checked, .app-notification.frame .button:active:checked:hover, .app-notification.frame .button:active:checked:focus, .app-notification.frame .button:active:checked:hover:focus, .app-notification.frame .button.flat:checked:active, .app-notification.frame .button.flat:checked:active:hover, .app-notification.frame .button.flat:checked:active:focus, .app-notification.frame .button.flat:checked:active:hover:focus, .app-notification.frame .button.flat:checked:checked, .app-notification.frame .button.flat:checked:checked:hover, .app-notification.frame .button.flat:checked:checked:focus, .app-notification.frame .button.flat:checked:checked:hover:focus, .app-notification.frame .button.flat:active:active, .app-notification.frame .button.flat:active:active:hover, .app-notification.frame .button.flat:active:active:focus, .app-notification.frame .button.flat:active:active:hover:focus, .app-notification.frame .button.flat:active:checked, .app-notification.frame .button.flat:active:checked:hover, .app-notification.frame .button.flat:active:checked:focus, .app-notification.frame .button.flat:active:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.32); } - .app-notification .button:checked:insensitive, .app-notification .button:active:insensitive, .app-notification .button.flat:checked:insensitive, .app-notification .button.flat:active:insensitive, .app-notification.frame .button:checked:insensitive, .app-notification.frame .button:active:insensitive, .app-notification.frame .button.flat:checked:insensitive, .app-notification.frame .button.flat:active:insensitive { - border-color: rgba(247, 225, 136, 0.32); } - .app-notification .button:checked:active:insensitive, .app-notification .button:checked:checked:insensitive, .app-notification .button:active:active:insensitive, .app-notification .button:active:checked:insensitive, .app-notification .button.flat:checked:active:insensitive, .app-notification .button.flat:checked:checked:insensitive, .app-notification .button.flat:active:active:insensitive, .app-notification .button.flat:active:checked:insensitive, .app-notification.frame .button:checked:active:insensitive, .app-notification.frame .button:checked:checked:insensitive, .app-notification.frame .button:active:active:insensitive, .app-notification.frame .button:active:checked:insensitive, .app-notification.frame .button.flat:checked:active:insensitive, .app-notification.frame .button.flat:checked:checked:insensitive, .app-notification.frame .button.flat:active:active:insensitive, .app-notification.frame .button.flat:active:checked:insensitive { - border-color: rgba(245, 220, 115, 0.32); } - .app-notification .button:checked:focus, .app-notification .button:checked:hover, .app-notification .button:active:focus, .app-notification .button:active:hover, .app-notification .button.flat:checked:focus, .app-notification .button.flat:checked:hover, .app-notification .button.flat:active:focus, .app-notification .button.flat:active:hover, .app-notification.frame .button:checked:focus, .app-notification.frame .button:checked:hover, .app-notification.frame .button:active:focus, .app-notification.frame .button:active:hover, .app-notification.frame .button.flat:checked:focus, .app-notification.frame .button.flat:checked:hover, .app-notification.frame .button.flat:active:focus, .app-notification.frame .button.flat:active:hover { - background-color: #988a7b; - background-image: none; - color: #282828; } - .app-notification .button:focus, .app-notification .button:hover, .app-notification .button.flat:focus, .app-notification .button.flat:hover, .app-notification.frame .button:focus, .app-notification.frame .button:hover, .app-notification.frame .button.flat:focus, .app-notification.frame .button.flat:hover { - color: #fbf1c7; } - .app-notification .button:insensitive:insensitive, .app-notification .button.flat:insensitive:insensitive, .app-notification.frame .button:insensitive:insensitive, .app-notification.frame .button.flat:insensitive:insensitive { - background-color: alpha(mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.2),0.4); - background-image: none; - opacity: .6; - color: mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.6); - box-shadow: none; } - .app-notification .button:insensitive:insensitive :insensitive, .app-notification .button.flat:insensitive:insensitive :insensitive, .app-notification.frame .button:insensitive:insensitive :insensitive, .app-notification.frame .button.flat:insensitive:insensitive :insensitive { - color: mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.6); } - .app-notification .button:active:insensitive, .app-notification .button:checked:insensitive, .app-notification.frame .button:active:insensitive, .app-notification.frame .button:checked:insensitive { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - .app-notification .button:active:insensitive:insensitive, .app-notification .button:checked:insensitive:insensitive, .app-notification.frame .button:active:insensitive:insensitive, .app-notification.frame .button:checked:insensitive:insensitive { - color: rgba(40, 40, 40, 0.85); } - .app-notification .button.separator, .app-notification .button .separator, .app-notification.frame .button.separator, .app-notification.frame .button .separator { - border: 1px solid currentColor; - color: rgba(29, 32, 33, 0.7); } - .app-notification .button.separator:insensitive, .app-notification .button .separator:insensitive, .app-notification.frame .button.separator:insensitive, .app-notification.frame .button .separator:insensitive { - color: rgba(29, 32, 33, 0.65); } - -/************* - ! Expanders * -**************/ -GtkExpander { - padding: 3px; - outline-offset: 1px; } - -.expander { - color: alpha(currentColor,0.7); - border: alpha(currentColor,0.7); } - .expander:hover { - color: alpha(currentColor,0.8); - border-color: alpha(currentColor,0.8); } - .expander:active { - color: alpha(currentColor,0.9); - border-color: alpha(currentColor,0.9); } - -/******************* - ! Symbolic images * -********************/ -.image { - color: alpha(currentColor,0.5); } - .image:hover { - color: alpha(currentColor,0.9); } - .image:selected, .image:selected:hover { - color: #282828; } - -/**************** - ! Floating bar * -*****************/ -.floating-bar { - background-color: #282828; - background-image: none; - border: 1px solid #202020; - border-radius: 4px; - color: #ebdbb2; } - .floating-bar.top { - border-top-width: 0; - border-top-right-radius: 0; - border-top-left-radius: 0; } - .floating-bar.right { - border-right-width: 0; - border-top-right-radius: 0; - border-bottom-right-radius: 0; } - .floating-bar.bottom { - border-bottom-width: 0; - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; } - .floating-bar.left { - border-left-width: 0; - border-bottom-left-radius: 0; - border-top-left-radius: 0; } - .floating-bar .button { - -GtkButton-image-spacing: 0; - -GtkButton-inner-border: 0; - border: 0; - background-color: transparent; - background-image: none; } - -/************************* - ! Touch text selections * -**************************/ -GtkBubbleWindow { - border-radius: 4px; - background-clip: border-box; } - GtkBubbleWindow.osd.background { - background-color: rgba(29, 32, 33, 0.8); } - GtkBubbleWindow .toolbar { - background-color: transparent; } - -/*************** - ! Font-viewer * -****************/ -SushiFontWidget { - padding: 3px 6px; } - -/************* - ! Gucharmap * -**************/ -GucharmapChartable { - background-color: #282828; - color: #ebdbb2; } - -/************* - ! Evolution * -**************/ -EPreviewPane .entry { - background-color: #282828; - color: #ebdbb2; } - -/******************* - ! Gnome Bluetooth * -********************/ -GtkEntry.entry.pin-entry { - font: regular 50; - padding-left: 25px; - padding-right: 25px; } - -GtkLabel.pin-label { - font: regular 50; } - -/********* - ! Buttons -**********/ -/****************** -! ComboBoxes * -*******************/ -/********** - ! Notebook -***********/ -.notebook { - padding: 0; - border-style: solid; - border-color: #202020; - border-radius: 0; - background-color: #282828; - background-image: none; - background-clip: border-box; - color: #ebdbb2; - -GtkNotebook-initial-gap: 0; - -GtkNotebook-arrow-spacing: 5; - -GtkNotebook-tab-curvature: 0; - -GtkNotebook-tab-overlap: 1; - -GtkNotebook-has-tab-gap: false; } - .notebook.frame.top { - border-width: 0 1px 1px; } - .notebook.frame.right { - border-width: 1px 0 1px 1px; } - .notebook.frame.bottom { - border-width: 1px 1px 0; } - .notebook.frame.left { - border-width: 1px 1px 1px 0; } - .notebook.header { - border-width: 2px; - background-color: transparent; } - .notebook GtkViewport { - border-width: 0; - background-color: #282828; - color: #ebdbb2; } - .notebook tab { - padding: 4px 6px; - border-style: solid; - border-color: #1a1a1a; - background-color: #202020; - background-image: none; - /* close button styling */ } - .notebook tab:active { - background-color: #282828; - background-image: none; } - .notebook tab.top { - border-width: 2px 1px 1px; - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; } - .notebook tab.top:active { - border-top-width: 3px; - border-top-color: #928374; - border-bottom-width: 0; } - .notebook tab.right { - border-width: 1px 2px 1px 1px; - border-bottom-left-radius: 0; - border-top-left-radius: 0; } - .notebook tab.right:active { - border-right-width: 3px; - border-right-color: #928374; - border-left-width: 0; } - .notebook tab.bottom { - border-width: 1px 1px 2px; - border-top-right-radius: 0; - border-top-left-radius: 0; } - .notebook tab.bottom:active { - border-bottom-width: 3px; - border-bottom-color: #928374; - border-top-width: 0; } - .notebook tab.left { - border-width: 1px 1px 1px 2px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; } - .notebook tab.left:active { - border-left-width: 3px; - border-left-color: #928374; - border-right-width: 0; } - .notebook tab GtkLabel { - color: mix(#ebdbb2,#282828,0.3); } - .notebook tab.reorderable-page:hover { - background-color: #222222; - border-left: 0; - border-right: 0; - /* using box shadows instead of borders due to slanted edges */ - box-shadow: inset 0 3px rgba(131, 104, 34, 0.03), inset 0 2px rgba(131, 104, 34, 0.03), inset 0 1px rgba(131, 104, 34, 0.03), inset 1px 0 #1c1c1c, inset -1px 0 #1c1c1c; } - .notebook tab.reorderable-page:active { - background-color: #242424; - border-left: 0; - border-right: 0; - box-shadow: inset 0 3px rgba(131, 104, 34, 0.03), inset 0 2px rgba(131, 104, 34, 0.03), inset 0 1px rgba(131, 104, 34, 0.03), inset 1px 0 #1e1e1e, inset -1px 0 #1e1e1e; } - .notebook .prelight-page, .notebook .prelight-page GtkLabel { - color: mix(#ebdbb2,#282828,0.15); } - .notebook .active-page, .notebook .active-page GtkLabel { - color: #ebdbb2; } - -/********* - ! Buttons -**********/ -/****************** -! ComboBoxes * -*******************/ -/******* - ! OSD * -********/ -GtkOverlay.osd { - background-color: transparent; } - -.osd, -#XfceNotifyWindow { - /* used by gnome-settings-daemon's media-keys OSD */ - /* used by Documents */ } - .osd.background, - #XfceNotifyWindow.background { - background-color: rgba(29, 32, 33, 0.6); - color: #fbf1c7; } - .osd.frame, - #XfceNotifyWindow.frame { - background-clip: border-box; - background-origin: border-box; } - .osd.button, .osd .button, - #XfceNotifyWindow.button, - #XfceNotifyWindow .button { - background-color: rgba(29, 32, 33, 0.8); - background-image: none; - border-color: rgba(245, 220, 115, 0.32); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .osd.button:focus, .osd.button:hover, .osd .button:focus, .osd .button:hover, - #XfceNotifyWindow.button:focus, - #XfceNotifyWindow.button:hover, - #XfceNotifyWindow .button:focus, - #XfceNotifyWindow .button:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.32),0.3); } - .osd.button:active, .osd.button:active:hover, .osd.button:active:focus, .osd.button:active:hover:focus, .osd.button:checked, .osd.button:checked:hover, .osd.button:checked:focus, .osd.button:checked:hover:focus, .osd .button:active, .osd .button:active:hover, .osd .button:active:focus, .osd .button:active:hover:focus, .osd .button:checked, .osd .button:checked:hover, .osd .button:checked:focus, .osd .button:checked:hover:focus, - #XfceNotifyWindow.button:active, - #XfceNotifyWindow.button:active:hover, - #XfceNotifyWindow.button:active:focus, - #XfceNotifyWindow.button:active:hover:focus, - #XfceNotifyWindow.button:checked, - #XfceNotifyWindow.button:checked:hover, - #XfceNotifyWindow.button:checked:focus, - #XfceNotifyWindow.button:checked:hover:focus, - #XfceNotifyWindow .button:active, - #XfceNotifyWindow .button:active:hover, - #XfceNotifyWindow .button:active:focus, - #XfceNotifyWindow .button:active:hover:focus, - #XfceNotifyWindow .button:checked, - #XfceNotifyWindow .button:checked:hover, - #XfceNotifyWindow .button:checked:focus, - #XfceNotifyWindow .button:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.32); } - .osd.button:insensitive, .osd .button:insensitive, - #XfceNotifyWindow.button:insensitive, - #XfceNotifyWindow .button:insensitive { - border-color: rgba(247, 225, 136, 0.32); } - .osd.button:active:insensitive, .osd.button:checked:insensitive, .osd .button:active:insensitive, .osd .button:checked:insensitive, - #XfceNotifyWindow.button:active:insensitive, - #XfceNotifyWindow.button:checked:insensitive, - #XfceNotifyWindow .button:active:insensitive, - #XfceNotifyWindow .button:checked:insensitive { - border-color: rgba(245, 220, 115, 0.32); } - .osd.button.flat, .osd .button.flat, - #XfceNotifyWindow.button.flat, - #XfceNotifyWindow .button.flat { - border-color: rgba(29, 32, 33, 0); - color: #fbf1c7; - background-color: rgba(29, 32, 33, 0); - background-image: none; - box-shadow: none; } - .osd.button:hover, .osd.button.flat:hover, .osd .button:hover, .osd .button.flat:hover, - #XfceNotifyWindow.button:hover, - #XfceNotifyWindow.button.flat:hover, - #XfceNotifyWindow .button:hover, - #XfceNotifyWindow .button.flat:hover { - background-color: rgba(30, 34, 35, 0.8); - background-image: none; - border-color: rgba(245, 220, 115, 0.4); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - .osd.button:hover:focus, .osd.button:hover:hover, .osd.button.flat:hover:focus, .osd.button.flat:hover:hover, .osd .button:hover:focus, .osd .button:hover:hover, .osd .button.flat:hover:focus, .osd .button.flat:hover:hover, - #XfceNotifyWindow.button:hover:focus, - #XfceNotifyWindow.button:hover:hover, - #XfceNotifyWindow.button.flat:hover:focus, - #XfceNotifyWindow.button.flat:hover:hover, - #XfceNotifyWindow .button:hover:focus, - #XfceNotifyWindow .button:hover:hover, - #XfceNotifyWindow .button.flat:hover:focus, - #XfceNotifyWindow .button.flat:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.4),0.3); } - .osd.button:hover:active, .osd.button:hover:active:hover, .osd.button:hover:active:focus, .osd.button:hover:active:hover:focus, .osd.button:hover:checked, .osd.button:hover:checked:hover, .osd.button:hover:checked:focus, .osd.button:hover:checked:hover:focus, .osd.button.flat:hover:active, .osd.button.flat:hover:active:hover, .osd.button.flat:hover:active:focus, .osd.button.flat:hover:active:hover:focus, .osd.button.flat:hover:checked, .osd.button.flat:hover:checked:hover, .osd.button.flat:hover:checked:focus, .osd.button.flat:hover:checked:hover:focus, .osd .button:hover:active, .osd .button:hover:active:hover, .osd .button:hover:active:focus, .osd .button:hover:active:hover:focus, .osd .button:hover:checked, .osd .button:hover:checked:hover, .osd .button:hover:checked:focus, .osd .button:hover:checked:hover:focus, .osd .button.flat:hover:active, .osd .button.flat:hover:active:hover, .osd .button.flat:hover:active:focus, .osd .button.flat:hover:active:hover:focus, .osd .button.flat:hover:checked, .osd .button.flat:hover:checked:hover, .osd .button.flat:hover:checked:focus, .osd .button.flat:hover:checked:hover:focus, - #XfceNotifyWindow.button:hover:active, - #XfceNotifyWindow.button:hover:active:hover, - #XfceNotifyWindow.button:hover:active:focus, - #XfceNotifyWindow.button:hover:active:hover:focus, - #XfceNotifyWindow.button:hover:checked, - #XfceNotifyWindow.button:hover:checked:hover, - #XfceNotifyWindow.button:hover:checked:focus, - #XfceNotifyWindow.button:hover:checked:hover:focus, - #XfceNotifyWindow.button.flat:hover:active, - #XfceNotifyWindow.button.flat:hover:active:hover, - #XfceNotifyWindow.button.flat:hover:active:focus, - #XfceNotifyWindow.button.flat:hover:active:hover:focus, - #XfceNotifyWindow.button.flat:hover:checked, - #XfceNotifyWindow.button.flat:hover:checked:hover, - #XfceNotifyWindow.button.flat:hover:checked:focus, - #XfceNotifyWindow.button.flat:hover:checked:hover:focus, - #XfceNotifyWindow .button:hover:active, - #XfceNotifyWindow .button:hover:active:hover, - #XfceNotifyWindow .button:hover:active:focus, - #XfceNotifyWindow .button:hover:active:hover:focus, - #XfceNotifyWindow .button:hover:checked, - #XfceNotifyWindow .button:hover:checked:hover, - #XfceNotifyWindow .button:hover:checked:focus, - #XfceNotifyWindow .button:hover:checked:hover:focus, - #XfceNotifyWindow .button.flat:hover:active, - #XfceNotifyWindow .button.flat:hover:active:hover, - #XfceNotifyWindow .button.flat:hover:active:focus, - #XfceNotifyWindow .button.flat:hover:active:hover:focus, - #XfceNotifyWindow .button.flat:hover:checked, - #XfceNotifyWindow .button.flat:hover:checked:hover, - #XfceNotifyWindow .button.flat:hover:checked:focus, - #XfceNotifyWindow .button.flat:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.4); } - .osd.button:hover:insensitive, .osd.button.flat:hover:insensitive, .osd .button:hover:insensitive, .osd .button.flat:hover:insensitive, - #XfceNotifyWindow.button:hover:insensitive, - #XfceNotifyWindow.button.flat:hover:insensitive, - #XfceNotifyWindow .button:hover:insensitive, - #XfceNotifyWindow .button.flat:hover:insensitive { - border-color: rgba(247, 225, 136, 0.4); } - .osd.button:hover:active:insensitive, .osd.button:hover:checked:insensitive, .osd.button.flat:hover:active:insensitive, .osd.button.flat:hover:checked:insensitive, .osd .button:hover:active:insensitive, .osd .button:hover:checked:insensitive, .osd .button.flat:hover:active:insensitive, .osd .button.flat:hover:checked:insensitive, - #XfceNotifyWindow.button:hover:active:insensitive, - #XfceNotifyWindow.button:hover:checked:insensitive, - #XfceNotifyWindow.button.flat:hover:active:insensitive, - #XfceNotifyWindow.button.flat:hover:checked:insensitive, - #XfceNotifyWindow .button:hover:active:insensitive, - #XfceNotifyWindow .button:hover:checked:insensitive, - #XfceNotifyWindow .button.flat:hover:active:insensitive, - #XfceNotifyWindow .button.flat:hover:checked:insensitive { - border-color: rgba(245, 220, 115, 0.4); } - .osd.button:focus, .osd.button.flat:focus, .osd .button:focus, .osd .button.flat:focus, - #XfceNotifyWindow.button:focus, - #XfceNotifyWindow.button.flat:focus, - #XfceNotifyWindow .button:focus, - #XfceNotifyWindow .button.flat:focus { - background-color: rgba(30, 34, 35, 0.8); - background-image: none; - border-color: rgba(251, 241, 199, 0.32); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .osd.button:focus:hover, .osd.button.flat:focus:hover, .osd .button:focus:hover, .osd .button.flat:focus:hover, - #XfceNotifyWindow.button:focus:hover, - #XfceNotifyWindow.button.flat:focus:hover, - #XfceNotifyWindow .button:focus:hover, - #XfceNotifyWindow .button.flat:focus:hover { - background-color: rgba(32, 35, 36, 0.8); - background-image: none; - border-color: rgba(245, 220, 115, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - .osd.button:focus:hover:focus, .osd.button:focus:hover:hover, .osd.button.flat:focus:hover:focus, .osd.button.flat:focus:hover:hover, .osd .button:focus:hover:focus, .osd .button:focus:hover:hover, .osd .button.flat:focus:hover:focus, .osd .button.flat:focus:hover:hover, - #XfceNotifyWindow.button:focus:hover:focus, - #XfceNotifyWindow.button:focus:hover:hover, - #XfceNotifyWindow.button.flat:focus:hover:focus, - #XfceNotifyWindow.button.flat:focus:hover:hover, - #XfceNotifyWindow .button:focus:hover:focus, - #XfceNotifyWindow .button:focus:hover:hover, - #XfceNotifyWindow .button.flat:focus:hover:focus, - #XfceNotifyWindow .button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.4),0.3); } - .osd.button:focus:hover:active, .osd.button:focus:hover:active:hover, .osd.button:focus:hover:active:focus, .osd.button:focus:hover:active:hover:focus, .osd.button:focus:hover:checked, .osd.button:focus:hover:checked:hover, .osd.button:focus:hover:checked:focus, .osd.button:focus:hover:checked:hover:focus, .osd.button.flat:focus:hover:active, .osd.button.flat:focus:hover:active:hover, .osd.button.flat:focus:hover:active:focus, .osd.button.flat:focus:hover:active:hover:focus, .osd.button.flat:focus:hover:checked, .osd.button.flat:focus:hover:checked:hover, .osd.button.flat:focus:hover:checked:focus, .osd.button.flat:focus:hover:checked:hover:focus, .osd .button:focus:hover:active, .osd .button:focus:hover:active:hover, .osd .button:focus:hover:active:focus, .osd .button:focus:hover:active:hover:focus, .osd .button:focus:hover:checked, .osd .button:focus:hover:checked:hover, .osd .button:focus:hover:checked:focus, .osd .button:focus:hover:checked:hover:focus, .osd .button.flat:focus:hover:active, .osd .button.flat:focus:hover:active:hover, .osd .button.flat:focus:hover:active:focus, .osd .button.flat:focus:hover:active:hover:focus, .osd .button.flat:focus:hover:checked, .osd .button.flat:focus:hover:checked:hover, .osd .button.flat:focus:hover:checked:focus, .osd .button.flat:focus:hover:checked:hover:focus, - #XfceNotifyWindow.button:focus:hover:active, - #XfceNotifyWindow.button:focus:hover:active:hover, - #XfceNotifyWindow.button:focus:hover:active:focus, - #XfceNotifyWindow.button:focus:hover:active:hover:focus, - #XfceNotifyWindow.button:focus:hover:checked, - #XfceNotifyWindow.button:focus:hover:checked:hover, - #XfceNotifyWindow.button:focus:hover:checked:focus, - #XfceNotifyWindow.button:focus:hover:checked:hover:focus, - #XfceNotifyWindow.button.flat:focus:hover:active, - #XfceNotifyWindow.button.flat:focus:hover:active:hover, - #XfceNotifyWindow.button.flat:focus:hover:active:focus, - #XfceNotifyWindow.button.flat:focus:hover:active:hover:focus, - #XfceNotifyWindow.button.flat:focus:hover:checked, - #XfceNotifyWindow.button.flat:focus:hover:checked:hover, - #XfceNotifyWindow.button.flat:focus:hover:checked:focus, - #XfceNotifyWindow.button.flat:focus:hover:checked:hover:focus, - #XfceNotifyWindow .button:focus:hover:active, - #XfceNotifyWindow .button:focus:hover:active:hover, - #XfceNotifyWindow .button:focus:hover:active:focus, - #XfceNotifyWindow .button:focus:hover:active:hover:focus, - #XfceNotifyWindow .button:focus:hover:checked, - #XfceNotifyWindow .button:focus:hover:checked:hover, - #XfceNotifyWindow .button:focus:hover:checked:focus, - #XfceNotifyWindow .button:focus:hover:checked:hover:focus, - #XfceNotifyWindow .button.flat:focus:hover:active, - #XfceNotifyWindow .button.flat:focus:hover:active:hover, - #XfceNotifyWindow .button.flat:focus:hover:active:focus, - #XfceNotifyWindow .button.flat:focus:hover:active:hover:focus, - #XfceNotifyWindow .button.flat:focus:hover:checked, - #XfceNotifyWindow .button.flat:focus:hover:checked:hover, - #XfceNotifyWindow .button.flat:focus:hover:checked:focus, - #XfceNotifyWindow .button.flat:focus:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.4); } - .osd.button:focus:hover:insensitive, .osd.button.flat:focus:hover:insensitive, .osd .button:focus:hover:insensitive, .osd .button.flat:focus:hover:insensitive, - #XfceNotifyWindow.button:focus:hover:insensitive, - #XfceNotifyWindow.button.flat:focus:hover:insensitive, - #XfceNotifyWindow .button:focus:hover:insensitive, - #XfceNotifyWindow .button.flat:focus:hover:insensitive { - border-color: rgba(247, 225, 136, 0.4); } - .osd.button:focus:hover:active:insensitive, .osd.button:focus:hover:checked:insensitive, .osd.button.flat:focus:hover:active:insensitive, .osd.button.flat:focus:hover:checked:insensitive, .osd .button:focus:hover:active:insensitive, .osd .button:focus:hover:checked:insensitive, .osd .button.flat:focus:hover:active:insensitive, .osd .button.flat:focus:hover:checked:insensitive, - #XfceNotifyWindow.button:focus:hover:active:insensitive, - #XfceNotifyWindow.button:focus:hover:checked:insensitive, - #XfceNotifyWindow.button.flat:focus:hover:active:insensitive, - #XfceNotifyWindow.button.flat:focus:hover:checked:insensitive, - #XfceNotifyWindow .button:focus:hover:active:insensitive, - #XfceNotifyWindow .button:focus:hover:checked:insensitive, - #XfceNotifyWindow .button.flat:focus:hover:active:insensitive, - #XfceNotifyWindow .button.flat:focus:hover:checked:insensitive { - border-color: rgba(245, 220, 115, 0.4); } - .osd.button:checked, .osd.button:active, .osd.button.flat:checked, .osd.button.flat:active, .osd .button:checked, .osd .button:active, .osd .button.flat:checked, .osd .button.flat:active, - #XfceNotifyWindow.button:checked, - #XfceNotifyWindow.button:active, - #XfceNotifyWindow.button.flat:checked, - #XfceNotifyWindow.button.flat:active, - #XfceNotifyWindow .button:checked, - #XfceNotifyWindow .button:active, - #XfceNotifyWindow .button.flat:checked, - #XfceNotifyWindow .button.flat:active { - background-color: #928374; - background-image: none; - border-color: rgba(245, 220, 115, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(251, 241, 199, 0.06), inset 0 1px rgba(251, 241, 199, 0.07), inset -1px 0 rgba(251, 241, 199, 0.06), inset 0 -1px rgba(251, 241, 199, 0.05); } - .osd.button:checked:focus, .osd.button:checked:hover, .osd.button:active:focus, .osd.button:active:hover, .osd.button.flat:checked:focus, .osd.button.flat:checked:hover, .osd.button.flat:active:focus, .osd.button.flat:active:hover, .osd .button:checked:focus, .osd .button:checked:hover, .osd .button:active:focus, .osd .button:active:hover, .osd .button.flat:checked:focus, .osd .button.flat:checked:hover, .osd .button.flat:active:focus, .osd .button.flat:active:hover, - #XfceNotifyWindow.button:checked:focus, - #XfceNotifyWindow.button:checked:hover, - #XfceNotifyWindow.button:active:focus, - #XfceNotifyWindow.button:active:hover, - #XfceNotifyWindow.button.flat:checked:focus, - #XfceNotifyWindow.button.flat:checked:hover, - #XfceNotifyWindow.button.flat:active:focus, - #XfceNotifyWindow.button.flat:active:hover, - #XfceNotifyWindow .button:checked:focus, - #XfceNotifyWindow .button:checked:hover, - #XfceNotifyWindow .button:active:focus, - #XfceNotifyWindow .button:active:hover, - #XfceNotifyWindow .button.flat:checked:focus, - #XfceNotifyWindow .button.flat:checked:hover, - #XfceNotifyWindow .button.flat:active:focus, - #XfceNotifyWindow .button.flat:active:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.32),0.3); } - .osd.button:checked:active, .osd.button:checked:active:hover, .osd.button:checked:active:focus, .osd.button:checked:active:hover:focus, .osd.button:checked:checked, .osd.button:checked:checked:hover, .osd.button:checked:checked:focus, .osd.button:checked:checked:hover:focus, .osd.button:active:active, .osd.button:active:active:hover, .osd.button:active:active:focus, .osd.button:active:active:hover:focus, .osd.button:active:checked, .osd.button:active:checked:hover, .osd.button:active:checked:focus, .osd.button:active:checked:hover:focus, .osd.button.flat:checked:active, .osd.button.flat:checked:active:hover, .osd.button.flat:checked:active:focus, .osd.button.flat:checked:active:hover:focus, .osd.button.flat:checked:checked, .osd.button.flat:checked:checked:hover, .osd.button.flat:checked:checked:focus, .osd.button.flat:checked:checked:hover:focus, .osd.button.flat:active:active, .osd.button.flat:active:active:hover, .osd.button.flat:active:active:focus, .osd.button.flat:active:active:hover:focus, .osd.button.flat:active:checked, .osd.button.flat:active:checked:hover, .osd.button.flat:active:checked:focus, .osd.button.flat:active:checked:hover:focus, .osd .button:checked:active, .osd .button:checked:active:hover, .osd .button:checked:active:focus, .osd .button:checked:active:hover:focus, .osd .button:checked:checked, .osd .button:checked:checked:hover, .osd .button:checked:checked:focus, .osd .button:checked:checked:hover:focus, .osd .button:active:active, .osd .button:active:active:hover, .osd .button:active:active:focus, .osd .button:active:active:hover:focus, .osd .button:active:checked, .osd .button:active:checked:hover, .osd .button:active:checked:focus, .osd .button:active:checked:hover:focus, .osd .button.flat:checked:active, .osd .button.flat:checked:active:hover, .osd .button.flat:checked:active:focus, .osd .button.flat:checked:active:hover:focus, .osd .button.flat:checked:checked, .osd .button.flat:checked:checked:hover, .osd .button.flat:checked:checked:focus, .osd .button.flat:checked:checked:hover:focus, .osd .button.flat:active:active, .osd .button.flat:active:active:hover, .osd .button.flat:active:active:focus, .osd .button.flat:active:active:hover:focus, .osd .button.flat:active:checked, .osd .button.flat:active:checked:hover, .osd .button.flat:active:checked:focus, .osd .button.flat:active:checked:hover:focus, - #XfceNotifyWindow.button:checked:active, - #XfceNotifyWindow.button:checked:active:hover, - #XfceNotifyWindow.button:checked:active:focus, - #XfceNotifyWindow.button:checked:active:hover:focus, - #XfceNotifyWindow.button:checked:checked, - #XfceNotifyWindow.button:checked:checked:hover, - #XfceNotifyWindow.button:checked:checked:focus, - #XfceNotifyWindow.button:checked:checked:hover:focus, - #XfceNotifyWindow.button:active:active, - #XfceNotifyWindow.button:active:active:hover, - #XfceNotifyWindow.button:active:active:focus, - #XfceNotifyWindow.button:active:active:hover:focus, - #XfceNotifyWindow.button:active:checked, - #XfceNotifyWindow.button:active:checked:hover, - #XfceNotifyWindow.button:active:checked:focus, - #XfceNotifyWindow.button:active:checked:hover:focus, - #XfceNotifyWindow.button.flat:checked:active, - #XfceNotifyWindow.button.flat:checked:active:hover, - #XfceNotifyWindow.button.flat:checked:active:focus, - #XfceNotifyWindow.button.flat:checked:active:hover:focus, - #XfceNotifyWindow.button.flat:checked:checked, - #XfceNotifyWindow.button.flat:checked:checked:hover, - #XfceNotifyWindow.button.flat:checked:checked:focus, - #XfceNotifyWindow.button.flat:checked:checked:hover:focus, - #XfceNotifyWindow.button.flat:active:active, - #XfceNotifyWindow.button.flat:active:active:hover, - #XfceNotifyWindow.button.flat:active:active:focus, - #XfceNotifyWindow.button.flat:active:active:hover:focus, - #XfceNotifyWindow.button.flat:active:checked, - #XfceNotifyWindow.button.flat:active:checked:hover, - #XfceNotifyWindow.button.flat:active:checked:focus, - #XfceNotifyWindow.button.flat:active:checked:hover:focus, - #XfceNotifyWindow .button:checked:active, - #XfceNotifyWindow .button:checked:active:hover, - #XfceNotifyWindow .button:checked:active:focus, - #XfceNotifyWindow .button:checked:active:hover:focus, - #XfceNotifyWindow .button:checked:checked, - #XfceNotifyWindow .button:checked:checked:hover, - #XfceNotifyWindow .button:checked:checked:focus, - #XfceNotifyWindow .button:checked:checked:hover:focus, - #XfceNotifyWindow .button:active:active, - #XfceNotifyWindow .button:active:active:hover, - #XfceNotifyWindow .button:active:active:focus, - #XfceNotifyWindow .button:active:active:hover:focus, - #XfceNotifyWindow .button:active:checked, - #XfceNotifyWindow .button:active:checked:hover, - #XfceNotifyWindow .button:active:checked:focus, - #XfceNotifyWindow .button:active:checked:hover:focus, - #XfceNotifyWindow .button.flat:checked:active, - #XfceNotifyWindow .button.flat:checked:active:hover, - #XfceNotifyWindow .button.flat:checked:active:focus, - #XfceNotifyWindow .button.flat:checked:active:hover:focus, - #XfceNotifyWindow .button.flat:checked:checked, - #XfceNotifyWindow .button.flat:checked:checked:hover, - #XfceNotifyWindow .button.flat:checked:checked:focus, - #XfceNotifyWindow .button.flat:checked:checked:hover:focus, - #XfceNotifyWindow .button.flat:active:active, - #XfceNotifyWindow .button.flat:active:active:hover, - #XfceNotifyWindow .button.flat:active:active:focus, - #XfceNotifyWindow .button.flat:active:active:hover:focus, - #XfceNotifyWindow .button.flat:active:checked, - #XfceNotifyWindow .button.flat:active:checked:hover, - #XfceNotifyWindow .button.flat:active:checked:focus, - #XfceNotifyWindow .button.flat:active:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.32); } - .osd.button:checked:insensitive, .osd.button:active:insensitive, .osd.button.flat:checked:insensitive, .osd.button.flat:active:insensitive, .osd .button:checked:insensitive, .osd .button:active:insensitive, .osd .button.flat:checked:insensitive, .osd .button.flat:active:insensitive, - #XfceNotifyWindow.button:checked:insensitive, - #XfceNotifyWindow.button:active:insensitive, - #XfceNotifyWindow.button.flat:checked:insensitive, - #XfceNotifyWindow.button.flat:active:insensitive, - #XfceNotifyWindow .button:checked:insensitive, - #XfceNotifyWindow .button:active:insensitive, - #XfceNotifyWindow .button.flat:checked:insensitive, - #XfceNotifyWindow .button.flat:active:insensitive { - border-color: rgba(247, 225, 136, 0.32); } - .osd.button:checked:active:insensitive, .osd.button:checked:checked:insensitive, .osd.button:active:active:insensitive, .osd.button:active:checked:insensitive, .osd.button.flat:checked:active:insensitive, .osd.button.flat:checked:checked:insensitive, .osd.button.flat:active:active:insensitive, .osd.button.flat:active:checked:insensitive, .osd .button:checked:active:insensitive, .osd .button:checked:checked:insensitive, .osd .button:active:active:insensitive, .osd .button:active:checked:insensitive, .osd .button.flat:checked:active:insensitive, .osd .button.flat:checked:checked:insensitive, .osd .button.flat:active:active:insensitive, .osd .button.flat:active:checked:insensitive, - #XfceNotifyWindow.button:checked:active:insensitive, - #XfceNotifyWindow.button:checked:checked:insensitive, - #XfceNotifyWindow.button:active:active:insensitive, - #XfceNotifyWindow.button:active:checked:insensitive, - #XfceNotifyWindow.button.flat:checked:active:insensitive, - #XfceNotifyWindow.button.flat:checked:checked:insensitive, - #XfceNotifyWindow.button.flat:active:active:insensitive, - #XfceNotifyWindow.button.flat:active:checked:insensitive, - #XfceNotifyWindow .button:checked:active:insensitive, - #XfceNotifyWindow .button:checked:checked:insensitive, - #XfceNotifyWindow .button:active:active:insensitive, - #XfceNotifyWindow .button:active:checked:insensitive, - #XfceNotifyWindow .button.flat:checked:active:insensitive, - #XfceNotifyWindow .button.flat:checked:checked:insensitive, - #XfceNotifyWindow .button.flat:active:active:insensitive, - #XfceNotifyWindow .button.flat:active:checked:insensitive { - border-color: rgba(245, 220, 115, 0.32); } - .osd.button:checked:focus, .osd.button:checked:hover, .osd.button:active:focus, .osd.button:active:hover, .osd.button.flat:checked:focus, .osd.button.flat:checked:hover, .osd.button.flat:active:focus, .osd.button.flat:active:hover, .osd .button:checked:focus, .osd .button:checked:hover, .osd .button:active:focus, .osd .button:active:hover, .osd .button.flat:checked:focus, .osd .button.flat:checked:hover, .osd .button.flat:active:focus, .osd .button.flat:active:hover, - #XfceNotifyWindow.button:checked:focus, - #XfceNotifyWindow.button:checked:hover, - #XfceNotifyWindow.button:active:focus, - #XfceNotifyWindow.button:active:hover, - #XfceNotifyWindow.button.flat:checked:focus, - #XfceNotifyWindow.button.flat:checked:hover, - #XfceNotifyWindow.button.flat:active:focus, - #XfceNotifyWindow.button.flat:active:hover, - #XfceNotifyWindow .button:checked:focus, - #XfceNotifyWindow .button:checked:hover, - #XfceNotifyWindow .button:active:focus, - #XfceNotifyWindow .button:active:hover, - #XfceNotifyWindow .button.flat:checked:focus, - #XfceNotifyWindow .button.flat:checked:hover, - #XfceNotifyWindow .button.flat:active:focus, - #XfceNotifyWindow .button.flat:active:hover { - background-color: #988a7b; - background-image: none; - color: #282828; } - .osd.button:focus, .osd.button:hover, .osd.button.flat:focus, .osd.button.flat:hover, .osd .button:focus, .osd .button:hover, .osd .button.flat:focus, .osd .button.flat:hover, - #XfceNotifyWindow.button:focus, - #XfceNotifyWindow.button:hover, - #XfceNotifyWindow.button.flat:focus, - #XfceNotifyWindow.button.flat:hover, - #XfceNotifyWindow .button:focus, - #XfceNotifyWindow .button:hover, - #XfceNotifyWindow .button.flat:focus, - #XfceNotifyWindow .button.flat:hover { - color: #fbf1c7; } - .osd.button:insensitive:insensitive, .osd.button.flat:insensitive:insensitive, .osd .button:insensitive:insensitive, .osd .button.flat:insensitive:insensitive, - #XfceNotifyWindow.button:insensitive:insensitive, - #XfceNotifyWindow.button.flat:insensitive:insensitive, - #XfceNotifyWindow .button:insensitive:insensitive, - #XfceNotifyWindow .button.flat:insensitive:insensitive { - background-color: alpha(mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.2),0.4); - background-image: none; - opacity: .6; - color: mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.6); - box-shadow: none; } - .osd.button:insensitive:insensitive :insensitive, .osd.button.flat:insensitive:insensitive :insensitive, .osd .button:insensitive:insensitive :insensitive, .osd .button.flat:insensitive:insensitive :insensitive, - #XfceNotifyWindow.button:insensitive:insensitive :insensitive, - #XfceNotifyWindow.button.flat:insensitive:insensitive :insensitive, - #XfceNotifyWindow .button:insensitive:insensitive :insensitive, - #XfceNotifyWindow .button.flat:insensitive:insensitive :insensitive { - color: mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.6); } - .osd.button:active:insensitive, .osd.button:checked:insensitive, .osd .button:active:insensitive, .osd .button:checked:insensitive, - #XfceNotifyWindow.button:active:insensitive, - #XfceNotifyWindow.button:checked:insensitive, - #XfceNotifyWindow .button:active:insensitive, - #XfceNotifyWindow .button:checked:insensitive { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - .osd.button:active:insensitive:insensitive, .osd.button:checked:insensitive:insensitive, .osd .button:active:insensitive:insensitive, .osd .button:checked:insensitive:insensitive, - #XfceNotifyWindow.button:active:insensitive:insensitive, - #XfceNotifyWindow.button:checked:insensitive:insensitive, - #XfceNotifyWindow .button:active:insensitive:insensitive, - #XfceNotifyWindow .button:checked:insensitive:insensitive { - color: rgba(40, 40, 40, 0.85); } - .osd.button.separator, .osd.button .separator, .osd .button.separator, .osd .button .separator, - #XfceNotifyWindow.button.separator, - #XfceNotifyWindow.button .separator, - #XfceNotifyWindow .button.separator, - #XfceNotifyWindow .button .separator { - border: 1px solid currentColor; - color: rgba(29, 32, 33, 0.7); } - .osd.button.separator:insensitive, .osd.button .separator:insensitive, .osd .button.separator:insensitive, .osd .button .separator:insensitive, - #XfceNotifyWindow.button.separator:insensitive, - #XfceNotifyWindow.button .separator:insensitive, - #XfceNotifyWindow .button.separator:insensitive, - #XfceNotifyWindow .button .separator:insensitive { - color: rgba(29, 32, 33, 0.65); } - .osd.toolbar, - #XfceNotifyWindow.toolbar { - -GtkToolbar-button-relief: normal; - padding: 3px; - border: 1px solid rgba(23, 26, 26, 0.8); - border-radius: 4px; - background-color: rgba(29, 32, 33, 0.8); - background-image: none; - color: #fbf1c7; } - .osd.toolbar .separator, - #XfceNotifyWindow.toolbar .separator { - color: rgba(26, 29, 30, 0.8); } - .osd.trough, - #XfceNotifyWindow.trough { - background-color: rgba(23, 26, 26, 0.8); } - .osd.progressbar, - #XfceNotifyWindow.progressbar { - background-color: #fbf1c7; } - .osd .scale.slider, - #XfceNotifyWindow .scale.slider { - background-color: rgba(31, 35, 36, 0.8); - background-image: none; - border-color: rgba(23, 26, 26, 0.8); } - .osd .scale.slider:focus, .osd .scale.slider:hover, - #XfceNotifyWindow .scale.slider:focus, - #XfceNotifyWindow .scale.slider:hover { - border-color: mix(#928374,rgba(29, 32, 33, 0.8),0.3); } - .osd .scale.slider:active, .osd .scale.slider:active:hover, .osd .scale.slider:active:focus, .osd .scale.slider:active:hover:focus, .osd .scale.slider:checked, .osd .scale.slider:checked:hover, .osd .scale.slider:checked:focus, .osd .scale.slider:checked:hover:focus, - #XfceNotifyWindow .scale.slider:active, - #XfceNotifyWindow .scale.slider:active:hover, - #XfceNotifyWindow .scale.slider:active:focus, - #XfceNotifyWindow .scale.slider:active:hover:focus, - #XfceNotifyWindow .scale.slider:checked, - #XfceNotifyWindow .scale.slider:checked:hover, - #XfceNotifyWindow .scale.slider:checked:focus, - #XfceNotifyWindow .scale.slider:checked:hover:focus { - border-color: rgba(20, 22, 23, 0.8); } - .osd .scale.slider:insensitive, - #XfceNotifyWindow .scale.slider:insensitive { - border-color: rgba(25, 27, 28, 0.8); } - .osd .scale.slider:active:insensitive, .osd .scale.slider:checked:insensitive, - #XfceNotifyWindow .scale.slider:active:insensitive, - #XfceNotifyWindow .scale.slider:checked:insensitive { - border-color: rgba(23, 26, 26, 0.8); } - .osd .scale.slider:insensitive, - #XfceNotifyWindow .scale.slider:insensitive { - background-color: rgba(26, 29, 30, 0.8); - background-image: none; } - .osd .scale.trough, - #XfceNotifyWindow .scale.trough { - border-color: rgba(23, 26, 26, 0.8); - background-color: rgba(31, 35, 36, 0.8); - background-image: none; } - .osd .scale.trough.highlight, - #XfceNotifyWindow .scale.trough.highlight { - border-color: #928374; - background-color: #928374; - background-image: none; } - .osd .scale.trough:insensitive, .osd .scale.trough.highlight:insensitive, - #XfceNotifyWindow .scale.trough:insensitive, - #XfceNotifyWindow .scale.trough.highlight:insensitive { - border-color: rgba(25, 27, 28, 0.8); - background-color: rgba(26, 29, 30, 0.8); - background-image: none; } - .osd.view, GtkHTML.osd, .osd .view, .osd GtkHTML, - #XfceNotifyWindow.view, - GtkHTML#XfceNotifyWindow, - #XfceNotifyWindow .view, - #XfceNotifyWindow GtkHTML { - background-color: rgba(29, 32, 33, 0.8); } - .osd .scrollbar .trough, - #XfceNotifyWindow .scrollbar .trough { - background-color: rgba(29, 32, 33, 0.8); } - .osd .scrollbar .slider, - #XfceNotifyWindow .scrollbar .slider { - border: 1px solid mix(rgba(25, 28, 29, 0.8),#fbf1c7,0.21); - border-radius: 0; - background-color: mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.21); } - .osd .scrollbar .slider:hover, - #XfceNotifyWindow .scrollbar .slider:hover { - border-color: mix(rgba(25, 28, 29, 0.8),#fbf1c7,0.31); - background-color: mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.31); } - .osd .scrollbar .slider:active, - #XfceNotifyWindow .scrollbar .slider:active { - border-color: #847668; - background-color: #928374; } - .osd GtkIconView.cell:selected, .osd GtkIconView.cell:selected:focus, - #XfceNotifyWindow GtkIconView.cell:selected, - #XfceNotifyWindow GtkIconView.cell:selected:focus { - background-color: transparent; - border: 3px solid mix(rgba(25, 28, 29, 0.8),#fbf1c7,0.21); - border-radius: 4px; - outline-color: transparent; } - .osd .page-thumbnail, - #XfceNotifyWindow .page-thumbnail { - border: 1px solid rgba(26, 29, 30, 0.8); - /* when there's no pixbuf yet */ - background-color: rgba(29, 32, 33, 0.8); } - -.osd GtkProgressBar, GtkProgressBar.osd { - -GtkProgressBar-xspacing: 0; - -GtkProgressBar-yspacing: 2px; - -GtkProgressBar-min-horizontal-bar-height: 2px; - padding: 0; } - .osd GtkProgressBar.trough, GtkProgressBar.osd.trough { - padding: 0; - border-style: none; - border-radius: 0; - background-image: none; - background-color: transparent; } - .osd GtkProgressBar.progressbar, GtkProgressBar.osd.progressbar { - border-style: none; - border-radius: 0; - background-color: #928374; - background-image: none; } - -.overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(rgba(146, 131, 116, 0.35)), to(rgba(146, 131, 116, 0.25))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(146, 131, 116, 0.2)), to(rgba(146, 131, 116, 0))); - background-size: 100% 5%, 100% 100%; - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: 0; - box-shadow: none; } - .overshoot.top:backdrop { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(rgba(146, 131, 116, 0.35)), to(rgba(146, 131, 116, 0.25))); - background-size: 100% 5%; - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: 0; - box-shadow: none; } - -.overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(rgba(146, 131, 116, 0.35)), to(rgba(146, 131, 116, 0.25))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(146, 131, 116, 0.2)), to(rgba(146, 131, 116, 0))); - background-size: 100% 5%, 100% 100%; - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: 0; - box-shadow: none; } - .overshoot.bottom:backdrop { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(rgba(146, 131, 116, 0.35)), to(rgba(146, 131, 116, 0.25))); - background-size: 100% 5%; - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: 0; - box-shadow: none; } - -.overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(rgba(146, 131, 116, 0.35)), to(rgba(146, 131, 116, 0.25))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(146, 131, 116, 0.2)), to(rgba(146, 131, 116, 0))); - background-size: 5% 100%, 100% 100%; - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: 0; - box-shadow: none; } - .overshoot.left:backdrop { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(rgba(146, 131, 116, 0.35)), to(rgba(146, 131, 116, 0.25))); - background-size: 5% 100%; - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: 0; - box-shadow: none; } - -.overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(rgba(146, 131, 116, 0.35)), to(rgba(146, 131, 116, 0.25))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(146, 131, 116, 0.2)), to(rgba(146, 131, 116, 0))); - background-size: 5% 100%, 100% 100%; - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: 0; - box-shadow: none; } - .overshoot.right:backdrop { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(rgba(146, 131, 116, 0.35)), to(rgba(146, 131, 116, 0.25))); - background-size: 5% 100%; - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: 0; - box-shadow: none; } - -.undershoot.top { - background-color: transparent; - /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line - $_undershoot_color_light 50%, - $_undershoot_color_dark 50%);*/ - padding-top: 1px; - background-size: 10px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center top; } - -.undershoot.bottom { - background-color: transparent; - /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line - $_undershoot_color_light 50%, - $_undershoot_color_dark 50%);*/ - padding-bottom: 1px; - background-size: 10px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center bottom; } - -.undershoot.left { - background-color: transparent; - /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line - $_undershoot_color_light 50%, - $_undershoot_color_dark 50%);*/ - padding-left: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left center; } - -.undershoot.right { - background-color: transparent; - /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line - $_undershoot_color_light 50%, - $_undershoot_color_dark 50%);*/ - padding-right: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right center; } - -/***************** - ! Progress bars * -******************/ -GtkProgressBar { - padding: 0; - border-radius: 4px; - font-size: smaller; - color: rgba(235, 219, 178, 0.6); - -GtkProgressBar-min-horizontal-bar-height: 6; - -GtkProgressBar-min-vertical-bar-width: 6; } - GtkProgressBar.osd { - -GtkProgressBar-xspacing: 0; - -GtkProgressBar-yspacing: 0; - -GtkProgressBar-min-horizontal-bar-height: 3; } - GtkProgressBar.trough { - border: 1px solid rgba(32, 32, 32, 0.5); - background-color: #2b2b2b; - background-image: none; } - -.progressbar { - background-color: #928374; - background-image: none; - border-radius: 0; - box-shadow: none; } - .progressbar.left { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; } - .progressbar.right { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; } - .progressbar.left.right { - box-shadow: none; } - .progressbar.vertical { - background-color: #928374; - background-image: none; } - .progressbar.vertical.bottom { - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; } - .progressbar.vertical.top { - border-top-left-radius: 4px; - border-top-right-radius: 4px; } - -GtkLevelBar { - -GtkLevelBar-min-block-width: 34; - -GtkLevelBar-min-block-height: 3; } - GtkLevelBar.vertical { - -GtkLevelBar-min-block-width: 3; - -GtkLevelBar-min-block-height: 34; } - -.level-bar.trough { - background-color: #2b2b2b; - background-image: none; - border: 1px solid rgba(32, 32, 32, 0.5); - border-radius: 4px; } - -.level-bar.fill-block { - background-color: #928374; - background-image: none; - border-color: transparent; - border-radius: 0; } - .level-bar.fill-block.indicator-discrete.horizontal { - margin-right: 1px; } - .level-bar.fill-block.indicator-discrete.vertical { - margin-bottom: 1px; } - .level-bar.fill-block.level-high { - background-color: #98971a; - border-color: transparent; } - .level-bar.fill-block.level-low { - background-color: #d79921; - border-color: transparent; } - .level-bar.fill-block.empty-fill-block { - background-color: transparent; - border-color: transparent; - box-shadow: none; } - -.scale { - -GtkRange-slider-width: 16; - -GtkRange-trough-border: 1; - -GtkScale-slider-length: 16; - padding: 0; - border-width: 1px; - border-radius: 4px; - outline-offset: -1px; } - .scale.slider { - background-color: #2b2b2b; - background-image: none; - border-color: #202020; - border-radius: 8px; - border-width: 1px; - border-style: solid; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.3); } - .scale.slider:focus, .scale.slider:hover { - border-color: mix(#928374,#282828,0.3); } - .scale.slider:active, .scale.slider:active:hover, .scale.slider:active:focus, .scale.slider:active:hover:focus, .scale.slider:checked, .scale.slider:checked:hover, .scale.slider:checked:focus, .scale.slider:checked:hover:focus { - border-color: #1c1c1c; } - .scale.slider:insensitive { - border-color: #222222; } - .scale.slider:active:insensitive, .scale.slider:checked:insensitive { - border-color: #202020; } - .scale.slider:insensitive { - background-color: #242424; - background-image: none; } - .scale.fine-tune:active, .scale.fine-tune:active:hover, .scale.fine-tune.horizontal:active, .scale.fine-tune.horizontal:active:hover { - background-size: 50%; - background-repeat: no-repeat; - background-position: center; } - .scale.mark { - border-color: rgba(32, 32, 32, 0.5); } - .scale.trough { - background-color: #2b2b2b; - background-image: none; - margin: 7px 0; - border: 1px solid rgba(32, 32, 32, 0.5); - border-radius: 4px; } - .scale.trough:insensitive { - background-color: #242424; - background-image: none; } - .scale.trough.vertical { - margin: 0 7px; } - .scale.highlight.left, .memuitem .scale.highlight.left { - background-color: #928374; - background-image: none; - border-color: #928374; } - .scale.highlight.left:hover, .memuitem .scale.highlight.left:hover { - border-color: #75695c; - background-color: #75695c; } - .scale.highlight.left:insensitive, .memuitem .scale.highlight.left:insensitive { - background-color: #242424; - background-image: none; - border-color: #222222; } - .scale.highlight.bottom { - background-color: #928374; - background-image: none; - border-color: #928374; } - -/*********** - ! Scrollbar -************/ -* { - -GtkRange-slider-width: 8; - -GtkRange-stepper-spacing: 0; - -GtkRange-trough-border: 2; - -GtkRange-trough-under-steppers: 1; - -GtkScrollbar-has-backward-stepper: false; - -GtkScrollbar-has-forward-stepper: false; - -GtkScrollbar-min-slider-length: 80; - -GtkScrolledWindow-scrollbar-spacing: 0; - -GtkScrolledWindow-scrollbars-within-bevel: 1; } - -.scrollbar { - border: 0; - padding: 0; } - .scrollbar.button, .scrollbar.button:active, .scrollbar.button:active:hover { - border-width: 0; - border-radius: 0; - background-color: transparent; - background-image: none; - color: rgba(235, 219, 178, 0.5); } - .scrollbar.slider, .scrollbar.slider.vertical { - border: 0; - border-radius: 4px; - background-color: mix(#282828,#ebdbb2,0.21); } - .scrollbar.slider:hover, .scrollbar.slider.vertical:hover { - background-color: mix(#282828,#ebdbb2,0.31); } - .scrollbar.slider:active, .scrollbar.slider.vertical:active { - background-color: #928374; } - .scrollbar.slider.fine-tune:hover:active, .scrollbar.slider.vertical.fine-tune:hover:active { - border: 2px solid transparent; } - .scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - opacity: .5; - -GtkRange-slider-width: 4px; } - .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { - margin: 0; - background-color: #ebdbb2; - background-clip: padding-box; } - .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { - border-style: none; - background-color: transparent; } - .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering { - opacity: .7; } - -.scrollbars-junction, -.scrollbars-junction.frame, -.scrollbar.trough { - border: 0; - border-radius: 0; - background-color: #282828; - background-image: none; } - -OsThumb, OsScrollbar { - color: #1c1c1c; } - OsThumb:selected, OsScrollbar:selected { - background-color: #928374; } - OsThumb:active, OsScrollbar:active { - background-color: #928374; } - OsThumb:insensitive, OsScrollbar:insensitive { - background-color: #242424; } - -/********* - ! Sidebar -**********/ -.sidebar, .sidebar.view, GtkHTML.sidebar, .sidebar .view, .sidebar GtkHTML, .sidebar GtkScrolledWindow { - background-color: #282828; - color: mix(#ebdbb2,#282828,0.1); } - .sidebar.separator, .sidebar.separator:hover, .sidebar.separator:focus, .sidebar.view.separator, GtkHTML.sidebar.separator, .sidebar.view.separator:hover, GtkHTML.sidebar.separator:hover, .sidebar.view.separator:focus, GtkHTML.sidebar.separator:focus, .sidebar .view.separator, .sidebar GtkHTML.separator, .sidebar .view.separator:hover, .sidebar GtkHTML.separator:hover, .sidebar .view.separator:focus, .sidebar GtkHTML.separator:focus, .sidebar GtkScrolledWindow.separator, .sidebar GtkScrolledWindow.separator:hover, .sidebar GtkScrolledWindow.separator:focus { - border-width: 1px; - border-style: solid; - border-color: #242424; - color: #242424; } - -.sidebar row:selected, .sidebar row:selected:hover, .sidebar row:selected:focus, .sidebar .view row:selected, .sidebar GtkHTML row:selected, .sidebar .view row:selected:hover, .sidebar GtkHTML row:selected:hover, .sidebar .view row:selected:focus, .sidebar GtkHTML row:selected:focus { - border: 0; - background-image: none; - background-color: #928374; - color: #282828; } - -.sidebar row:selected:hover, .sidebar .view row:selected:hover, .sidebar GtkHTML row:selected:hover { - border: 0; - background-image: none; - background-color: #988a7b; - color: #282828; } - -.sidebar row:hover, .sidebar .view row:hover, .sidebar GtkHTML row:hover { - border: 0; - background-image: none; - background-color: #2a2a2a; } - -.sidebar .frame { - border-width: 0; } - -.sidebar .sidebar-row { - padding: 1px; } - -.sidebar .sidebar-icon { - padding-left: 6px; - padding-right: 6px; } - -GtkAssistant .sidebar { - padding: 3px; - border-width: 0 1px 0 0; - border-style: solid; - border-right-color: #202020; - border-radius: 0; - background-color: #282828; - color: mix(#ebdbb2,#282828,0.1); } - GtkAssistant .sidebar:dir(ltr) { - border-width: 0 1px 0 0; } - GtkAssistant .sidebar:dir(rtl) { - border-width: 0 0 0 1px; } - GtkAssistant .sidebar .label { - padding: 3px 6px; } - GtkAssistant .sidebar .label.highlight { - background-color: mix(#282828,#ebdbb2,0.8); } - GtkAssistant .sidebar.csd .sidebar { - border-top-style: none; } - GtkAssistant .sidebar .highlight { - font: bold; } - -/****** -! Paned -*******/ -GtkPaned { - -GtkPaned-handle-size: 1; - -gtk-icon-source: none; - margin: 0 3px; } - GtkPaned:dir(rtl) { - margin-right: 0; - margin-left: 3px; } - GtkPaned .pane-separator { - background-color: #242424; } - GtkPaned.wide { - -GtkPaned-handle-size: 4; - margin: 0; } - GtkPaned.wide .pane-separator { - background-color: transparent; - border-style: none solid; - border-color: #242424; - border-width: 1px; } - GtkPaned.wide.vertical .pane-separator { - border-style: solid none; } - -/******************* - ! Spinner animation -********************/ -@keyframes spin { - to { - -gtk-icon-transform: rotate(1turn); } } - -.spinner { - background-image: none; - background-color: #928374; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } - .spinner:active { - opacity: 1; - animation: spin 1s linear infinite; } - .spinner:active:insensitive { - opacity: .5; } - -/*********************** - ! Check and Radio items -************************/ -* { - -GtkCheckButton-indicator-size: 16; - -GtkCheckMenuItem-indicator-size: 16; } - -.radio { - background-image: none; - -gtk-icon-source: url("../assets/radio-unchecked.svg"); } - .radio:insensitive { - -gtk-icon-source: url("../assets/radio-unchecked-insensitive.svg"); } - .radio:checked, .radio:active { - -gtk-icon-source: url("../assets/radio-checked.svg"); } - .radio:checked:insensitive, .radio:active:insensitive { - -gtk-icon-source: url("../assets/radio-checked-insensitive.svg"); } - .radio:inconsistent { - -gtk-icon-source: url("../assets/radio-mixed.svg"); } - .radio:inconsistent:insensitive { - -gtk-icon-source: url("../assets/radio-mixed-insensitive.svg"); } - .radio.menuitem { - -gtk-icon-source: url("../assets/menuitem-radio-unchecked.svg"); } - .radio.menuitem:insensitive { - -gtk-icon-source: url("../assets/menuitem-radio-checked-insensitive.svg"); } - .radio.menuitem:checked, .radio.menuitem:active { - -gtk-icon-source: url("../assets/menuitem-radio-checked.svg"); } - .radio.menuitem:checked:hover, .radio.menuitem:active:hover { - -gtk-icon-source: url("../assets/menuitem-radio-checked-hover.svg"); } - .radio.menuitem:checked:insensitive, .radio.menuitem:active:insensitive { - -gtk-icon-source: url("../assets/menuitem-radio-checked-insensitive.svg"); } - .radio.menuitem:inconsistent { - -gtk-icon-source: url("../assets/menuitem-radio-mixed.svg"); } - .radio.menuitem:inconsistent:hover { - -gtk-icon-source: url("../assets/menuitem-radio-mixed-hover.svg"); } - .radio.menuitem:inconsistent:insensitive { - -gtk-icon-source: url("../assets/menuitem-radio-mixed-insensitive.svg"); } - -.check { - background-image: none; - -gtk-icon-source: url("../assets/checkbox-unchecked.svg"); } - .check:insensitive { - -gtk-icon-source: url("../assets/checkbox-unchecked-insensitive.svg"); } - .check:checked, .check:active { - -gtk-icon-source: url("../assets/checkbox-checked.svg"); } - .check:checked:insensitive, .check:active:insensitive { - -gtk-icon-source: url("../assets/checkbox-checked-insensitive.svg"); } - .check:inconsistent { - -gtk-icon-source: url("../assets/checkbox-mixed.svg"); } - .check:inconsistent:insensitive { - -gtk-icon-source: url("../assets/checkbox-mixed-insensitive.svg"); } - .check.menuitem { - -gtk-icon-source: url("../assets/menuitem-checkbox-unchecked.svg"); } - .check.menuitem:insensitive { - -gtk-icon-source: url("../assets/menuitem-checkbox-checked-insensitive.svg"); } - .check.menuitem:checked, .check.menuitem:active { - -gtk-icon-source: url("../assets/menuitem-checkbox-checked.svg"); } - .check.menuitem:checked:hover, .check.menuitem:active:hover { - -gtk-icon-source: url("../assets/menuitem-checkbox-checked-hover.svg"); } - .check.menuitem:checked:insensitive, .check.menuitem:active:insensitive { - -gtk-icon-source: url("../assets/menuitem-checkbox-checked-insensitive.svg"); } - .check.menuitem:inconsistent { - -gtk-icon-source: url("../assets/menuitem-checkbox-mixed.svg"); } - .check.menuitem:inconsistent:hover { - -gtk-icon-source: url("../assets/menuitem-checkbox-mixed-hover.svg"); } - .check.menuitem:inconsistent:insensitive { - -gtk-icon-source: url("../assets/menuitem-checkbox-mixed-insensitive.svg"); } - -.view.content-view.check:not(list), GtkHTML.content-view.check:not(list) { - icon-shadow: none; - -gtk-icon-source: url("../assets/grid-selection-unchecked.svg"); - background-color: transparent; } - -.view.content-view.check:hover:not(list), GtkHTML.content-view.check:hover:not(list) { - icon-shadow: none; - -gtk-icon-source: url("../assets/grid-selection-unchecked.svg"); - background-color: transparent; } - -.view.content-view.check:active:not(list), GtkHTML.content-view.check:active:not(list) { - icon-shadow: none; - -gtk-icon-source: url("../assets/grid-selection-checked.svg"); - background-color: transparent; } - -.view.content-view.check:backdrop:not(list), GtkHTML.content-view.check:backdrop:not(list) { - icon-shadow: none; - -gtk-icon-source: url("../assets/grid-selection-unchecked.svg"); - background-color: transparent; } - -.view.content-view.check:checked:not(list), GtkHTML.content-view.check:checked:not(list) { - icon-shadow: none; - -gtk-icon-source: url("../assets/grid-selection-checked.svg"); - background-color: transparent; } - -.view.content-view.check:checked:hover:not(list), GtkHTML.content-view.check:checked:hover:not(list) { - icon-shadow: none; - -gtk-icon-source: url("../assets/grid-selection-checked.svg"); - background-color: transparent; } - -.view.content-view.check:checked:active:not(list), GtkHTML.content-view.check:checked:active:not(list) { - icon-shadow: none; - -gtk-icon-source: url("../assets/grid-selection-checked.svg"); - background-color: transparent; } - -.view.content-view.check:backdrop:checked:not(list), GtkHTML.content-view.check:backdrop:checked:not(list) { - icon-shadow: none; - -gtk-icon-source: url("../assets/grid-selection-checked.svg"); - background-color: transparent; } - -/******** - ! Switch -*********/ -GtkSwitch { - padding: 0; - border-radius: 4px; - font: bold condensed; - outline-offset: -4px; } - GtkSwitch.slider { - background-color: #303030; - background-image: none; - border: 1px solid rgba(0, 0, 0, 0.2); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.12); } - GtkSwitch.slider:insensitive { - border-color: rgba(0, 0, 0, 0.1); - background-color: #242424; - box-shadow: none; } - GtkSwitch.trough { - background-color: #262626; - background-image: none; - border: 1px solid #202020; - color: #ebdbb2; - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.07), inset 0 1px rgba(66, 52, 17, 0.08), inset -1px 0 rgba(66, 52, 17, 0.07), inset 0 -1px rgba(66, 52, 17, 0.05); } - GtkSwitch.trough:active { - background-color: #928374; - background-image: none; - border-color: #847668; - color: #282828; } - GtkSwitch.trough:insensitive { - background-color: #242424; - background-image: none; - border-color: #222222; - color: mix(#ebdbb2,#282828,0.5); } - -/********* - ! Buttons -**********/ -/****************** -! ComboBoxes * -*******************/ -/********* - ! Toolbar -**********/ -/*************** - ! Generic views -****************/ -* { - -GtkTextView-error-underline-color: #cc241d; } - -.view, GtkHTML { - color: #ebdbb2; - background-color: #282828; } - .view:insensitive, GtkHTML:insensitive, .view:insensitive:insensitive, GtkHTML:insensitive:insensitive { - background-color: #242424; - color: mix(#ebdbb2,#282828,0.5); } - -.cell { - border-width: 0; - border-radius: 0; } - .cell:selected, .cell:selected:focus { - background-color: #928374; - color: #282828; } - -row:selected, row:selected:hover, row:selected:focus { - -GtkWidget-focus-padding: 1; - -GtkWidget-focus-line-width: 0; - border: 0; - background-color: #928374; - background-image: none; - color: #282828; } - -.content-view.view, GtkHTML.content-view { - background-color: #282828; } - .content-view.view:hover, GtkHTML.content-view:hover { - background-color: rgba(146, 131, 116, 0.6); } - .content-view.view:selected, GtkHTML.content-view:selected, .content-view.view:active, GtkHTML.content-view:active { - background-color: #928374; } - .content-view.view:insensitive, GtkHTML.content-view:insensitive { - background-color: #242424; } - .content-view.view.check, GtkHTML.content-view.check, .content-view.view.check:active, GtkHTML.content-view.check:active, .content-view.view.check:hover, GtkHTML.content-view.check:hover, .content-view.view.check:insensitive, GtkHTML.content-view.check:insensitive, .content-view.view.check:selected, GtkHTML.content-view.check:selected { - background-color: transparent; } - -.content-view .subtitle { - font: smaller; - padding: 0 12px; } - -GtkIconView.view.cell:selected, GtkIconView.view.cell:selected:focus { - border: 0; - border-radius: 2px; - background-image: none; - background-color: #928374; - color: #282828; } - -.dim-label, GtkLabel.separator, .dim-label.view, GtkLabel.view.separator, GtkHTML.dim-label { - color: alpha(currentColor,0.5); } - -.dnd { - border: 1px solid #928374; } - -.grip { - background-color: transparent; } - -.arrow { - color: alpha(currentColor,0.7); } - -.rubberband, .rubberband.view, GtkHTML.rubberband, .rubberband.content-view.view, GtkHTML.rubberband.content-view { - border: 1px solid #928374; - border-radius: 0; - background-color: rgba(146, 131, 116, 0.3); } - -GdMainIconView.content-view { - -GdMainIconView-icon-size: 40; } - -/* this will get overridden by .view, needed by gedit line numbers */ -GtkTextView { - background-color: mix(#282828,#282828,0.5); } - -GtkHTML:insensitive { - background-color: #242424; } - -GtkDrawingArea { - background-color: transparent; } - -/************ - ! Treeview * -*************/ -GtkTreeView { - -GtkTreeView-expander-size: 8; - -GtkTreeView-vertical-separator: 0; - outline-offset: -1px; - border-top-color: #1a1d1e; } - GtkTreeView:hover, GtkTreeView:selected, GtkTreeView:selected:focus, GtkTreeView:backdrop:selected, GtkTreeView:backdrop:selected:focus { - border-top-color: #928374; } - GtkTreeView.dnd { - border: 1px solid #928374; } - GtkTreeView .entry { - border-radius: 0; - background-color: #282828; - background-image: none; } - GtkTreeView .progressbar { - background-color: #928374; - background-image: none; - border: 1px solid #75695c; } - GtkTreeView .progressbar:selected:focus, GtkTreeView .progressbar:selected { - background-color: #928374; - background-image: none; - border: 1px solid mix(#928374,#928374,0.3); - color: #282828; } - GtkTreeView .progressbar:insensitive:insensitive { - background-color: #282828; - background-image: none; - border-color: #222222; } - GtkTreeView .trough { - background-color: mix(#282828,#282828,0.5); - border: 1px solid #202020; } - GtkTreeView .trough:selected:focus, GtkTreeView .trough:selected { - background-color: #282828; - border: 1px solid mix(#928374,#282828,0.3); - color: #ebdbb2; } - GtkTreeView .trough:insensitive:insensitive { - background-color: #282828; } - -/*********** - ! Separator -************/ -.view.separator, GtkHTML.separator, .separator { - color: #242424; - border: 1px solid currentColor; } - -/********************* - ! Column view headers -**********************/ -column-header .button, column-header .button:active { - border-width: 0 1px 1px 0; - border-radius: 0; } - -column-header .button, column-header .button:active, column-header .button:focus, column-header .button:active:focus { - border-color: #242424; - border-bottom-color: #202020; } - -column-header .button:hover, column-header .button:active:hover, column-header .button:hover:focus, column-header .button:active:hover:focus { - border-color: #242424; - border-bottom-color: #202020; } - -column-header .button:last-child .button { - border-width: 0 0 1px; } - -/********** - ! Frames * -***********/ -.frame { - border: 1px solid #202020; } - .frame.flat { - border: 0; } - -/* avoid double borders when a viewport is packed into a GtkScrolledWindow */ -GtkScrolledWindow GtkViewport.frame { - border: 0; } - -GtkViewport { - background-color: mix(#282828,#282828,0.28); - color: mix(#ebdbb2,#ebdbb2,0.28); } - -/************** - ! Window frame -***************/ -.window-frame, .window-frame.csd.popup, .window-frame.csd.message-dialog { - box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22), 0 0 0 1px #a89984; } - .window-frame:backdrop, .window-frame.csd.popup:backdrop, .window-frame.csd.message-dialog:backdrop { - box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23), 0 0 0 1px #928374; } - -.window-frame { - border: 0; - border-radius: 4px 4px 0 0; - background-color: mix(#141617,#fbf1c7,0.21); - /* this is used for the resize cursor area */ - margin: 9px; } - .window-frame.tiled { - border-radius: 0; } - .window-frame.solid-csd { - border-radius: 4px 4px 0 0; - margin: 1px; - background-color: mix(#141617,#fbf1c7,0.21); - box-shadow: none; } - .window-frame.csd.popup { - border-radius: 0; } - .window-frame.csd.tooltip { - border-radius: 4px; - box-shadow: none; } - .window-frame.csd.message-dialog { - border-radius: 4px; } - .window-frame.ssd { - box-shadow: 0 0 0 1px #a89984; } - .window-frame.ssd.maximized { - border-radius: 0; } - -/*********************** - ! Unity Greeter * - ***********************/ -.lightdm.menu { - background-image: none; - background-color: rgba(131, 104, 34, 0.6); - border-color: rgba(41, 41, 41, 0.2); - border-radius: 4px; - padding: 1px; - color: #292929; } - -.lightdm-combo .menu { - background-color: #1f2324; - border-radius: 0; - padding: 0; - color: #292929; } - -.lightdm.menu .menuitem *, -.lightdm.menu .menuitem.check:active, -.lightdm.menu .menuitem.radio:active { - color: #292929; } - -.lightdm.menubar *, -.lightdm.menubar .menuitem { - padding: 2px; } - -.lightdm-combo.combobox-entry .button, -.lightdm-combo .cell, -.lightdm-combo .button, -.lightdm-combo .entry, -.lightdm.button { - background-image: none; - background-color: rgba(131, 104, 34, 0.3); - border-color: rgba(41, 41, 41, 0.9); - border-radius: 5px; - padding: 5px; - color: #292929; } - -.lightdm.button:hover { - background-image: none; - background-color: rgba(41, 41, 41, 0.3); - border-color: rgba(41, 41, 41, 0.6); - border-radius: 5px; - padding: 5px; - color: #292929; - text-shadow: none; } - -.lightdm.button:active, -.lightdm.button:active:focus, -.lightdm.button:focus, -.lightdm.entry { - background-image: none; - background-color: rgba(131, 104, 34, 0.3); - border-color: rgba(41, 41, 41, 0.6); - border-radius: 5px; - padding: 6px; - color: #292929; - text-shadow: none; } - -.lightdm.entry:hover, -.lightdm.entry:active, -.lightdm.entry:active:focus { - background-image: none; - border-image: none; } - -.lightdm.entry:focus { - border-color: rgba(41, 41, 41, 0.6); - border-width: 1px; - border-style: solid; - color: #292929; } - -.lightdm.entry:selected { - background-color: rgba(41, 41, 41, 0.2); } - -@keyframes dashentry_spinner { - to { - -gtk-icon-transform: rotate(1turn); } } - -.lightdm.entry:active { - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); - animation: dashentry_spinner 1s infinite linear; } - -.lightdm.option-button { - background: none; - border-width: 0; } - -.lightdm.option-button:insensitive:insensitive { - background: none; } - -.lightdm.toggle-button { - background: none; - border-width: 0; } - -.lightdm.toggle-button.selected:hover { - background-color: rgba(41, 41, 41, 0.3); - border-color: rgba(41, 41, 41, 0.3); - border-width: 1px; } - -.lightdm.toggle-button.selected { - background-color: rgba(131, 104, 34, 0.3); - border-color: rgba(41, 41, 41, 0.3); - border-width: 1px; } - -/********* - ! Gedit * -**********/ -GeditWindow .pane-separator { - border-width: 0 1px 0 0; - border-style: solid; } - GeditWindow .pane-separator, GeditWindow .pane-separator:hover { - border-color: #242424; - background-color: #282828; } - -.gedit-document-panel { - background-color: #282828; - color: mix(#ebdbb2,#282828,0.1); } - .gedit-document-panel .list-row { - padding: 3px; } - .gedit-document-panel .list-row .button { - padding: 1px; - border-radius: 4px; - border-style: solid; - border-color: transparent; - border-width: 1px; - background-color: transparent; - background-image: none; - color: transparent; - icon-shadow: none; } - .gedit-document-panel .prelight-row .button { - border-color: rgba(131, 104, 34, 0.1); - color: rgba(41, 41, 41, 0.8); } - .gedit-document-panel .prelight-row .button:active { - border-color: rgba(131, 104, 34, 0.2); - background-color: rgba(131, 104, 34, 0.08); - color: #292929; } - .gedit-document-panel list-row .button:hover, .gedit-document-panel .prelight-row .button:hover { - border-color: rgba(131, 104, 34, 0.1); - color: #292929; } - -.gedit-document-panel-group-row, .gedit-document-panel-group-row:hover { - border-top: 1px solid #242424; - background-color: #282828; } - -.gedit-document-panel-document-row:hover { - background-color: #2a2a2a; } - -.gedit-document-panel-dragged-row { - border: 1px solid rgba(131, 104, 34, 0.1); - background-color: rgba(131, 104, 34, 0.5); - color: #292929; } - -.gedit-document-panel-placeholder-row { - border: 0; - background-color: rgba(131, 104, 34, 0.08); - transition: all 200ms ease-in; } - -GeditStatusbar { - border-top: 1px solid #202020; } - -GeditStatusbar GeditSmallButton, GeditStatusMenuButton { - text-shadow: none; } - GeditStatusbar GeditSmallButton .button, GeditStatusMenuButton .button { - border-style: solid; - border-width: 0 1px; - border-color: transparent; - border-radius: 0; - padding: 1px 6px 2px 4px; } - GeditStatusbar GeditSmallButton .button:hover, GeditStatusbar GeditSmallButton .button:active, GeditStatusbar GeditSmallButton .button:active:hover, GeditStatusMenuButton .button:hover, GeditStatusMenuButton .button:active, GeditStatusMenuButton .button:active:hover { - border-color: #202020; } - GeditStatusbar GeditSmallButton .button:active, GeditStatusMenuButton .button:active { - background-color: #262626; - color: #ebdbb2; } - -GeditViewFrame .gedit-search-slider { - padding: 3px; - border-radius: 0 0 4px 4px; - border-width: 0 1px 1px; - border-style: solid; - border-color: #202020; - background-color: #282828; } - GeditViewFrame .gedit-search-slider .not-found { - background-color: #cc241d; - background-image: none; - color: #282828; } - -GeditFileBrowserWidget .toolbar { - padding: 1.5px; - border-top: 0; - background-color: #282828; - background-image: none; } - -.gedit-search-entry-occurrences-tag { - margin: 1.5px; - padding: 1.5px; - color: mix(#ebdbb2,#282828,0.5); } - -/************ - ! Nautilus * -*************/ -.nautilus-desktop.nautilus-canvas-item { - color: #292929; - text-shadow: 1px 1px #836822; } - .nautilus-desktop.nautilus-canvas-item:active { - color: #ebdbb2; } - .nautilus-desktop.nautilus-canvas-item:selected { - color: #282828; } - .nautilus-desktop.nautilus-canvas-item:active, .nautilus-desktop.nautilus-canvas-item:hover, .nautilus-desktop.nautilus-canvas-item:selected { - text-shadow: none; } - -NautilusWindow .toolbar { - border-width: 0 0 1px; - border-style: solid; - border-color: #202020; } - -NautilusWindow .sidebar .frame { - border: 0; } - -NautilusWindow GtkPaned { - border-width: 0 1px 0 0; - border-style: solid; } - NautilusWindow GtkPaned, NautilusWindow GtkPaned:hover { - border-color: #242424; - background-color: #282828; } - -NautilusNotebook.notebook { - border-right-width: 0; - border-left-width: 0; - border-bottom-width: 0; } - -NautilusNotebook .frame { - border: 0; } - -NautilusQueryEditor .toolbar { - padding-top: 2px; - padding-bottom: 1px; - border-width: 1px 0 0; - border-style: solid; - border-color: #282828; - background-color: #242424; } - NautilusQueryEditor .toolbar:nth-child(2) { - border-color: #202020; } - NautilusQueryEditor .toolbar.search-bar { - border-top-width: 0; - border-bottom-width: 0; } - NautilusQueryEditor .toolbar:last-child, NautilusQueryEditor .toolbar:only-child, NautilusQueryEditor .toolbar.search-bar:last-child, NautilusQueryEditor .toolbar.search-bar:only-child { - border-bottom-width: 1px; - border-bottom-color: #202020; } - -/******** - ! Nemo * -*********/ -.nemo-desktop.nemo-canvas-item { - color: #292929; - text-shadow: 1px 1px #836822; } - .nemo-desktop.nemo-canvas-item:active { - color: #ebdbb2; } - .nemo-desktop.nemo-canvas-item:selected { - color: #282828; } - .nemo-desktop.nemo-canvas-item:active, .nemo-desktop.nemo-canvas-item:hover, .nemo-desktop.nemo-canvas-item:selected { - text-shadow: none; } - -NemoPathbarButton { - background-color: #282828; - background-image: none; - border-color: rgba(218, 188, 112, 0.32); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); - -NemoPathbarButton-border-radius: 4px; } - NemoPathbarButton:focus, NemoPathbarButton:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.32),0.3); } - NemoPathbarButton:active, NemoPathbarButton:active:hover, NemoPathbarButton:active:focus, NemoPathbarButton:active:hover:focus, NemoPathbarButton:checked, NemoPathbarButton:checked:hover, NemoPathbarButton:checked:focus, NemoPathbarButton:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.32); } - NemoPathbarButton:insensitive { - border-color: rgba(222, 196, 129, 0.32); } - NemoPathbarButton:active:insensitive, NemoPathbarButton:checked:insensitive { - border-color: rgba(218, 188, 112, 0.32); } - NemoPathbarButton.flat { - border-color: rgba(40, 40, 40, 0); - color: #ebdbb2; - background-color: rgba(40, 40, 40, 0); - background-image: none; - box-shadow: none; } - NemoPathbarButton:hover, NemoPathbarButton.flat:hover { - background-color: #2a2a2a; - background-image: none; - border-color: rgba(218, 188, 112, 0.4); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - NemoPathbarButton:hover:focus, NemoPathbarButton:hover:hover, NemoPathbarButton.flat:hover:focus, NemoPathbarButton.flat:hover:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.4),0.3); } - NemoPathbarButton:hover:active, NemoPathbarButton:hover:active:hover, NemoPathbarButton:hover:active:focus, NemoPathbarButton:hover:active:hover:focus, NemoPathbarButton:hover:checked, NemoPathbarButton:hover:checked:hover, NemoPathbarButton:hover:checked:focus, NemoPathbarButton:hover:checked:hover:focus, NemoPathbarButton.flat:hover:active, NemoPathbarButton.flat:hover:active:hover, NemoPathbarButton.flat:hover:active:focus, NemoPathbarButton.flat:hover:active:hover:focus, NemoPathbarButton.flat:hover:checked, NemoPathbarButton.flat:hover:checked:hover, NemoPathbarButton.flat:hover:checked:focus, NemoPathbarButton.flat:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.4); } - NemoPathbarButton:hover:insensitive, NemoPathbarButton.flat:hover:insensitive { - border-color: rgba(222, 196, 129, 0.4); } - NemoPathbarButton:hover:active:insensitive, NemoPathbarButton:hover:checked:insensitive, NemoPathbarButton.flat:hover:active:insensitive, NemoPathbarButton.flat:hover:checked:insensitive { - border-color: rgba(218, 188, 112, 0.4); } - NemoPathbarButton:focus, NemoPathbarButton.flat:focus { - background-color: #2a2a2a; - background-image: none; - border-color: rgba(235, 219, 178, 0.32); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - NemoPathbarButton:focus:hover, NemoPathbarButton.flat:focus:hover { - background-color: #2c2c2c; - background-image: none; - border-color: rgba(218, 188, 112, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - NemoPathbarButton:focus:hover:focus, NemoPathbarButton:focus:hover:hover, NemoPathbarButton.flat:focus:hover:focus, NemoPathbarButton.flat:focus:hover:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.4),0.3); } - NemoPathbarButton:focus:hover:active, NemoPathbarButton:focus:hover:active:hover, NemoPathbarButton:focus:hover:active:focus, NemoPathbarButton:focus:hover:active:hover:focus, NemoPathbarButton:focus:hover:checked, NemoPathbarButton:focus:hover:checked:hover, NemoPathbarButton:focus:hover:checked:focus, NemoPathbarButton:focus:hover:checked:hover:focus, NemoPathbarButton.flat:focus:hover:active, NemoPathbarButton.flat:focus:hover:active:hover, NemoPathbarButton.flat:focus:hover:active:focus, NemoPathbarButton.flat:focus:hover:active:hover:focus, NemoPathbarButton.flat:focus:hover:checked, NemoPathbarButton.flat:focus:hover:checked:hover, NemoPathbarButton.flat:focus:hover:checked:focus, NemoPathbarButton.flat:focus:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.4); } - NemoPathbarButton:focus:hover:insensitive, NemoPathbarButton.flat:focus:hover:insensitive { - border-color: rgba(222, 196, 129, 0.4); } - NemoPathbarButton:focus:hover:active:insensitive, NemoPathbarButton:focus:hover:checked:insensitive, NemoPathbarButton.flat:focus:hover:active:insensitive, NemoPathbarButton.flat:focus:hover:checked:insensitive { - border-color: rgba(218, 188, 112, 0.4); } - NemoPathbarButton:checked, NemoPathbarButton:active, NemoPathbarButton.flat:checked, NemoPathbarButton.flat:active { - background-color: #928374; - background-image: none; - border-color: rgba(218, 188, 112, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); } - NemoPathbarButton:checked:focus, NemoPathbarButton:checked:hover, NemoPathbarButton:active:focus, NemoPathbarButton:active:hover, NemoPathbarButton.flat:checked:focus, NemoPathbarButton.flat:checked:hover, NemoPathbarButton.flat:active:focus, NemoPathbarButton.flat:active:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.32),0.3); } - NemoPathbarButton:checked:active, NemoPathbarButton:checked:active:hover, NemoPathbarButton:checked:active:focus, NemoPathbarButton:checked:active:hover:focus, NemoPathbarButton:checked:checked, NemoPathbarButton:checked:checked:hover, NemoPathbarButton:checked:checked:focus, NemoPathbarButton:checked:checked:hover:focus, NemoPathbarButton:active:active, NemoPathbarButton:active:active:hover, NemoPathbarButton:active:active:focus, NemoPathbarButton:active:active:hover:focus, NemoPathbarButton:active:checked, NemoPathbarButton:active:checked:hover, NemoPathbarButton:active:checked:focus, NemoPathbarButton:active:checked:hover:focus, NemoPathbarButton.flat:checked:active, NemoPathbarButton.flat:checked:active:hover, NemoPathbarButton.flat:checked:active:focus, NemoPathbarButton.flat:checked:active:hover:focus, NemoPathbarButton.flat:checked:checked, NemoPathbarButton.flat:checked:checked:hover, NemoPathbarButton.flat:checked:checked:focus, NemoPathbarButton.flat:checked:checked:hover:focus, NemoPathbarButton.flat:active:active, NemoPathbarButton.flat:active:active:hover, NemoPathbarButton.flat:active:active:focus, NemoPathbarButton.flat:active:active:hover:focus, NemoPathbarButton.flat:active:checked, NemoPathbarButton.flat:active:checked:hover, NemoPathbarButton.flat:active:checked:focus, NemoPathbarButton.flat:active:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.32); } - NemoPathbarButton:checked:insensitive, NemoPathbarButton:active:insensitive, NemoPathbarButton.flat:checked:insensitive, NemoPathbarButton.flat:active:insensitive { - border-color: rgba(222, 196, 129, 0.32); } - NemoPathbarButton:checked:active:insensitive, NemoPathbarButton:checked:checked:insensitive, NemoPathbarButton:active:active:insensitive, NemoPathbarButton:active:checked:insensitive, NemoPathbarButton.flat:checked:active:insensitive, NemoPathbarButton.flat:checked:checked:insensitive, NemoPathbarButton.flat:active:active:insensitive, NemoPathbarButton.flat:active:checked:insensitive { - border-color: rgba(218, 188, 112, 0.32); } - NemoPathbarButton:checked:focus, NemoPathbarButton:checked:hover, NemoPathbarButton:active:focus, NemoPathbarButton:active:hover, NemoPathbarButton.flat:checked:focus, NemoPathbarButton.flat:checked:hover, NemoPathbarButton.flat:active:focus, NemoPathbarButton.flat:active:hover { - background-color: #988a7b; - background-image: none; - color: #282828; } - NemoPathbarButton:focus, NemoPathbarButton:hover, NemoPathbarButton.flat:focus, NemoPathbarButton.flat:hover { - color: #ebdbb2; } - NemoPathbarButton:insensitive:insensitive, NemoPathbarButton.flat:insensitive:insensitive { - background-color: alpha(mix(#282828,#ebdbb2,0.2),0.4); - background-image: none; - opacity: .6; - color: mix(#282828,#ebdbb2,0.6); - box-shadow: none; } - NemoPathbarButton:insensitive:insensitive :insensitive, NemoPathbarButton.flat:insensitive:insensitive :insensitive { - color: mix(#282828,#ebdbb2,0.6); } - NemoPathbarButton:active:insensitive, NemoPathbarButton:checked:insensitive { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - NemoPathbarButton:active:insensitive:insensitive, NemoPathbarButton:checked:insensitive:insensitive { - color: rgba(40, 40, 40, 0.85); } - NemoPathbarButton.separator, NemoPathbarButton .separator { - border: 1px solid currentColor; - color: rgba(40, 40, 40, 0.9); } - NemoPathbarButton.separator:insensitive, NemoPathbarButton .separator:insensitive { - color: rgba(40, 40, 40, 0.85); } - -NemoPlacesTreeView { - -NemoPlacesTreeView-disk-full-bg-color: #202020; - -NemoPlacesTreeView-disk-full-fg-color: #928374; - -NemoPlacesTreeView-disk-full-bar-width: 1px; - -NemoPlacesTreeView-disk-full-bar-radius: 1px; - -NemoPlacesTreeView-disk-full-bottom-padding: 2px; - -NemoPlacesTreeView-disk-full-max-length: 70px; } - NemoPlacesTreeView:selected { - -NemoPlacesTreeView-disk-full-bg-color: #282828; - -NemoPlacesTreeView-disk-full-fg-color: #a99d91; } - -NemoWindow .nemo-inactive-pane .view, NemoWindow .nemo-inactive-pane GtkHTML, NemoWindow .nemo-inactive-pane iconview { - background-color: mix(#282828,#ebdbb2,0.12); - color: #ebdbb2; } - -/*********************** - ! Fallback mode panel * -************************/ -PanelWidget, PanelApplet, PanelToplevel, PanelSeparator, PanelApplet > GtkMenuBar.menubar.menuitem, PanelMenuBar.menubar.menuitem, .gnome-panel-menu-bar.menuitem, PanelAppletFrame, WnckPager, WnckTasklist, .xfce4-panel, UnityPanelWidget, .unity-panel { - background-color: #1d2021; - background-image: none; - color: #fbf1c7; } - -PanelApplet .button, .xfce4-panel .button { - border-width: 0 1px; - border-radius: 0; - border-color: transparent; - background-color: transparent; - background-image: none; - color: #fbf1c7; } - PanelApplet .button:hover, .xfce4-panel .button:hover, PanelApplet .button:hover, .xfce4-panel .button:hover { - background-color: mix(#1d2021,#fbf1c7,0.11); - background-image: none; - border-color: mix(#1d2021,#fbf1c7,0.11); - color: #fdf9e9; } - PanelApplet .button:active, .xfce4-panel .button:active, PanelApplet .button:checked, .xfce4-panel .button:checked { - background-color: mix(#1d2021,#fbf1c7,0.21); - background-image: none; - border-color: mix(#1d2021,#fbf1c7,0.21); - color: #fdf9e9; } - PanelApplet .button:active:hover, .xfce4-panel .button:active:hover, PanelApplet .button:checked:hover, .xfce4-panel .button:checked:hover { - background-color: mix(#1d2021,#fbf1c7,0.31); - background-image: none; - border-color: mix(#1d2021,#fbf1c7,0.31); } - -PanelWidget, PanelApplet, PanelToplevel { - padding: 0; } - -PanelApplet { - border: 0; } - PanelApplet .button { - -GtkButton-inner-border: 2; } - -PanelSeparator { - border: 0; } - -PanelApplet > GtkMenuBar.menubar.menuitem, PanelMenuBar.menubar.menuitem, .gnome-panel-menu-bar.menuitem { - border: 0; - -PanelMenuBar-icon-visible: true; } - -PanelAppletFrame { - border: 0; } - -/************ - ! Synaptic * -*************/ -GtkWindow > GtkVBox > .dock, GtkWindow > GtkVBox > .dock > GtkHBox > GtkToolbar { - background-color: #282828; - background-image: none; - padding: 3px; - border: 0; - color: #ebdbb2; } - -/*********************** - ! Fallback mode panel * -************************/ -/*************** - ! Xfce styles * -****************/ -XfceHeading { - margin: 0; - padding: 0; - border: 0; - background-image: none; - background-color: #282828; - color: #ebdbb2; } - -.xfce4-panel { - font: normal; } - .xfce4-panel .menu { - -gtk-image-effect: none; } - -/*********************** - ! Fallback mode panel * -************************/ -/**************** - ! Unity styles * -*****************/ -UnityDecoration { - -UnityDecoration-extents: 28px 1px 1px 1px; - -UnityDecoration-input-extents: 10px; - -UnityDecoration-shadow-offset-x: 1px; - -UnityDecoration-shadow-offset-y: 1px; - -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.7); - -UnityDecoration-active-shadow-radius: 8px; - -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.5); - -UnityDecoration-inactive-shadow-radius: 5px; - -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #928374; - -UnityDecoration-title-indent: 10px; - -UnityDecoration-title-fade: 35px; - -UnityDecoration-title-alignment: 0; } - UnityDecoration.top { - border: 1px solid mix(#141617,#fbf1c7,0.21); - border-bottom: 0; - border-radius: 2px 2px 0 0; - padding: 1px 8px 0 8px; - background-color: #1d2021; - color: #fbf1c7; - text-shadow: none; } - UnityDecoration.top:backdrop { - border: 1px solid mix(#1c1c1c,mix(#ebdbb2,#282828,0.4),0.12); - border-bottom: 0; - background-color: #282828; - color: mix(#ebdbb2,#282828,0.4); } - UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom { - background-color: mix(#141617,#fbf1c7,0.21); } - UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop { - background-color: mix(#1c1c1c,mix(#ebdbb2,#282828,0.4),0.12); } - -UnityPanelWidget, .unity-panel { - border: 0; } - -.unity-panel.menuitem, .unity-panel .menuitem { - border-width: 0 1px; - color: #fbf1c7; } - .unity-panel.menuitem:hover, .unity-panel.menuitem *:hover, .unity-panel .menuitem:hover, .unity-panel .menuitem *:hover { - border-color: mix(#1d2021,#fbf1c7,0.21); - background-color: mix(#1d2021,#fbf1c7,0.21); - background-image: none; - color: #fdf9e9; } - -SheetStyleDialog.unity-force-quit { - background-color: #282828; } - -/*********************** - ! LightDM GTK Greeter * - ***********************/ -#panel_window { - background-color: transparent; - background-image: none; - color: #292929; - font: bold; - text-shadow: 0 1px rgba(131, 104, 34, 0.5); - icon-shadow: 0 1px rgba(131, 104, 34, 0.5); } - #panel_window .menubar, #panel_window .menubar > .menuitem { - background-color: transparent; - background-image: none; - color: #292929; - font: bold; - text-shadow: 0 1px rgba(131, 104, 34, 0.5); - icon-shadow: 0 1px rgba(131, 104, 34, 0.5); } - #panel_window .menubar *:hover, #panel_window .menubar > .menuitem *:hover { - color: #292929; } - #panel_window .menubar:hover, #panel_window .menubar > .menuitem:hover { - border-style: none; - background-color: rgba(41, 41, 41, 0.2); - background-image: none; - color: #292929; } - #panel_window .menubar:insensitive, #panel_window .menubar > .menuitem:insensitive { - color: rgba(41, 41, 41, 0.7); } - #panel_window .menubar .menu, #panel_window .menubar > .menuitem .menu { - border-radius: 1px; } - #panel_window .menubar .menu .menuitem, #panel_window .menubar > .menuitem .menu .menuitem { - font: normal; - text-shadow: none; } - -#content_frame { - padding-bottom: 14px; } - -#login_window, #shutdown_dialog, #restart_dialog { - border-style: none; - border-radius: 4px; - background-color: #1d2021; - color: #fbf1c7; - /* draw border using box-shadow */ - box-shadow: inset 1px 0 mix(#141617,#fbf1c7,0.21), inset -1px 0 mix(#141617,#fbf1c7,0.21), inset 0 1px mix(#141617,#fbf1c7,0.21), inset 0 -1px mix(#141617,#fbf1c7,0.21); } - #login_window .button, #shutdown_dialog .button, #restart_dialog .button { - padding: 3px 15px; - border-width: 1px; - border-radius: 4px; - border-style: solid; - border-color: #171a1a; - background-color: #1f2324; - background-image: none; - color: #fbf1c7; - transition: all 150ms ease-out; } - #login_window .button.default, #login_window .button:focus, #login_window .button:active:focus, #shutdown_dialog .button.default, #shutdown_dialog .button:focus, #shutdown_dialog .button:active:focus, #restart_dialog .button.default, #restart_dialog .button:focus, #restart_dialog .button:active:focus { - border-color: #75695c; - background-color: #9b8d80; - background-image: none; - color: #282828; } - #login_window .button.default:hover, #login_window .button:focus:hover, #login_window .button:active:focus:hover, #shutdown_dialog .button.default:hover, #shutdown_dialog .button:focus:hover, #shutdown_dialog .button:active:focus:hover, #restart_dialog .button.default:hover, #restart_dialog .button:focus:hover, #restart_dialog .button:active:focus:hover { - border-color: #675c51; - background-color: #928374; } - -#login_window .menu { - border-radius: 1px; } - -#login_window GtkComboBox .button, #login_window GtkComboBox .button:hover, #login_window GtkComboBox .button:active, #login_window GtkComboBox .button:active:hover, #login_window GtkComboBox .button:focus, #login_window GtkComboBox .button:hover:focus, #login_window GtkComboBox .button:active:focus, #login_window GtkComboBox .button:active:hover:focus { - padding: 0; - background: none; - border-style: none; - box-shadow: none; } - -#login_window .entry { - padding: 3px 5px; - border-width: 1px; - border-style: solid; - border-color: #171a1a; - border-radius: 4px; - background-color: #1a1d1e; - background-image: none; - color: #fbf1c7; - box-shadow: none; - transition: all 150ms ease-out; } - #login_window .entry:focus, #login_window .entry:hover { - border-color: #141617; - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.1), inset 0 1px rgba(66, 52, 17, 0.12), inset -1px 0 rgba(66, 52, 17, 0.1), inset 0 -1px rgba(66, 52, 17, 0.05); } - -#user_combobox { - color: #fbf1c7; - font: 18px; } - #user_combobox .menu { - font: normal; } - #user_combobox .arrow { - color: mix(#fbf1c7,#1d2021,0.5); } - -#user_image { - padding: 3px; - border-radius: 4px; - /* draw border using box-shadow */ - box-shadow: inset 1px 0 #141617, inset -1px 0 #141617, inset 0 1px #141617, inset 0 -1px #141617; } - -#user_image_border { - border-radius: 4px; - background-color: #1a1d1e; - background-image: none; - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.07), inset 0 1px rgba(66, 52, 17, 0.08), inset -1px 0 rgba(66, 52, 17, 0.07), inset 0 -1px rgba(66, 52, 17, 0.05); } - -#buttonbox_frame { - padding-top: 10px; - padding-bottom: 0; - border-style: none; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; - background-color: transparent; - background-image: none; - box-shadow: none; } - -/* shutdown button */ -#shutdown_button { - border-color: #a31d17; - background-color: #dc271f; - background-image: none; - color: #282828; } - #shutdown_button:hover, #shutdown_button:active, #shutdown_button:active:hover { - border-color: #8f1914; - background-color: #cc241d; } - -/* restart button */ -#restart_button { - border-color: #ac7a1a; - background-color: #dfa22d; - background-image: none; - color: #282828; } - #restart_button:hover, #restart_button:active, #restart_button:active:hover { - border-color: #976b17; - background-color: #d79921; } - -/* password warning */ -#greeter_infobar { - font: bold; } - -/********************** - ! Genome Terminal * -***********************/ -VteTerminal { - background-color: #1d2021; - color: #fbf1c7; } - -TerminalWindow .scrollbars-junction { - background-color: #1d2021; } - -TerminalWindow .scrollbar.trough { - background-color: #1d2021; } - -TerminalWindow .scrollbar.button { - color: #111314; } - TerminalWindow .scrollbar.button:active { - color: #111314; } - TerminalWindow .scrollbar.button:active:hover { - color: #111314; } - -TerminalWindow .scrollbar.slider { - border-color: mix(#191c1d,#fbf1c7,0.21); - background-color: mix(#1d2021,#fbf1c7,0.21); } - TerminalWindow .scrollbar.slider:hover { - border-color: mix(#191c1d,#fbf1c7,0.31); - background-color: mix(#1d2021,#fbf1c7,0.31); } - TerminalWindow .scrollbar.slider.vertical:hover { - border-color: mix(#191c1d,#fbf1c7,0.31); - background-color: mix(#1d2021,#fbf1c7,0.31); } - TerminalWindow .scrollbar.slider.vertical:active { - border-color: #847668; - background-color: #928374; } - TerminalWindow .scrollbar.slider:active { - border-color: #847668; - background-color: #928374; } - -TerminalWindow GtkNotebook.notebook { - border-right-width: 0; - border-bottom-width: 0; - border-left-width: 0; } - -TerminalNotebook.notebook { - padding: 0; - border-width: 1px 0 0; - border-style: solid; - border-color: #141617; - border-radius: 0; - background-color: #1d2021; - background-image: none; - background-clip: border-box; - color: #fbf1c7; - -GtkNotebook-initial-gap: 0; - -GtkNotebook-arrow-spacing: 5; - -GtkNotebook-tab-curvature: 0; - -GtkNotebook-tab-overlap: 1; - -GtkNotebook-has-tab-gap: false; } - TerminalNotebook.notebook.frame { - border-width: 1px; } - TerminalNotebook.notebook.header { - border-width: 0; - background-color: #191b1c; } - TerminalNotebook.notebook.header.frame { - border-color: mix(#928374,#1d2021,0.3); } - TerminalNotebook.notebook.header.frame.top { - border-width: 1px 1px 0 1px; } - TerminalNotebook.notebook.header.frame.right { - border-width: 1px 1px 1px 0; } - TerminalNotebook.notebook.header.frame.bottom { - border-width: 0 1px 1px 1px; } - TerminalNotebook.notebook.header.frame.left { - border-width: 1px 0 1px 1px; } - TerminalNotebook.notebook GtkViewport { - border-width: 0; - background-color: #1d2021; - color: #fbf1c7; } - TerminalNotebook.notebook tab { - padding: 4px 6px; - border: 1px solid transparent; - background-color: transparent; - background-image: none; - /* close button styling */ } - TerminalNotebook.notebook tab:active { - background-color: transparent; - background-image: none; } - TerminalNotebook.notebook tab.top { - border-bottom-width: 2px; - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; } - TerminalNotebook.notebook tab.top:hover { - border-bottom-color: rgba(146, 131, 116, 0.3); } - TerminalNotebook.notebook tab.top:active { - border-bottom-color: #928374; } - TerminalNotebook.notebook tab.right { - border-left-width: 2px; - border-bottom-left-radius: 0; - border-top-left-radius: 0; } - TerminalNotebook.notebook tab.right:hover { - border-left-color: rgba(146, 131, 116, 0.3); } - TerminalNotebook.notebook tab.right:active { - border-left-color: #928374; } - TerminalNotebook.notebook tab.bottom { - border-top-width: 2px; - border-top-right-radius: 0; - border-top-left-radius: 0; } - TerminalNotebook.notebook tab.bottom:hover { - border-top-color: rgba(146, 131, 116, 0.3); } - TerminalNotebook.notebook tab.bottom:active { - border-top-color: #928374; } - TerminalNotebook.notebook tab.left { - border-right-width: 2px; - border-top-right-radius: 0; - border-bottom-right-radius: 0; } - TerminalNotebook.notebook tab.left:hover { - border-right-color: rgba(146, 131, 116, 0.3); } - TerminalNotebook.notebook tab.left:active { - border-right-color: #928374; } - TerminalNotebook.notebook tab GtkLabel { - color: mix(#fbf1c7,#1d2021,0.3); } - TerminalNotebook.notebook tab.reorderable-page:hover { - background-color: #191b1c; - border-left: 0; - border-right: 0; - /* using box shadows instead of borders due to slanted edges */ - box-shadow: inset 0 3px rgba(131, 104, 34, 0.03), inset 0 2px rgba(131, 104, 34, 0.03), inset 0 1px rgba(131, 104, 34, 0.03), inset 1px 0 #141617, inset -1px 0 #141617; } - TerminalNotebook.notebook tab.reorderable-page:active { - background-color: #1a1d1e; - border-left: 0; - border-right: 0; - box-shadow: inset 0 3px rgba(131, 104, 34, 0.03), inset 0 2px rgba(131, 104, 34, 0.03), inset 0 1px rgba(131, 104, 34, 0.03), inset 1px 0 #161819, inset -1px 0 #161819; } - TerminalNotebook.notebook tab .button, TerminalNotebook.notebook tab .button:active, TerminalNotebook.notebook tab .button:checked, TerminalNotebook.notebook tab .button:hover { - padding: 1px; - border-width: 1px; - border-radius: 2px; - border-style: solid; - border-color: transparent; - background-image: none; - background-color: transparent; - color: mix(#fbf1c7,#1d2021,0.5); } - TerminalNotebook.notebook tab .button:hover { - color: #fbf1c7; - border-color: #171a1a; } - TerminalNotebook.notebook tab .button:active, TerminalNotebook.notebook tab .button:checked, TerminalNotebook.notebook tab .button:active:hover, TerminalNotebook.notebook tab .button:checked:hover { - border-color: #141617; - background-color: #1c1e1f; } - TerminalNotebook.notebook .prelight-page, TerminalNotebook.notebook .prelight-page GtkLabel { - color: mix(#fbf1c7,#1d2021,0.15); } - TerminalNotebook.notebook .active-page, TerminalNotebook.notebook .active-page GtkLabel { - color: #fbf1c7; } diff --git a/users/files/oomox-gruvmox-dark-medium-default/gtk-3.0/gtk-dark.css b/users/files/oomox-gruvmox-dark-medium-default/gtk-3.0/gtk-dark.css deleted file mode 100644 index b00626d..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/gtk-3.0/gtk-dark.css +++ /dev/null @@ -1 +0,0 @@ -@import url("resource:///org/numixproject/gtk/dist/gtk-dark.css"); diff --git a/users/files/oomox-gruvmox-dark-medium-default/gtk-3.0/gtk.css b/users/files/oomox-gruvmox-dark-medium-default/gtk-3.0/gtk.css deleted file mode 100644 index c6eab95..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/gtk-3.0/gtk.css +++ /dev/null @@ -1 +0,0 @@ -@import url("resource:///org/numixproject/gtk/dist/gtk.css"); diff --git a/users/files/oomox-gruvmox-dark-medium-default/gtk-3.0/gtk.gresource b/users/files/oomox-gruvmox-dark-medium-default/gtk-3.0/gtk.gresource deleted file mode 100644 index 024762b..0000000 Binary files a/users/files/oomox-gruvmox-dark-medium-default/gtk-3.0/gtk.gresource and /dev/null differ diff --git a/users/files/oomox-gruvmox-dark-medium-default/gtk-3.0/gtk.gresource.xml b/users/files/oomox-gruvmox-dark-medium-default/gtk-3.0/gtk.gresource.xml deleted file mode 100644 index 8281d70..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/gtk-3.0/gtk.gresource.xml +++ /dev/null @@ -1,48 +0,0 @@ - - - - assets/checkbox-checked-dark.svg - assets/checkbox-checked-insensitive-dark.svg - assets/checkbox-checked-insensitive.svg - assets/checkbox-checked.svg - assets/checkbox-mixed-dark.svg - assets/checkbox-mixed-insensitive-dark.svg - assets/checkbox-mixed-insensitive.svg - assets/checkbox-mixed.svg - assets/checkbox-unchecked-dark.svg - assets/checkbox-unchecked-insensitive-dark.svg - assets/checkbox-unchecked-insensitive.svg - assets/checkbox-unchecked.svg - assets/grid-selection-checked-dark.svg - assets/grid-selection-checked.svg - assets/grid-selection-unchecked-dark.svg - assets/grid-selection-unchecked.svg - assets/menuitem-checkbox-checked-hover.svg - assets/menuitem-checkbox-checked-insensitive.svg - assets/menuitem-checkbox-checked.svg - assets/menuitem-checkbox-unchecked.svg - assets/menuitem-checkbox-mixed-hover.svg - assets/menuitem-checkbox-mixed-insensitive.svg - assets/menuitem-checkbox-mixed.svg - assets/menuitem-radio-checked-hover.svg - assets/menuitem-radio-checked-insensitive.svg - assets/menuitem-radio-checked.svg - assets/menuitem-radio-unchecked.svg - assets/radio-checked-dark.svg - assets/radio-checked-insensitive-dark.svg - assets/radio-checked-insensitive.svg - assets/radio-checked.svg - assets/radio-mixed-dark.svg - assets/radio-mixed-insensitive-dark.svg - assets/radio-mixed-insensitive.svg - assets/radio-mixed.svg - assets/radio-unchecked-dark.svg - assets/radio-unchecked-insensitive-dark.svg - assets/radio-unchecked-insensitive.svg - assets/radio-unchecked.svg - assets/pane-handle.png - assets/pane-handle@2.png - dist/gtk.css - dist/gtk-dark.css - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/gtk-3.0/thumbnail.png b/users/files/oomox-gruvmox-dark-medium-default/gtk-3.0/thumbnail.png deleted file mode 100644 index d98b749..0000000 Binary files a/users/files/oomox-gruvmox-dark-medium-default/gtk-3.0/thumbnail.png and /dev/null differ diff --git a/users/files/oomox-gruvmox-dark-medium-default/gtk-3.20/assets b/users/files/oomox-gruvmox-dark-medium-default/gtk-3.20/assets deleted file mode 120000 index fb2256c..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/gtk-3.20/assets +++ /dev/null @@ -1 +0,0 @@ -../gtk-3.0/assets \ No newline at end of file diff --git a/users/files/oomox-gruvmox-dark-medium-default/gtk-3.20/dist/gtk-dark.css b/users/files/oomox-gruvmox-dark-medium-default/gtk-3.20/dist/gtk-dark.css deleted file mode 100644 index 9cf7663..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/gtk-3.20/dist/gtk-dark.css +++ /dev/null @@ -1,9006 +0,0 @@ -/*$dark_shadow: #000;*/ -/*$light_shadow: #fff;*/ -/*$selected_borders_color: if($variant == 'light', darken($selected_bg_color, 30%), darken($selected_bg_color, 20%));*/ -/*$borders_color: if($variant == 'light', shade($bg_color, .85), shade($bg_color, .88));*/ -/*$button_border_strength: if(lightness($bg) > 50, 0, .1);*/ -/*$button_shadow_strength: if(lightness($bg) > 50, 0, .1);*/ -/*$dark_shadow: #000;*/ -/*$light_shadow: #fff;*/ -/*$selected_borders_color: if($variant == 'light', darken($selected_bg_color, 30%), darken($selected_bg_color, 20%));*/ -/*$borders_color: if($variant == 'light', shade($bg_color, .85), shade($bg_color, .88));*/ -/*$button_border_strength: if(lightness($bg) > 50, 0, .1);*/ -/*$button_shadow_strength: if(lightness($bg) > 50, 0, .1);*/ -/* dark color scheme */ -@define-color dark_bg_color #1d2021; -@define-color dark_fg_color #fbf1c7; -/* colormap actually used by the theme, to be overridden in other css files */ -@define-color theme_bg_color #282828; -@define-color theme_fg_color #ebdbb2; -@define-color theme_base_color #282828; -@define-color theme_text_color #ebdbb2; -@define-color theme_selected_bg_color #928374; -@define-color theme_selected_fg_color #282828; -@define-color theme_tooltip_bg_color #282828; -@define-color theme_tooltip_fg_color #ebdbb2; -/* shadow effects */ -@define-color light_shadow #292929; -@define-color dark_shadow #423411; -/* misc colors used by gtk+ */ -@define-color info_fg_color #282828; -@define-color info_bg_color #458588; -@define-color warning_fg_color #282828; -@define-color warning_bg_color #d79921; -@define-color question_fg_color #282828; -@define-color question_bg_color #458588; -@define-color error_fg_color #282828; -@define-color error_bg_color #cc241d; -@define-color link_color #83a598; -@define-color success_color #98971a; -@define-color warning_color #d79921; -@define-color error_color #cc241d; -/* widget colors */ -@define-color titlebar_bg_focused @dark_bg_color; -@define-color titlebar_bg_unfocused @theme_bg_color; -@define-color titlebar_fg_focused @dark_fg_color; -@define-color titlebar_fg_unfocused mix(#ebdbb2,#282828,0.4); -@define-color menubar_bg_color @dark_bg_color; -@define-color menubar_fg_color @dark_fg_color; -@define-color toolbar_bg_color @theme_bg_color; -@define-color toolbar_fg_color @theme_fg_color; -@define-color menu_bg_color @dark_bg_color; -@define-color menu_fg_color @dark_fg_color; -@define-color panel_bg_color @dark_bg_color; -@define-color panel_fg_color @dark_fg_color; -@define-color borders mix(#282828,#ebdbb2,0.18); -@define-color unfocused_borders mix(#282828,mix(#282828,#ebdbb2,0.18),0.9); -@define-color button_bg_color #3c3836; -@define-color button_fg_color #ebdbb2; -@define-color header_button_bg_color #282828; -@define-color header_button_fg_color #fbf1c7; -@define-color insensitive_bg_color mix(#282828,#282828,0.6); -@define-color insensitive_fg_color mix(#ebdbb2,#282828,0.5); -/* osd */ -@define-color osd_base #1d2021; -@define-color osd_bg rgba(29, 32, 33, 0.8); -@define-color osd_fg #fbf1c7; -@define-color osd_insensitive_bg_color mix(#fbf1c7,rgba(29, 32, 33, 0.8),0.5); -@define-color osd_insensitive_fg_color mix(#fbf1c7,#1d2021,0.6); -@define-color osd_borders_color rgba(25, 27, 28, 0.8); -/* lightdm greeter colors */ -@define-color lightdm_bg_color #1d2021; -@define-color lightdm_fg_color #fbf1c7; -/* widget text/foreground color on backdrop windows */ -@define-color theme_unfocused_fg_color mix(#ebdbb2,#282828,0.5); -/* text color for entries, views and content in general on backdrop windows */ -@define-color theme_unfocused_text_color #ebdbb2; -/* 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 #282828; -/* base background color of selections on backdrop windows */ -@define-color theme_unfocused_selected_bg_color #928374; -/* text/foreground color of selections on backdrop windows */ -@define-color theme_unfocused_selected_fg_color #282828; -/* insensitive color on backdrop windows*/ -@define-color unfocused_insensitive_color #020202; -/* window manager colors */ -@define-color wm_bg_focused #1d2021; -@define-color wm_bg_unfocused #282828; -@define-color wm_border_focused #a89984; -@define-color wm_border_unfocused #928374; -@define-color wm_title_focused #fbf1c7; -@define-color wm_title_unfocused mix(#ebdbb2,#282828,0.4); -@define-color wm_icons_focused #fbf1c7; -@define-color wm_icons_focused_prelight #928374; -@define-color wm_icons_focused_pressed #75695c; -@define-color wm_icons_unfocused mix(#ebdbb2,#282828,0.4); -@define-color wm_icons_unfocused_prelight #928374; -@define-color wm_icons_unfocused_pressed #75695c; -/************** - ! GTK settings -***************/ -* { - -GtkWindow-resize-grip-height: 0; - -GtkWindow-resize-grip-width: 0; - -WnckTasklist-fade-overlay-rect: 0; - -GtkWidget-cursor-aspect-ratio: 0.04; - outline-color: rgba(146, 131, 116, 0.5); - outline-style: dashed; - outline-width: 1px; - outline-offset: -1px; - -gtk-outline-radius: 4px; } - -/************* - ! Base states - *************/ -*:selected, .gtkstyle-fallback:selected, GucharmapChartable:focus, GucharmapChartable:hover, GucharmapChartable:active, GucharmapChartable:selected, .gedit-document-panel-document-row:selected, .gedit-document-panel-document-row:selected:hover, GeditViewFrame .gedit-search-slider .not-found:selected, :focus:selected, GucharmapChartable:focus, .gedit-document-panel-document-row:focus:selected:hover, GeditViewFrame .gedit-search-slider .not-found:focus:selected { - background-color: #928374; - color: #282828; } - -* { - /* hyperlinks */ - -GtkIMHtml-hyperlink-color: #83a598; } - *:disabled, *:disabled:disabled { - color: mix(#ebdbb2,#282828,0.5); } - *:disabled, *:disabled { - -gtk-icon-effect: dim; } - *:hover { - -gtk-icon-effect: highlight; } - *:link, *:visited { - color: #83a598; } - -.background { - background-color: #282828; - color: #ebdbb2; } - .background:backdrop { - text-shadow: none; - -gtk-icon-shadow: none; } - .background.csd { - background-color: #282828; } - -.gtkstyle-fallback { - background-color: rgba(40, 40, 40, 0.5); - color: #ebdbb2; } - .gtkstyle-fallback:hover { - background-color: #2c2c2c; - color: #ebdbb2; } - .gtkstyle-fallback:active { - background-color: #242424; - color: #ebdbb2; } - .gtkstyle-fallback:disabled { - background-color: #282828; - color: mix(#ebdbb2,#282828,0.5); } - -image, image:disabled, label, label:disabled, box, box:disabled, grid, grid:disabled { - background-color: transparent; } - -label.separator { - color: #ebdbb2; } - label.separator:backdrop { - color: mix(#ebdbb2,#282828,0.5); } - -label selection { - background-color: #928374; - color: #282828; } - -label:disabled { - color: mix(#ebdbb2,#282828,0.5); } - label:disabled:backdrop { - color: #020202; } - -label:backdrop { - color: mix(#ebdbb2,#282828,0.5); } - -assistant .sidebar { - background-color: #282828; - border-top: 1px solid mix(#282828,#ebdbb2,0.18); } - assistant .sidebar:backdrop { - background-color: #282828; - border-color: mix(#282828,mix(#282828,#ebdbb2,0.18),0.9); } - -assistant.csd .sidebar { - border-top-style: none; } - -assistant .sidebar label { - padding: 3px 6px; } - -assistant .sidebar label.highlight { - background-color: mix(#ebdbb2,#282828,0.8); } - -/********* - ! Buttons -**********/ -@keyframes needs_attention { - from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#928374), to(transparent)); } - to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#928374), to(transparent)); } } - -stacksidebar row.needs-attention > label { - animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#928374), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.5, to(rgba(131, 104, 34, 0.87451)), to(transparent)); - background-size: 6px 6px, 6px 6px; - background-repeat: no-repeat; - background-position: right 3px, right 4px; } - stacksidebar row.needs-attention > label:backdrop { - background-size: 6px 6px, 0 0; } - stacksidebar row.needs-attention > label:dir(rtl) { - background-position: left 3px, left 4px; } - -button, headerbar button, .titlebar:not(headerbar) button, toolbar button, toolbar.inline-toolbar button, .suggested-action, headerbar.selection-mode button.suggested-action, -.titlebar:not(headerbar).selection-mode button.suggested-action, .destructive-action, headerbar.selection-mode button, -.titlebar:not(headerbar).selection-mode button, infobar.info button, infobar.warning button, infobar.question button, infobar.error button, popover.background button, frame.app-notification button, button.osd, -#XfceNotifyWindow button, .osd button, .osd spinbutton:not(.vertical) button, -#XfceNotifyWindow spinbutton:not(.vertical) button, .osd spinbutton.vertical button:first-child, -#XfceNotifyWindow spinbutton.vertical button:first-child, treeview.view header button, treeview.view header button:hover, treeview.view header button:active, .nemo-window toolbar button, .nemo-window .sidebar + separator + box .primary-toolbar button.flat, #login_window button, #shutdown_button button, #restart_button button { - min-height: 20px; - min-width: 20px; - padding: 3px 5px; - border-width: 1px; - border-style: solid; - border-radius: 4px; - -gtk-outline-radius: 3.6px; - transition: 150ms ease; - outline-color: transparent; } - -calendar.view, calendar.view:backdrop, calendar.button, calendar.button:hover, calendar.button:backdrop, calendar.button:disabled, menu menuitem calendar.button, -.menu menuitem calendar.button, -.context-menu menuitem calendar.button, menu menuitem calendar.button:hover, -.menu menuitem calendar.button:hover, -.context-menu menuitem calendar.button:hover, modelbutton.flat, -menuitem.button.flat, notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: none; } - -spinbutton:not(.vertical) button, .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), toolbar.inline-toolbar toolbutton > button.flat, -toolbar.inline-toolbar toolbutton:backdrop > button.flat { - border-radius: 0; - -gtk-outline-radius: 0; } - spinbutton:not(.vertical) button:dir(rtl), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl), toolbar.inline-toolbar toolbutton > button.flat:dir(rtl), - toolbar.inline-toolbar toolbutton:backdrop > button.flat:dir(rtl) { - border-radius: 0; - -gtk-outline-radius: 0; } - -.linked.vertical > combobox > box > button.combo { - border-radius: 0; - -gtk-outline-radius: 0; } - .linked.vertical > combobox > box > button.combo:dir(rtl) { - border-radius: 0; - -gtk-outline-radius: 0; } - -.inline-toolbar button, -.linked > button, combobox box button, combobox box entry, headerbar .linked > button, .titlebar:not(headerbar) .linked > button, toolbar .linked > button, headerbar.selection-mode .linked > button, -.titlebar:not(headerbar).selection-mode .linked > button, popover.background .linked > button, .nemo-window toolbar .linked > button, .nemo-window toolbar toolitem stack widget button { - border-width: 1px; - border-radius: 0; - -gtk-outline-radius: 0; } - .inline-toolbar button:first-child, - .linked > button:first-child, combobox box button:first-child, combobox box entry:first-child, .linked:not(.vertical) > combobox:first-child > box > button.combo, headerbar .linked > button:first-child, .titlebar:not(headerbar) .linked > button:first-child, toolbar .linked > button:first-child, toolbar.inline-toolbar toolbutton:first-child > button.flat, - toolbar.inline-toolbar toolbutton:backdrop:first-child > button.flat, popover.background .linked > button:first-child, .nemo-window toolbar toolitem stack widget button:first-child { - border-width: 1px; - border-radius: 4px 0 0 4px; - -gtk-outline-radius: 3.6px 0 0 3.6px; } - .inline-toolbar button:last-child, - .linked > button:last-child, combobox box button:last-child, combobox box entry:last-child, .linked:not(.vertical) > combobox:last-child > box > button.combo, headerbar .linked > button:last-child, .titlebar:not(headerbar) .linked > button:last-child, toolbar .linked > button:last-child, toolbar.inline-toolbar toolbutton:last-child > button.flat, - toolbar.inline-toolbar toolbutton:backdrop:last-child > button.flat, popover.background .linked > button:last-child, .nemo-window toolbar toolitem stack widget button:last-child { - border-width: 1px; - border-radius: 0 4px 4px 0; - -gtk-outline-radius: 0 3.6px 3.6px 0; } - .inline-toolbar button:only-child, - .linked > button:only-child, combobox box button:only-child, combobox box entry:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo, headerbar .linked > button:only-child, .titlebar:not(headerbar) .linked > button:only-child, toolbar .linked > button:only-child, toolbar.inline-toolbar toolbutton:only-child > button.flat, - toolbar.inline-toolbar toolbutton:backdrop:only-child > button.flat, popover.background .linked > button:only-child, .nemo-window toolbar toolitem stack widget button:only-child { - border-width: 1px; - border-style: solid; } - .inline-toolbar button:only-child, - .linked > button:only-child, combobox box button:only-child, combobox box entry:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo, headerbar .linked > button:only-child, .titlebar:not(headerbar) .linked > button:only-child, toolbar .linked > button:only-child, toolbar.inline-toolbar toolbutton:only-child > button.flat, - toolbar.inline-toolbar toolbutton:backdrop:only-child > button.flat, popover.background .linked > button:only-child, .nemo-window toolbar toolitem stack widget button:only-child { - border-radius: 4px; - -gtk-outline-radius: 3.6px; } - -.linked.vertical > button { - border-width: 1px; - border-style: solid; - border-radius: 0; - -gtk-outline-radius: 0; } - .linked.vertical > button:first-child, .linked.vertical > combobox:first-child > box > button.combo { - border-width: 1px; - border-radius: 4px 4px 0 0; - -gtk-outline-radius: 3.6px 3.6px 0 0; } - .linked.vertical > button:last-child, .linked.vertical > combobox:last-child > box > button.combo { - border-width: 1px; - border-radius: 0 0 4px 4px; - -gtk-outline-radius: 0 0 3.6px 3.6px; } - .linked.vertical > button:only-child, .linked.vertical > combobox:only-child > box > button.combo, .linked.vertical > button:first-child:only-child, .linked.vertical > combobox:first-child > box > button.combo:only-child, .linked.vertical > combobox:only-child > box > button.combo:first-child { - border-width: 1px; } - .linked.vertical > button:only-child, .linked.vertical > combobox:only-child > box > button.combo { - border-radius: 4px; - -gtk-outline-radius: 3.6px; } - -infobar.info button.close, infobar.warning button.close, infobar.question button.close, infobar.error button.close, notebook > header > tabs > arrow { - border: 1px solid transparent; - background-color: transparent; - background-image: none; - box-shadow: none; } - infobar.info button.close:focus, infobar.warning button.close:focus, infobar.question button.close:focus, infobar.error button.close:focus, notebook > header > tabs > arrow:focus, infobar.info button.close:hover, infobar.warning button.close:hover, infobar.question button.close:hover, infobar.error button.close:hover, notebook > header > tabs > arrow:hover { - border: 1px solid rgba(40, 40, 40, 0.3); - background-color: rgba(235, 219, 178, 0.2); - background-image: none; - box-shadow: none; } - infobar.info button.close:active, infobar.warning button.close:active, infobar.question button.close:active, infobar.error button.close:active, notebook > header > tabs > arrow:active, infobar.info button.close:checked, infobar.warning button.close:checked, infobar.question button.close:checked, infobar.error button.close:checked, notebook > header > tabs > arrow:checked, infobar.info button.close:active:hover, infobar.warning button.close:active:hover, infobar.question button.close:active:hover, infobar.error button.close:active:hover, notebook > header > tabs > arrow:active:hover, infobar.info button.close:checked:hover, infobar.warning button.close:checked:hover, infobar.question button.close:checked:hover, infobar.error button.close:checked:hover, notebook > header > tabs > arrow:checked:hover { - border: 1px solid rgba(146, 131, 116, 0.3); - background-color: rgba(40, 40, 40, 0.1); - background-image: none; - box-shadow: none; } - -button { - background-color: #3c3836; - background-image: none; - border-color: rgba(218, 188, 112, 0.22); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - button:focus, button:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.22),0.3); } - button:active, button:active:hover, button:active:focus, button:active:hover:focus, button:checked, button:checked:hover, button:checked:focus, button:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.22); } - button:disabled { - border-color: rgba(222, 196, 129, 0.22); } - button:active:disabled, button:checked:disabled { - border-color: rgba(218, 188, 112, 0.22); } - .linked:not(.vertical) > button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) button, - stackswitcher:not(.vertical) > button:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) button:hover, - stackswitcher:not(.vertical) > button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(235, 219, 178, 0.3),0.3); } - .linked:not(.vertical) > button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) button:checked, - stackswitcher:not(.vertical) > button:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) button:checked:hover, - stackswitcher:not(.vertical) > button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) button, - stackswitcher.vertical > button:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) button:hover, - stackswitcher.vertical > button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(235, 219, 178, 0.3),0.3); } - .linked.vertical > button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) button:checked, - stackswitcher.vertical > button:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) button:checked:hover, - stackswitcher.vertical > button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - button.flat { - color: #ebdbb2; - border-color: rgba(60, 56, 54, 0); - background-color: rgba(60, 56, 54, 0); - background-image: none; - box-shadow: none; } - button:hover, button.flat:hover { - background-color: #3f3b39; - background-image: none; - border-color: rgba(218, 188, 112, 0.3); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - button:hover:focus, button:hover:hover, button.flat:hover:focus, button.flat:hover:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.3),0.3); } - button:hover:active, button:hover:active:hover, button:hover:active:focus, button:hover:active:hover:focus, button:hover:checked, button:hover:checked:hover, button:hover:checked:focus, button:hover:checked:hover:focus, button.flat:hover:active, button.flat:hover:active:hover, button.flat:hover:active:focus, button.flat:hover:active:hover:focus, button.flat:hover:checked, button.flat:hover:checked:hover, button.flat:hover:checked:focus, button.flat:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.3); } - button:hover:disabled, button.flat:hover:disabled { - border-color: rgba(222, 196, 129, 0.3); } - button:hover:active:disabled, button:hover:checked:disabled, button.flat:hover:active:disabled, button.flat:hover:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } - button:focus, button.flat:focus { - background-color: #3f3b39; - background-image: none; - border-color: rgba(235, 219, 178, 0.22); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - button:focus:hover, button.flat:focus:hover { - background-color: #423e3b; - background-image: none; - border-color: rgba(218, 188, 112, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - button:focus:hover:focus, button:focus:hover:hover, button.flat:focus:hover:focus, button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.3),0.3); } - button:focus:hover:active, button:focus:hover:active:hover, button:focus:hover:active:focus, button:focus:hover:active:hover:focus, button:focus:hover:checked, button:focus:hover:checked:hover, button:focus:hover:checked:focus, button:focus:hover:checked:hover:focus, button.flat:focus:hover:active, button.flat:focus:hover:active:hover, button.flat:focus:hover:active:focus, button.flat:focus:hover:active:hover:focus, button.flat:focus:hover:checked, button.flat:focus:hover:checked:hover, button.flat:focus:hover:checked:focus, button.flat:focus:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.3); } - button:focus:hover:disabled, button.flat:focus:hover:disabled { - border-color: rgba(222, 196, 129, 0.3); } - button:focus:hover:active:disabled, button:focus:hover:checked:disabled, button.flat:focus:hover:active:disabled, button.flat:focus:hover:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } - button:checked, button:active, button.flat:checked, button.flat:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(218, 188, 112, 0.22); - color: #282828; - box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); } - button:checked:focus, button:checked:hover, button:active:focus, button:active:hover, button.flat:checked:focus, button.flat:checked:hover, button.flat:active:focus, button.flat:active:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.22),0.3); } - button:checked:active, button:checked:active:hover, button:checked:active:focus, button:checked:active:hover:focus, button:checked:checked, button:checked:checked:hover, button:checked:checked:focus, button:checked:checked:hover:focus, button:active:active, button:active:active:hover, button:active:active:focus, button:active:active:hover:focus, button:active:checked, button:active:checked:hover, button:active:checked:focus, button:active:checked:hover:focus, button.flat:checked:active, button.flat:checked:active:hover, button.flat:checked:active:focus, button.flat:checked:active:hover:focus, button.flat:checked:checked, button.flat:checked:checked:hover, button.flat:checked:checked:focus, button.flat:checked:checked:hover:focus, button.flat:active:active, button.flat:active:active:hover, button.flat:active:active:focus, button.flat:active:active:hover:focus, button.flat:active:checked, button.flat:active:checked:hover, button.flat:active:checked:focus, button.flat:active:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.22); } - button:checked:disabled, button:active:disabled, button.flat:checked:disabled, button.flat:active:disabled { - border-color: rgba(222, 196, 129, 0.22); } - button:checked:active:disabled, button:checked:checked:disabled, button:active:active:disabled, button:active:checked:disabled, button.flat:checked:active:disabled, button.flat:checked:checked:disabled, button.flat:active:active:disabled, button.flat:active:checked:disabled { - border-color: rgba(218, 188, 112, 0.22); } - button:checked:focus, button:checked:hover, button:active:focus, button:active:hover, button.flat:checked:focus, button.flat:checked:hover, button.flat:active:focus, button.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - button:focus, button:hover, button.flat:focus, button.flat:hover { - color: #ebdbb2; } - button:disabled:disabled, button.flat:disabled:disabled { - background-color: alpha(mix(#3c3836,#ebdbb2,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(#3c3836,#ebdbb2,0.6); - box-shadow: none; } - button:disabled:disabled :disabled, button.flat:disabled:disabled :disabled { - color: mix(#3c3836,#ebdbb2,0.6); } - button:active:disabled, button:checked:disabled, button.flat:active:disabled, button.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - button:active:disabled :disabled, button:checked:disabled :disabled, button.flat:active:disabled :disabled, button.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - button.separator, button .separator { - border: 1px solid currentColor; - color: rgba(60, 56, 54, 0.9); } - button.separator:disabled, button .separator:disabled { - color: rgba(60, 56, 54, 0.85); } - .inline-toolbar button, - .linked > button { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .inline-toolbar button:focus, .inline-toolbar button:hover, - .linked > button:focus, - .linked > button:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .inline-toolbar button:active, .inline-toolbar button:active:hover, .inline-toolbar button:active:focus, .inline-toolbar button:active:hover:focus, .inline-toolbar button:checked, .inline-toolbar button:checked:hover, .inline-toolbar button:checked:focus, .inline-toolbar button:checked:hover:focus, - .linked > button:active, - .linked > button:active:hover, - .linked > button:active:focus, - .linked > button:active:hover:focus, - .linked > button:checked, - .linked > button:checked:hover, - .linked > button:checked:focus, - .linked > button:checked:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset 0 -1px rgba(66, 52, 17, 0.05); } - .inline-toolbar button:disabled, - .linked > button:disabled { - box-shadow: inset -1px 0 #302d2b; } - .inline-toolbar button:last-child, .inline-toolbar button:only-child, - .linked > button:last-child, - .linked > button:only-child { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .inline-toolbar button:last-child:hover, .inline-toolbar button:only-child:hover, - .linked > button:last-child:hover, - .linked > button:only-child:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .inline-toolbar button:disabled:last-child, .inline-toolbar button:disabled:only-child, .inline-toolbar button:active:disabled:last-child, .inline-toolbar button:active:disabled:only-child, .inline-toolbar button:checked:disabled:last-child, .inline-toolbar button:checked:disabled:only-child, - .linked > button:disabled:last-child, - .linked > button:disabled:only-child, - .linked > button:active:disabled:last-child, - .linked > button:active:disabled:only-child, - .linked > button:checked:disabled:last-child, - .linked > button:checked:disabled:only-child { - box-shadow: none; } - .inline-toolbar button:active:last-child, .inline-toolbar button:active:last-child:focus, .inline-toolbar button:active:last-child:hover, .inline-toolbar button:active:last-child:hover:focus, .inline-toolbar button:checked:last-child, .inline-toolbar button:checked:last-child:focus, .inline-toolbar button:checked:last-child:hover, .inline-toolbar button:checked:last-child:hover:focus, - .linked > button:active:last-child, - .linked > button:active:last-child:focus, - .linked > button:active:last-child:hover, - .linked > button:active:last-child:hover:focus, - .linked > button:checked:last-child, - .linked > button:checked:last-child:focus, - .linked > button:checked:last-child:hover, - .linked > button:checked:last-child:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - .inline-toolbar button:active:only-child, .inline-toolbar button:active:only-child:focus, .inline-toolbar button:active:only-child:hover, .inline-toolbar button:active:only-child:hover:focus, .inline-toolbar button:checked:only-child, .inline-toolbar button:checked:only-child:focus, .inline-toolbar button:checked:only-child:hover, .inline-toolbar button:checked:only-child:hover:focus, - .linked > button:active:only-child, - .linked > button:active:only-child:focus, - .linked > button:active:only-child:hover, - .linked > button:active:only-child:hover:focus, - .linked > button:checked:only-child, - .linked > button:checked:only-child:focus, - .linked > button:checked:only-child:hover, - .linked > button:checked:only-child:hover:focus { - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.06), inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - .linked.vertical > button { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .linked.vertical > button:focus, .linked.vertical > button:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .linked.vertical > button:active, .linked.vertical > button:active:hover, .linked.vertical > button:active:focus, .linked.vertical > button:active:hover:focus, .linked.vertical > button:checked, .linked.vertical > button:checked:hover, .linked.vertical > button:checked:focus, .linked.vertical > button:checked:hover:focus { - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.05); } - .linked.vertical > button:disabled { - box-shadow: inset 0 -1px #302d2b; } - .linked.vertical > button:last-child, .linked.vertical > button:only-child { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .linked.vertical > button:last-child:hover, .linked.vertical > button:only-child:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .linked.vertical > button:disabled:last-child, .linked.vertical > button:disabled:only-child, .linked.vertical > button:active:disabled:last-child, .linked.vertical > button:active:disabled:only-child, .linked.vertical > button:checked:disabled:last-child, .linked.vertical > button:checked:disabled:only-child { - box-shadow: none; } - .linked.vertical > button:active:last-child, .linked.vertical > button:active:last-child:focus, .linked.vertical > button:active:last-child:hover, .linked.vertical > button:active:last-child:hover:focus, .linked.vertical > button:checked:last-child, .linked.vertical > button:checked:last-child:focus, .linked.vertical > button:checked:last-child:hover, .linked.vertical > button:checked:last-child:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - .linked.vertical > button:active:only-child, .linked.vertical > button:active:only-child:focus, .linked.vertical > button:active:only-child:hover, .linked.vertical > button:active:only-child:hover:focus, .linked.vertical > button:checked:only-child, .linked.vertical > button:checked:only-child:focus, .linked.vertical > button:checked:only-child:hover, .linked.vertical > button:checked:only-child:hover:focus { - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.06), inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - button.circular, button.nautilus-circular-button.image-button, button.circular-button { - padding: 0; - min-width: 28px; - min-height: 28px; - border-radius: 9999px; - -gtk-outline-radius: 9999px; } - button.circular label, button.nautilus-circular-button.image-button label, button.circular-button label { - padding: 0; } - -spinbutton:disabled { - opacity: .6; } - -spinbutton button { - color: #ebdbb2; } - spinbutton button:active, spinbutton button:checked, spinbutton button:hover { - background-color: #484341; - background-image: none; } - spinbutton button:hover, spinbutton button:focus:hover { - border-color: rgba(218, 188, 112, 0.3); } - spinbutton button:hover:focus, spinbutton button:hover:hover, spinbutton button:focus:hover:focus, spinbutton button:focus:hover:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.3),0.3); } - spinbutton button:hover:active, spinbutton button:hover:active:hover, spinbutton button:hover:active:focus, spinbutton button:hover:active:hover:focus, spinbutton button:hover:checked, spinbutton button:hover:checked:hover, spinbutton button:hover:checked:focus, spinbutton button:hover:checked:hover:focus, spinbutton button:focus:hover:active, spinbutton button:focus:hover:active:hover, spinbutton button:focus:hover:active:focus, spinbutton button:focus:hover:active:hover:focus, spinbutton button:focus:hover:checked, spinbutton button:focus:hover:checked:hover, spinbutton button:focus:hover:checked:focus, spinbutton button:focus:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.3); } - spinbutton button:hover:disabled, spinbutton button:focus:hover:disabled { - border-color: rgba(222, 196, 129, 0.3); } - spinbutton button:hover:active:disabled, spinbutton button:hover:checked:disabled, spinbutton button:focus:hover:active:disabled, spinbutton button:focus:hover:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } - spinbutton button:focus:hover { - color: mix(#ebdbb2,mix(#928374,mix(#282828,#ebdbb2,0.18),0.3),0.3); } - spinbutton button:disabled { - color: mix(#ebdbb2,#282828,0.7); } - spinbutton button:backdrop { - color: mix(#282828,mix(#ebdbb2,#282828,0.5),0.9); } - spinbutton button:backdrop:disabled { - color: rgba(2, 2, 2, 0.8); } - -spinbutton:not(.vertical) { - /*@extend %entry;*/ - background-color: #282828; - background-image: none; - /*@include border($base_color);*/ - padding: 0; - border-radius: 4px; - -gtk-outline-radius: 3.6px; - color: #ebdbb2; - caret-color: #ebdbb2; - /*&:focus, &:active { border-color: border_focus($borders_color); }*/ } - spinbutton:not(.vertical):disabled { - background-color: #242424; - background-image: none; - color: mix(#282828,#ebdbb2,0.5); } - spinbutton:not(.vertical) entry { - border-radius: 4px 0 0 4px; - -gtk-outline-radius: 3.6px 0 0 3.6px; - border-right-width: 0; - box-shadow: none; } - spinbutton:not(.vertical) button { - border-radius: 0; - -gtk-outline-radius: 0; - border-style: solid; - background-image: none; - box-shadow: none; } - spinbutton:not(.vertical) button:focus { - border-top-color: mix(#928374,mix(#282828,#ebdbb2,0.18),0.3); - border-bottom-color: mix(#928374,mix(#282828,#ebdbb2,0.18),0.3); } - spinbutton:not(.vertical) button:active { - box-shadow: inset 0 2px 3px -1px rgba(131, 104, 34, 0.2); } - spinbutton:not(.vertical) button:backdrop { - border-color: alpha(mix(#282828,mix(#282828,#ebdbb2,0.18),0.9),0.8); } - spinbutton:not(.vertical) button.up:dir(ltr), spinbutton:not(.vertical) button.down:dir(rtl) { - border-style: solid; } - spinbutton:not(.vertical) button.up:dir(ltr):hover, spinbutton:not(.vertical) button.up:dir(ltr):focus:hover, spinbutton:not(.vertical) button.down:dir(rtl):hover, spinbutton:not(.vertical) button.down:dir(rtl):focus:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.3),0.3); } - spinbutton:not(.vertical) button.down:dir(rtl) { - border-right-style: none; - border-radius: 4px 0 0 4px; - -gtk-outline-radius: 3.6px 0 0 3.6px; } - spinbutton:not(.vertical) button.down:dir(rtl):focus { - border-top-color: mix(#928374,mix(#282828,#ebdbb2,0.18),0.3); - border-bottom-color: mix(#928374,mix(#282828,#ebdbb2,0.18),0.3); - border-left-color: mix(#928374,mix(#282828,#ebdbb2,0.18),0.3); } - spinbutton:not(.vertical) button.down:dir(rtl):hover, spinbutton:not(.vertical) button.down:dir(rtl):focus:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.3),0.3); - box-shadow: inset-1px 0 0 mix(#928374,rgba(235, 219, 178, 0.3),0.3); } - spinbutton:not(.vertical) button.up:dir(ltr) { - border-left-style: none; - border-radius: 0 4px 4px 0; - -gtk-outline-radius: 0 3.6px 3.6px 0; } - spinbutton:not(.vertical) button.up:dir(ltr):focus { - border-top-color: mix(#928374,mix(#282828,#ebdbb2,0.18),0.3); - border-bottom-color: mix(#928374,mix(#282828,#ebdbb2,0.18),0.3); - border-right-color: mix(#928374,mix(#282828,#ebdbb2,0.18),0.3); } - spinbutton:not(.vertical) button.up:dir(ltr):hover, spinbutton:not(.vertical) button.up:dir(ltr):focus:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.3),0.3); - box-shadow: inset 1px 0 mix(#928374,rgba(235, 219, 178, 0.3),0.3); } - -spinbutton.vertical button, spinbutton.vertical entry { - min-width: 0; - padding-left: 1px; - padding-right: 1px; } - -spinbutton.vertical entry { - border-radius: 0; - -gtk-outline-radius: 0; - border-top-width: 0; - border-bottom-width: 0; } - -spinbutton.vertical button.up:focus:hover, spinbutton.vertical button.down:focus:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.3),0.3); } - -spinbutton.vertical button.up { - border-radius: 4px 4px 0 0; - -gtk-outline-radius: 3.6px 3.6px 0 0; } - spinbutton.vertical button.up:focus { - border-top-color: mix(#928374,mix(#282828,#ebdbb2,0.18),0.3); - border-left-color: mix(#928374,mix(#282828,#ebdbb2,0.18),0.3); - border-right-color: mix(#928374,mix(#282828,#ebdbb2,0.18),0.3); } - -spinbutton.vertical button.down { - border-radius: 0 0 4px 4px; - -gtk-outline-radius: 0 0 3.6px 3.6px; } - spinbutton.vertical button.down:focus { - border-bottom-color: mix(#928374,mix(#282828,#ebdbb2,0.18),0.3); - border-left-color: mix(#928374,mix(#282828,#ebdbb2,0.18),0.3); - border-right-color: mix(#928374,mix(#282828,#ebdbb2,0.18),0.3); } - -/****************** -! ComboBoxes * -*******************/ -combobox button.combo { - min-width: 0; - padding-left: 5px; - padding-right: 5px; } - -combobox arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - min-height: 16px; - min-width: 16px; } - -combobox box button, combobox box entry { - padding: 3px 5px; } - -combobox menu menuitem { - padding: 3px 5px; } - combobox menu menuitem cellview { - min-height: 20px; } - -/********* - ! Entry * -**********/ -.linked:not(.vertical) > entry { - border-width: 1px; - border-radius: 0; - border-right-width: 0; - border-left-width: 0; } - .linked:not(.vertical) > entry:first-child { - border-width: 1px; - border-radius: 4px; - border-right-width: 0; - border-bottom-right-radius: 0; - border-top-right-radius: 0; } - .linked:not(.vertical) > entry:first-child:dir(rtl) { - border-left-width: 0; - border-right-width: 1px; } - .linked:not(.vertical) > entry:last-child { - border-width: 1px; - border-radius: 4px; - border-left-width: 0; - border-bottom-left-radius: 0; - border-top-left-radius: 0; } - .linked:not(.vertical) > entry:last-child:dir(rtl) { - border-left-width: 1px; - border-right-width: 0; } - .linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > entry:first-child:only-child { - border-width: 1px; } - .linked:not(.vertical) > entry:only-child { - border-radius: 4px; } - -.linked.vertical > entry { - border-width: 1px; - border-radius: 0; - border-top-width: 0; - border-bottom-width: 0; } - .linked.vertical > entry:first-child { - border-width: 1px; - border-radius: 4px; - border-top-width: 1px; - border-bottom-width: 0; - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; } - .linked.vertical > entry:first-child:dir(rtl) { - border-top-width: 0; - border-bottom-width: 1px; } - .linked.vertical > entry:last-child { - border-width: 1px; - border-radius: 4px; - border-top-width: 0; - border-bottom-width: 1px; - border-top-left-radius: 0; - border-top-right-radius: 0; } - .linked.vertical > entry:last-child:dir(rtl) { - border-top-width: 1px; - border-bottom-width: 0; } - .linked.vertical > entry:only-child, .linked.vertical > entry:first-child:only-child { - border-width: 1px; } - .linked.vertical > entry:only-child { - border-radius: 4px; } - -entry, menuitem entry, popover.background entry, .osd entry, -#XfceNotifyWindow entry, #login_window entry { - border-width: 1px; - border-style: solid; - border-radius: 4px; - transition: border 100ms ease-out; - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.1), inset 0 1px rgba(66, 52, 17, 0.12), inset -1px 0 rgba(66, 52, 17, 0.1), inset 0 -1px rgba(66, 52, 17, 0.05); } - entry:focus, popover.background entry:focus, - #XfceNotifyWindow entry:focus, #login_window entry:focus, entry:hover, popover.background entry:hover, - #XfceNotifyWindow entry:hover, #login_window entry:hover, entry:active, popover.background entry:active, - #XfceNotifyWindow entry:active, #login_window entry:active { - transition: border 100ms ease-in; } - entry:selected, popover.background entry:selected, - #XfceNotifyWindow entry:selected, #login_window entry:selected, entry:selected:selected:focus, - #XfceNotifyWindow entry:selected:selected:focus, #login_window entry:selected:selected:focus { - background-color: #928374; - color: #282828; } - entry:disabled, popover.background entry:disabled, - #XfceNotifyWindow entry:disabled, #login_window entry:disabled { - box-shadow: none; } - entry progress, popover.background entry progress, .osd entry progress, #XfceNotifyWindow entry progress, #login_window entry progress { - background-color: #928374; - background-image: none; - border-width: 0; - border-radius: 4px; - color: #282828; } - entry image.left, #XfceNotifyWindow entry image.left, #login_window entry image.left { - padding-right: 3px; } - entry image.right, #XfceNotifyWindow entry image.right, #login_window entry image.right { - padding-left: 3px; } - entry.warning, popover.background entry.warning, - #XfceNotifyWindow entry.warning, #login_window entry.warning { - color: #282828; - border-color: #ac7a1a; - background-color: mix(#282828,#d79921,0.6); } - entry.warning image, #XfceNotifyWindow entry.warning image, #login_window entry.warning image { - color: #282828; } - entry.warning:focus, - #XfceNotifyWindow entry.warning:focus, #login_window entry.warning:focus { - color: #282828; - border-color: mix(#928374,#d79921,0.3); - background-color: #d79921; - box-shadow: none; } - entry.warning selection, #XfceNotifyWindow entry.warning selection, #login_window entry.warning selection { - background-color: #282828; - color: #d79921; } - entry.error, popover.background entry.error, - #XfceNotifyWindow entry.error, #login_window entry.error { - color: #282828; - border-color: #a31d17; - background-color: mix(#282828,#cc241d,0.6); } - entry.error image, #XfceNotifyWindow entry.error image, #login_window entry.error image { - color: #282828; } - entry.error:focus, - #XfceNotifyWindow entry.error:focus, #login_window entry.error:focus { - color: #282828; - border-color: mix(#928374,#cc241d,0.3); - background-color: #cc241d; - box-shadow: none; } - entry.error selection, #XfceNotifyWindow entry.error selection, #login_window entry.error selection { - background-color: #282828; - color: #cc241d; } - entry.search-missing, popover.background entry.search-missing, - #XfceNotifyWindow entry.search-missing, #login_window entry.search-missing { - color: #282828; - border-color: #a31d17; - background-color: mix(#282828,#cc241d,0.6); } - entry.search-missing image, #XfceNotifyWindow entry.search-missing image, #login_window entry.search-missing image { - color: #282828; } - entry.search-missing:focus, - #XfceNotifyWindow entry.search-missing:focus, #login_window entry.search-missing:focus { - color: #282828; - border-color: mix(#928374,#cc241d,0.3); - background-color: #cc241d; - box-shadow: none; } - entry.search-missing selection, #XfceNotifyWindow entry.search-missing selection, #login_window entry.search-missing selection { - background-color: #282828; - color: #cc241d; } - -entry { - background-color: #282828; - background-image: none; - border-color: shade(mix(#282828,#ebdbb2,0.2),0.8); - padding: 5px 3px; - color: #ebdbb2; - caret-color: #a89984; - -gtk-secondary-caret-color: #a89984; } - entry:focus, entry:hover { - border-color: mix(#928374,mix(#282828,#ebdbb2,0.2),0.3); } - entry:active, entry:active:hover, entry:active:focus, entry:active:hover:focus, entry:checked, entry:checked:hover, entry:checked:focus, entry:checked:hover:focus { - border-color: shade(mix(#282828,#ebdbb2,0.2),0.7); } - entry:disabled { - border-color: shade(mix(#282828,#ebdbb2,0.2),0.85); } - entry:active:disabled, entry:checked:disabled { - border-color: shade(mix(#282828,#ebdbb2,0.2),0.8); } - entry:focus, entry:active { - border-color: mix(#928374,mix(#282828,#ebdbb2,0.18),0.3); } - entry:disabled { - background-color: mix(#282828,#ebdbb2,0.07); - background-image: none; - opacity: .9; - color: mix(#282828,#ebdbb2,0.9); } - -/********* - ! Buttons -**********/ -/****************** -! ComboBoxes * -*******************/ -/********* - ! Buttons -**********/ -/****************** -! ComboBoxes * -*******************/ -/********* - ! Toolbar -**********/ -toolbar { - padding: 2px; - border-style: none; } - toolbar.horizontal separator { - margin: 0 5px 1px; } - toolbar.vertical separator { - margin: 5px 1px 5px 0; } - -headerbar { - border-width: 0 0 1px; - border-style: solid; } - headerbar entry, - headerbar spinbutton, - headerbar separator, - headerbar button { - margin-top: 6px; - margin-bottom: 6px; } - headerbar switch { - margin-top: 4px; - margin-bottom: 4px; } - window:not(.tiled):not(.maximized) separator:first-child + headerbar:backdrop, window:not(.tiled):not(.maximized) separator:first-child + headerbar, - window:not(.tiled):not(.maximized) headerbar:first-child:backdrop, - window:not(.tiled):not(.maximized) headerbar:first-child { - border-top-left-radius: 4px; } - window:not(.tiled):not(.maximized) headerbar:last-child:backdrop, window:not(.tiled):not(.maximized) headerbar:last-child { - border-top-right-radius: 4px; } - -headerbar, .titlebar:not(headerbar) { - background-color: #1d2021; - background-image: none; - border-color: #171a1a; - color: #fbf1c7; - background-color: #1d2021; - background-image: none; - border-radius: 4px 4px 0 0; - color: #fbf1c7; - padding: 0 6px; - min-height: 42px; } - headerbar:focus, .titlebar:focus:not(headerbar), headerbar:hover, .titlebar:hover:not(headerbar) { - border-color: mix(#928374,#1d2021,0.3); } - headerbar:active, .titlebar:active:not(headerbar), headerbar:active:hover, .titlebar:active:hover:not(headerbar), headerbar:active:focus, .titlebar:active:focus:not(headerbar), headerbar:active:hover:focus, .titlebar:active:hover:focus:not(headerbar), headerbar:checked, .titlebar:checked:not(headerbar), headerbar:checked:hover, .titlebar:checked:hover:not(headerbar), headerbar:checked:focus, .titlebar:checked:focus:not(headerbar), headerbar:checked:hover:focus, .titlebar:checked:hover:focus:not(headerbar) { - border-color: #141617; } - headerbar:disabled, .titlebar:disabled:not(headerbar) { - border-color: #191b1c; } - headerbar:active:disabled, .titlebar:active:disabled:not(headerbar), headerbar:checked:disabled, .titlebar:checked:disabled:not(headerbar) { - border-color: #171a1a; } - headerbar:disabled, .titlebar:disabled:not(headerbar) { - background-color: #1a1d1e; - background-image: none; - color: mix(#fbf1c7,#1d2021,0.5); } - headerbar .title, .titlebar:not(headerbar) .title { - font-weight: bold; - padding: 0 6px; } - headerbar .subtitle, .titlebar:not(headerbar) .subtitle { - font-size: smaller; - padding: 0 6px; } - headerbar button, .titlebar:not(headerbar) button { - background-color: #1d2021; - background-image: none; - border-color: rgba(245, 220, 115, 0.22); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - headerbar button:focus, .titlebar:not(headerbar) button:focus, headerbar button:hover, .titlebar:not(headerbar) button:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.22),0.3); } - headerbar button:active, .titlebar:not(headerbar) button:active, headerbar button:active:hover, .titlebar:not(headerbar) button:active:hover, headerbar button:active:focus, .titlebar:not(headerbar) button:active:focus, headerbar button:active:hover:focus, .titlebar:not(headerbar) button:active:hover:focus, headerbar button:checked, .titlebar:not(headerbar) button:checked, headerbar button:checked:hover, .titlebar:not(headerbar) button:checked:hover, headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:focus, headerbar button:checked:hover:focus, .titlebar:not(headerbar) button:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.22); } - headerbar button:disabled, .titlebar:not(headerbar) button:disabled { - border-color: rgba(247, 225, 136, 0.22); } - headerbar button:active:disabled, .titlebar:not(headerbar) button:active:disabled, headerbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled { - border-color: rgba(245, 220, 115, 0.22); } - .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child), .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button, - stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child), - stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:hover, - stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):hover, - stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button:checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked, - stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked, - stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button:checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked:hover, - stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked:hover, - stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > headerbar button:not(:last-child):not(:only-child), .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) headerbar button, - .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button, - stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child), - stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > headerbar button:not(:last-child):not(:only-child):hover, .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) headerbar button:hover, - .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:hover, - stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child):hover, - stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .linked.vertical > headerbar button:not(:last-child):not(:only-child):checked, .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) headerbar button:checked, - .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked, - stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child):checked, - stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > headerbar button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) headerbar button:checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked:hover, - stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child):checked:hover, - stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - headerbar button.flat, .titlebar:not(headerbar) button.flat { - color: #fbf1c7; - border-color: rgba(29, 32, 33, 0); - background-color: rgba(29, 32, 33, 0); - background-image: none; - box-shadow: none; } - headerbar button:hover, .titlebar:not(headerbar) button:hover, headerbar button.flat:hover, .titlebar:not(headerbar) button.flat:hover { - background-color: #1e2223; - background-image: none; - border-color: rgba(245, 220, 115, 0.3); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - headerbar button:hover:focus, .titlebar:not(headerbar) button:hover:focus, headerbar button:hover:hover, .titlebar:not(headerbar) button:hover:hover, headerbar button.flat:hover:focus, .titlebar:not(headerbar) button.flat:hover:focus, headerbar button.flat:hover:hover, .titlebar:not(headerbar) button.flat:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - headerbar button:hover:active, .titlebar:not(headerbar) button:hover:active, headerbar button:hover:active:hover, .titlebar:not(headerbar) button:hover:active:hover, headerbar button:hover:active:focus, .titlebar:not(headerbar) button:hover:active:focus, headerbar button:hover:active:hover:focus, .titlebar:not(headerbar) button:hover:active:hover:focus, headerbar button:hover:checked, .titlebar:not(headerbar) button:hover:checked, headerbar button:hover:checked:hover, .titlebar:not(headerbar) button:hover:checked:hover, headerbar button:hover:checked:focus, .titlebar:not(headerbar) button:hover:checked:focus, headerbar button:hover:checked:hover:focus, .titlebar:not(headerbar) button:hover:checked:hover:focus, headerbar button.flat:hover:active, .titlebar:not(headerbar) button.flat:hover:active, headerbar button.flat:hover:active:hover, .titlebar:not(headerbar) button.flat:hover:active:hover, headerbar button.flat:hover:active:focus, .titlebar:not(headerbar) button.flat:hover:active:focus, headerbar button.flat:hover:active:hover:focus, .titlebar:not(headerbar) button.flat:hover:active:hover:focus, headerbar button.flat:hover:checked, .titlebar:not(headerbar) button.flat:hover:checked, headerbar button.flat:hover:checked:hover, .titlebar:not(headerbar) button.flat:hover:checked:hover, headerbar button.flat:hover:checked:focus, .titlebar:not(headerbar) button.flat:hover:checked:focus, headerbar button.flat:hover:checked:hover:focus, .titlebar:not(headerbar) button.flat:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.3); } - headerbar button:hover:disabled, .titlebar:not(headerbar) button:hover:disabled, headerbar button.flat:hover:disabled, .titlebar:not(headerbar) button.flat:hover:disabled { - border-color: rgba(247, 225, 136, 0.3); } - headerbar button:hover:active:disabled, .titlebar:not(headerbar) button:hover:active:disabled, headerbar button:hover:checked:disabled, .titlebar:not(headerbar) button:hover:checked:disabled, headerbar button.flat:hover:active:disabled, .titlebar:not(headerbar) button.flat:hover:active:disabled, headerbar button.flat:hover:checked:disabled, .titlebar:not(headerbar) button.flat:hover:checked:disabled { - border-color: rgba(245, 220, 115, 0.3); } - headerbar button:focus, .titlebar:not(headerbar) button:focus, headerbar button.flat:focus, .titlebar:not(headerbar) button.flat:focus { - background-color: #1e2223; - background-image: none; - border-color: rgba(251, 241, 199, 0.22); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - headerbar button:focus:hover, .titlebar:not(headerbar) button:focus:hover, headerbar button.flat:focus:hover, .titlebar:not(headerbar) button.flat:focus:hover { - background-color: #202324; - background-image: none; - border-color: rgba(245, 220, 115, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - headerbar button:focus:hover:focus, .titlebar:not(headerbar) button:focus:hover:focus, headerbar button:focus:hover:hover, .titlebar:not(headerbar) button:focus:hover:hover, headerbar button.flat:focus:hover:focus, .titlebar:not(headerbar) button.flat:focus:hover:focus, headerbar button.flat:focus:hover:hover, .titlebar:not(headerbar) button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - headerbar button:focus:hover:active, .titlebar:not(headerbar) button:focus:hover:active, headerbar button:focus:hover:active:hover, .titlebar:not(headerbar) button:focus:hover:active:hover, headerbar button:focus:hover:active:focus, .titlebar:not(headerbar) button:focus:hover:active:focus, headerbar button:focus:hover:active:hover:focus, .titlebar:not(headerbar) button:focus:hover:active:hover:focus, headerbar button:focus:hover:checked, .titlebar:not(headerbar) button:focus:hover:checked, headerbar button:focus:hover:checked:hover, .titlebar:not(headerbar) button:focus:hover:checked:hover, headerbar button:focus:hover:checked:focus, .titlebar:not(headerbar) button:focus:hover:checked:focus, headerbar button:focus:hover:checked:hover:focus, .titlebar:not(headerbar) button:focus:hover:checked:hover:focus, headerbar button.flat:focus:hover:active, .titlebar:not(headerbar) button.flat:focus:hover:active, headerbar button.flat:focus:hover:active:hover, .titlebar:not(headerbar) button.flat:focus:hover:active:hover, headerbar button.flat:focus:hover:active:focus, .titlebar:not(headerbar) button.flat:focus:hover:active:focus, headerbar button.flat:focus:hover:active:hover:focus, .titlebar:not(headerbar) button.flat:focus:hover:active:hover:focus, headerbar button.flat:focus:hover:checked, .titlebar:not(headerbar) button.flat:focus:hover:checked, headerbar button.flat:focus:hover:checked:hover, .titlebar:not(headerbar) button.flat:focus:hover:checked:hover, headerbar button.flat:focus:hover:checked:focus, .titlebar:not(headerbar) button.flat:focus:hover:checked:focus, headerbar button.flat:focus:hover:checked:hover:focus, .titlebar:not(headerbar) button.flat:focus:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.3); } - headerbar button:focus:hover:disabled, .titlebar:not(headerbar) button:focus:hover:disabled, headerbar button.flat:focus:hover:disabled, .titlebar:not(headerbar) button.flat:focus:hover:disabled { - border-color: rgba(247, 225, 136, 0.3); } - headerbar button:focus:hover:active:disabled, .titlebar:not(headerbar) button:focus:hover:active:disabled, headerbar button:focus:hover:checked:disabled, .titlebar:not(headerbar) button:focus:hover:checked:disabled, headerbar button.flat:focus:hover:active:disabled, .titlebar:not(headerbar) button.flat:focus:hover:active:disabled, headerbar button.flat:focus:hover:checked:disabled, .titlebar:not(headerbar) button.flat:focus:hover:checked:disabled { - border-color: rgba(245, 220, 115, 0.3); } - headerbar button:checked, .titlebar:not(headerbar) button:checked, headerbar button:active, .titlebar:not(headerbar) button:active, headerbar button.flat:checked, .titlebar:not(headerbar) button.flat:checked, headerbar button.flat:active, .titlebar:not(headerbar) button.flat:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(245, 220, 115, 0.22); - color: #282828; - box-shadow: inset 1px 0 rgba(251, 241, 199, 0.06), inset 0 1px rgba(251, 241, 199, 0.07), inset -1px 0 rgba(251, 241, 199, 0.06), inset 0 -1px rgba(251, 241, 199, 0.05); } - headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:focus, headerbar button:checked:hover, .titlebar:not(headerbar) button:checked:hover, headerbar button:active:focus, .titlebar:not(headerbar) button:active:focus, headerbar button:active:hover, .titlebar:not(headerbar) button:active:hover, headerbar button.flat:checked:focus, .titlebar:not(headerbar) button.flat:checked:focus, headerbar button.flat:checked:hover, .titlebar:not(headerbar) button.flat:checked:hover, headerbar button.flat:active:focus, .titlebar:not(headerbar) button.flat:active:focus, headerbar button.flat:active:hover, .titlebar:not(headerbar) button.flat:active:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.22),0.3); } - headerbar button:checked:active, .titlebar:not(headerbar) button:checked:active, headerbar button:checked:active:hover, .titlebar:not(headerbar) button:checked:active:hover, headerbar button:checked:active:focus, .titlebar:not(headerbar) button:checked:active:focus, headerbar button:checked:active:hover:focus, .titlebar:not(headerbar) button:checked:active:hover:focus, headerbar button:checked:checked, .titlebar:not(headerbar) button:checked:checked, headerbar button:checked:checked:hover, .titlebar:not(headerbar) button:checked:checked:hover, headerbar button:checked:checked:focus, .titlebar:not(headerbar) button:checked:checked:focus, headerbar button:checked:checked:hover:focus, .titlebar:not(headerbar) button:checked:checked:hover:focus, headerbar button:active:active, .titlebar:not(headerbar) button:active:active, headerbar button:active:active:hover, .titlebar:not(headerbar) button:active:active:hover, headerbar button:active:active:focus, .titlebar:not(headerbar) button:active:active:focus, headerbar button:active:active:hover:focus, .titlebar:not(headerbar) button:active:active:hover:focus, headerbar button:active:checked, .titlebar:not(headerbar) button:active:checked, headerbar button:active:checked:hover, .titlebar:not(headerbar) button:active:checked:hover, headerbar button:active:checked:focus, .titlebar:not(headerbar) button:active:checked:focus, headerbar button:active:checked:hover:focus, .titlebar:not(headerbar) button:active:checked:hover:focus, headerbar button.flat:checked:active, .titlebar:not(headerbar) button.flat:checked:active, headerbar button.flat:checked:active:hover, .titlebar:not(headerbar) button.flat:checked:active:hover, headerbar button.flat:checked:active:focus, .titlebar:not(headerbar) button.flat:checked:active:focus, headerbar button.flat:checked:active:hover:focus, .titlebar:not(headerbar) button.flat:checked:active:hover:focus, headerbar button.flat:checked:checked, .titlebar:not(headerbar) button.flat:checked:checked, headerbar button.flat:checked:checked:hover, .titlebar:not(headerbar) button.flat:checked:checked:hover, headerbar button.flat:checked:checked:focus, .titlebar:not(headerbar) button.flat:checked:checked:focus, headerbar button.flat:checked:checked:hover:focus, .titlebar:not(headerbar) button.flat:checked:checked:hover:focus, headerbar button.flat:active:active, .titlebar:not(headerbar) button.flat:active:active, headerbar button.flat:active:active:hover, .titlebar:not(headerbar) button.flat:active:active:hover, headerbar button.flat:active:active:focus, .titlebar:not(headerbar) button.flat:active:active:focus, headerbar button.flat:active:active:hover:focus, .titlebar:not(headerbar) button.flat:active:active:hover:focus, headerbar button.flat:active:checked, .titlebar:not(headerbar) button.flat:active:checked, headerbar button.flat:active:checked:hover, .titlebar:not(headerbar) button.flat:active:checked:hover, headerbar button.flat:active:checked:focus, .titlebar:not(headerbar) button.flat:active:checked:focus, headerbar button.flat:active:checked:hover:focus, .titlebar:not(headerbar) button.flat:active:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.22); } - headerbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled, headerbar button:active:disabled, .titlebar:not(headerbar) button:active:disabled, headerbar button.flat:checked:disabled, .titlebar:not(headerbar) button.flat:checked:disabled, headerbar button.flat:active:disabled, .titlebar:not(headerbar) button.flat:active:disabled { - border-color: rgba(247, 225, 136, 0.22); } - headerbar button:checked:active:disabled, .titlebar:not(headerbar) button:checked:active:disabled, headerbar button:checked:checked:disabled, .titlebar:not(headerbar) button:checked:checked:disabled, headerbar button:active:active:disabled, .titlebar:not(headerbar) button:active:active:disabled, headerbar button:active:checked:disabled, .titlebar:not(headerbar) button:active:checked:disabled, headerbar button.flat:checked:active:disabled, .titlebar:not(headerbar) button.flat:checked:active:disabled, headerbar button.flat:checked:checked:disabled, .titlebar:not(headerbar) button.flat:checked:checked:disabled, headerbar button.flat:active:active:disabled, .titlebar:not(headerbar) button.flat:active:active:disabled, headerbar button.flat:active:checked:disabled, .titlebar:not(headerbar) button.flat:active:checked:disabled { - border-color: rgba(245, 220, 115, 0.22); } - headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:focus, headerbar button:checked:hover, .titlebar:not(headerbar) button:checked:hover, headerbar button:active:focus, .titlebar:not(headerbar) button:active:focus, headerbar button:active:hover, .titlebar:not(headerbar) button:active:hover, headerbar button.flat:checked:focus, .titlebar:not(headerbar) button.flat:checked:focus, headerbar button.flat:checked:hover, .titlebar:not(headerbar) button.flat:checked:hover, headerbar button.flat:active:focus, .titlebar:not(headerbar) button.flat:active:focus, headerbar button.flat:active:hover, .titlebar:not(headerbar) button.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - headerbar button:focus, .titlebar:not(headerbar) button:focus, headerbar button:hover, .titlebar:not(headerbar) button:hover, headerbar button.flat:focus, .titlebar:not(headerbar) button.flat:focus, headerbar button.flat:hover, .titlebar:not(headerbar) button.flat:hover { - color: #fbf1c7; } - headerbar button:disabled:disabled, .titlebar:not(headerbar) button:disabled:disabled, headerbar button.flat:disabled:disabled, .titlebar:not(headerbar) button.flat:disabled:disabled { - background-color: alpha(mix(#1d2021,#fbf1c7,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(#1d2021,#fbf1c7,0.6); - box-shadow: none; } - headerbar button:disabled:disabled :disabled, .titlebar:not(headerbar) button:disabled:disabled :disabled, headerbar button.flat:disabled:disabled :disabled, .titlebar:not(headerbar) button.flat:disabled:disabled :disabled { - color: mix(#1d2021,#fbf1c7,0.6); } - headerbar button:active:disabled, .titlebar:not(headerbar) button:active:disabled, headerbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled, headerbar button.flat:active:disabled, .titlebar:not(headerbar) button.flat:active:disabled, headerbar button.flat:checked:disabled, .titlebar:not(headerbar) button.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - headerbar button:active:disabled :disabled, .titlebar:not(headerbar) button:active:disabled :disabled, headerbar button:checked:disabled :disabled, .titlebar:not(headerbar) button:checked:disabled :disabled, headerbar button.flat:active:disabled :disabled, .titlebar:not(headerbar) button.flat:active:disabled :disabled, headerbar button.flat:checked:disabled :disabled, .titlebar:not(headerbar) button.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - headerbar button.separator, .titlebar:not(headerbar) button.separator, headerbar button .separator, .titlebar:not(headerbar) button .separator { - border: 1px solid currentColor; - color: rgba(29, 32, 33, 0.9); } - headerbar button.separator:disabled, .titlebar:not(headerbar) button.separator:disabled, headerbar button .separator:disabled, .titlebar:not(headerbar) button .separator:disabled { - color: rgba(29, 32, 33, 0.85); } - headerbar .linked > button, .titlebar:not(headerbar) .linked > button { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - headerbar .linked > button:focus, .titlebar:not(headerbar) .linked > button:focus, headerbar .linked > button:hover, .titlebar:not(headerbar) .linked > button:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - headerbar .linked > button:active, .titlebar:not(headerbar) .linked > button:active, headerbar .linked > button:active:hover, .titlebar:not(headerbar) .linked > button:active:hover, headerbar .linked > button:active:focus, .titlebar:not(headerbar) .linked > button:active:focus, headerbar .linked > button:active:hover:focus, .titlebar:not(headerbar) .linked > button:active:hover:focus, headerbar .linked > button:checked, .titlebar:not(headerbar) .linked > button:checked, headerbar .linked > button:checked:hover, .titlebar:not(headerbar) .linked > button:checked:hover, headerbar .linked > button:checked:focus, .titlebar:not(headerbar) .linked > button:checked:focus, headerbar .linked > button:checked:hover:focus, .titlebar:not(headerbar) .linked > button:checked:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset 0 -1px rgba(66, 52, 17, 0.05); } - headerbar .linked > button:disabled, .titlebar:not(headerbar) .linked > button:disabled { - box-shadow: inset -1px 0 #171a1a; } - headerbar .linked > button:last-child, .titlebar:not(headerbar) .linked > button:last-child, headerbar .linked > button:only-child, .titlebar:not(headerbar) .linked > button:only-child { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - headerbar .linked > button:last-child:hover, .titlebar:not(headerbar) .linked > button:last-child:hover, headerbar .linked > button:only-child:hover, .titlebar:not(headerbar) .linked > button:only-child:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - headerbar .linked > button:disabled:last-child, .titlebar:not(headerbar) .linked > button:disabled:last-child, headerbar .linked > button:disabled:only-child, .titlebar:not(headerbar) .linked > button:disabled:only-child, headerbar .linked > button:active:disabled:last-child, .titlebar:not(headerbar) .linked > button:active:disabled:last-child, headerbar .linked > button:active:disabled:only-child, .titlebar:not(headerbar) .linked > button:active:disabled:only-child, headerbar .linked > button:checked:disabled:last-child, .titlebar:not(headerbar) .linked > button:checked:disabled:last-child, headerbar .linked > button:checked:disabled:only-child, .titlebar:not(headerbar) .linked > button:checked:disabled:only-child { - box-shadow: none; } - headerbar .linked > button:active:last-child, .titlebar:not(headerbar) .linked > button:active:last-child, headerbar .linked > button:active:last-child:focus, .titlebar:not(headerbar) .linked > button:active:last-child:focus, headerbar .linked > button:active:last-child:hover, .titlebar:not(headerbar) .linked > button:active:last-child:hover, headerbar .linked > button:active:last-child:hover:focus, .titlebar:not(headerbar) .linked > button:active:last-child:hover:focus, headerbar .linked > button:checked:last-child, .titlebar:not(headerbar) .linked > button:checked:last-child, headerbar .linked > button:checked:last-child:focus, .titlebar:not(headerbar) .linked > button:checked:last-child:focus, headerbar .linked > button:checked:last-child:hover, .titlebar:not(headerbar) .linked > button:checked:last-child:hover, headerbar .linked > button:checked:last-child:hover:focus, .titlebar:not(headerbar) .linked > button:checked:last-child:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - headerbar .linked > button:active:only-child, .titlebar:not(headerbar) .linked > button:active:only-child, headerbar .linked > button:active:only-child:focus, .titlebar:not(headerbar) .linked > button:active:only-child:focus, headerbar .linked > button:active:only-child:hover, .titlebar:not(headerbar) .linked > button:active:only-child:hover, headerbar .linked > button:active:only-child:hover:focus, .titlebar:not(headerbar) .linked > button:active:only-child:hover:focus, headerbar .linked > button:checked:only-child, .titlebar:not(headerbar) .linked > button:checked:only-child, headerbar .linked > button:checked:only-child:focus, .titlebar:not(headerbar) .linked > button:checked:only-child:focus, headerbar .linked > button:checked:only-child:hover, .titlebar:not(headerbar) .linked > button:checked:only-child:hover, headerbar .linked > button:checked:only-child:hover:focus, .titlebar:not(headerbar) .linked > button:checked:only-child:hover:focus { - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.06), inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - headerbar combobox, .titlebar:not(headerbar) combobox, headerbar button, .titlebar:not(headerbar) button { - padding: 3px; } - headerbar combobox.text-button, .titlebar:not(headerbar) combobox.text-button, headerbar button.text-button, .titlebar:not(headerbar) button.text-button { - padding: 3px; } - headerbar combobox.image-button, .titlebar:not(headerbar) combobox.image-button, headerbar button.image-button, .titlebar:not(headerbar) button.image-button { - padding: 3px; } - headerbar separator, .titlebar:not(headerbar) separator, headerbar separator:disabled, .titlebar:not(headerbar) separator:disabled { - color: #111314; - border-color: currentColor; - -GtkWidget-window-dragging: true; } - headerbar:backdrop, .titlebar:backdrop:not(headerbar) { - background-color: #282828; - background-image: none; - color: mix(#ebdbb2,#282828,0.4); - text-shadow: none; } - headerbar.default-decoration, .default-decoration.titlebar:not(headerbar) { - min-height: 24px; - box-shadow: none; - border: 0; } - headerbar.default-decoration button.titlebutton, .default-decoration.titlebar:not(headerbar) button.titlebutton { - min-height: 16px; - min-width: 16px; - margin: 0; - padding: 0; } - .tiled headerbar:backdrop, .tiled .titlebar:backdrop:not(headerbar), .tiled headerbar, .tiled .titlebar:not(headerbar), - .maximized headerbar:backdrop, - .maximized .titlebar:backdrop:not(headerbar), - .maximized headerbar, - .maximized .titlebar:not(headerbar) { - border-radius: 0; } - headerbar .title, .titlebar:not(headerbar) .title { - font-weight: bold; } - headerbar separator.titlebutton, .titlebar:not(headerbar) separator.titlebutton { - margin-left: 3px; } - headerbar button, .titlebar:not(headerbar) button { - background-color: #282828; - background-image: none; - border-color: rgba(245, 220, 115, 0.22); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - headerbar button:focus, .titlebar:not(headerbar) button:focus, headerbar button:hover, .titlebar:not(headerbar) button:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.22),0.3); } - headerbar button:active, .titlebar:not(headerbar) button:active, headerbar button:active:hover, .titlebar:not(headerbar) button:active:hover, headerbar button:active:focus, .titlebar:not(headerbar) button:active:focus, headerbar button:active:hover:focus, .titlebar:not(headerbar) button:active:hover:focus, headerbar button:checked, .titlebar:not(headerbar) button:checked, headerbar button:checked:hover, .titlebar:not(headerbar) button:checked:hover, headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:focus, headerbar button:checked:hover:focus, .titlebar:not(headerbar) button:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.22); } - headerbar button:disabled, .titlebar:not(headerbar) button:disabled { - border-color: rgba(247, 225, 136, 0.22); } - headerbar button:active:disabled, .titlebar:not(headerbar) button:active:disabled, headerbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled { - border-color: rgba(245, 220, 115, 0.22); } - .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child), .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button, - stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child), - stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:hover, - stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):hover, - stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button:checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked, - stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked, - stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button:checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked:hover, - stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked:hover, - stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > headerbar button:not(:last-child):not(:only-child), .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) headerbar button, - .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button, - stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child), - stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > headerbar button:not(:last-child):not(:only-child):hover, .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) headerbar button:hover, - .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:hover, - stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child):hover, - stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .linked.vertical > headerbar button:not(:last-child):not(:only-child):checked, .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) headerbar button:checked, - .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked, - stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child):checked, - stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > headerbar button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) headerbar button:checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked:hover, - stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child):checked:hover, - stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - headerbar button.flat, .titlebar:not(headerbar) button.flat { - color: #fbf1c7; - border-color: rgba(40, 40, 40, 0); - background-color: rgba(40, 40, 40, 0); - background-image: none; - box-shadow: none; } - headerbar button:hover, .titlebar:not(headerbar) button:hover, headerbar button.flat:hover, .titlebar:not(headerbar) button.flat:hover { - background-color: #2a2a2a; - background-image: none; - border-color: rgba(245, 220, 115, 0.3); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - headerbar button:hover:focus, .titlebar:not(headerbar) button:hover:focus, headerbar button:hover:hover, .titlebar:not(headerbar) button:hover:hover, headerbar button.flat:hover:focus, .titlebar:not(headerbar) button.flat:hover:focus, headerbar button.flat:hover:hover, .titlebar:not(headerbar) button.flat:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - headerbar button:hover:active, .titlebar:not(headerbar) button:hover:active, headerbar button:hover:active:hover, .titlebar:not(headerbar) button:hover:active:hover, headerbar button:hover:active:focus, .titlebar:not(headerbar) button:hover:active:focus, headerbar button:hover:active:hover:focus, .titlebar:not(headerbar) button:hover:active:hover:focus, headerbar button:hover:checked, .titlebar:not(headerbar) button:hover:checked, headerbar button:hover:checked:hover, .titlebar:not(headerbar) button:hover:checked:hover, headerbar button:hover:checked:focus, .titlebar:not(headerbar) button:hover:checked:focus, headerbar button:hover:checked:hover:focus, .titlebar:not(headerbar) button:hover:checked:hover:focus, headerbar button.flat:hover:active, .titlebar:not(headerbar) button.flat:hover:active, headerbar button.flat:hover:active:hover, .titlebar:not(headerbar) button.flat:hover:active:hover, headerbar button.flat:hover:active:focus, .titlebar:not(headerbar) button.flat:hover:active:focus, headerbar button.flat:hover:active:hover:focus, .titlebar:not(headerbar) button.flat:hover:active:hover:focus, headerbar button.flat:hover:checked, .titlebar:not(headerbar) button.flat:hover:checked, headerbar button.flat:hover:checked:hover, .titlebar:not(headerbar) button.flat:hover:checked:hover, headerbar button.flat:hover:checked:focus, .titlebar:not(headerbar) button.flat:hover:checked:focus, headerbar button.flat:hover:checked:hover:focus, .titlebar:not(headerbar) button.flat:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.3); } - headerbar button:hover:disabled, .titlebar:not(headerbar) button:hover:disabled, headerbar button.flat:hover:disabled, .titlebar:not(headerbar) button.flat:hover:disabled { - border-color: rgba(247, 225, 136, 0.3); } - headerbar button:hover:active:disabled, .titlebar:not(headerbar) button:hover:active:disabled, headerbar button:hover:checked:disabled, .titlebar:not(headerbar) button:hover:checked:disabled, headerbar button.flat:hover:active:disabled, .titlebar:not(headerbar) button.flat:hover:active:disabled, headerbar button.flat:hover:checked:disabled, .titlebar:not(headerbar) button.flat:hover:checked:disabled { - border-color: rgba(245, 220, 115, 0.3); } - headerbar button:focus, .titlebar:not(headerbar) button:focus, headerbar button.flat:focus, .titlebar:not(headerbar) button.flat:focus { - background-color: #2a2a2a; - background-image: none; - border-color: rgba(251, 241, 199, 0.22); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - headerbar button:focus:hover, .titlebar:not(headerbar) button:focus:hover, headerbar button.flat:focus:hover, .titlebar:not(headerbar) button.flat:focus:hover { - background-color: #2c2c2c; - background-image: none; - border-color: rgba(245, 220, 115, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - headerbar button:focus:hover:focus, .titlebar:not(headerbar) button:focus:hover:focus, headerbar button:focus:hover:hover, .titlebar:not(headerbar) button:focus:hover:hover, headerbar button.flat:focus:hover:focus, .titlebar:not(headerbar) button.flat:focus:hover:focus, headerbar button.flat:focus:hover:hover, .titlebar:not(headerbar) button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - headerbar button:focus:hover:active, .titlebar:not(headerbar) button:focus:hover:active, headerbar button:focus:hover:active:hover, .titlebar:not(headerbar) button:focus:hover:active:hover, headerbar button:focus:hover:active:focus, .titlebar:not(headerbar) button:focus:hover:active:focus, headerbar button:focus:hover:active:hover:focus, .titlebar:not(headerbar) button:focus:hover:active:hover:focus, headerbar button:focus:hover:checked, .titlebar:not(headerbar) button:focus:hover:checked, headerbar button:focus:hover:checked:hover, .titlebar:not(headerbar) button:focus:hover:checked:hover, headerbar button:focus:hover:checked:focus, .titlebar:not(headerbar) button:focus:hover:checked:focus, headerbar button:focus:hover:checked:hover:focus, .titlebar:not(headerbar) button:focus:hover:checked:hover:focus, headerbar button.flat:focus:hover:active, .titlebar:not(headerbar) button.flat:focus:hover:active, headerbar button.flat:focus:hover:active:hover, .titlebar:not(headerbar) button.flat:focus:hover:active:hover, headerbar button.flat:focus:hover:active:focus, .titlebar:not(headerbar) button.flat:focus:hover:active:focus, headerbar button.flat:focus:hover:active:hover:focus, .titlebar:not(headerbar) button.flat:focus:hover:active:hover:focus, headerbar button.flat:focus:hover:checked, .titlebar:not(headerbar) button.flat:focus:hover:checked, headerbar button.flat:focus:hover:checked:hover, .titlebar:not(headerbar) button.flat:focus:hover:checked:hover, headerbar button.flat:focus:hover:checked:focus, .titlebar:not(headerbar) button.flat:focus:hover:checked:focus, headerbar button.flat:focus:hover:checked:hover:focus, .titlebar:not(headerbar) button.flat:focus:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.3); } - headerbar button:focus:hover:disabled, .titlebar:not(headerbar) button:focus:hover:disabled, headerbar button.flat:focus:hover:disabled, .titlebar:not(headerbar) button.flat:focus:hover:disabled { - border-color: rgba(247, 225, 136, 0.3); } - headerbar button:focus:hover:active:disabled, .titlebar:not(headerbar) button:focus:hover:active:disabled, headerbar button:focus:hover:checked:disabled, .titlebar:not(headerbar) button:focus:hover:checked:disabled, headerbar button.flat:focus:hover:active:disabled, .titlebar:not(headerbar) button.flat:focus:hover:active:disabled, headerbar button.flat:focus:hover:checked:disabled, .titlebar:not(headerbar) button.flat:focus:hover:checked:disabled { - border-color: rgba(245, 220, 115, 0.3); } - headerbar button:checked, .titlebar:not(headerbar) button:checked, headerbar button:active, .titlebar:not(headerbar) button:active, headerbar button.flat:checked, .titlebar:not(headerbar) button.flat:checked, headerbar button.flat:active, .titlebar:not(headerbar) button.flat:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(245, 220, 115, 0.22); - color: #282828; - box-shadow: inset 1px 0 rgba(251, 241, 199, 0.06), inset 0 1px rgba(251, 241, 199, 0.07), inset -1px 0 rgba(251, 241, 199, 0.06), inset 0 -1px rgba(251, 241, 199, 0.05); } - headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:focus, headerbar button:checked:hover, .titlebar:not(headerbar) button:checked:hover, headerbar button:active:focus, .titlebar:not(headerbar) button:active:focus, headerbar button:active:hover, .titlebar:not(headerbar) button:active:hover, headerbar button.flat:checked:focus, .titlebar:not(headerbar) button.flat:checked:focus, headerbar button.flat:checked:hover, .titlebar:not(headerbar) button.flat:checked:hover, headerbar button.flat:active:focus, .titlebar:not(headerbar) button.flat:active:focus, headerbar button.flat:active:hover, .titlebar:not(headerbar) button.flat:active:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.22),0.3); } - headerbar button:checked:active, .titlebar:not(headerbar) button:checked:active, headerbar button:checked:active:hover, .titlebar:not(headerbar) button:checked:active:hover, headerbar button:checked:active:focus, .titlebar:not(headerbar) button:checked:active:focus, headerbar button:checked:active:hover:focus, .titlebar:not(headerbar) button:checked:active:hover:focus, headerbar button:checked:checked, .titlebar:not(headerbar) button:checked:checked, headerbar button:checked:checked:hover, .titlebar:not(headerbar) button:checked:checked:hover, headerbar button:checked:checked:focus, .titlebar:not(headerbar) button:checked:checked:focus, headerbar button:checked:checked:hover:focus, .titlebar:not(headerbar) button:checked:checked:hover:focus, headerbar button:active:active, .titlebar:not(headerbar) button:active:active, headerbar button:active:active:hover, .titlebar:not(headerbar) button:active:active:hover, headerbar button:active:active:focus, .titlebar:not(headerbar) button:active:active:focus, headerbar button:active:active:hover:focus, .titlebar:not(headerbar) button:active:active:hover:focus, headerbar button:active:checked, .titlebar:not(headerbar) button:active:checked, headerbar button:active:checked:hover, .titlebar:not(headerbar) button:active:checked:hover, headerbar button:active:checked:focus, .titlebar:not(headerbar) button:active:checked:focus, headerbar button:active:checked:hover:focus, .titlebar:not(headerbar) button:active:checked:hover:focus, headerbar button.flat:checked:active, .titlebar:not(headerbar) button.flat:checked:active, headerbar button.flat:checked:active:hover, .titlebar:not(headerbar) button.flat:checked:active:hover, headerbar button.flat:checked:active:focus, .titlebar:not(headerbar) button.flat:checked:active:focus, headerbar button.flat:checked:active:hover:focus, .titlebar:not(headerbar) button.flat:checked:active:hover:focus, headerbar button.flat:checked:checked, .titlebar:not(headerbar) button.flat:checked:checked, headerbar button.flat:checked:checked:hover, .titlebar:not(headerbar) button.flat:checked:checked:hover, headerbar button.flat:checked:checked:focus, .titlebar:not(headerbar) button.flat:checked:checked:focus, headerbar button.flat:checked:checked:hover:focus, .titlebar:not(headerbar) button.flat:checked:checked:hover:focus, headerbar button.flat:active:active, .titlebar:not(headerbar) button.flat:active:active, headerbar button.flat:active:active:hover, .titlebar:not(headerbar) button.flat:active:active:hover, headerbar button.flat:active:active:focus, .titlebar:not(headerbar) button.flat:active:active:focus, headerbar button.flat:active:active:hover:focus, .titlebar:not(headerbar) button.flat:active:active:hover:focus, headerbar button.flat:active:checked, .titlebar:not(headerbar) button.flat:active:checked, headerbar button.flat:active:checked:hover, .titlebar:not(headerbar) button.flat:active:checked:hover, headerbar button.flat:active:checked:focus, .titlebar:not(headerbar) button.flat:active:checked:focus, headerbar button.flat:active:checked:hover:focus, .titlebar:not(headerbar) button.flat:active:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.22); } - headerbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled, headerbar button:active:disabled, .titlebar:not(headerbar) button:active:disabled, headerbar button.flat:checked:disabled, .titlebar:not(headerbar) button.flat:checked:disabled, headerbar button.flat:active:disabled, .titlebar:not(headerbar) button.flat:active:disabled { - border-color: rgba(247, 225, 136, 0.22); } - headerbar button:checked:active:disabled, .titlebar:not(headerbar) button:checked:active:disabled, headerbar button:checked:checked:disabled, .titlebar:not(headerbar) button:checked:checked:disabled, headerbar button:active:active:disabled, .titlebar:not(headerbar) button:active:active:disabled, headerbar button:active:checked:disabled, .titlebar:not(headerbar) button:active:checked:disabled, headerbar button.flat:checked:active:disabled, .titlebar:not(headerbar) button.flat:checked:active:disabled, headerbar button.flat:checked:checked:disabled, .titlebar:not(headerbar) button.flat:checked:checked:disabled, headerbar button.flat:active:active:disabled, .titlebar:not(headerbar) button.flat:active:active:disabled, headerbar button.flat:active:checked:disabled, .titlebar:not(headerbar) button.flat:active:checked:disabled { - border-color: rgba(245, 220, 115, 0.22); } - headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:focus, headerbar button:checked:hover, .titlebar:not(headerbar) button:checked:hover, headerbar button:active:focus, .titlebar:not(headerbar) button:active:focus, headerbar button:active:hover, .titlebar:not(headerbar) button:active:hover, headerbar button.flat:checked:focus, .titlebar:not(headerbar) button.flat:checked:focus, headerbar button.flat:checked:hover, .titlebar:not(headerbar) button.flat:checked:hover, headerbar button.flat:active:focus, .titlebar:not(headerbar) button.flat:active:focus, headerbar button.flat:active:hover, .titlebar:not(headerbar) button.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - headerbar button:focus, .titlebar:not(headerbar) button:focus, headerbar button:hover, .titlebar:not(headerbar) button:hover, headerbar button.flat:focus, .titlebar:not(headerbar) button.flat:focus, headerbar button.flat:hover, .titlebar:not(headerbar) button.flat:hover { - color: #fbf1c7; } - headerbar button:disabled:disabled, .titlebar:not(headerbar) button:disabled:disabled, headerbar button.flat:disabled:disabled, .titlebar:not(headerbar) button.flat:disabled:disabled { - background-color: alpha(mix(#282828,#fbf1c7,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(#282828,#fbf1c7,0.6); - box-shadow: none; } - headerbar button:disabled:disabled :disabled, .titlebar:not(headerbar) button:disabled:disabled :disabled, headerbar button.flat:disabled:disabled :disabled, .titlebar:not(headerbar) button.flat:disabled:disabled :disabled { - color: mix(#282828,#fbf1c7,0.6); } - headerbar button:active:disabled, .titlebar:not(headerbar) button:active:disabled, headerbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled, headerbar button.flat:active:disabled, .titlebar:not(headerbar) button.flat:active:disabled, headerbar button.flat:checked:disabled, .titlebar:not(headerbar) button.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - headerbar button:active:disabled :disabled, .titlebar:not(headerbar) button:active:disabled :disabled, headerbar button:checked:disabled :disabled, .titlebar:not(headerbar) button:checked:disabled :disabled, headerbar button.flat:active:disabled :disabled, .titlebar:not(headerbar) button.flat:active:disabled :disabled, headerbar button.flat:checked:disabled :disabled, .titlebar:not(headerbar) button.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - headerbar button.separator, .titlebar:not(headerbar) button.separator, headerbar button .separator, .titlebar:not(headerbar) button .separator { - border: 1px solid currentColor; - color: rgba(40, 40, 40, 0.9); } - headerbar button.separator:disabled, .titlebar:not(headerbar) button.separator:disabled, headerbar button .separator:disabled, .titlebar:not(headerbar) button .separator:disabled { - color: rgba(40, 40, 40, 0.85); } - headerbar button.titlebutton + separator.titlebutton, .titlebar:not(headerbar) button.titlebutton + separator.titlebutton { - margin-left: 0; - margin-right: 3px; } - headerbar button.titlebutton, .titlebar:not(headerbar) button.titlebutton { - border: 0; - background-image: none; - background-color: transparent; - color: #fbf1c7; - box-shadow: none; } - headerbar button.titlebutton:hover, .titlebar:not(headerbar) button.titlebutton:hover, headerbar button.titlebutton:hover:focus, .titlebar:not(headerbar) button.titlebutton:hover:focus { - background-image: none; - background-color: transparent; - color: #928374; - box-shadow: none; } - headerbar button.titlebutton:active, .titlebar:not(headerbar) button.titlebutton:active, headerbar button.titlebutton:active:hover, .titlebar:not(headerbar) button.titlebutton:active:hover { - background-image: none; - background-color: transparent; - color: #847668; - box-shadow: none; } - headerbar button.titlebutton:backdrop, .titlebar:not(headerbar) button.titlebutton:backdrop { - background: none; - color: mix(#ebdbb2,#282828,0.4); - -gtk-icon-shadow: none; } - -toolbar { - background-color: #282828; - background-image: none; - border-color: #202020; - color: #ebdbb2; } - toolbar:focus, toolbar:hover { - border-color: mix(#928374,#282828,0.3); } - toolbar:active, toolbar:active:hover, toolbar:active:focus, toolbar:active:hover:focus, toolbar:checked, toolbar:checked:hover, toolbar:checked:focus, toolbar:checked:hover:focus { - border-color: #1c1c1c; } - toolbar:disabled { - border-color: #222222; } - toolbar:active:disabled, toolbar:checked:disabled { - border-color: #202020; } - toolbar:disabled { - background-color: #242424; - background-image: none; - color: mix(#ebdbb2,#282828,0.5); } - toolbar .title { - font-weight: bold; - padding: 0 6px; } - toolbar .subtitle { - font-size: smaller; - padding: 0 6px; } - toolbar button { - background-color: #282828; - background-image: none; - border-color: rgba(218, 188, 112, 0.22); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - toolbar button:focus, toolbar button:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.22),0.3); } - toolbar button:active, toolbar button:active:hover, toolbar button:active:focus, toolbar button:active:hover:focus, toolbar button:checked, toolbar button:checked:hover, toolbar button:checked:focus, toolbar button:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.22); } - toolbar button:disabled { - border-color: rgba(222, 196, 129, 0.22); } - toolbar button:active:disabled, toolbar button:checked:disabled { - border-color: rgba(218, 188, 112, 0.22); } - .linked:not(.vertical) > toolbar button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar button, - stackswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > toolbar button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar button:hover, - stackswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(235, 219, 178, 0.3),0.3); } - .linked:not(.vertical) > toolbar button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar button:checked, - stackswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > toolbar button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar button:checked:hover, - stackswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > toolbar button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) toolbar button, - stackswitcher.vertical > toolbar button:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > toolbar button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) toolbar button:hover, - stackswitcher.vertical > toolbar button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(235, 219, 178, 0.3),0.3); } - .linked.vertical > toolbar button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) toolbar button:checked, - stackswitcher.vertical > toolbar button:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > toolbar button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) toolbar button:checked:hover, - stackswitcher.vertical > toolbar button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - toolbar button.flat { - color: #ebdbb2; - border-color: rgba(40, 40, 40, 0); - background-color: rgba(40, 40, 40, 0); - background-image: none; - box-shadow: none; } - toolbar button:hover, toolbar button.flat:hover { - background-color: #2a2a2a; - background-image: none; - border-color: rgba(218, 188, 112, 0.3); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - toolbar button:hover:focus, toolbar button:hover:hover, toolbar button.flat:hover:focus, toolbar button.flat:hover:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.3),0.3); } - toolbar button:hover:active, toolbar button:hover:active:hover, toolbar button:hover:active:focus, toolbar button:hover:active:hover:focus, toolbar button:hover:checked, toolbar button:hover:checked:hover, toolbar button:hover:checked:focus, toolbar button:hover:checked:hover:focus, toolbar button.flat:hover:active, toolbar button.flat:hover:active:hover, toolbar button.flat:hover:active:focus, toolbar button.flat:hover:active:hover:focus, toolbar button.flat:hover:checked, toolbar button.flat:hover:checked:hover, toolbar button.flat:hover:checked:focus, toolbar button.flat:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.3); } - toolbar button:hover:disabled, toolbar button.flat:hover:disabled { - border-color: rgba(222, 196, 129, 0.3); } - toolbar button:hover:active:disabled, toolbar button:hover:checked:disabled, toolbar button.flat:hover:active:disabled, toolbar button.flat:hover:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } - toolbar button:focus, toolbar button.flat:focus { - background-color: #2a2a2a; - background-image: none; - border-color: rgba(235, 219, 178, 0.22); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - toolbar button:focus:hover, toolbar button.flat:focus:hover { - background-color: #2c2c2c; - background-image: none; - border-color: rgba(218, 188, 112, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - toolbar button:focus:hover:focus, toolbar button:focus:hover:hover, toolbar button.flat:focus:hover:focus, toolbar button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.3),0.3); } - toolbar button:focus:hover:active, toolbar button:focus:hover:active:hover, toolbar button:focus:hover:active:focus, toolbar button:focus:hover:active:hover:focus, toolbar button:focus:hover:checked, toolbar button:focus:hover:checked:hover, toolbar button:focus:hover:checked:focus, toolbar button:focus:hover:checked:hover:focus, toolbar button.flat:focus:hover:active, toolbar button.flat:focus:hover:active:hover, toolbar button.flat:focus:hover:active:focus, toolbar button.flat:focus:hover:active:hover:focus, toolbar button.flat:focus:hover:checked, toolbar button.flat:focus:hover:checked:hover, toolbar button.flat:focus:hover:checked:focus, toolbar button.flat:focus:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.3); } - toolbar button:focus:hover:disabled, toolbar button.flat:focus:hover:disabled { - border-color: rgba(222, 196, 129, 0.3); } - toolbar button:focus:hover:active:disabled, toolbar button:focus:hover:checked:disabled, toolbar button.flat:focus:hover:active:disabled, toolbar button.flat:focus:hover:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } - toolbar button:checked, toolbar button:active, toolbar button.flat:checked, toolbar button.flat:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(218, 188, 112, 0.22); - color: #282828; - box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); } - toolbar button:checked:focus, toolbar button:checked:hover, toolbar button:active:focus, toolbar button:active:hover, toolbar button.flat:checked:focus, toolbar button.flat:checked:hover, toolbar button.flat:active:focus, toolbar button.flat:active:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.22),0.3); } - toolbar button:checked:active, toolbar button:checked:active:hover, toolbar button:checked:active:focus, toolbar button:checked:active:hover:focus, toolbar button:checked:checked, toolbar button:checked:checked:hover, toolbar button:checked:checked:focus, toolbar button:checked:checked:hover:focus, toolbar button:active:active, toolbar button:active:active:hover, toolbar button:active:active:focus, toolbar button:active:active:hover:focus, toolbar button:active:checked, toolbar button:active:checked:hover, toolbar button:active:checked:focus, toolbar button:active:checked:hover:focus, toolbar button.flat:checked:active, toolbar button.flat:checked:active:hover, toolbar button.flat:checked:active:focus, toolbar button.flat:checked:active:hover:focus, toolbar button.flat:checked:checked, toolbar button.flat:checked:checked:hover, toolbar button.flat:checked:checked:focus, toolbar button.flat:checked:checked:hover:focus, toolbar button.flat:active:active, toolbar button.flat:active:active:hover, toolbar button.flat:active:active:focus, toolbar button.flat:active:active:hover:focus, toolbar button.flat:active:checked, toolbar button.flat:active:checked:hover, toolbar button.flat:active:checked:focus, toolbar button.flat:active:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.22); } - toolbar button:checked:disabled, toolbar button:active:disabled, toolbar button.flat:checked:disabled, toolbar button.flat:active:disabled { - border-color: rgba(222, 196, 129, 0.22); } - toolbar button:checked:active:disabled, toolbar button:checked:checked:disabled, toolbar button:active:active:disabled, toolbar button:active:checked:disabled, toolbar button.flat:checked:active:disabled, toolbar button.flat:checked:checked:disabled, toolbar button.flat:active:active:disabled, toolbar button.flat:active:checked:disabled { - border-color: rgba(218, 188, 112, 0.22); } - toolbar button:checked:focus, toolbar button:checked:hover, toolbar button:active:focus, toolbar button:active:hover, toolbar button.flat:checked:focus, toolbar button.flat:checked:hover, toolbar button.flat:active:focus, toolbar button.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - toolbar button:focus, toolbar button:hover, toolbar button.flat:focus, toolbar button.flat:hover { - color: #ebdbb2; } - toolbar button:disabled:disabled, toolbar button.flat:disabled:disabled { - background-color: alpha(mix(#282828,#ebdbb2,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(#282828,#ebdbb2,0.6); - box-shadow: none; } - toolbar button:disabled:disabled :disabled, toolbar button.flat:disabled:disabled :disabled { - color: mix(#282828,#ebdbb2,0.6); } - toolbar button:active:disabled, toolbar button:checked:disabled, toolbar button.flat:active:disabled, toolbar button.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - toolbar button:active:disabled :disabled, toolbar button:checked:disabled :disabled, toolbar button.flat:active:disabled :disabled, toolbar button.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - toolbar button.separator, toolbar button .separator { - border: 1px solid currentColor; - color: rgba(40, 40, 40, 0.9); } - toolbar button.separator:disabled, toolbar button .separator:disabled { - color: rgba(40, 40, 40, 0.85); } - toolbar .linked > button { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - toolbar .linked > button:focus, toolbar .linked > button:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - toolbar .linked > button:active, toolbar .linked > button:active:hover, toolbar .linked > button:active:focus, toolbar .linked > button:active:hover:focus, toolbar .linked > button:checked, toolbar .linked > button:checked:hover, toolbar .linked > button:checked:focus, toolbar .linked > button:checked:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset 0 -1px rgba(66, 52, 17, 0.05); } - toolbar .linked > button:disabled { - box-shadow: inset -1px 0 #202020; } - toolbar .linked > button:last-child, toolbar .linked > button:only-child { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - toolbar .linked > button:last-child:hover, toolbar .linked > button:only-child:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - toolbar .linked > button:disabled:last-child, toolbar .linked > button:disabled:only-child, toolbar .linked > button:active:disabled:last-child, toolbar .linked > button:active:disabled:only-child, toolbar .linked > button:checked:disabled:last-child, toolbar .linked > button:checked:disabled:only-child { - box-shadow: none; } - toolbar .linked > button:active:last-child, toolbar .linked > button:active:last-child:focus, toolbar .linked > button:active:last-child:hover, toolbar .linked > button:active:last-child:hover:focus, toolbar .linked > button:checked:last-child, toolbar .linked > button:checked:last-child:focus, toolbar .linked > button:checked:last-child:hover, toolbar .linked > button:checked:last-child:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - toolbar .linked > button:active:only-child, toolbar .linked > button:active:only-child:focus, toolbar .linked > button:active:only-child:hover, toolbar .linked > button:active:only-child:hover:focus, toolbar .linked > button:checked:only-child, toolbar .linked > button:checked:only-child:focus, toolbar .linked > button:checked:only-child:hover, toolbar .linked > button:checked:only-child:hover:focus { - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.06), inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - toolbar combobox, toolbar button { - padding: 3px; } - toolbar combobox.text-button, toolbar button.text-button { - padding: 3px; } - toolbar combobox.image-button, toolbar button.image-button { - padding: 3px; } - toolbar separator, toolbar separator:disabled { - color: #181818; - border-color: currentColor; - -GtkWidget-window-dragging: true; } - toolbar.inline-toolbar { - padding: 1px; - border-width: 0 1px 1px; - border-style: solid; - border-color: mix(#282828,#ebdbb2,0.18); - background-color: mix(mix(#282828,#ebdbb2,0.18),#282828,0.7); - background-image: none; } - toolbar.inline-toolbar:backdrop { - border-color: mix(#282828,mix(#282828,#ebdbb2,0.18),0.9); - background-color: mix(#282828,mix(#282828,mix(#282828,#ebdbb2,0.18),0.9),0.35); - transition: 200ms ease-out; } - toolbar.inline-toolbar button { - background-color: #282828; - background-image: none; - border-color: rgba(218, 188, 112, 0.22); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - toolbar.inline-toolbar button:focus, toolbar.inline-toolbar button:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.22),0.3); } - toolbar.inline-toolbar button:active, toolbar.inline-toolbar button:active:hover, toolbar.inline-toolbar button:active:focus, toolbar.inline-toolbar button:active:hover:focus, toolbar.inline-toolbar button:checked, toolbar.inline-toolbar button:checked:hover, toolbar.inline-toolbar button:checked:focus, toolbar.inline-toolbar button:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.22); } - toolbar.inline-toolbar button:disabled { - border-color: rgba(222, 196, 129, 0.22); } - toolbar.inline-toolbar button:active:disabled, toolbar.inline-toolbar button:checked:disabled { - border-color: rgba(218, 188, 112, 0.22); } - .linked:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar.inline-toolbar button, - stackswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:hover, - stackswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(235, 219, 178, 0.3),0.3); } - .linked:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:checked, - stackswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:checked:hover, - stackswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) toolbar.inline-toolbar button, - stackswitcher.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:hover, - stackswitcher.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(235, 219, 178, 0.3),0.3); } - .linked.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:checked, - stackswitcher.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:checked:hover, - stackswitcher.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - toolbar.inline-toolbar button.flat { - color: #ebdbb2; - border-color: rgba(40, 40, 40, 0); - background-color: rgba(40, 40, 40, 0); - background-image: none; - box-shadow: none; } - toolbar.inline-toolbar button:hover, toolbar.inline-toolbar button.flat:hover { - background-color: #2a2a2a; - background-image: none; - border-color: rgba(218, 188, 112, 0.3); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - toolbar.inline-toolbar button:hover:focus, toolbar.inline-toolbar button:hover:hover, toolbar.inline-toolbar button.flat:hover:focus, toolbar.inline-toolbar button.flat:hover:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.3),0.3); } - toolbar.inline-toolbar button:hover:active, toolbar.inline-toolbar button:hover:active:hover, toolbar.inline-toolbar button:hover:active:focus, toolbar.inline-toolbar button:hover:active:hover:focus, toolbar.inline-toolbar button:hover:checked, toolbar.inline-toolbar button:hover:checked:hover, toolbar.inline-toolbar button:hover:checked:focus, toolbar.inline-toolbar button:hover:checked:hover:focus, toolbar.inline-toolbar button.flat:hover:active, toolbar.inline-toolbar button.flat:hover:active:hover, toolbar.inline-toolbar button.flat:hover:active:focus, toolbar.inline-toolbar button.flat:hover:active:hover:focus, toolbar.inline-toolbar button.flat:hover:checked, toolbar.inline-toolbar button.flat:hover:checked:hover, toolbar.inline-toolbar button.flat:hover:checked:focus, toolbar.inline-toolbar button.flat:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.3); } - toolbar.inline-toolbar button:hover:disabled, toolbar.inline-toolbar button.flat:hover:disabled { - border-color: rgba(222, 196, 129, 0.3); } - toolbar.inline-toolbar button:hover:active:disabled, toolbar.inline-toolbar button:hover:checked:disabled, toolbar.inline-toolbar button.flat:hover:active:disabled, toolbar.inline-toolbar button.flat:hover:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } - toolbar.inline-toolbar button:focus, toolbar.inline-toolbar button.flat:focus { - background-color: #2a2a2a; - background-image: none; - border-color: rgba(235, 219, 178, 0.22); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - toolbar.inline-toolbar button:focus:hover, toolbar.inline-toolbar button.flat:focus:hover { - background-color: #2c2c2c; - background-image: none; - border-color: rgba(218, 188, 112, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - toolbar.inline-toolbar button:focus:hover:focus, toolbar.inline-toolbar button:focus:hover:hover, toolbar.inline-toolbar button.flat:focus:hover:focus, toolbar.inline-toolbar button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.3),0.3); } - toolbar.inline-toolbar button:focus:hover:active, toolbar.inline-toolbar button:focus:hover:active:hover, toolbar.inline-toolbar button:focus:hover:active:focus, toolbar.inline-toolbar button:focus:hover:active:hover:focus, toolbar.inline-toolbar button:focus:hover:checked, toolbar.inline-toolbar button:focus:hover:checked:hover, toolbar.inline-toolbar button:focus:hover:checked:focus, toolbar.inline-toolbar button:focus:hover:checked:hover:focus, toolbar.inline-toolbar button.flat:focus:hover:active, toolbar.inline-toolbar button.flat:focus:hover:active:hover, toolbar.inline-toolbar button.flat:focus:hover:active:focus, toolbar.inline-toolbar button.flat:focus:hover:active:hover:focus, toolbar.inline-toolbar button.flat:focus:hover:checked, toolbar.inline-toolbar button.flat:focus:hover:checked:hover, toolbar.inline-toolbar button.flat:focus:hover:checked:focus, toolbar.inline-toolbar button.flat:focus:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.3); } - toolbar.inline-toolbar button:focus:hover:disabled, toolbar.inline-toolbar button.flat:focus:hover:disabled { - border-color: rgba(222, 196, 129, 0.3); } - toolbar.inline-toolbar button:focus:hover:active:disabled, toolbar.inline-toolbar button:focus:hover:checked:disabled, toolbar.inline-toolbar button.flat:focus:hover:active:disabled, toolbar.inline-toolbar button.flat:focus:hover:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } - toolbar.inline-toolbar button:checked, toolbar.inline-toolbar button:active, toolbar.inline-toolbar button.flat:checked, toolbar.inline-toolbar button.flat:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(218, 188, 112, 0.22); - color: #282828; - box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); } - toolbar.inline-toolbar button:checked:focus, toolbar.inline-toolbar button:checked:hover, toolbar.inline-toolbar button:active:focus, toolbar.inline-toolbar button:active:hover, toolbar.inline-toolbar button.flat:checked:focus, toolbar.inline-toolbar button.flat:checked:hover, toolbar.inline-toolbar button.flat:active:focus, toolbar.inline-toolbar button.flat:active:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.22),0.3); } - toolbar.inline-toolbar button:checked:active, toolbar.inline-toolbar button:checked:active:hover, toolbar.inline-toolbar button:checked:active:focus, toolbar.inline-toolbar button:checked:active:hover:focus, toolbar.inline-toolbar button:checked:checked, toolbar.inline-toolbar button:checked:checked:hover, toolbar.inline-toolbar button:checked:checked:focus, toolbar.inline-toolbar button:checked:checked:hover:focus, toolbar.inline-toolbar button:active:active, toolbar.inline-toolbar button:active:active:hover, toolbar.inline-toolbar button:active:active:focus, toolbar.inline-toolbar button:active:active:hover:focus, toolbar.inline-toolbar button:active:checked, toolbar.inline-toolbar button:active:checked:hover, toolbar.inline-toolbar button:active:checked:focus, toolbar.inline-toolbar button:active:checked:hover:focus, toolbar.inline-toolbar button.flat:checked:active, toolbar.inline-toolbar button.flat:checked:active:hover, toolbar.inline-toolbar button.flat:checked:active:focus, toolbar.inline-toolbar button.flat:checked:active:hover:focus, toolbar.inline-toolbar button.flat:checked:checked, toolbar.inline-toolbar button.flat:checked:checked:hover, toolbar.inline-toolbar button.flat:checked:checked:focus, toolbar.inline-toolbar button.flat:checked:checked:hover:focus, toolbar.inline-toolbar button.flat:active:active, toolbar.inline-toolbar button.flat:active:active:hover, toolbar.inline-toolbar button.flat:active:active:focus, toolbar.inline-toolbar button.flat:active:active:hover:focus, toolbar.inline-toolbar button.flat:active:checked, toolbar.inline-toolbar button.flat:active:checked:hover, toolbar.inline-toolbar button.flat:active:checked:focus, toolbar.inline-toolbar button.flat:active:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.22); } - toolbar.inline-toolbar button:checked:disabled, toolbar.inline-toolbar button:active:disabled, toolbar.inline-toolbar button.flat:checked:disabled, toolbar.inline-toolbar button.flat:active:disabled { - border-color: rgba(222, 196, 129, 0.22); } - toolbar.inline-toolbar button:checked:active:disabled, toolbar.inline-toolbar button:checked:checked:disabled, toolbar.inline-toolbar button:active:active:disabled, toolbar.inline-toolbar button:active:checked:disabled, toolbar.inline-toolbar button.flat:checked:active:disabled, toolbar.inline-toolbar button.flat:checked:checked:disabled, toolbar.inline-toolbar button.flat:active:active:disabled, toolbar.inline-toolbar button.flat:active:checked:disabled { - border-color: rgba(218, 188, 112, 0.22); } - toolbar.inline-toolbar button:checked:focus, toolbar.inline-toolbar button:checked:hover, toolbar.inline-toolbar button:active:focus, toolbar.inline-toolbar button:active:hover, toolbar.inline-toolbar button.flat:checked:focus, toolbar.inline-toolbar button.flat:checked:hover, toolbar.inline-toolbar button.flat:active:focus, toolbar.inline-toolbar button.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - toolbar.inline-toolbar button:focus, toolbar.inline-toolbar button:hover, toolbar.inline-toolbar button.flat:focus, toolbar.inline-toolbar button.flat:hover { - color: #ebdbb2; } - toolbar.inline-toolbar button:disabled:disabled, toolbar.inline-toolbar button.flat:disabled:disabled { - background-color: alpha(mix(#282828,#ebdbb2,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(#282828,#ebdbb2,0.6); - box-shadow: none; } - toolbar.inline-toolbar button:disabled:disabled :disabled, toolbar.inline-toolbar button.flat:disabled:disabled :disabled { - color: mix(#282828,#ebdbb2,0.6); } - toolbar.inline-toolbar button:active:disabled, toolbar.inline-toolbar button:checked:disabled, toolbar.inline-toolbar button.flat:active:disabled, toolbar.inline-toolbar button.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - toolbar.inline-toolbar button:active:disabled :disabled, toolbar.inline-toolbar button:checked:disabled :disabled, toolbar.inline-toolbar button.flat:active:disabled :disabled, toolbar.inline-toolbar button.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - toolbar.inline-toolbar button.separator, toolbar.inline-toolbar button .separator { - border: 1px solid currentColor; - color: rgba(40, 40, 40, 0.9); } - toolbar.inline-toolbar button.separator:disabled, toolbar.inline-toolbar button .separator:disabled { - color: rgba(40, 40, 40, 0.85); } - -window.csd > .titlebar:not(headerbar) { - padding: 0; - background-color: transparent; - background-image: none; - border-style: none; - border-color: transparent; - box-shadow: none; } - -.titlebar:not(headerbar) > separator { - background-color: #1a1c1d; } - -.background:not(.tiled):not(.maximized) .titlebar:backdrop, .background:not(.tiled):not(.maximized) .titlebar { - border-top-left-radius: 4px; - border-top-right-radius: 4px; } - -.background:not(.csd):not(.ssd):not(.solid-csd) headerbar, .background:not(.csd):not(.ssd):not(.solid-csd) headerbar:not(:last-child), .background:not(.csd):not(.ssd):not(.solid-csd) headerbar:backdrop, .background:not(.csd):not(.ssd):not(.solid-csd) headerbar:backdrop:not(:last-child) { - border-radius: 0; - border-top-color: transparent; } - -/************** - ! Action-bar * -***************/ -actionbar > revealer > box { - padding: 3px; - border-top: 1px solid mix(#282828,#ebdbb2,0.18); } - actionbar > revealer > box:backdrop { - border-color: mix(#282828,mix(#282828,#ebdbb2,0.18),0.9); } - -/**************************** - ! Search and Location bars * -*****************************/ -searchbar, -.location-bar { - background-color: #272727; - background-image: none; - border-width: 0 0 1px; - border-style: solid; - border-color: #202020; - color: #ebdbb2; } - -/****************** - ! Action buttons * -*******************/ -.suggested-action, headerbar.selection-mode button.suggested-action, -.titlebar:not(headerbar).selection-mode button.suggested-action { - background-color: #98971a; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .suggested-action:focus, headerbar.selection-mode button.suggested-action:focus, - .titlebar:not(headerbar).selection-mode button.suggested-action:focus, .suggested-action:hover, headerbar.selection-mode button.suggested-action:hover, - .titlebar:not(headerbar).selection-mode button.suggested-action:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - .suggested-action:active, headerbar.selection-mode button.suggested-action:active, - .titlebar:not(headerbar).selection-mode button.suggested-action:active, .suggested-action:active:hover, - .titlebar:not(headerbar).selection-mode button.suggested-action:active:hover, .suggested-action:active:focus, - .titlebar:not(headerbar).selection-mode button.suggested-action:active:focus, .suggested-action:active:hover:focus, .suggested-action:checked, headerbar.selection-mode button.suggested-action:checked, - .titlebar:not(headerbar).selection-mode button.suggested-action:checked, .suggested-action:checked:hover, - .titlebar:not(headerbar).selection-mode button.suggested-action:checked:hover, .suggested-action:checked:focus, - .titlebar:not(headerbar).selection-mode button.suggested-action:checked:focus, .suggested-action:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - .suggested-action:disabled, headerbar.selection-mode button.suggested-action:disabled, - .titlebar:not(headerbar).selection-mode button.suggested-action:disabled { - border-color: rgba(34, 34, 34, 0.32); } - .suggested-action:active:disabled, - .titlebar:not(headerbar).selection-mode button.suggested-action:active:disabled, .suggested-action:checked:disabled, - .titlebar:not(headerbar).selection-mode button.suggested-action:checked:disabled { - border-color: rgba(32, 32, 32, 0.32); } - .linked:not(.vertical) > .suggested-action:not(:last-child):not(:only-child), headerbar.selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child), - .titlebar:not(headerbar).selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) .suggested-action, - headerbar.selection-mode .linked:not(.vertical) > :not(:last-child):not(:only-child) button.suggested-action, - .titlebar:not(headerbar).selection-mode .linked:not(.vertical) > :not(:last-child):not(:only-child) button.suggested-action, - stackswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child), - headerbar.selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child), - .titlebar:not(headerbar).selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):hover, headerbar.selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover, - .titlebar:not(headerbar).selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .suggested-action:hover, - headerbar.selection-mode .linked:not(.vertical) > :not(:last-child):not(:only-child) button.suggested-action:hover, - .titlebar:not(headerbar).selection-mode .linked:not(.vertical) > :not(:last-child):not(:only-child) button.suggested-action:hover, - stackswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):hover, - headerbar.selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover, - .titlebar:not(headerbar).selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .linked:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):checked, headerbar.selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked, - .titlebar:not(headerbar).selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .suggested-action:checked, - headerbar.selection-mode .linked:not(.vertical) > :not(:last-child):not(:only-child) button.suggested-action:checked, - .titlebar:not(headerbar).selection-mode .linked:not(.vertical) > :not(:last-child):not(:only-child) button.suggested-action:checked, - stackswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):checked, - headerbar.selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked, - .titlebar:not(headerbar).selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):checked:hover, headerbar.selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked:hover, - .titlebar:not(headerbar).selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .suggested-action:checked:hover, - headerbar.selection-mode .linked:not(.vertical) > :not(:last-child):not(:only-child) button.suggested-action:checked:hover, - .titlebar:not(headerbar).selection-mode .linked:not(.vertical) > :not(:last-child):not(:only-child) button.suggested-action:checked:hover, - stackswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):checked:hover, - headerbar.selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked:hover, - .titlebar:not(headerbar).selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > .suggested-action:not(:last-child):not(:only-child), headerbar.selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child), - .titlebar:not(headerbar).selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) .suggested-action, - headerbar.selection-mode .linked.vertical > :not(:last-child):not(:only-child) button.suggested-action, - .titlebar:not(headerbar).selection-mode .linked.vertical > :not(:last-child):not(:only-child) button.suggested-action, - stackswitcher.vertical > .suggested-action:not(:last-child):not(:only-child), - headerbar.selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child), - .titlebar:not(headerbar).selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > .suggested-action:not(:last-child):not(:only-child):hover, headerbar.selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child):hover, - .titlebar:not(headerbar).selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) .suggested-action:hover, - headerbar.selection-mode .linked.vertical > :not(:last-child):not(:only-child) button.suggested-action:hover, - .titlebar:not(headerbar).selection-mode .linked.vertical > :not(:last-child):not(:only-child) button.suggested-action:hover, - stackswitcher.vertical > .suggested-action:not(:last-child):not(:only-child):hover, - headerbar.selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child):hover, - .titlebar:not(headerbar).selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .linked.vertical > .suggested-action:not(:last-child):not(:only-child):checked, headerbar.selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child):checked, - .titlebar:not(headerbar).selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) .suggested-action:checked, - headerbar.selection-mode .linked.vertical > :not(:last-child):not(:only-child) button.suggested-action:checked, - .titlebar:not(headerbar).selection-mode .linked.vertical > :not(:last-child):not(:only-child) button.suggested-action:checked, - stackswitcher.vertical > .suggested-action:not(:last-child):not(:only-child):checked, - headerbar.selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child):checked, - .titlebar:not(headerbar).selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > .suggested-action:not(:last-child):not(:only-child):checked:hover, headerbar.selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child):checked:hover, - .titlebar:not(headerbar).selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) .suggested-action:checked:hover, - headerbar.selection-mode .linked.vertical > :not(:last-child):not(:only-child) button.suggested-action:checked:hover, - .titlebar:not(headerbar).selection-mode .linked.vertical > :not(:last-child):not(:only-child) button.suggested-action:checked:hover, - stackswitcher.vertical > .suggested-action:not(:last-child):not(:only-child):checked:hover, - headerbar.selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child):checked:hover, - .titlebar:not(headerbar).selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .suggested-action.flat, headerbar.selection-mode button.flat.suggested-action, - .titlebar:not(headerbar).selection-mode button.flat.suggested-action { - color: #282828; - border-color: rgba(152, 151, 26, 0); - background-color: rgba(152, 151, 26, 0); - background-image: none; - box-shadow: none; } - .suggested-action:hover, headerbar.selection-mode button.suggested-action:hover, - .titlebar:not(headerbar).selection-mode button.suggested-action:hover, .suggested-action.flat:hover, - .titlebar:not(headerbar).selection-mode button.flat.suggested-action:hover { - background-color: #a09f1b; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - .suggested-action:hover:focus, - .titlebar:not(headerbar).selection-mode button.suggested-action:hover:focus, .suggested-action:hover:hover, - .titlebar:not(headerbar).selection-mode button.suggested-action:hover:hover, .suggested-action.flat:hover:focus, .suggested-action.flat:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - .suggested-action:hover:active, - .titlebar:not(headerbar).selection-mode button.suggested-action:hover:active, .suggested-action:hover:active:hover, .suggested-action:hover:active:focus, .suggested-action:hover:active:hover:focus, .suggested-action:hover:checked, - .titlebar:not(headerbar).selection-mode button.suggested-action:hover:checked, .suggested-action:hover:checked:hover, .suggested-action:hover:checked:focus, .suggested-action:hover:checked:hover:focus, .suggested-action.flat:hover:active, .suggested-action.flat:hover:active:hover, .suggested-action.flat:hover:active:focus, .suggested-action.flat:hover:active:hover:focus, .suggested-action.flat:hover:checked, .suggested-action.flat:hover:checked:hover, .suggested-action.flat:hover:checked:focus, .suggested-action.flat:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - .suggested-action:hover:disabled, - .titlebar:not(headerbar).selection-mode button.suggested-action:hover:disabled, .suggested-action.flat:hover:disabled { - border-color: rgba(34, 34, 34, 0.4); } - .suggested-action:hover:active:disabled, .suggested-action:hover:checked:disabled, .suggested-action.flat:hover:active:disabled, .suggested-action.flat:hover:checked:disabled { - border-color: rgba(32, 32, 32, 0.4); } - .suggested-action:focus, headerbar.selection-mode button.suggested-action:focus, - .titlebar:not(headerbar).selection-mode button.suggested-action:focus, .suggested-action.flat:focus, - .titlebar:not(headerbar).selection-mode button.flat.suggested-action:focus { - background-color: #a09f1b; - background-image: none; - border-color: rgba(40, 40, 40, 0.32); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .suggested-action:focus:hover, - .titlebar:not(headerbar).selection-mode button.suggested-action:focus:hover, .suggested-action.flat:focus:hover { - background-color: #a7a61d; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - .suggested-action:focus:hover:focus, .suggested-action:focus:hover:hover, .suggested-action.flat:focus:hover:focus, .suggested-action.flat:focus:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - .suggested-action:focus:hover:active, .suggested-action:focus:hover:active:hover, .suggested-action:focus:hover:active:focus, .suggested-action:focus:hover:active:hover:focus, .suggested-action:focus:hover:checked, .suggested-action:focus:hover:checked:hover, .suggested-action:focus:hover:checked:focus, .suggested-action:focus:hover:checked:hover:focus, .suggested-action.flat:focus:hover:active, .suggested-action.flat:focus:hover:active:hover, .suggested-action.flat:focus:hover:active:focus, .suggested-action.flat:focus:hover:active:hover:focus, .suggested-action.flat:focus:hover:checked, .suggested-action.flat:focus:hover:checked:hover, .suggested-action.flat:focus:hover:checked:focus, .suggested-action.flat:focus:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - .suggested-action:focus:hover:disabled, .suggested-action.flat:focus:hover:disabled { - border-color: rgba(34, 34, 34, 0.4); } - .suggested-action:focus:hover:active:disabled, .suggested-action:focus:hover:checked:disabled, .suggested-action.flat:focus:hover:active:disabled, .suggested-action.flat:focus:hover:checked:disabled { - border-color: rgba(32, 32, 32, 0.4); } - .suggested-action:checked, headerbar.selection-mode button.suggested-action:checked, - .titlebar:not(headerbar).selection-mode button.suggested-action:checked, .suggested-action:active, headerbar.selection-mode button.suggested-action:active, - .titlebar:not(headerbar).selection-mode button.suggested-action:active, .suggested-action.flat:checked, - .titlebar:not(headerbar).selection-mode button.flat.suggested-action:checked, .suggested-action.flat:active, - .titlebar:not(headerbar).selection-mode button.flat.suggested-action:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(40, 40, 40, 0.06), inset 0 1px rgba(40, 40, 40, 0.07), inset -1px 0 rgba(40, 40, 40, 0.06), inset 0 -1px rgba(40, 40, 40, 0.05); } - .suggested-action:checked:focus, - .titlebar:not(headerbar).selection-mode button.suggested-action:checked:focus, .suggested-action:checked:hover, - .titlebar:not(headerbar).selection-mode button.suggested-action:checked:hover, .suggested-action:active:focus, - .titlebar:not(headerbar).selection-mode button.suggested-action:active:focus, .suggested-action:active:hover, - .titlebar:not(headerbar).selection-mode button.suggested-action:active:hover, .suggested-action.flat:checked:focus, .suggested-action.flat:checked:hover, .suggested-action.flat:active:focus, .suggested-action.flat:active:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - .suggested-action:checked:active, - .titlebar:not(headerbar).selection-mode button.suggested-action:checked:active, .suggested-action:checked:active:hover, .suggested-action:checked:active:focus, .suggested-action:checked:active:hover:focus, .suggested-action:checked:checked, - .titlebar:not(headerbar).selection-mode button.suggested-action:checked:checked, .suggested-action:checked:checked:hover, .suggested-action:checked:checked:focus, .suggested-action:checked:checked:hover:focus, .suggested-action:active:active, - .titlebar:not(headerbar).selection-mode button.suggested-action:active:active, .suggested-action:active:active:hover, .suggested-action:active:active:focus, .suggested-action:active:active:hover:focus, .suggested-action:active:checked, - .titlebar:not(headerbar).selection-mode button.suggested-action:active:checked, .suggested-action:active:checked:hover, .suggested-action:active:checked:focus, .suggested-action:active:checked:hover:focus, .suggested-action.flat:checked:active, .suggested-action.flat:checked:active:hover, .suggested-action.flat:checked:active:focus, .suggested-action.flat:checked:active:hover:focus, .suggested-action.flat:checked:checked, .suggested-action.flat:checked:checked:hover, .suggested-action.flat:checked:checked:focus, .suggested-action.flat:checked:checked:hover:focus, .suggested-action.flat:active:active, .suggested-action.flat:active:active:hover, .suggested-action.flat:active:active:focus, .suggested-action.flat:active:active:hover:focus, .suggested-action.flat:active:checked, .suggested-action.flat:active:checked:hover, .suggested-action.flat:active:checked:focus, .suggested-action.flat:active:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - .suggested-action:checked:disabled, - .titlebar:not(headerbar).selection-mode button.suggested-action:checked:disabled, .suggested-action:active:disabled, - .titlebar:not(headerbar).selection-mode button.suggested-action:active:disabled, .suggested-action.flat:checked:disabled, .suggested-action.flat:active:disabled { - border-color: rgba(34, 34, 34, 0.32); } - .suggested-action:checked:active:disabled, .suggested-action:checked:checked:disabled, .suggested-action:active:active:disabled, .suggested-action:active:checked:disabled, .suggested-action.flat:checked:active:disabled, .suggested-action.flat:checked:checked:disabled, .suggested-action.flat:active:active:disabled, .suggested-action.flat:active:checked:disabled { - border-color: rgba(32, 32, 32, 0.32); } - .suggested-action:checked:focus, - .titlebar:not(headerbar).selection-mode button.suggested-action:checked:focus, .suggested-action:checked:hover, - .titlebar:not(headerbar).selection-mode button.suggested-action:checked:hover, .suggested-action:active:focus, - .titlebar:not(headerbar).selection-mode button.suggested-action:active:focus, .suggested-action:active:hover, - .titlebar:not(headerbar).selection-mode button.suggested-action:active:hover, .suggested-action.flat:checked:focus, .suggested-action.flat:checked:hover, .suggested-action.flat:active:focus, .suggested-action.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - .suggested-action:focus, headerbar.selection-mode button.suggested-action:focus, - .titlebar:not(headerbar).selection-mode button.suggested-action:focus, .suggested-action:hover, headerbar.selection-mode button.suggested-action:hover, - .titlebar:not(headerbar).selection-mode button.suggested-action:hover, .suggested-action.flat:focus, - .titlebar:not(headerbar).selection-mode button.flat.suggested-action:focus, .suggested-action.flat:hover, - .titlebar:not(headerbar).selection-mode button.flat.suggested-action:hover { - color: #282828; } - .suggested-action:disabled:disabled, - .titlebar:not(headerbar).selection-mode button.suggested-action:disabled:disabled, .suggested-action.flat:disabled:disabled { - background-color: alpha(mix(#98971a,#282828,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(#98971a,#282828,0.6); - box-shadow: none; } - .suggested-action:disabled:disabled :disabled, .suggested-action.flat:disabled:disabled :disabled { - color: mix(#98971a,#282828,0.6); } - .suggested-action:active:disabled, - .titlebar:not(headerbar).selection-mode button.suggested-action:active:disabled, .suggested-action:checked:disabled, - .titlebar:not(headerbar).selection-mode button.suggested-action:checked:disabled, .suggested-action.flat:active:disabled, .suggested-action.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - .suggested-action:active:disabled :disabled, .suggested-action:checked:disabled :disabled, .suggested-action.flat:active:disabled :disabled, .suggested-action.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - .suggested-action.separator, headerbar.selection-mode button.separator.suggested-action, - .titlebar:not(headerbar).selection-mode button.separator.suggested-action, .suggested-action .separator, headerbar.selection-mode button.suggested-action .separator, .titlebar:not(headerbar).selection-mode button.suggested-action .separator { - border: 1px solid currentColor; - color: rgba(152, 151, 26, 0.9); } - .suggested-action.separator:disabled, - .titlebar:not(headerbar).selection-mode button.separator.suggested-action:disabled, .suggested-action .separator:disabled, .titlebar:not(headerbar).selection-mode button.suggested-action .separator:disabled { - color: rgba(152, 151, 26, 0.85); } - -.destructive-action { - background-color: #cc241d; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .destructive-action:focus, .destructive-action:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - .destructive-action:active, .destructive-action:active:hover, .destructive-action:active:focus, .destructive-action:active:hover:focus, .destructive-action:checked, .destructive-action:checked:hover, .destructive-action:checked:focus, .destructive-action:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - .destructive-action:disabled { - border-color: rgba(34, 34, 34, 0.32); } - .destructive-action:active:disabled, .destructive-action:checked:disabled { - border-color: rgba(32, 32, 32, 0.32); } - .linked:not(.vertical) > .destructive-action:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) .destructive-action, - stackswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .destructive-action:hover, - stackswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .linked:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .destructive-action:checked, - stackswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .destructive-action:checked:hover, - stackswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > .destructive-action:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) .destructive-action, - stackswitcher.vertical > .destructive-action:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > .destructive-action:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) .destructive-action:hover, - stackswitcher.vertical > .destructive-action:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .linked.vertical > .destructive-action:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) .destructive-action:checked, - stackswitcher.vertical > .destructive-action:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > .destructive-action:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) .destructive-action:checked:hover, - stackswitcher.vertical > .destructive-action:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .destructive-action.flat { - color: #282828; - border-color: rgba(204, 36, 29, 0); - background-color: rgba(204, 36, 29, 0); - background-image: none; - box-shadow: none; } - .destructive-action:hover, .destructive-action.flat:hover { - background-color: #d6261e; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - .destructive-action:hover:focus, .destructive-action:hover:hover, .destructive-action.flat:hover:focus, .destructive-action.flat:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - .destructive-action:hover:active, .destructive-action:hover:active:hover, .destructive-action:hover:active:focus, .destructive-action:hover:active:hover:focus, .destructive-action:hover:checked, .destructive-action:hover:checked:hover, .destructive-action:hover:checked:focus, .destructive-action:hover:checked:hover:focus, .destructive-action.flat:hover:active, .destructive-action.flat:hover:active:hover, .destructive-action.flat:hover:active:focus, .destructive-action.flat:hover:active:hover:focus, .destructive-action.flat:hover:checked, .destructive-action.flat:hover:checked:hover, .destructive-action.flat:hover:checked:focus, .destructive-action.flat:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - .destructive-action:hover:disabled, .destructive-action.flat:hover:disabled { - border-color: rgba(34, 34, 34, 0.4); } - .destructive-action:hover:active:disabled, .destructive-action:hover:checked:disabled, .destructive-action.flat:hover:active:disabled, .destructive-action.flat:hover:checked:disabled { - border-color: rgba(32, 32, 32, 0.4); } - .destructive-action:focus, .destructive-action.flat:focus { - background-color: #d6261e; - background-image: none; - border-color: rgba(40, 40, 40, 0.32); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .destructive-action:focus:hover, .destructive-action.flat:focus:hover { - background-color: #df2821; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - .destructive-action:focus:hover:focus, .destructive-action:focus:hover:hover, .destructive-action.flat:focus:hover:focus, .destructive-action.flat:focus:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - .destructive-action:focus:hover:active, .destructive-action:focus:hover:active:hover, .destructive-action:focus:hover:active:focus, .destructive-action:focus:hover:active:hover:focus, .destructive-action:focus:hover:checked, .destructive-action:focus:hover:checked:hover, .destructive-action:focus:hover:checked:focus, .destructive-action:focus:hover:checked:hover:focus, .destructive-action.flat:focus:hover:active, .destructive-action.flat:focus:hover:active:hover, .destructive-action.flat:focus:hover:active:focus, .destructive-action.flat:focus:hover:active:hover:focus, .destructive-action.flat:focus:hover:checked, .destructive-action.flat:focus:hover:checked:hover, .destructive-action.flat:focus:hover:checked:focus, .destructive-action.flat:focus:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - .destructive-action:focus:hover:disabled, .destructive-action.flat:focus:hover:disabled { - border-color: rgba(34, 34, 34, 0.4); } - .destructive-action:focus:hover:active:disabled, .destructive-action:focus:hover:checked:disabled, .destructive-action.flat:focus:hover:active:disabled, .destructive-action.flat:focus:hover:checked:disabled { - border-color: rgba(32, 32, 32, 0.4); } - .destructive-action:checked, .destructive-action:active, .destructive-action.flat:checked, .destructive-action.flat:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(40, 40, 40, 0.06), inset 0 1px rgba(40, 40, 40, 0.07), inset -1px 0 rgba(40, 40, 40, 0.06), inset 0 -1px rgba(40, 40, 40, 0.05); } - .destructive-action:checked:focus, .destructive-action:checked:hover, .destructive-action:active:focus, .destructive-action:active:hover, .destructive-action.flat:checked:focus, .destructive-action.flat:checked:hover, .destructive-action.flat:active:focus, .destructive-action.flat:active:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - .destructive-action:checked:active, .destructive-action:checked:active:hover, .destructive-action:checked:active:focus, .destructive-action:checked:active:hover:focus, .destructive-action:checked:checked, .destructive-action:checked:checked:hover, .destructive-action:checked:checked:focus, .destructive-action:checked:checked:hover:focus, .destructive-action:active:active, .destructive-action:active:active:hover, .destructive-action:active:active:focus, .destructive-action:active:active:hover:focus, .destructive-action:active:checked, .destructive-action:active:checked:hover, .destructive-action:active:checked:focus, .destructive-action:active:checked:hover:focus, .destructive-action.flat:checked:active, .destructive-action.flat:checked:active:hover, .destructive-action.flat:checked:active:focus, .destructive-action.flat:checked:active:hover:focus, .destructive-action.flat:checked:checked, .destructive-action.flat:checked:checked:hover, .destructive-action.flat:checked:checked:focus, .destructive-action.flat:checked:checked:hover:focus, .destructive-action.flat:active:active, .destructive-action.flat:active:active:hover, .destructive-action.flat:active:active:focus, .destructive-action.flat:active:active:hover:focus, .destructive-action.flat:active:checked, .destructive-action.flat:active:checked:hover, .destructive-action.flat:active:checked:focus, .destructive-action.flat:active:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - .destructive-action:checked:disabled, .destructive-action:active:disabled, .destructive-action.flat:checked:disabled, .destructive-action.flat:active:disabled { - border-color: rgba(34, 34, 34, 0.32); } - .destructive-action:checked:active:disabled, .destructive-action:checked:checked:disabled, .destructive-action:active:active:disabled, .destructive-action:active:checked:disabled, .destructive-action.flat:checked:active:disabled, .destructive-action.flat:checked:checked:disabled, .destructive-action.flat:active:active:disabled, .destructive-action.flat:active:checked:disabled { - border-color: rgba(32, 32, 32, 0.32); } - .destructive-action:checked:focus, .destructive-action:checked:hover, .destructive-action:active:focus, .destructive-action:active:hover, .destructive-action.flat:checked:focus, .destructive-action.flat:checked:hover, .destructive-action.flat:active:focus, .destructive-action.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - .destructive-action:focus, .destructive-action:hover, .destructive-action.flat:focus, .destructive-action.flat:hover { - color: #282828; } - .destructive-action:disabled:disabled, .destructive-action.flat:disabled:disabled { - background-color: alpha(mix(#cc241d,#282828,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(#cc241d,#282828,0.6); - box-shadow: none; } - .destructive-action:disabled:disabled :disabled, .destructive-action.flat:disabled:disabled :disabled { - color: mix(#cc241d,#282828,0.6); } - .destructive-action:active:disabled, .destructive-action:checked:disabled, .destructive-action.flat:active:disabled, .destructive-action.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - .destructive-action:active:disabled :disabled, .destructive-action:checked:disabled :disabled, .destructive-action.flat:active:disabled :disabled, .destructive-action.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - .destructive-action.separator, .destructive-action .separator { - border: 1px solid currentColor; - color: rgba(204, 36, 29, 0.9); } - .destructive-action.separator:disabled, .destructive-action .separator:disabled { - color: rgba(204, 36, 29, 0.85); } - -/****************** - ! Selection mode * -*******************/ -headerbar.selection-mode, -.titlebar:not(headerbar).selection-mode { - background-color: #928374; - background-image: none; - border-color: #75695c; - color: #282828; } - headerbar.selection-mode:focus, headerbar.selection-mode:hover, - .titlebar:not(headerbar).selection-mode:focus, - .titlebar:not(headerbar).selection-mode:hover { - border-color: mix(#928374,#928374,0.3); } - headerbar.selection-mode:active, headerbar.selection-mode:active:hover, headerbar.selection-mode:active:focus, headerbar.selection-mode:active:hover:focus, headerbar.selection-mode:checked, headerbar.selection-mode:checked:hover, headerbar.selection-mode:checked:focus, headerbar.selection-mode:checked:hover:focus, - .titlebar:not(headerbar).selection-mode:active, - .titlebar:not(headerbar).selection-mode:active:hover, - .titlebar:not(headerbar).selection-mode:active:focus, - .titlebar:not(headerbar).selection-mode:active:hover:focus, - .titlebar:not(headerbar).selection-mode:checked, - .titlebar:not(headerbar).selection-mode:checked:hover, - .titlebar:not(headerbar).selection-mode:checked:focus, - .titlebar:not(headerbar).selection-mode:checked:hover:focus { - border-color: #675c51; } - headerbar.selection-mode:disabled, - .titlebar:not(headerbar).selection-mode:disabled { - border-color: #7d6f62; } - headerbar.selection-mode:active:disabled, headerbar.selection-mode:checked:disabled, - .titlebar:not(headerbar).selection-mode:active:disabled, - .titlebar:not(headerbar).selection-mode:checked:disabled { - border-color: #75695c; } - headerbar.selection-mode:disabled, - .titlebar:not(headerbar).selection-mode:disabled { - background-color: #847668; - background-image: none; - color: mix(#282828,#928374,0.5); } - headerbar.selection-mode .title, - .titlebar:not(headerbar).selection-mode .title { - font-weight: bold; - padding: 0 6px; } - headerbar.selection-mode .subtitle, - .titlebar:not(headerbar).selection-mode .subtitle { - font-size: smaller; - padding: 0 6px; } - headerbar.selection-mode button, - .titlebar:not(headerbar).selection-mode button { - background-color: #928374; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.12); } - headerbar.selection-mode button:focus, headerbar.selection-mode button:hover, - .titlebar:not(headerbar).selection-mode button:focus, - .titlebar:not(headerbar).selection-mode button:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - headerbar.selection-mode button:active, headerbar.selection-mode button:active:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover:focus, headerbar.selection-mode button:checked, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover:focus, - .titlebar:not(headerbar).selection-mode button:active, - .titlebar:not(headerbar).selection-mode button:active:hover, - .titlebar:not(headerbar).selection-mode button:active:focus, - .titlebar:not(headerbar).selection-mode button:active:hover:focus, - .titlebar:not(headerbar).selection-mode button:checked, - .titlebar:not(headerbar).selection-mode button:checked:hover, - .titlebar:not(headerbar).selection-mode button:checked:focus, - .titlebar:not(headerbar).selection-mode button:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - headerbar.selection-mode button:disabled, - .titlebar:not(headerbar).selection-mode button:disabled { - border-color: rgba(34, 34, 34, 0.32); } - headerbar.selection-mode button:active:disabled, headerbar.selection-mode button:checked:disabled, - .titlebar:not(headerbar).selection-mode button:active:disabled, - .titlebar:not(headerbar).selection-mode button:checked:disabled { - border-color: rgba(32, 32, 32, 0.32); } - .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button, - stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked:not(.vertical) > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) - .titlebar:not(headerbar).selection-mode button, - stackswitcher:not(.vertical) > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:hover, - stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) - .titlebar:not(headerbar).selection-mode button:hover, - stackswitcher:not(.vertical) > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked, - stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) - .titlebar:not(headerbar).selection-mode button:checked, - stackswitcher:not(.vertical) > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked:hover, - stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) - .titlebar:not(headerbar).selection-mode button:checked:hover, - stackswitcher:not(.vertical) > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button, - stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked.vertical > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) - .titlebar:not(headerbar).selection-mode button, - stackswitcher.vertical > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:hover, - stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked.vertical > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) - .titlebar:not(headerbar).selection-mode button:hover, - stackswitcher.vertical > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked, - stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked.vertical > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) - .titlebar:not(headerbar).selection-mode button:checked, - stackswitcher.vertical > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked:hover, - stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) - .titlebar:not(headerbar).selection-mode button:checked:hover, - stackswitcher.vertical > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - headerbar.selection-mode button.flat, - .titlebar:not(headerbar).selection-mode button.flat { - color: #282828; - border-color: rgba(146, 131, 116, 0); - background-color: rgba(146, 131, 116, 0); - background-image: none; - box-shadow: none; } - headerbar.selection-mode button:hover, headerbar.selection-mode button.flat:hover, - .titlebar:not(headerbar).selection-mode button:hover, - .titlebar:not(headerbar).selection-mode button.flat:hover { - background-color: #988a7b; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - headerbar.selection-mode button:hover:focus, headerbar.selection-mode button:hover:hover, headerbar.selection-mode button.flat:hover:focus, headerbar.selection-mode button.flat:hover:hover, - .titlebar:not(headerbar).selection-mode button:hover:focus, - .titlebar:not(headerbar).selection-mode button:hover:hover, - .titlebar:not(headerbar).selection-mode button.flat:hover:focus, - .titlebar:not(headerbar).selection-mode button.flat:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - headerbar.selection-mode button:hover:active, headerbar.selection-mode button:hover:active:hover, headerbar.selection-mode button:hover:active:focus, headerbar.selection-mode button:hover:active:hover:focus, headerbar.selection-mode button:hover:checked, headerbar.selection-mode button:hover:checked:hover, headerbar.selection-mode button:hover:checked:focus, headerbar.selection-mode button:hover:checked:hover:focus, headerbar.selection-mode button.flat:hover:active, headerbar.selection-mode button.flat:hover:active:hover, headerbar.selection-mode button.flat:hover:active:focus, headerbar.selection-mode button.flat:hover:active:hover:focus, headerbar.selection-mode button.flat:hover:checked, headerbar.selection-mode button.flat:hover:checked:hover, headerbar.selection-mode button.flat:hover:checked:focus, headerbar.selection-mode button.flat:hover:checked:hover:focus, - .titlebar:not(headerbar).selection-mode button:hover:active, - .titlebar:not(headerbar).selection-mode button:hover:active:hover, - .titlebar:not(headerbar).selection-mode button:hover:active:focus, - .titlebar:not(headerbar).selection-mode button:hover:active:hover:focus, - .titlebar:not(headerbar).selection-mode button:hover:checked, - .titlebar:not(headerbar).selection-mode button:hover:checked:hover, - .titlebar:not(headerbar).selection-mode button:hover:checked:focus, - .titlebar:not(headerbar).selection-mode button:hover:checked:hover:focus, - .titlebar:not(headerbar).selection-mode button.flat:hover:active, - .titlebar:not(headerbar).selection-mode button.flat:hover:active:hover, - .titlebar:not(headerbar).selection-mode button.flat:hover:active:focus, - .titlebar:not(headerbar).selection-mode button.flat:hover:active:hover:focus, - .titlebar:not(headerbar).selection-mode button.flat:hover:checked, - .titlebar:not(headerbar).selection-mode button.flat:hover:checked:hover, - .titlebar:not(headerbar).selection-mode button.flat:hover:checked:focus, - .titlebar:not(headerbar).selection-mode button.flat:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - headerbar.selection-mode button:hover:disabled, headerbar.selection-mode button.flat:hover:disabled, - .titlebar:not(headerbar).selection-mode button:hover:disabled, - .titlebar:not(headerbar).selection-mode button.flat:hover:disabled { - border-color: rgba(34, 34, 34, 0.4); } - headerbar.selection-mode button:hover:active:disabled, headerbar.selection-mode button:hover:checked:disabled, headerbar.selection-mode button.flat:hover:active:disabled, headerbar.selection-mode button.flat:hover:checked:disabled, - .titlebar:not(headerbar).selection-mode button:hover:active:disabled, - .titlebar:not(headerbar).selection-mode button:hover:checked:disabled, - .titlebar:not(headerbar).selection-mode button.flat:hover:active:disabled, - .titlebar:not(headerbar).selection-mode button.flat:hover:checked:disabled { - border-color: rgba(32, 32, 32, 0.4); } - headerbar.selection-mode button:focus, headerbar.selection-mode button.flat:focus, - .titlebar:not(headerbar).selection-mode button:focus, - .titlebar:not(headerbar).selection-mode button.flat:focus { - background-color: #988a7b; - background-image: none; - border-color: rgba(40, 40, 40, 0.32); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - headerbar.selection-mode button:focus:hover, headerbar.selection-mode button.flat:focus:hover, - .titlebar:not(headerbar).selection-mode button:focus:hover, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover { - background-color: #9e9083; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.38); } - headerbar.selection-mode button:focus:hover:focus, headerbar.selection-mode button:focus:hover:hover, headerbar.selection-mode button.flat:focus:hover:focus, headerbar.selection-mode button.flat:focus:hover:hover, - .titlebar:not(headerbar).selection-mode button:focus:hover:focus, - .titlebar:not(headerbar).selection-mode button:focus:hover:hover, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:focus, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - headerbar.selection-mode button:focus:hover:active, headerbar.selection-mode button:focus:hover:active:hover, headerbar.selection-mode button:focus:hover:active:focus, headerbar.selection-mode button:focus:hover:active:hover:focus, headerbar.selection-mode button:focus:hover:checked, headerbar.selection-mode button:focus:hover:checked:hover, headerbar.selection-mode button:focus:hover:checked:focus, headerbar.selection-mode button:focus:hover:checked:hover:focus, headerbar.selection-mode button.flat:focus:hover:active, headerbar.selection-mode button.flat:focus:hover:active:hover, headerbar.selection-mode button.flat:focus:hover:active:focus, headerbar.selection-mode button.flat:focus:hover:active:hover:focus, headerbar.selection-mode button.flat:focus:hover:checked, headerbar.selection-mode button.flat:focus:hover:checked:hover, headerbar.selection-mode button.flat:focus:hover:checked:focus, headerbar.selection-mode button.flat:focus:hover:checked:hover:focus, - .titlebar:not(headerbar).selection-mode button:focus:hover:active, - .titlebar:not(headerbar).selection-mode button:focus:hover:active:hover, - .titlebar:not(headerbar).selection-mode button:focus:hover:active:focus, - .titlebar:not(headerbar).selection-mode button:focus:hover:active:hover:focus, - .titlebar:not(headerbar).selection-mode button:focus:hover:checked, - .titlebar:not(headerbar).selection-mode button:focus:hover:checked:hover, - .titlebar:not(headerbar).selection-mode button:focus:hover:checked:focus, - .titlebar:not(headerbar).selection-mode button:focus:hover:checked:hover:focus, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active:hover, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active:focus, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active:hover:focus, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:hover, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:focus, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - headerbar.selection-mode button:focus:hover:disabled, headerbar.selection-mode button.flat:focus:hover:disabled, - .titlebar:not(headerbar).selection-mode button:focus:hover:disabled, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:disabled { - border-color: rgba(34, 34, 34, 0.4); } - headerbar.selection-mode button:focus:hover:active:disabled, headerbar.selection-mode button:focus:hover:checked:disabled, headerbar.selection-mode button.flat:focus:hover:active:disabled, headerbar.selection-mode button.flat:focus:hover:checked:disabled, - .titlebar:not(headerbar).selection-mode button:focus:hover:active:disabled, - .titlebar:not(headerbar).selection-mode button:focus:hover:checked:disabled, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active:disabled, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:disabled { - border-color: rgba(32, 32, 32, 0.4); } - headerbar.selection-mode button:checked, headerbar.selection-mode button:active, headerbar.selection-mode button.flat:checked, headerbar.selection-mode button.flat:active, - .titlebar:not(headerbar).selection-mode button:checked, - .titlebar:not(headerbar).selection-mode button:active, - .titlebar:not(headerbar).selection-mode button.flat:checked, - .titlebar:not(headerbar).selection-mode button.flat:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(40, 40, 40, 0.06), inset 0 1px rgba(40, 40, 40, 0.07), inset -1px 0 rgba(40, 40, 40, 0.06), inset 0 -1px rgba(40, 40, 40, 0.05); } - headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover, headerbar.selection-mode button.flat:checked:focus, headerbar.selection-mode button.flat:checked:hover, headerbar.selection-mode button.flat:active:focus, headerbar.selection-mode button.flat:active:hover, - .titlebar:not(headerbar).selection-mode button:checked:focus, - .titlebar:not(headerbar).selection-mode button:checked:hover, - .titlebar:not(headerbar).selection-mode button:active:focus, - .titlebar:not(headerbar).selection-mode button:active:hover, - .titlebar:not(headerbar).selection-mode button.flat:checked:focus, - .titlebar:not(headerbar).selection-mode button.flat:checked:hover, - .titlebar:not(headerbar).selection-mode button.flat:active:focus, - .titlebar:not(headerbar).selection-mode button.flat:active:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - headerbar.selection-mode button:checked:active, headerbar.selection-mode button:checked:active:hover, headerbar.selection-mode button:checked:active:focus, headerbar.selection-mode button:checked:active:hover:focus, headerbar.selection-mode button:checked:checked, headerbar.selection-mode button:checked:checked:hover, headerbar.selection-mode button:checked:checked:focus, headerbar.selection-mode button:checked:checked:hover:focus, headerbar.selection-mode button:active:active, headerbar.selection-mode button:active:active:hover, headerbar.selection-mode button:active:active:focus, headerbar.selection-mode button:active:active:hover:focus, headerbar.selection-mode button:active:checked, headerbar.selection-mode button:active:checked:hover, headerbar.selection-mode button:active:checked:focus, headerbar.selection-mode button:active:checked:hover:focus, headerbar.selection-mode button.flat:checked:active, headerbar.selection-mode button.flat:checked:active:hover, headerbar.selection-mode button.flat:checked:active:focus, headerbar.selection-mode button.flat:checked:active:hover:focus, headerbar.selection-mode button.flat:checked:checked, headerbar.selection-mode button.flat:checked:checked:hover, headerbar.selection-mode button.flat:checked:checked:focus, headerbar.selection-mode button.flat:checked:checked:hover:focus, headerbar.selection-mode button.flat:active:active, headerbar.selection-mode button.flat:active:active:hover, headerbar.selection-mode button.flat:active:active:focus, headerbar.selection-mode button.flat:active:active:hover:focus, headerbar.selection-mode button.flat:active:checked, headerbar.selection-mode button.flat:active:checked:hover, headerbar.selection-mode button.flat:active:checked:focus, headerbar.selection-mode button.flat:active:checked:hover:focus, - .titlebar:not(headerbar).selection-mode button:checked:active, - .titlebar:not(headerbar).selection-mode button:checked:active:hover, - .titlebar:not(headerbar).selection-mode button:checked:active:focus, - .titlebar:not(headerbar).selection-mode button:checked:active:hover:focus, - .titlebar:not(headerbar).selection-mode button:checked:checked, - .titlebar:not(headerbar).selection-mode button:checked:checked:hover, - .titlebar:not(headerbar).selection-mode button:checked:checked:focus, - .titlebar:not(headerbar).selection-mode button:checked:checked:hover:focus, - .titlebar:not(headerbar).selection-mode button:active:active, - .titlebar:not(headerbar).selection-mode button:active:active:hover, - .titlebar:not(headerbar).selection-mode button:active:active:focus, - .titlebar:not(headerbar).selection-mode button:active:active:hover:focus, - .titlebar:not(headerbar).selection-mode button:active:checked, - .titlebar:not(headerbar).selection-mode button:active:checked:hover, - .titlebar:not(headerbar).selection-mode button:active:checked:focus, - .titlebar:not(headerbar).selection-mode button:active:checked:hover:focus, - .titlebar:not(headerbar).selection-mode button.flat:checked:active, - .titlebar:not(headerbar).selection-mode button.flat:checked:active:hover, - .titlebar:not(headerbar).selection-mode button.flat:checked:active:focus, - .titlebar:not(headerbar).selection-mode button.flat:checked:active:hover:focus, - .titlebar:not(headerbar).selection-mode button.flat:checked:checked, - .titlebar:not(headerbar).selection-mode button.flat:checked:checked:hover, - .titlebar:not(headerbar).selection-mode button.flat:checked:checked:focus, - .titlebar:not(headerbar).selection-mode button.flat:checked:checked:hover:focus, - .titlebar:not(headerbar).selection-mode button.flat:active:active, - .titlebar:not(headerbar).selection-mode button.flat:active:active:hover, - .titlebar:not(headerbar).selection-mode button.flat:active:active:focus, - .titlebar:not(headerbar).selection-mode button.flat:active:active:hover:focus, - .titlebar:not(headerbar).selection-mode button.flat:active:checked, - .titlebar:not(headerbar).selection-mode button.flat:active:checked:hover, - .titlebar:not(headerbar).selection-mode button.flat:active:checked:focus, - .titlebar:not(headerbar).selection-mode button.flat:active:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - headerbar.selection-mode button:checked:disabled, headerbar.selection-mode button:active:disabled, headerbar.selection-mode button.flat:checked:disabled, headerbar.selection-mode button.flat:active:disabled, - .titlebar:not(headerbar).selection-mode button:checked:disabled, - .titlebar:not(headerbar).selection-mode button:active:disabled, - .titlebar:not(headerbar).selection-mode button.flat:checked:disabled, - .titlebar:not(headerbar).selection-mode button.flat:active:disabled { - border-color: rgba(34, 34, 34, 0.32); } - headerbar.selection-mode button:checked:active:disabled, headerbar.selection-mode button:checked:checked:disabled, headerbar.selection-mode button:active:active:disabled, headerbar.selection-mode button:active:checked:disabled, headerbar.selection-mode button.flat:checked:active:disabled, headerbar.selection-mode button.flat:checked:checked:disabled, headerbar.selection-mode button.flat:active:active:disabled, headerbar.selection-mode button.flat:active:checked:disabled, - .titlebar:not(headerbar).selection-mode button:checked:active:disabled, - .titlebar:not(headerbar).selection-mode button:checked:checked:disabled, - .titlebar:not(headerbar).selection-mode button:active:active:disabled, - .titlebar:not(headerbar).selection-mode button:active:checked:disabled, - .titlebar:not(headerbar).selection-mode button.flat:checked:active:disabled, - .titlebar:not(headerbar).selection-mode button.flat:checked:checked:disabled, - .titlebar:not(headerbar).selection-mode button.flat:active:active:disabled, - .titlebar:not(headerbar).selection-mode button.flat:active:checked:disabled { - border-color: rgba(32, 32, 32, 0.32); } - headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover, headerbar.selection-mode button.flat:checked:focus, headerbar.selection-mode button.flat:checked:hover, headerbar.selection-mode button.flat:active:focus, headerbar.selection-mode button.flat:active:hover, - .titlebar:not(headerbar).selection-mode button:checked:focus, - .titlebar:not(headerbar).selection-mode button:checked:hover, - .titlebar:not(headerbar).selection-mode button:active:focus, - .titlebar:not(headerbar).selection-mode button:active:hover, - .titlebar:not(headerbar).selection-mode button.flat:checked:focus, - .titlebar:not(headerbar).selection-mode button.flat:checked:hover, - .titlebar:not(headerbar).selection-mode button.flat:active:focus, - .titlebar:not(headerbar).selection-mode button.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - headerbar.selection-mode button:focus, headerbar.selection-mode button:hover, headerbar.selection-mode button.flat:focus, headerbar.selection-mode button.flat:hover, - .titlebar:not(headerbar).selection-mode button:focus, - .titlebar:not(headerbar).selection-mode button:hover, - .titlebar:not(headerbar).selection-mode button.flat:focus, - .titlebar:not(headerbar).selection-mode button.flat:hover { - color: #282828; } - headerbar.selection-mode button:disabled:disabled, headerbar.selection-mode button.flat:disabled:disabled, - .titlebar:not(headerbar).selection-mode button:disabled:disabled, - .titlebar:not(headerbar).selection-mode button.flat:disabled:disabled { - background-color: alpha(mix(#928374,#282828,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(#928374,#282828,0.6); - box-shadow: none; } - headerbar.selection-mode button:disabled:disabled :disabled, headerbar.selection-mode button.flat:disabled:disabled :disabled, - .titlebar:not(headerbar).selection-mode button:disabled:disabled :disabled, - .titlebar:not(headerbar).selection-mode button.flat:disabled:disabled :disabled { - color: mix(#928374,#282828,0.6); } - headerbar.selection-mode button:active:disabled, headerbar.selection-mode button:checked:disabled, headerbar.selection-mode button.flat:active:disabled, headerbar.selection-mode button.flat:checked:disabled, - .titlebar:not(headerbar).selection-mode button:active:disabled, - .titlebar:not(headerbar).selection-mode button:checked:disabled, - .titlebar:not(headerbar).selection-mode button.flat:active:disabled, - .titlebar:not(headerbar).selection-mode button.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - headerbar.selection-mode button:active:disabled :disabled, headerbar.selection-mode button:checked:disabled :disabled, headerbar.selection-mode button.flat:active:disabled :disabled, headerbar.selection-mode button.flat:checked:disabled :disabled, - .titlebar:not(headerbar).selection-mode button:active:disabled :disabled, - .titlebar:not(headerbar).selection-mode button:checked:disabled :disabled, - .titlebar:not(headerbar).selection-mode button.flat:active:disabled :disabled, - .titlebar:not(headerbar).selection-mode button.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - headerbar.selection-mode button.separator, headerbar.selection-mode button .separator, - .titlebar:not(headerbar).selection-mode button.separator, - .titlebar:not(headerbar).selection-mode button .separator { - border: 1px solid currentColor; - color: rgba(146, 131, 116, 0.9); } - headerbar.selection-mode button.separator:disabled, headerbar.selection-mode button .separator:disabled, - .titlebar:not(headerbar).selection-mode button.separator:disabled, - .titlebar:not(headerbar).selection-mode button .separator:disabled { - color: rgba(146, 131, 116, 0.85); } - headerbar.selection-mode .linked > button, - .titlebar:not(headerbar).selection-mode .linked > button { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.12); } - headerbar.selection-mode .linked > button:focus, headerbar.selection-mode .linked > button:hover, - .titlebar:not(headerbar).selection-mode .linked > button:focus, - .titlebar:not(headerbar).selection-mode .linked > button:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - headerbar.selection-mode .linked > button:active, headerbar.selection-mode .linked > button:active:hover, headerbar.selection-mode .linked > button:active:focus, headerbar.selection-mode .linked > button:active:hover:focus, headerbar.selection-mode .linked > button:checked, headerbar.selection-mode .linked > button:checked:hover, headerbar.selection-mode .linked > button:checked:focus, headerbar.selection-mode .linked > button:checked:hover:focus, - .titlebar:not(headerbar).selection-mode .linked > button:active, - .titlebar:not(headerbar).selection-mode .linked > button:active:hover, - .titlebar:not(headerbar).selection-mode .linked > button:active:focus, - .titlebar:not(headerbar).selection-mode .linked > button:active:hover:focus, - .titlebar:not(headerbar).selection-mode .linked > button:checked, - .titlebar:not(headerbar).selection-mode .linked > button:checked:hover, - .titlebar:not(headerbar).selection-mode .linked > button:checked:focus, - .titlebar:not(headerbar).selection-mode .linked > button:checked:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset 0 -1px rgba(66, 52, 17, 0.05); } - headerbar.selection-mode .linked > button:disabled, - .titlebar:not(headerbar).selection-mode .linked > button:disabled { - box-shadow: inset -1px 0 #75695c; } - headerbar.selection-mode .linked > button:last-child, headerbar.selection-mode .linked > button:only-child, - .titlebar:not(headerbar).selection-mode .linked > button:last-child, - .titlebar:not(headerbar).selection-mode .linked > button:only-child { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.12); } - headerbar.selection-mode .linked > button:last-child:hover, headerbar.selection-mode .linked > button:only-child:hover, - .titlebar:not(headerbar).selection-mode .linked > button:last-child:hover, - .titlebar:not(headerbar).selection-mode .linked > button:only-child:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - headerbar.selection-mode .linked > button:disabled:last-child, headerbar.selection-mode .linked > button:disabled:only-child, headerbar.selection-mode .linked > button:active:disabled:last-child, headerbar.selection-mode .linked > button:active:disabled:only-child, headerbar.selection-mode .linked > button:checked:disabled:last-child, headerbar.selection-mode .linked > button:checked:disabled:only-child, - .titlebar:not(headerbar).selection-mode .linked > button:disabled:last-child, - .titlebar:not(headerbar).selection-mode .linked > button:disabled:only-child, - .titlebar:not(headerbar).selection-mode .linked > button:active:disabled:last-child, - .titlebar:not(headerbar).selection-mode .linked > button:active:disabled:only-child, - .titlebar:not(headerbar).selection-mode .linked > button:checked:disabled:last-child, - .titlebar:not(headerbar).selection-mode .linked > button:checked:disabled:only-child { - box-shadow: none; } - headerbar.selection-mode .linked > button:active:last-child, headerbar.selection-mode .linked > button:active:last-child:focus, headerbar.selection-mode .linked > button:active:last-child:hover, headerbar.selection-mode .linked > button:active:last-child:hover:focus, headerbar.selection-mode .linked > button:checked:last-child, headerbar.selection-mode .linked > button:checked:last-child:focus, headerbar.selection-mode .linked > button:checked:last-child:hover, headerbar.selection-mode .linked > button:checked:last-child:hover:focus, - .titlebar:not(headerbar).selection-mode .linked > button:active:last-child, - .titlebar:not(headerbar).selection-mode .linked > button:active:last-child:focus, - .titlebar:not(headerbar).selection-mode .linked > button:active:last-child:hover, - .titlebar:not(headerbar).selection-mode .linked > button:active:last-child:hover:focus, - .titlebar:not(headerbar).selection-mode .linked > button:checked:last-child, - .titlebar:not(headerbar).selection-mode .linked > button:checked:last-child:focus, - .titlebar:not(headerbar).selection-mode .linked > button:checked:last-child:hover, - .titlebar:not(headerbar).selection-mode .linked > button:checked:last-child:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - headerbar.selection-mode .linked > button:active:only-child, headerbar.selection-mode .linked > button:active:only-child:focus, headerbar.selection-mode .linked > button:active:only-child:hover, headerbar.selection-mode .linked > button:active:only-child:hover:focus, headerbar.selection-mode .linked > button:checked:only-child, headerbar.selection-mode .linked > button:checked:only-child:focus, headerbar.selection-mode .linked > button:checked:only-child:hover, headerbar.selection-mode .linked > button:checked:only-child:hover:focus, - .titlebar:not(headerbar).selection-mode .linked > button:active:only-child, - .titlebar:not(headerbar).selection-mode .linked > button:active:only-child:focus, - .titlebar:not(headerbar).selection-mode .linked > button:active:only-child:hover, - .titlebar:not(headerbar).selection-mode .linked > button:active:only-child:hover:focus, - .titlebar:not(headerbar).selection-mode .linked > button:checked:only-child, - .titlebar:not(headerbar).selection-mode .linked > button:checked:only-child:focus, - .titlebar:not(headerbar).selection-mode .linked > button:checked:only-child:hover, - .titlebar:not(headerbar).selection-mode .linked > button:checked:only-child:hover:focus { - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.06), inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - headerbar.selection-mode combobox, headerbar.selection-mode button, - .titlebar:not(headerbar).selection-mode combobox, - .titlebar:not(headerbar).selection-mode button { - padding: 3px; } - headerbar.selection-mode combobox.text-button, headerbar.selection-mode button.text-button, - .titlebar:not(headerbar).selection-mode combobox.text-button, - .titlebar:not(headerbar).selection-mode button.text-button { - padding: 3px; } - headerbar.selection-mode combobox.image-button, headerbar.selection-mode button.image-button, - .titlebar:not(headerbar).selection-mode combobox.image-button, - .titlebar:not(headerbar).selection-mode button.image-button { - padding: 3px; } - headerbar.selection-mode separator, headerbar.selection-mode separator:disabled, - .titlebar:not(headerbar).selection-mode separator, - .titlebar:not(headerbar).selection-mode separator:disabled { - color: #584f45; - border-color: currentColor; - -GtkWidget-window-dragging: true; } - headerbar.selection-mode button, - .titlebar:not(headerbar).selection-mode button { - background-color: #928374; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.12); } - headerbar.selection-mode button:focus, headerbar.selection-mode button:hover, - .titlebar:not(headerbar).selection-mode button:focus, - .titlebar:not(headerbar).selection-mode button:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - headerbar.selection-mode button:active, headerbar.selection-mode button:active:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover:focus, headerbar.selection-mode button:checked, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover:focus, - .titlebar:not(headerbar).selection-mode button:active, - .titlebar:not(headerbar).selection-mode button:active:hover, - .titlebar:not(headerbar).selection-mode button:active:focus, - .titlebar:not(headerbar).selection-mode button:active:hover:focus, - .titlebar:not(headerbar).selection-mode button:checked, - .titlebar:not(headerbar).selection-mode button:checked:hover, - .titlebar:not(headerbar).selection-mode button:checked:focus, - .titlebar:not(headerbar).selection-mode button:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - headerbar.selection-mode button:disabled, - .titlebar:not(headerbar).selection-mode button:disabled { - border-color: rgba(34, 34, 34, 0.32); } - headerbar.selection-mode button:active:disabled, headerbar.selection-mode button:checked:disabled, - .titlebar:not(headerbar).selection-mode button:active:disabled, - .titlebar:not(headerbar).selection-mode button:checked:disabled { - border-color: rgba(32, 32, 32, 0.32); } - .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button, - stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked:not(.vertical) > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) - .titlebar:not(headerbar).selection-mode button, - stackswitcher:not(.vertical) > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:hover, - stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) - .titlebar:not(headerbar).selection-mode button:hover, - stackswitcher:not(.vertical) > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked, - stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) - .titlebar:not(headerbar).selection-mode button:checked, - stackswitcher:not(.vertical) > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked:hover, - stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) - .titlebar:not(headerbar).selection-mode button:checked:hover, - stackswitcher:not(.vertical) > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button, - stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked.vertical > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) - .titlebar:not(headerbar).selection-mode button, - stackswitcher.vertical > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:hover, - stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked.vertical > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) - .titlebar:not(headerbar).selection-mode button:hover, - stackswitcher.vertical > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked, - stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked.vertical > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) - .titlebar:not(headerbar).selection-mode button:checked, - stackswitcher.vertical > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked:hover, - stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) - .titlebar:not(headerbar).selection-mode button:checked:hover, - stackswitcher.vertical > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - headerbar.selection-mode button.flat, - .titlebar:not(headerbar).selection-mode button.flat { - color: #282828; - border-color: rgba(146, 131, 116, 0); - background-color: rgba(146, 131, 116, 0); - background-image: none; - box-shadow: none; } - headerbar.selection-mode button:hover, headerbar.selection-mode button.flat:hover, - .titlebar:not(headerbar).selection-mode button:hover, - .titlebar:not(headerbar).selection-mode button.flat:hover { - background-color: #988a7b; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - headerbar.selection-mode button:hover:focus, headerbar.selection-mode button:hover:hover, headerbar.selection-mode button.flat:hover:focus, headerbar.selection-mode button.flat:hover:hover, - .titlebar:not(headerbar).selection-mode button:hover:focus, - .titlebar:not(headerbar).selection-mode button:hover:hover, - .titlebar:not(headerbar).selection-mode button.flat:hover:focus, - .titlebar:not(headerbar).selection-mode button.flat:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - headerbar.selection-mode button:hover:active, headerbar.selection-mode button:hover:active:hover, headerbar.selection-mode button:hover:active:focus, headerbar.selection-mode button:hover:active:hover:focus, headerbar.selection-mode button:hover:checked, headerbar.selection-mode button:hover:checked:hover, headerbar.selection-mode button:hover:checked:focus, headerbar.selection-mode button:hover:checked:hover:focus, headerbar.selection-mode button.flat:hover:active, headerbar.selection-mode button.flat:hover:active:hover, headerbar.selection-mode button.flat:hover:active:focus, headerbar.selection-mode button.flat:hover:active:hover:focus, headerbar.selection-mode button.flat:hover:checked, headerbar.selection-mode button.flat:hover:checked:hover, headerbar.selection-mode button.flat:hover:checked:focus, headerbar.selection-mode button.flat:hover:checked:hover:focus, - .titlebar:not(headerbar).selection-mode button:hover:active, - .titlebar:not(headerbar).selection-mode button:hover:active:hover, - .titlebar:not(headerbar).selection-mode button:hover:active:focus, - .titlebar:not(headerbar).selection-mode button:hover:active:hover:focus, - .titlebar:not(headerbar).selection-mode button:hover:checked, - .titlebar:not(headerbar).selection-mode button:hover:checked:hover, - .titlebar:not(headerbar).selection-mode button:hover:checked:focus, - .titlebar:not(headerbar).selection-mode button:hover:checked:hover:focus, - .titlebar:not(headerbar).selection-mode button.flat:hover:active, - .titlebar:not(headerbar).selection-mode button.flat:hover:active:hover, - .titlebar:not(headerbar).selection-mode button.flat:hover:active:focus, - .titlebar:not(headerbar).selection-mode button.flat:hover:active:hover:focus, - .titlebar:not(headerbar).selection-mode button.flat:hover:checked, - .titlebar:not(headerbar).selection-mode button.flat:hover:checked:hover, - .titlebar:not(headerbar).selection-mode button.flat:hover:checked:focus, - .titlebar:not(headerbar).selection-mode button.flat:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - headerbar.selection-mode button:hover:disabled, headerbar.selection-mode button.flat:hover:disabled, - .titlebar:not(headerbar).selection-mode button:hover:disabled, - .titlebar:not(headerbar).selection-mode button.flat:hover:disabled { - border-color: rgba(34, 34, 34, 0.4); } - headerbar.selection-mode button:hover:active:disabled, headerbar.selection-mode button:hover:checked:disabled, headerbar.selection-mode button.flat:hover:active:disabled, headerbar.selection-mode button.flat:hover:checked:disabled, - .titlebar:not(headerbar).selection-mode button:hover:active:disabled, - .titlebar:not(headerbar).selection-mode button:hover:checked:disabled, - .titlebar:not(headerbar).selection-mode button.flat:hover:active:disabled, - .titlebar:not(headerbar).selection-mode button.flat:hover:checked:disabled { - border-color: rgba(32, 32, 32, 0.4); } - headerbar.selection-mode button:focus, headerbar.selection-mode button.flat:focus, - .titlebar:not(headerbar).selection-mode button:focus, - .titlebar:not(headerbar).selection-mode button.flat:focus { - background-color: #988a7b; - background-image: none; - border-color: rgba(40, 40, 40, 0.32); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - headerbar.selection-mode button:focus:hover, headerbar.selection-mode button.flat:focus:hover, - .titlebar:not(headerbar).selection-mode button:focus:hover, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover { - background-color: #9e9083; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.38); } - headerbar.selection-mode button:focus:hover:focus, headerbar.selection-mode button:focus:hover:hover, headerbar.selection-mode button.flat:focus:hover:focus, headerbar.selection-mode button.flat:focus:hover:hover, - .titlebar:not(headerbar).selection-mode button:focus:hover:focus, - .titlebar:not(headerbar).selection-mode button:focus:hover:hover, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:focus, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - headerbar.selection-mode button:focus:hover:active, headerbar.selection-mode button:focus:hover:active:hover, headerbar.selection-mode button:focus:hover:active:focus, headerbar.selection-mode button:focus:hover:active:hover:focus, headerbar.selection-mode button:focus:hover:checked, headerbar.selection-mode button:focus:hover:checked:hover, headerbar.selection-mode button:focus:hover:checked:focus, headerbar.selection-mode button:focus:hover:checked:hover:focus, headerbar.selection-mode button.flat:focus:hover:active, headerbar.selection-mode button.flat:focus:hover:active:hover, headerbar.selection-mode button.flat:focus:hover:active:focus, headerbar.selection-mode button.flat:focus:hover:active:hover:focus, headerbar.selection-mode button.flat:focus:hover:checked, headerbar.selection-mode button.flat:focus:hover:checked:hover, headerbar.selection-mode button.flat:focus:hover:checked:focus, headerbar.selection-mode button.flat:focus:hover:checked:hover:focus, - .titlebar:not(headerbar).selection-mode button:focus:hover:active, - .titlebar:not(headerbar).selection-mode button:focus:hover:active:hover, - .titlebar:not(headerbar).selection-mode button:focus:hover:active:focus, - .titlebar:not(headerbar).selection-mode button:focus:hover:active:hover:focus, - .titlebar:not(headerbar).selection-mode button:focus:hover:checked, - .titlebar:not(headerbar).selection-mode button:focus:hover:checked:hover, - .titlebar:not(headerbar).selection-mode button:focus:hover:checked:focus, - .titlebar:not(headerbar).selection-mode button:focus:hover:checked:hover:focus, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active:hover, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active:focus, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active:hover:focus, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:hover, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:focus, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - headerbar.selection-mode button:focus:hover:disabled, headerbar.selection-mode button.flat:focus:hover:disabled, - .titlebar:not(headerbar).selection-mode button:focus:hover:disabled, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:disabled { - border-color: rgba(34, 34, 34, 0.4); } - headerbar.selection-mode button:focus:hover:active:disabled, headerbar.selection-mode button:focus:hover:checked:disabled, headerbar.selection-mode button.flat:focus:hover:active:disabled, headerbar.selection-mode button.flat:focus:hover:checked:disabled, - .titlebar:not(headerbar).selection-mode button:focus:hover:active:disabled, - .titlebar:not(headerbar).selection-mode button:focus:hover:checked:disabled, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active:disabled, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:disabled { - border-color: rgba(32, 32, 32, 0.4); } - headerbar.selection-mode button:checked, headerbar.selection-mode button:active, headerbar.selection-mode button.flat:checked, headerbar.selection-mode button.flat:active, - .titlebar:not(headerbar).selection-mode button:checked, - .titlebar:not(headerbar).selection-mode button:active, - .titlebar:not(headerbar).selection-mode button.flat:checked, - .titlebar:not(headerbar).selection-mode button.flat:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(40, 40, 40, 0.06), inset 0 1px rgba(40, 40, 40, 0.07), inset -1px 0 rgba(40, 40, 40, 0.06), inset 0 -1px rgba(40, 40, 40, 0.05); } - headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover, headerbar.selection-mode button.flat:checked:focus, headerbar.selection-mode button.flat:checked:hover, headerbar.selection-mode button.flat:active:focus, headerbar.selection-mode button.flat:active:hover, - .titlebar:not(headerbar).selection-mode button:checked:focus, - .titlebar:not(headerbar).selection-mode button:checked:hover, - .titlebar:not(headerbar).selection-mode button:active:focus, - .titlebar:not(headerbar).selection-mode button:active:hover, - .titlebar:not(headerbar).selection-mode button.flat:checked:focus, - .titlebar:not(headerbar).selection-mode button.flat:checked:hover, - .titlebar:not(headerbar).selection-mode button.flat:active:focus, - .titlebar:not(headerbar).selection-mode button.flat:active:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - headerbar.selection-mode button:checked:active, headerbar.selection-mode button:checked:active:hover, headerbar.selection-mode button:checked:active:focus, headerbar.selection-mode button:checked:active:hover:focus, headerbar.selection-mode button:checked:checked, headerbar.selection-mode button:checked:checked:hover, headerbar.selection-mode button:checked:checked:focus, headerbar.selection-mode button:checked:checked:hover:focus, headerbar.selection-mode button:active:active, headerbar.selection-mode button:active:active:hover, headerbar.selection-mode button:active:active:focus, headerbar.selection-mode button:active:active:hover:focus, headerbar.selection-mode button:active:checked, headerbar.selection-mode button:active:checked:hover, headerbar.selection-mode button:active:checked:focus, headerbar.selection-mode button:active:checked:hover:focus, headerbar.selection-mode button.flat:checked:active, headerbar.selection-mode button.flat:checked:active:hover, headerbar.selection-mode button.flat:checked:active:focus, headerbar.selection-mode button.flat:checked:active:hover:focus, headerbar.selection-mode button.flat:checked:checked, headerbar.selection-mode button.flat:checked:checked:hover, headerbar.selection-mode button.flat:checked:checked:focus, headerbar.selection-mode button.flat:checked:checked:hover:focus, headerbar.selection-mode button.flat:active:active, headerbar.selection-mode button.flat:active:active:hover, headerbar.selection-mode button.flat:active:active:focus, headerbar.selection-mode button.flat:active:active:hover:focus, headerbar.selection-mode button.flat:active:checked, headerbar.selection-mode button.flat:active:checked:hover, headerbar.selection-mode button.flat:active:checked:focus, headerbar.selection-mode button.flat:active:checked:hover:focus, - .titlebar:not(headerbar).selection-mode button:checked:active, - .titlebar:not(headerbar).selection-mode button:checked:active:hover, - .titlebar:not(headerbar).selection-mode button:checked:active:focus, - .titlebar:not(headerbar).selection-mode button:checked:active:hover:focus, - .titlebar:not(headerbar).selection-mode button:checked:checked, - .titlebar:not(headerbar).selection-mode button:checked:checked:hover, - .titlebar:not(headerbar).selection-mode button:checked:checked:focus, - .titlebar:not(headerbar).selection-mode button:checked:checked:hover:focus, - .titlebar:not(headerbar).selection-mode button:active:active, - .titlebar:not(headerbar).selection-mode button:active:active:hover, - .titlebar:not(headerbar).selection-mode button:active:active:focus, - .titlebar:not(headerbar).selection-mode button:active:active:hover:focus, - .titlebar:not(headerbar).selection-mode button:active:checked, - .titlebar:not(headerbar).selection-mode button:active:checked:hover, - .titlebar:not(headerbar).selection-mode button:active:checked:focus, - .titlebar:not(headerbar).selection-mode button:active:checked:hover:focus, - .titlebar:not(headerbar).selection-mode button.flat:checked:active, - .titlebar:not(headerbar).selection-mode button.flat:checked:active:hover, - .titlebar:not(headerbar).selection-mode button.flat:checked:active:focus, - .titlebar:not(headerbar).selection-mode button.flat:checked:active:hover:focus, - .titlebar:not(headerbar).selection-mode button.flat:checked:checked, - .titlebar:not(headerbar).selection-mode button.flat:checked:checked:hover, - .titlebar:not(headerbar).selection-mode button.flat:checked:checked:focus, - .titlebar:not(headerbar).selection-mode button.flat:checked:checked:hover:focus, - .titlebar:not(headerbar).selection-mode button.flat:active:active, - .titlebar:not(headerbar).selection-mode button.flat:active:active:hover, - .titlebar:not(headerbar).selection-mode button.flat:active:active:focus, - .titlebar:not(headerbar).selection-mode button.flat:active:active:hover:focus, - .titlebar:not(headerbar).selection-mode button.flat:active:checked, - .titlebar:not(headerbar).selection-mode button.flat:active:checked:hover, - .titlebar:not(headerbar).selection-mode button.flat:active:checked:focus, - .titlebar:not(headerbar).selection-mode button.flat:active:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - headerbar.selection-mode button:checked:disabled, headerbar.selection-mode button:active:disabled, headerbar.selection-mode button.flat:checked:disabled, headerbar.selection-mode button.flat:active:disabled, - .titlebar:not(headerbar).selection-mode button:checked:disabled, - .titlebar:not(headerbar).selection-mode button:active:disabled, - .titlebar:not(headerbar).selection-mode button.flat:checked:disabled, - .titlebar:not(headerbar).selection-mode button.flat:active:disabled { - border-color: rgba(34, 34, 34, 0.32); } - headerbar.selection-mode button:checked:active:disabled, headerbar.selection-mode button:checked:checked:disabled, headerbar.selection-mode button:active:active:disabled, headerbar.selection-mode button:active:checked:disabled, headerbar.selection-mode button.flat:checked:active:disabled, headerbar.selection-mode button.flat:checked:checked:disabled, headerbar.selection-mode button.flat:active:active:disabled, headerbar.selection-mode button.flat:active:checked:disabled, - .titlebar:not(headerbar).selection-mode button:checked:active:disabled, - .titlebar:not(headerbar).selection-mode button:checked:checked:disabled, - .titlebar:not(headerbar).selection-mode button:active:active:disabled, - .titlebar:not(headerbar).selection-mode button:active:checked:disabled, - .titlebar:not(headerbar).selection-mode button.flat:checked:active:disabled, - .titlebar:not(headerbar).selection-mode button.flat:checked:checked:disabled, - .titlebar:not(headerbar).selection-mode button.flat:active:active:disabled, - .titlebar:not(headerbar).selection-mode button.flat:active:checked:disabled { - border-color: rgba(32, 32, 32, 0.32); } - headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover, headerbar.selection-mode button.flat:checked:focus, headerbar.selection-mode button.flat:checked:hover, headerbar.selection-mode button.flat:active:focus, headerbar.selection-mode button.flat:active:hover, - .titlebar:not(headerbar).selection-mode button:checked:focus, - .titlebar:not(headerbar).selection-mode button:checked:hover, - .titlebar:not(headerbar).selection-mode button:active:focus, - .titlebar:not(headerbar).selection-mode button:active:hover, - .titlebar:not(headerbar).selection-mode button.flat:checked:focus, - .titlebar:not(headerbar).selection-mode button.flat:checked:hover, - .titlebar:not(headerbar).selection-mode button.flat:active:focus, - .titlebar:not(headerbar).selection-mode button.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - headerbar.selection-mode button:focus, headerbar.selection-mode button:hover, headerbar.selection-mode button.flat:focus, headerbar.selection-mode button.flat:hover, - .titlebar:not(headerbar).selection-mode button:focus, - .titlebar:not(headerbar).selection-mode button:hover, - .titlebar:not(headerbar).selection-mode button.flat:focus, - .titlebar:not(headerbar).selection-mode button.flat:hover { - color: #282828; } - headerbar.selection-mode button:disabled:disabled, headerbar.selection-mode button.flat:disabled:disabled, - .titlebar:not(headerbar).selection-mode button:disabled:disabled, - .titlebar:not(headerbar).selection-mode button.flat:disabled:disabled { - background-color: alpha(mix(#928374,#282828,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(#928374,#282828,0.6); - box-shadow: none; } - headerbar.selection-mode button:disabled:disabled :disabled, headerbar.selection-mode button.flat:disabled:disabled :disabled, - .titlebar:not(headerbar).selection-mode button:disabled:disabled :disabled, - .titlebar:not(headerbar).selection-mode button.flat:disabled:disabled :disabled { - color: mix(#928374,#282828,0.6); } - headerbar.selection-mode button:active:disabled, headerbar.selection-mode button:checked:disabled, headerbar.selection-mode button.flat:active:disabled, headerbar.selection-mode button.flat:checked:disabled, - .titlebar:not(headerbar).selection-mode button:active:disabled, - .titlebar:not(headerbar).selection-mode button:checked:disabled, - .titlebar:not(headerbar).selection-mode button.flat:active:disabled, - .titlebar:not(headerbar).selection-mode button.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - headerbar.selection-mode button:active:disabled :disabled, headerbar.selection-mode button:checked:disabled :disabled, headerbar.selection-mode button.flat:active:disabled :disabled, headerbar.selection-mode button.flat:checked:disabled :disabled, - .titlebar:not(headerbar).selection-mode button:active:disabled :disabled, - .titlebar:not(headerbar).selection-mode button:checked:disabled :disabled, - .titlebar:not(headerbar).selection-mode button.flat:active:disabled :disabled, - .titlebar:not(headerbar).selection-mode button.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - headerbar.selection-mode button.separator, headerbar.selection-mode button .separator, - .titlebar:not(headerbar).selection-mode button.separator, - .titlebar:not(headerbar).selection-mode button .separator { - border: 1px solid currentColor; - color: rgba(146, 131, 116, 0.9); } - headerbar.selection-mode button.separator:disabled, headerbar.selection-mode button .separator:disabled, - .titlebar:not(headerbar).selection-mode button.separator:disabled, - .titlebar:not(headerbar).selection-mode button .separator:disabled { - color: rgba(146, 131, 116, 0.85); } - headerbar.selection-mode:backdrop, - .titlebar:not(headerbar).selection-mode:backdrop { - background-color: #928374; - background-image: none; } - headerbar.selection-mode .selection-menu:backdrop, headerbar.selection-mode .selection-menu, - .titlebar:not(headerbar).selection-mode .selection-menu:backdrop, - .titlebar:not(headerbar).selection-mode .selection-menu { - color: #75695c; - background-color: transparent; - background-image: none; - box-shadow: none; - border: 0; } - headerbar.selection-mode .selection-menu:backdrop:hover, headerbar.selection-mode .selection-menu:hover, - .titlebar:not(headerbar).selection-mode .selection-menu:backdrop:hover, - .titlebar:not(headerbar).selection-mode .selection-menu:hover { - color: #675c51; } - headerbar.selection-mode .selection-menu:backdrop:active, headerbar.selection-mode .selection-menu:active, - .titlebar:not(headerbar).selection-mode .selection-menu:backdrop:active, - .titlebar:not(headerbar).selection-mode .selection-menu:active { - color: #6e6256; } - headerbar.selection-mode .selection-menu:backdrop .arrow, headerbar.selection-mode .selection-menu .arrow, - .titlebar:not(headerbar).selection-mode .selection-menu:backdrop .arrow, - .titlebar:not(headerbar).selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - color: rgba(40, 40, 40, 0.5); - -gtk-icon-shadow: none; } - headerbar.selection-mode .dim-label, headerbar.selection-mode label.separator, .selection-menu headerbar.selection-mode .dim-label, .selection-menu headerbar.selection-mode label.separator, - .titlebar:not(headerbar).selection-mode .dim-label, - .titlebar:not(headerbar).selection-mode label.separator, .selection-menu .titlebar:not(headerbar).selection-mode .dim-label, .selection-menu .titlebar:not(headerbar).selection-mode label.separator { - color: #675c51; } - -/********** - ! Calendar -***********/ -calendar { - padding: 1px 3px; - outline-offset: -1px; - color: #ebdbb2; } - calendar:selected { - border-radius: 4px; } - calendar.header { - border-bottom: 1px solid rgba(131, 104, 34, 0.1); - border-radius: 0; } - calendar.header:backdrop { - border-color: rgba(131, 104, 34, 0.1); } - calendar.button { - color: rgba(235, 219, 178, 0.55); } - calendar.button:hover { - color: #ebdbb2; } - calendar.button:backdrop { - color: alpha(mix(#ebdbb2,#282828,0.5),0.55); } - calendar.button:disabled { - color: alpha(mix(#ebdbb2,#282828,0.5),0.55); } - calendar:indeterminate, calendar:indeterminate:backdrop { - color: mix(#ebdbb2,#282828,0.5); } - calendar.highlight, calendar.highlight:backdrop { - font-size: smaller; - color: mix(#928374,#ebdbb2,0.5); } - calendar:backdrop { - color: mix(#282828,#ebdbb2,0.8); } - -/* gnome-calendar */ -.calendar-view { - background-color: #282828; - color: #ebdbb2; } - -/*************** - ! Color chooser -****************/ -colorswatch:drop(active), colorswatch { - border-style: none; } - -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 overlay { - color: #282828; } - colorswatch.dark overlay:hover { - border-color: rgba(131, 104, 34, 0.8); } - colorswatch.dark overlay:backdrop { - color: mix(#928374,#282828,0.66); } - -colorswatch.light overlay { - color: #ebdbb2; } - colorswatch.light overlay:hover { - border-color: rgba(131, 104, 34, 0.5); } - colorswatch.light overlay:backdrop { - color: mix(#282828,#ebdbb2,0.8); } - -colorswatch:drop(active) { - box-shadow: none; } - colorswatch:drop(active).light overlay { - border-color: #928374; - box-shadow: inset 0 0 0 2px #7f7163, inset 0 0 0 1px #928374; } - colorswatch:drop(active).dark overlay { - border-color: #928374; - box-shadow: inset 0 0 0 2px rgba(131, 104, 34, 0.3), inset 0 0 0 1px #928374; } - -colorswatch overlay { - border: 1px solid rgba(131, 104, 34, 0.3); } - colorswatch overlay:hover { - box-shadow: inset 0 1px rgba(41, 41, 41, 0.4), inset 0 -1px rgba(131, 104, 34, 0.2); } - colorswatch overlay:backdrop, colorswatch overlay:backdrop:hover { - border-color: rgba(131, 104, 34, 0.3); - box-shadow: none; } - -colorswatch:disabled { - opacity: .5; } - colorswatch:disabled overlay { - border-color: rgba(131, 104, 34, 0.6); - box-shadow: none; } - -row:selected colorswatch { - box-shadow: 0 0 0 2px #282828; } - -colorswatch#add-color-button { - border-radius: 4px 4px 0 0; } - colorswatch#add-color-button:only-child { - border-radius: 4px; } - colorswatch#add-color-button overlay { - background-color: #262626; - color: #ebdbb2; } - colorswatch#add-color-button overlay:hover { - background-color: #242424; } - colorswatch#add-color-button overlay:backdrop { - background-color: #262626; } - -colorswatch#editor-color-sample { - border-radius: 4px; } - colorswatch#editor-color-sample overlay { - border-radius: 4.5px; } - -button.color { - padding: 3px; } - button.color colorswatch:only-child, button.color colorswatch:only-child overlay { - border-radius: 4px; } - button.color:disabled colorswatch:only-child, button.color:backdrop colorswatch:only-child, button.color:active colorswatch:only-child, button.color:checked colorswatch:only-child { - box-shadow: none; } - -/*********************** -! Font and file choosers -************************/ -filechooser { - /* for fallback when header bar not used */ } - filechooser .dialog-action-box { - border-top: 1px solid mix(#282828,#ebdbb2,0.18); } - filechooser .dialog-action-box:backdrop { - border-top-color: mix(#282828,mix(#282828,#ebdbb2,0.18),0.9); } - filechooser #pathbarbox { - border-bottom: 1px solid mix(#282828,#ebdbb2,0.18); - background-color: #282828; } - -filechooserbutton:drop(active) { - box-shadow: none; - border-color: transparent; } - -/****************** - ! Grid and flowbox -*******************/ -list { - color: #ebdbb2; - background-color: #282828; - border-color: mix(#282828,#ebdbb2,0.18); } - list:backdrop { - background-color: #282828; - border-color: mix(#282828,mix(#282828,#ebdbb2,0.18),0.9); } - list row { - padding: 3px; } - -row { - transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - row:hover { - transition: none; } - row:backdrop { - transition: 200ms ease-out; } - row.activatable.has-open-popup, row.activatable:hover { - background-color: rgba(235, 219, 178, 0.05); } - row.activatable:active { - box-shadow: inset 0 2px 2px -2px rgba(131, 104, 34, 0.2); } - row.activatable:backdrop:hover { - background-color: transparent; } - row.activatable:selected:active { - box-shadow: inset 0 2px 3px -1px rgba(131, 104, 34, 0.5); } - row.activatable:selected.has-open-popup, row.activatable:selected:hover { - background-color: mix(#928374,#ebdbb2,0.1); } - row.activatable:selected:backdrop { - background-color: #928374; } - -flowbox flowboxchild { - padding: 3px; - border-radius: 4px; } - flowbox flowboxchild:selected { - outline-offset: -2px; } - -/********* - ! Buttons -**********/ -/****************** -! ComboBoxes * -*******************/ -/********* - ! Infobar -**********/ -infobar { - border: 0; } - infobar.info, infobar.info:backdrop { - background-color: #458588; - background-image: none; - border: 1px solid #376a6d; - caret-color: currentColor; } - infobar.info label, infobar.info, infobar.info:backdrop label, infobar.info:backdrop { - color: #282828; } - infobar.info button { - background-color: #458588; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - infobar.info button:focus, infobar.info button:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - infobar.info button:active, infobar.info button:active:hover, infobar.info button:active:focus, infobar.info button:active:hover:focus, infobar.info button:checked, infobar.info button:checked:hover, infobar.info button:checked:focus, infobar.info button:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - infobar.info button:disabled { - border-color: rgba(34, 34, 34, 0.32); } - infobar.info button:active:disabled, infobar.info button:checked:disabled { - border-color: rgba(32, 32, 32, 0.32); } - .linked:not(.vertical) > infobar.info button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.info button, - stackswitcher:not(.vertical) > infobar.info button:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.info button:hover, - stackswitcher:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .linked:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.info button:checked, - stackswitcher:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.info button:checked:hover, - stackswitcher:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > infobar.info button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) infobar.info button, - stackswitcher.vertical > infobar.info button:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > infobar.info button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) infobar.info button:hover, - stackswitcher.vertical > infobar.info button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .linked.vertical > infobar.info button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) infobar.info button:checked, - stackswitcher.vertical > infobar.info button:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > infobar.info button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) infobar.info button:checked:hover, - stackswitcher.vertical > infobar.info button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - infobar.info button.flat { - color: #282828; - border-color: rgba(69, 133, 136, 0); - background-color: rgba(69, 133, 136, 0); - background-image: none; - box-shadow: none; } - infobar.info button:hover, infobar.info button.flat:hover { - background-color: #488c8f; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - infobar.info button:hover:focus, infobar.info button:hover:hover, infobar.info button.flat:hover:focus, infobar.info button.flat:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - infobar.info button:hover:active, infobar.info button:hover:active:hover, infobar.info button:hover:active:focus, infobar.info button:hover:active:hover:focus, infobar.info button:hover:checked, infobar.info button:hover:checked:hover, infobar.info button:hover:checked:focus, infobar.info button:hover:checked:hover:focus, infobar.info button.flat:hover:active, infobar.info button.flat:hover:active:hover, infobar.info button.flat:hover:active:focus, infobar.info button.flat:hover:active:hover:focus, infobar.info button.flat:hover:checked, infobar.info button.flat:hover:checked:hover, infobar.info button.flat:hover:checked:focus, infobar.info button.flat:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - infobar.info button:hover:disabled, infobar.info button.flat:hover:disabled { - border-color: rgba(34, 34, 34, 0.4); } - infobar.info button:hover:active:disabled, infobar.info button:hover:checked:disabled, infobar.info button.flat:hover:active:disabled, infobar.info button.flat:hover:checked:disabled { - border-color: rgba(32, 32, 32, 0.4); } - infobar.info button:focus, infobar.info button.flat:focus { - background-color: #488c8f; - background-image: none; - border-color: rgba(40, 40, 40, 0.32); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - infobar.info button:focus:hover, infobar.info button.flat:focus:hover { - background-color: #4c9296; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - infobar.info button:focus:hover:focus, infobar.info button:focus:hover:hover, infobar.info button.flat:focus:hover:focus, infobar.info button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - infobar.info button:focus:hover:active, infobar.info button:focus:hover:active:hover, infobar.info button:focus:hover:active:focus, infobar.info button:focus:hover:active:hover:focus, infobar.info button:focus:hover:checked, infobar.info button:focus:hover:checked:hover, infobar.info button:focus:hover:checked:focus, infobar.info button:focus:hover:checked:hover:focus, infobar.info button.flat:focus:hover:active, infobar.info button.flat:focus:hover:active:hover, infobar.info button.flat:focus:hover:active:focus, infobar.info button.flat:focus:hover:active:hover:focus, infobar.info button.flat:focus:hover:checked, infobar.info button.flat:focus:hover:checked:hover, infobar.info button.flat:focus:hover:checked:focus, infobar.info button.flat:focus:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - infobar.info button:focus:hover:disabled, infobar.info button.flat:focus:hover:disabled { - border-color: rgba(34, 34, 34, 0.4); } - infobar.info button:focus:hover:active:disabled, infobar.info button:focus:hover:checked:disabled, infobar.info button.flat:focus:hover:active:disabled, infobar.info button.flat:focus:hover:checked:disabled { - border-color: rgba(32, 32, 32, 0.4); } - infobar.info button:checked, infobar.info button:active, infobar.info button.flat:checked, infobar.info button.flat:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(40, 40, 40, 0.06), inset 0 1px rgba(40, 40, 40, 0.07), inset -1px 0 rgba(40, 40, 40, 0.06), inset 0 -1px rgba(40, 40, 40, 0.05); } - infobar.info button:checked:focus, infobar.info button:checked:hover, infobar.info button:active:focus, infobar.info button:active:hover, infobar.info button.flat:checked:focus, infobar.info button.flat:checked:hover, infobar.info button.flat:active:focus, infobar.info button.flat:active:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - infobar.info button:checked:active, infobar.info button:checked:active:hover, infobar.info button:checked:active:focus, infobar.info button:checked:active:hover:focus, infobar.info button:checked:checked, infobar.info button:checked:checked:hover, infobar.info button:checked:checked:focus, infobar.info button:checked:checked:hover:focus, infobar.info button:active:active, infobar.info button:active:active:hover, infobar.info button:active:active:focus, infobar.info button:active:active:hover:focus, infobar.info button:active:checked, infobar.info button:active:checked:hover, infobar.info button:active:checked:focus, infobar.info button:active:checked:hover:focus, infobar.info button.flat:checked:active, infobar.info button.flat:checked:active:hover, infobar.info button.flat:checked:active:focus, infobar.info button.flat:checked:active:hover:focus, infobar.info button.flat:checked:checked, infobar.info button.flat:checked:checked:hover, infobar.info button.flat:checked:checked:focus, infobar.info button.flat:checked:checked:hover:focus, infobar.info button.flat:active:active, infobar.info button.flat:active:active:hover, infobar.info button.flat:active:active:focus, infobar.info button.flat:active:active:hover:focus, infobar.info button.flat:active:checked, infobar.info button.flat:active:checked:hover, infobar.info button.flat:active:checked:focus, infobar.info button.flat:active:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - infobar.info button:checked:disabled, infobar.info button:active:disabled, infobar.info button.flat:checked:disabled, infobar.info button.flat:active:disabled { - border-color: rgba(34, 34, 34, 0.32); } - infobar.info button:checked:active:disabled, infobar.info button:checked:checked:disabled, infobar.info button:active:active:disabled, infobar.info button:active:checked:disabled, infobar.info button.flat:checked:active:disabled, infobar.info button.flat:checked:checked:disabled, infobar.info button.flat:active:active:disabled, infobar.info button.flat:active:checked:disabled { - border-color: rgba(32, 32, 32, 0.32); } - infobar.info button:checked:focus, infobar.info button:checked:hover, infobar.info button:active:focus, infobar.info button:active:hover, infobar.info button.flat:checked:focus, infobar.info button.flat:checked:hover, infobar.info button.flat:active:focus, infobar.info button.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - infobar.info button:focus, infobar.info button:hover, infobar.info button.flat:focus, infobar.info button.flat:hover { - color: #282828; } - infobar.info button:disabled:disabled, infobar.info button.flat:disabled:disabled { - background-color: alpha(mix(#458588,#282828,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(#458588,#282828,0.6); - box-shadow: none; } - infobar.info button:disabled:disabled :disabled, infobar.info button.flat:disabled:disabled :disabled { - color: mix(#458588,#282828,0.6); } - infobar.info button:active:disabled, infobar.info button:checked:disabled, infobar.info button.flat:active:disabled, infobar.info button.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - infobar.info button:active:disabled :disabled, infobar.info button:checked:disabled :disabled, infobar.info button.flat:active:disabled :disabled, infobar.info button.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - infobar.info button.separator, infobar.info button .separator { - border: 1px solid currentColor; - color: rgba(69, 133, 136, 0.9); } - infobar.info button.separator:disabled, infobar.info button .separator:disabled { - color: rgba(69, 133, 136, 0.85); } - infobar.warning, infobar.warning:backdrop { - background-color: #d79921; - background-image: none; - border: 1px solid #ac7a1a; - caret-color: currentColor; } - infobar.warning label, infobar.warning, infobar.warning:backdrop label, infobar.warning:backdrop { - color: #282828; } - infobar.warning button { - background-color: #d79921; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - infobar.warning button:focus, infobar.warning button:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - infobar.warning button:active, infobar.warning button:active:hover, infobar.warning button:active:focus, infobar.warning button:active:hover:focus, infobar.warning button:checked, infobar.warning button:checked:hover, infobar.warning button:checked:focus, infobar.warning button:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - infobar.warning button:disabled { - border-color: rgba(34, 34, 34, 0.32); } - infobar.warning button:active:disabled, infobar.warning button:checked:disabled { - border-color: rgba(32, 32, 32, 0.32); } - .linked:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.warning button, - stackswitcher:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.warning button:hover, - stackswitcher:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .linked:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.warning button:checked, - stackswitcher:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.warning button:checked:hover, - stackswitcher:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > infobar.warning button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) infobar.warning button, - stackswitcher.vertical > infobar.warning button:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > infobar.warning button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) infobar.warning button:hover, - stackswitcher.vertical > infobar.warning button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .linked.vertical > infobar.warning button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) infobar.warning button:checked, - stackswitcher.vertical > infobar.warning button:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > infobar.warning button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) infobar.warning button:checked:hover, - stackswitcher.vertical > infobar.warning button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - infobar.warning button.flat { - color: #282828; - border-color: rgba(215, 153, 33, 0); - background-color: rgba(215, 153, 33, 0); - background-image: none; - box-shadow: none; } - infobar.warning button:hover, infobar.warning button.flat:hover { - background-color: #de9f27; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - infobar.warning button:hover:focus, infobar.warning button:hover:hover, infobar.warning button.flat:hover:focus, infobar.warning button.flat:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - infobar.warning button:hover:active, infobar.warning button:hover:active:hover, infobar.warning button:hover:active:focus, infobar.warning button:hover:active:hover:focus, infobar.warning button:hover:checked, infobar.warning button:hover:checked:hover, infobar.warning button:hover:checked:focus, infobar.warning button:hover:checked:hover:focus, infobar.warning button.flat:hover:active, infobar.warning button.flat:hover:active:hover, infobar.warning button.flat:hover:active:focus, infobar.warning button.flat:hover:active:hover:focus, infobar.warning button.flat:hover:checked, infobar.warning button.flat:hover:checked:hover, infobar.warning button.flat:hover:checked:focus, infobar.warning button.flat:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - infobar.warning button:hover:disabled, infobar.warning button.flat:hover:disabled { - border-color: rgba(34, 34, 34, 0.4); } - infobar.warning button:hover:active:disabled, infobar.warning button:hover:checked:disabled, infobar.warning button.flat:hover:active:disabled, infobar.warning button.flat:hover:checked:disabled { - border-color: rgba(32, 32, 32, 0.4); } - infobar.warning button:focus, infobar.warning button.flat:focus { - background-color: #de9f27; - background-image: none; - border-color: rgba(40, 40, 40, 0.32); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - infobar.warning button:focus:hover, infobar.warning button.flat:focus:hover { - background-color: #dfa431; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - infobar.warning button:focus:hover:focus, infobar.warning button:focus:hover:hover, infobar.warning button.flat:focus:hover:focus, infobar.warning button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - infobar.warning button:focus:hover:active, infobar.warning button:focus:hover:active:hover, infobar.warning button:focus:hover:active:focus, infobar.warning button:focus:hover:active:hover:focus, infobar.warning button:focus:hover:checked, infobar.warning button:focus:hover:checked:hover, infobar.warning button:focus:hover:checked:focus, infobar.warning button:focus:hover:checked:hover:focus, infobar.warning button.flat:focus:hover:active, infobar.warning button.flat:focus:hover:active:hover, infobar.warning button.flat:focus:hover:active:focus, infobar.warning button.flat:focus:hover:active:hover:focus, infobar.warning button.flat:focus:hover:checked, infobar.warning button.flat:focus:hover:checked:hover, infobar.warning button.flat:focus:hover:checked:focus, infobar.warning button.flat:focus:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - infobar.warning button:focus:hover:disabled, infobar.warning button.flat:focus:hover:disabled { - border-color: rgba(34, 34, 34, 0.4); } - infobar.warning button:focus:hover:active:disabled, infobar.warning button:focus:hover:checked:disabled, infobar.warning button.flat:focus:hover:active:disabled, infobar.warning button.flat:focus:hover:checked:disabled { - border-color: rgba(32, 32, 32, 0.4); } - infobar.warning button:checked, infobar.warning button:active, infobar.warning button.flat:checked, infobar.warning button.flat:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(40, 40, 40, 0.06), inset 0 1px rgba(40, 40, 40, 0.07), inset -1px 0 rgba(40, 40, 40, 0.06), inset 0 -1px rgba(40, 40, 40, 0.05); } - infobar.warning button:checked:focus, infobar.warning button:checked:hover, infobar.warning button:active:focus, infobar.warning button:active:hover, infobar.warning button.flat:checked:focus, infobar.warning button.flat:checked:hover, infobar.warning button.flat:active:focus, infobar.warning button.flat:active:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - infobar.warning button:checked:active, infobar.warning button:checked:active:hover, infobar.warning button:checked:active:focus, infobar.warning button:checked:active:hover:focus, infobar.warning button:checked:checked, infobar.warning button:checked:checked:hover, infobar.warning button:checked:checked:focus, infobar.warning button:checked:checked:hover:focus, infobar.warning button:active:active, infobar.warning button:active:active:hover, infobar.warning button:active:active:focus, infobar.warning button:active:active:hover:focus, infobar.warning button:active:checked, infobar.warning button:active:checked:hover, infobar.warning button:active:checked:focus, infobar.warning button:active:checked:hover:focus, infobar.warning button.flat:checked:active, infobar.warning button.flat:checked:active:hover, infobar.warning button.flat:checked:active:focus, infobar.warning button.flat:checked:active:hover:focus, infobar.warning button.flat:checked:checked, infobar.warning button.flat:checked:checked:hover, infobar.warning button.flat:checked:checked:focus, infobar.warning button.flat:checked:checked:hover:focus, infobar.warning button.flat:active:active, infobar.warning button.flat:active:active:hover, infobar.warning button.flat:active:active:focus, infobar.warning button.flat:active:active:hover:focus, infobar.warning button.flat:active:checked, infobar.warning button.flat:active:checked:hover, infobar.warning button.flat:active:checked:focus, infobar.warning button.flat:active:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - infobar.warning button:checked:disabled, infobar.warning button:active:disabled, infobar.warning button.flat:checked:disabled, infobar.warning button.flat:active:disabled { - border-color: rgba(34, 34, 34, 0.32); } - infobar.warning button:checked:active:disabled, infobar.warning button:checked:checked:disabled, infobar.warning button:active:active:disabled, infobar.warning button:active:checked:disabled, infobar.warning button.flat:checked:active:disabled, infobar.warning button.flat:checked:checked:disabled, infobar.warning button.flat:active:active:disabled, infobar.warning button.flat:active:checked:disabled { - border-color: rgba(32, 32, 32, 0.32); } - infobar.warning button:checked:focus, infobar.warning button:checked:hover, infobar.warning button:active:focus, infobar.warning button:active:hover, infobar.warning button.flat:checked:focus, infobar.warning button.flat:checked:hover, infobar.warning button.flat:active:focus, infobar.warning button.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - infobar.warning button:focus, infobar.warning button:hover, infobar.warning button.flat:focus, infobar.warning button.flat:hover { - color: #282828; } - infobar.warning button:disabled:disabled, infobar.warning button.flat:disabled:disabled { - background-color: alpha(mix(#d79921,#282828,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(#d79921,#282828,0.6); - box-shadow: none; } - infobar.warning button:disabled:disabled :disabled, infobar.warning button.flat:disabled:disabled :disabled { - color: mix(#d79921,#282828,0.6); } - infobar.warning button:active:disabled, infobar.warning button:checked:disabled, infobar.warning button.flat:active:disabled, infobar.warning button.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - infobar.warning button:active:disabled :disabled, infobar.warning button:checked:disabled :disabled, infobar.warning button.flat:active:disabled :disabled, infobar.warning button.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - infobar.warning button.separator, infobar.warning button .separator { - border: 1px solid currentColor; - color: rgba(215, 153, 33, 0.9); } - infobar.warning button.separator:disabled, infobar.warning button .separator:disabled { - color: rgba(215, 153, 33, 0.85); } - infobar.question, infobar.question:backdrop { - background-color: #458588; - background-image: none; - border: 1px solid #376a6d; - caret-color: currentColor; } - infobar.question label, infobar.question, infobar.question:backdrop label, infobar.question:backdrop { - color: #282828; } - infobar.question button { - background-color: #458588; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - infobar.question button:focus, infobar.question button:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - infobar.question button:active, infobar.question button:active:hover, infobar.question button:active:focus, infobar.question button:active:hover:focus, infobar.question button:checked, infobar.question button:checked:hover, infobar.question button:checked:focus, infobar.question button:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - infobar.question button:disabled { - border-color: rgba(34, 34, 34, 0.32); } - infobar.question button:active:disabled, infobar.question button:checked:disabled { - border-color: rgba(32, 32, 32, 0.32); } - .linked:not(.vertical) > infobar.question button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.question button, - stackswitcher:not(.vertical) > infobar.question button:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.question button:hover, - stackswitcher:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .linked:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.question button:checked, - stackswitcher:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.question button:checked:hover, - stackswitcher:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > infobar.question button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) infobar.question button, - stackswitcher.vertical > infobar.question button:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > infobar.question button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) infobar.question button:hover, - stackswitcher.vertical > infobar.question button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .linked.vertical > infobar.question button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) infobar.question button:checked, - stackswitcher.vertical > infobar.question button:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > infobar.question button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) infobar.question button:checked:hover, - stackswitcher.vertical > infobar.question button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - infobar.question button.flat { - color: #282828; - border-color: rgba(69, 133, 136, 0); - background-color: rgba(69, 133, 136, 0); - background-image: none; - box-shadow: none; } - infobar.question button:hover, infobar.question button.flat:hover { - background-color: #488c8f; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - infobar.question button:hover:focus, infobar.question button:hover:hover, infobar.question button.flat:hover:focus, infobar.question button.flat:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - infobar.question button:hover:active, infobar.question button:hover:active:hover, infobar.question button:hover:active:focus, infobar.question button:hover:active:hover:focus, infobar.question button:hover:checked, infobar.question button:hover:checked:hover, infobar.question button:hover:checked:focus, infobar.question button:hover:checked:hover:focus, infobar.question button.flat:hover:active, infobar.question button.flat:hover:active:hover, infobar.question button.flat:hover:active:focus, infobar.question button.flat:hover:active:hover:focus, infobar.question button.flat:hover:checked, infobar.question button.flat:hover:checked:hover, infobar.question button.flat:hover:checked:focus, infobar.question button.flat:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - infobar.question button:hover:disabled, infobar.question button.flat:hover:disabled { - border-color: rgba(34, 34, 34, 0.4); } - infobar.question button:hover:active:disabled, infobar.question button:hover:checked:disabled, infobar.question button.flat:hover:active:disabled, infobar.question button.flat:hover:checked:disabled { - border-color: rgba(32, 32, 32, 0.4); } - infobar.question button:focus, infobar.question button.flat:focus { - background-color: #488c8f; - background-image: none; - border-color: rgba(40, 40, 40, 0.32); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - infobar.question button:focus:hover, infobar.question button.flat:focus:hover { - background-color: #4c9296; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - infobar.question button:focus:hover:focus, infobar.question button:focus:hover:hover, infobar.question button.flat:focus:hover:focus, infobar.question button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - infobar.question button:focus:hover:active, infobar.question button:focus:hover:active:hover, infobar.question button:focus:hover:active:focus, infobar.question button:focus:hover:active:hover:focus, infobar.question button:focus:hover:checked, infobar.question button:focus:hover:checked:hover, infobar.question button:focus:hover:checked:focus, infobar.question button:focus:hover:checked:hover:focus, infobar.question button.flat:focus:hover:active, infobar.question button.flat:focus:hover:active:hover, infobar.question button.flat:focus:hover:active:focus, infobar.question button.flat:focus:hover:active:hover:focus, infobar.question button.flat:focus:hover:checked, infobar.question button.flat:focus:hover:checked:hover, infobar.question button.flat:focus:hover:checked:focus, infobar.question button.flat:focus:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - infobar.question button:focus:hover:disabled, infobar.question button.flat:focus:hover:disabled { - border-color: rgba(34, 34, 34, 0.4); } - infobar.question button:focus:hover:active:disabled, infobar.question button:focus:hover:checked:disabled, infobar.question button.flat:focus:hover:active:disabled, infobar.question button.flat:focus:hover:checked:disabled { - border-color: rgba(32, 32, 32, 0.4); } - infobar.question button:checked, infobar.question button:active, infobar.question button.flat:checked, infobar.question button.flat:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(40, 40, 40, 0.06), inset 0 1px rgba(40, 40, 40, 0.07), inset -1px 0 rgba(40, 40, 40, 0.06), inset 0 -1px rgba(40, 40, 40, 0.05); } - infobar.question button:checked:focus, infobar.question button:checked:hover, infobar.question button:active:focus, infobar.question button:active:hover, infobar.question button.flat:checked:focus, infobar.question button.flat:checked:hover, infobar.question button.flat:active:focus, infobar.question button.flat:active:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - infobar.question button:checked:active, infobar.question button:checked:active:hover, infobar.question button:checked:active:focus, infobar.question button:checked:active:hover:focus, infobar.question button:checked:checked, infobar.question button:checked:checked:hover, infobar.question button:checked:checked:focus, infobar.question button:checked:checked:hover:focus, infobar.question button:active:active, infobar.question button:active:active:hover, infobar.question button:active:active:focus, infobar.question button:active:active:hover:focus, infobar.question button:active:checked, infobar.question button:active:checked:hover, infobar.question button:active:checked:focus, infobar.question button:active:checked:hover:focus, infobar.question button.flat:checked:active, infobar.question button.flat:checked:active:hover, infobar.question button.flat:checked:active:focus, infobar.question button.flat:checked:active:hover:focus, infobar.question button.flat:checked:checked, infobar.question button.flat:checked:checked:hover, infobar.question button.flat:checked:checked:focus, infobar.question button.flat:checked:checked:hover:focus, infobar.question button.flat:active:active, infobar.question button.flat:active:active:hover, infobar.question button.flat:active:active:focus, infobar.question button.flat:active:active:hover:focus, infobar.question button.flat:active:checked, infobar.question button.flat:active:checked:hover, infobar.question button.flat:active:checked:focus, infobar.question button.flat:active:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - infobar.question button:checked:disabled, infobar.question button:active:disabled, infobar.question button.flat:checked:disabled, infobar.question button.flat:active:disabled { - border-color: rgba(34, 34, 34, 0.32); } - infobar.question button:checked:active:disabled, infobar.question button:checked:checked:disabled, infobar.question button:active:active:disabled, infobar.question button:active:checked:disabled, infobar.question button.flat:checked:active:disabled, infobar.question button.flat:checked:checked:disabled, infobar.question button.flat:active:active:disabled, infobar.question button.flat:active:checked:disabled { - border-color: rgba(32, 32, 32, 0.32); } - infobar.question button:checked:focus, infobar.question button:checked:hover, infobar.question button:active:focus, infobar.question button:active:hover, infobar.question button.flat:checked:focus, infobar.question button.flat:checked:hover, infobar.question button.flat:active:focus, infobar.question button.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - infobar.question button:focus, infobar.question button:hover, infobar.question button.flat:focus, infobar.question button.flat:hover { - color: #282828; } - infobar.question button:disabled:disabled, infobar.question button.flat:disabled:disabled { - background-color: alpha(mix(#458588,#282828,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(#458588,#282828,0.6); - box-shadow: none; } - infobar.question button:disabled:disabled :disabled, infobar.question button.flat:disabled:disabled :disabled { - color: mix(#458588,#282828,0.6); } - infobar.question button:active:disabled, infobar.question button:checked:disabled, infobar.question button.flat:active:disabled, infobar.question button.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - infobar.question button:active:disabled :disabled, infobar.question button:checked:disabled :disabled, infobar.question button.flat:active:disabled :disabled, infobar.question button.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - infobar.question button.separator, infobar.question button .separator { - border: 1px solid currentColor; - color: rgba(69, 133, 136, 0.9); } - infobar.question button.separator:disabled, infobar.question button .separator:disabled { - color: rgba(69, 133, 136, 0.85); } - infobar.error, infobar.error:backdrop { - background-color: #cc241d; - background-image: none; - border: 1px solid #a31d17; - caret-color: currentColor; } - infobar.error label, infobar.error, infobar.error:backdrop label, infobar.error:backdrop { - color: #282828; } - infobar.error button { - background-color: #cc241d; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - infobar.error button:focus, infobar.error button:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - infobar.error button:active, infobar.error button:active:hover, infobar.error button:active:focus, infobar.error button:active:hover:focus, infobar.error button:checked, infobar.error button:checked:hover, infobar.error button:checked:focus, infobar.error button:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - infobar.error button:disabled { - border-color: rgba(34, 34, 34, 0.32); } - infobar.error button:active:disabled, infobar.error button:checked:disabled { - border-color: rgba(32, 32, 32, 0.32); } - .linked:not(.vertical) > infobar.error button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.error button, - stackswitcher:not(.vertical) > infobar.error button:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.error button:hover, - stackswitcher:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .linked:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.error button:checked, - stackswitcher:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.error button:checked:hover, - stackswitcher:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > infobar.error button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) infobar.error button, - stackswitcher.vertical > infobar.error button:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > infobar.error button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) infobar.error button:hover, - stackswitcher.vertical > infobar.error button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .linked.vertical > infobar.error button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) infobar.error button:checked, - stackswitcher.vertical > infobar.error button:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > infobar.error button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) infobar.error button:checked:hover, - stackswitcher.vertical > infobar.error button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - infobar.error button.flat { - color: #282828; - border-color: rgba(204, 36, 29, 0); - background-color: rgba(204, 36, 29, 0); - background-image: none; - box-shadow: none; } - infobar.error button:hover, infobar.error button.flat:hover { - background-color: #d6261e; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - infobar.error button:hover:focus, infobar.error button:hover:hover, infobar.error button.flat:hover:focus, infobar.error button.flat:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - infobar.error button:hover:active, infobar.error button:hover:active:hover, infobar.error button:hover:active:focus, infobar.error button:hover:active:hover:focus, infobar.error button:hover:checked, infobar.error button:hover:checked:hover, infobar.error button:hover:checked:focus, infobar.error button:hover:checked:hover:focus, infobar.error button.flat:hover:active, infobar.error button.flat:hover:active:hover, infobar.error button.flat:hover:active:focus, infobar.error button.flat:hover:active:hover:focus, infobar.error button.flat:hover:checked, infobar.error button.flat:hover:checked:hover, infobar.error button.flat:hover:checked:focus, infobar.error button.flat:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - infobar.error button:hover:disabled, infobar.error button.flat:hover:disabled { - border-color: rgba(34, 34, 34, 0.4); } - infobar.error button:hover:active:disabled, infobar.error button:hover:checked:disabled, infobar.error button.flat:hover:active:disabled, infobar.error button.flat:hover:checked:disabled { - border-color: rgba(32, 32, 32, 0.4); } - infobar.error button:focus, infobar.error button.flat:focus { - background-color: #d6261e; - background-image: none; - border-color: rgba(40, 40, 40, 0.32); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - infobar.error button:focus:hover, infobar.error button.flat:focus:hover { - background-color: #df2821; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - infobar.error button:focus:hover:focus, infobar.error button:focus:hover:hover, infobar.error button.flat:focus:hover:focus, infobar.error button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - infobar.error button:focus:hover:active, infobar.error button:focus:hover:active:hover, infobar.error button:focus:hover:active:focus, infobar.error button:focus:hover:active:hover:focus, infobar.error button:focus:hover:checked, infobar.error button:focus:hover:checked:hover, infobar.error button:focus:hover:checked:focus, infobar.error button:focus:hover:checked:hover:focus, infobar.error button.flat:focus:hover:active, infobar.error button.flat:focus:hover:active:hover, infobar.error button.flat:focus:hover:active:focus, infobar.error button.flat:focus:hover:active:hover:focus, infobar.error button.flat:focus:hover:checked, infobar.error button.flat:focus:hover:checked:hover, infobar.error button.flat:focus:hover:checked:focus, infobar.error button.flat:focus:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - infobar.error button:focus:hover:disabled, infobar.error button.flat:focus:hover:disabled { - border-color: rgba(34, 34, 34, 0.4); } - infobar.error button:focus:hover:active:disabled, infobar.error button:focus:hover:checked:disabled, infobar.error button.flat:focus:hover:active:disabled, infobar.error button.flat:focus:hover:checked:disabled { - border-color: rgba(32, 32, 32, 0.4); } - infobar.error button:checked, infobar.error button:active, infobar.error button.flat:checked, infobar.error button.flat:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(40, 40, 40, 0.06), inset 0 1px rgba(40, 40, 40, 0.07), inset -1px 0 rgba(40, 40, 40, 0.06), inset 0 -1px rgba(40, 40, 40, 0.05); } - infobar.error button:checked:focus, infobar.error button:checked:hover, infobar.error button:active:focus, infobar.error button:active:hover, infobar.error button.flat:checked:focus, infobar.error button.flat:checked:hover, infobar.error button.flat:active:focus, infobar.error button.flat:active:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - infobar.error button:checked:active, infobar.error button:checked:active:hover, infobar.error button:checked:active:focus, infobar.error button:checked:active:hover:focus, infobar.error button:checked:checked, infobar.error button:checked:checked:hover, infobar.error button:checked:checked:focus, infobar.error button:checked:checked:hover:focus, infobar.error button:active:active, infobar.error button:active:active:hover, infobar.error button:active:active:focus, infobar.error button:active:active:hover:focus, infobar.error button:active:checked, infobar.error button:active:checked:hover, infobar.error button:active:checked:focus, infobar.error button:active:checked:hover:focus, infobar.error button.flat:checked:active, infobar.error button.flat:checked:active:hover, infobar.error button.flat:checked:active:focus, infobar.error button.flat:checked:active:hover:focus, infobar.error button.flat:checked:checked, infobar.error button.flat:checked:checked:hover, infobar.error button.flat:checked:checked:focus, infobar.error button.flat:checked:checked:hover:focus, infobar.error button.flat:active:active, infobar.error button.flat:active:active:hover, infobar.error button.flat:active:active:focus, infobar.error button.flat:active:active:hover:focus, infobar.error button.flat:active:checked, infobar.error button.flat:active:checked:hover, infobar.error button.flat:active:checked:focus, infobar.error button.flat:active:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - infobar.error button:checked:disabled, infobar.error button:active:disabled, infobar.error button.flat:checked:disabled, infobar.error button.flat:active:disabled { - border-color: rgba(34, 34, 34, 0.32); } - infobar.error button:checked:active:disabled, infobar.error button:checked:checked:disabled, infobar.error button:active:active:disabled, infobar.error button:active:checked:disabled, infobar.error button.flat:checked:active:disabled, infobar.error button.flat:checked:checked:disabled, infobar.error button.flat:active:active:disabled, infobar.error button.flat:active:checked:disabled { - border-color: rgba(32, 32, 32, 0.32); } - infobar.error button:checked:focus, infobar.error button:checked:hover, infobar.error button:active:focus, infobar.error button:active:hover, infobar.error button.flat:checked:focus, infobar.error button.flat:checked:hover, infobar.error button.flat:active:focus, infobar.error button.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - infobar.error button:focus, infobar.error button:hover, infobar.error button.flat:focus, infobar.error button.flat:hover { - color: #282828; } - infobar.error button:disabled:disabled, infobar.error button.flat:disabled:disabled { - background-color: alpha(mix(#cc241d,#282828,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(#cc241d,#282828,0.6); - box-shadow: none; } - infobar.error button:disabled:disabled :disabled, infobar.error button.flat:disabled:disabled :disabled { - color: mix(#cc241d,#282828,0.6); } - infobar.error button:active:disabled, infobar.error button:checked:disabled, infobar.error button.flat:active:disabled, infobar.error button.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - infobar.error button:active:disabled :disabled, infobar.error button:checked:disabled :disabled, infobar.error button.flat:active:disabled :disabled, infobar.error button.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - infobar.error button.separator, infobar.error button .separator { - border: 1px solid currentColor; - color: rgba(204, 36, 29, 0.9); } - infobar.error button.separator:disabled, infobar.error button .separator:disabled { - color: rgba(204, 36, 29, 0.85); } - -/********* - ! Entry * -**********/ -.linked:not(.vertical) > entry { - border-width: 1px; - border-radius: 0; - border-right-width: 0; - border-left-width: 0; } - .linked:not(.vertical) > entry:first-child { - border-width: 1px; - border-radius: 4px; - border-right-width: 0; - border-bottom-right-radius: 0; - border-top-right-radius: 0; } - .linked:not(.vertical) > entry:first-child:dir(rtl) { - border-left-width: 0; - border-right-width: 1px; } - .linked:not(.vertical) > entry:last-child { - border-width: 1px; - border-radius: 4px; - border-left-width: 0; - border-bottom-left-radius: 0; - border-top-left-radius: 0; } - .linked:not(.vertical) > entry:last-child:dir(rtl) { - border-left-width: 1px; - border-right-width: 0; } - .linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > entry:first-child:only-child { - border-width: 1px; } - .linked:not(.vertical) > entry:only-child { - border-radius: 4px; } - -.linked.vertical > entry { - border-width: 1px; - border-radius: 0; - border-top-width: 0; - border-bottom-width: 0; } - .linked.vertical > entry:first-child { - border-width: 1px; - border-radius: 4px; - border-top-width: 1px; - border-bottom-width: 0; - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; } - .linked.vertical > entry:first-child:dir(rtl) { - border-top-width: 0; - border-bottom-width: 1px; } - .linked.vertical > entry:last-child { - border-width: 1px; - border-radius: 4px; - border-top-width: 0; - border-bottom-width: 1px; - border-top-left-radius: 0; - border-top-right-radius: 0; } - .linked.vertical > entry:last-child:dir(rtl) { - border-top-width: 1px; - border-bottom-width: 0; } - .linked.vertical > entry:only-child, .linked.vertical > entry:first-child:only-child { - border-width: 1px; } - .linked.vertical > entry:only-child { - border-radius: 4px; } - -entry, menuitem entry, popover.background entry, .osd entry, -#XfceNotifyWindow entry, #login_window entry { - border-width: 1px; - border-style: solid; - border-radius: 4px; - transition: border 100ms ease-out; - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.1), inset 0 1px rgba(66, 52, 17, 0.12), inset -1px 0 rgba(66, 52, 17, 0.1), inset 0 -1px rgba(66, 52, 17, 0.05); } - entry:focus, popover.background entry:focus, - #XfceNotifyWindow entry:focus, #login_window entry:focus, entry:hover, popover.background entry:hover, - #XfceNotifyWindow entry:hover, #login_window entry:hover, entry:active, popover.background entry:active, - #XfceNotifyWindow entry:active, #login_window entry:active { - transition: border 100ms ease-in; } - entry:selected, popover.background entry:selected, - #XfceNotifyWindow entry:selected, #login_window entry:selected, entry:selected:selected:focus, - #XfceNotifyWindow entry:selected:selected:focus, #login_window entry:selected:selected:focus { - background-color: #928374; - color: #282828; } - entry:disabled, popover.background entry:disabled, - #XfceNotifyWindow entry:disabled, #login_window entry:disabled { - box-shadow: none; } - entry progress, popover.background entry progress, .osd entry progress, #XfceNotifyWindow entry progress, #login_window entry progress { - background-color: #928374; - background-image: none; - border-width: 0; - border-radius: 4px; - color: #282828; } - entry image.left, #XfceNotifyWindow entry image.left, #login_window entry image.left { - padding-right: 3px; } - entry image.right, #XfceNotifyWindow entry image.right, #login_window entry image.right { - padding-left: 3px; } - entry.warning, popover.background entry.warning, - #XfceNotifyWindow entry.warning, #login_window entry.warning { - color: #282828; - border-color: #ac7a1a; - background-color: mix(#282828,#d79921,0.6); } - entry.warning image, #XfceNotifyWindow entry.warning image, #login_window entry.warning image { - color: #282828; } - entry.warning:focus, - #XfceNotifyWindow entry.warning:focus, #login_window entry.warning:focus { - color: #282828; - border-color: mix(#928374,#d79921,0.3); - background-color: #d79921; - box-shadow: none; } - entry.warning selection, #XfceNotifyWindow entry.warning selection, #login_window entry.warning selection { - background-color: #282828; - color: #d79921; } - entry.error, popover.background entry.error, - #XfceNotifyWindow entry.error, #login_window entry.error { - color: #282828; - border-color: #a31d17; - background-color: mix(#282828,#cc241d,0.6); } - entry.error image, #XfceNotifyWindow entry.error image, #login_window entry.error image { - color: #282828; } - entry.error:focus, - #XfceNotifyWindow entry.error:focus, #login_window entry.error:focus { - color: #282828; - border-color: mix(#928374,#cc241d,0.3); - background-color: #cc241d; - box-shadow: none; } - entry.error selection, #XfceNotifyWindow entry.error selection, #login_window entry.error selection { - background-color: #282828; - color: #cc241d; } - entry.search-missing, popover.background entry.search-missing, - #XfceNotifyWindow entry.search-missing, #login_window entry.search-missing { - color: #282828; - border-color: #a31d17; - background-color: mix(#282828,#cc241d,0.6); } - entry.search-missing image, #XfceNotifyWindow entry.search-missing image, #login_window entry.search-missing image { - color: #282828; } - entry.search-missing:focus, - #XfceNotifyWindow entry.search-missing:focus, #login_window entry.search-missing:focus { - color: #282828; - border-color: mix(#928374,#cc241d,0.3); - background-color: #cc241d; - box-shadow: none; } - entry.search-missing selection, #XfceNotifyWindow entry.search-missing selection, #login_window entry.search-missing selection { - background-color: #282828; - color: #cc241d; } - -/********* - ! Menubar -**********/ -menubar, .menubar { - -GtkWidget-window-dragging: true; - padding: 0; - border: 0; - background-color: #1d2021; - background-image: none; - color: #fbf1c7; } - menubar > menuitem, .menubar > menuitem { - min-height: 16px; - padding: 5px 7px; - border: 1px solid transparent; - background-color: transparent; - background-image: none; - color: #fbf1c7; } - menubar > menuitem:hover, .menubar > menuitem:hover { - border-color: mix(#1d2021,#fbf1c7,0.21); - background-color: mix(#1d2021,#fbf1c7,0.21); - background-image: none; - color: #fdf9e9; } - menubar > menuitem *:hover, .menubar > menuitem *:hover { - color: #fdf9e9; } - -/****** - ! Menu -*******/ -menu, -.menu, -.context-menu { - border-radius: 0; - padding: 3px; - background-color: #1d2021; - color: #fbf1c7; - border: 1px solid mix(#1d2021,#fbf1c7,0.21); } - .csd menu, .csd - .menu, .csd - .context-menu { - border: 0; } - menu:selected, - .menu:selected, - .context-menu:selected { - background-color: #928374; - color: #282828; } - menu separator, - .csd menu separator, - .menu separator, - .csd - .menu separator, - .context-menu separator, - .csd - .context-menu separator { - background-color: mix(#1d2021,#fbf1c7,0.18); - margin: 1px 0; } - menu .separator, - .csd menu .separator, - .menu .separator, - .csd - .menu .separator, - .context-menu .separator, - .csd - .context-menu .separator { - color: mix(#1d2021,#fbf1c7,0.18); } - menu menuitem, - .menu menuitem, - .context-menu menuitem { - min-height: 16px; - min-width: 40px; - padding: 5px; - border-radius: 0; } - menu menuitem:active, menu menuitem:hover, - .menu menuitem:active, - .menu menuitem:hover, - .context-menu menuitem:active, - .context-menu menuitem:hover { - border: 0; - background-color: #928374; - background-image: none; - color: #282828; } - menu menuitem:active accelerator, menu menuitem:hover accelerator, - .menu menuitem:active accelerator, - .menu menuitem:hover accelerator, - .context-menu menuitem:active accelerator, - .context-menu menuitem:hover accelerator { - color: rgba(40, 40, 40, 0.6); } - menu menuitem *:active, menu menuitem *:hover, - .menu menuitem *:active, - .menu menuitem *:hover, - .context-menu menuitem *:active, - .context-menu menuitem *:hover { - color: #282828; } - menu menuitem:disabled, menu menuitem *:disabled, - .menu menuitem:disabled, - .menu menuitem *:disabled, - .context-menu menuitem:disabled, - .context-menu menuitem *:disabled { - color: mix(#fbf1c7,#1d2021,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: 10px; } - 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: 10px; } - menu menuitem.button, menu menuitem.button:focus, menu menuitem.button:active, menu menuitem.button:disabled, menu menuitem.button:active:disabled, menu menuitem.button.flat, menu menuitem.button.flat:focus, menu menuitem.button.flat:active, menu menuitem.button.flat:disabled, menu menuitem.button.flat:active:disabled, - .menu menuitem.button, - .menu menuitem.button:focus, - .menu menuitem.button:active, - .menu menuitem.button:disabled, - .menu menuitem.button:active:disabled, - .menu menuitem.button.flat, - .menu menuitem.button.flat:focus, - .menu menuitem.button.flat:active, - .menu menuitem.button.flat:disabled, - .menu menuitem.button.flat:active:disabled, - .context-menu menuitem.button, - .context-menu menuitem.button:focus, - .context-menu menuitem.button:active, - .context-menu menuitem.button:disabled, - .context-menu menuitem.button:active:disabled, - .context-menu menuitem.button.flat, - .context-menu menuitem.button.flat:focus, - .context-menu menuitem.button.flat:active, - .context-menu menuitem.button.flat:disabled, - .context-menu menuitem.button.flat:active:disabled { - background-color: transparent; - background-image: none; - border: 0; - box-shadow: none; - color: currentColor; } - menu menuitem.button:hover, menu menuitem.button:focus:hover, menu menuitem.button:active:hover, menu menuitem.button:selected, menu menuitem.button.flat:hover, menu menuitem.button.flat:focus:hover, menu menuitem.button.flat:active:hover, menu menuitem.button.flat:selected, - .menu menuitem.button:hover, - .menu menuitem.button:focus:hover, - .menu menuitem.button:active:hover, - .menu menuitem.button:selected, - .menu menuitem.button.flat:hover, - .menu menuitem.button.flat:focus:hover, - .menu menuitem.button.flat:active:hover, - .menu menuitem.button.flat:selected, - .context-menu menuitem.button:hover, - .context-menu menuitem.button:focus:hover, - .context-menu menuitem.button:active:hover, - .context-menu menuitem.button:selected, - .context-menu menuitem.button.flat:hover, - .context-menu menuitem.button.flat:focus:hover, - .context-menu menuitem.button.flat:active:hover, - .context-menu menuitem.button.flat:selected { - background-image: none; - background-color: #928374; - color: #282828; } - menu menuitem calendar, - .menu menuitem calendar, - .context-menu menuitem calendar { - color: #fbf1c7; } - menu menuitem calendar.header, - .menu menuitem calendar.header, - .context-menu menuitem calendar.header { - border-bottom: 1px solid #1a1d1e; - border-radius: 0; } - menu menuitem calendar.header:backdrop, - .menu menuitem calendar.header:backdrop, - .context-menu menuitem calendar.header:backdrop { - border-color: #1a1d1e; } - menu menuitem calendar.button, - .menu menuitem calendar.button, - .context-menu menuitem calendar.button { - color: rgba(251, 241, 199, 0.55); } - menu menuitem calendar.button:hover, - .menu menuitem calendar.button:hover, - .context-menu menuitem calendar.button:hover { - color: #fbf1c7; } - menu menuitem calendar:indeterminate, menu menuitem calendar:indeterminate:backdrop, - .menu menuitem calendar:indeterminate, - .menu menuitem calendar:indeterminate:backdrop, - .context-menu menuitem calendar:indeterminate, - .context-menu menuitem calendar:indeterminate:backdrop { - color: mix(#fbf1c7,#1d2021,0.5); } - 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: 3px; - background-color: #1d2021; - border-radius: 0; } - menu > arrow.top, - .menu > arrow.top, - .context-menu > arrow.top { - margin-top: -6px; - border-bottom: 1px solid mix(#1d2021,#fbf1c7,0.18); - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } - menu > arrow.bottom, - .menu > arrow.bottom, - .context-menu > arrow.bottom { - margin-bottom: -6px; - border-top: 1px solid mix(#1d2021,#fbf1c7,0.18); - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - menu > arrow:hover, - .menu > arrow:hover, - .context-menu > arrow:hover { - background-color: mix(#1d2021,#fbf1c7,0.1); } - menu > arrow:backdrop, - .menu > arrow:backdrop, - .context-menu > arrow:backdrop { - background-color: #282828; } - menu > arrow:disabled, - .menu > arrow:disabled, - .context-menu > arrow:disabled { - color: transparent; - background-color: transparent; - border-color: transparent; } - -.context-menu { - font: initial; } - -.monospace { - font-family: monospace; } - -menuitem accelerator { - color: rgba(251, 241, 199, 0.6); } - menuitem accelerator:hover { - color: rgba(40, 40, 40, 0.8); } - menuitem accelerator:disabled { - color: alpha(mix(#fbf1c7,#1d2021,0.5),0.4); } - -menuitem check, menuitem radio { - min-height: 16px; - min-width: 16px; } - menuitem check:dir(ltr), menuitem radio:dir(ltr) { - margin-right: 7px; } - menuitem check:dir(rtl), menuitem radio:dir(rtl) { - margin-left: 7px; } - -menuitem window decoration { - box-shadow: 0 2px 3px rgba(131, 104, 34, 0.2); } - -menuitem entry { - background-color: #1d2021; - background-image: none; - border-color: shade(mix(#1d2021,#fbf1c7,0.2),0.8); - padding: 5px 3px; - color: #fbf1c7; - caret-color: #a89984; - -gtk-secondary-caret-color: #a89984; } - menuitem entry:focus, menuitem entry:hover { - border-color: mix(#928374,mix(#1d2021,#fbf1c7,0.2),0.3); } - menuitem entry:active, menuitem entry:active:hover, menuitem entry:active:focus, menuitem entry:active:hover:focus, menuitem entry:checked, menuitem entry:checked:hover, menuitem entry:checked:focus, menuitem entry:checked:hover:focus { - border-color: shade(mix(#1d2021,#fbf1c7,0.2),0.7); } - menuitem entry:disabled { - border-color: shade(mix(#1d2021,#fbf1c7,0.2),0.85); } - menuitem entry:active:disabled, menuitem entry:checked:disabled { - border-color: shade(mix(#1d2021,#fbf1c7,0.2),0.8); } - menuitem entry:focus, menuitem entry:active { - border-color: mix(#928374,mix(#282828,#ebdbb2,0.18),0.3); } - menuitem entry:disabled { - background-color: mix(#1d2021,#fbf1c7,0.07); - background-image: none; - opacity: .9; - color: mix(#1d2021,#fbf1c7,0.9); } - -/********* - ! Popover -**********/ -popover.background { - padding: 0px; - border-radius: 4px; - background-clip: border-box; - background-color: #1d2021; - background-image: none; - color: #fbf1c7; - box-shadow: 0 3px 6px rgba(131, 104, 34, 0.16); } - .csd popover.background, popover.background { - /*@include border($menu_bg_color);*/ - border-color: rgba(245, 220, 115, 0.5); - border-width: 1px; - border-style: solid; } - .csd popover.background:focus, .csd popover.background:hover, popover.background:focus, popover.background:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.5),0.3); } - .csd popover.background:active, .csd popover.background:active:hover, .csd popover.background:active:focus, .csd popover.background:active:hover:focus, .csd popover.background:checked, .csd popover.background:checked:hover, .csd popover.background:checked:focus, .csd popover.background:checked:hover:focus, popover.background:active, popover.background:active:hover, popover.background:active:focus, popover.background:active:hover:focus, popover.background:checked, popover.background:checked:hover, popover.background:checked:focus, popover.background:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.5); } - .csd popover.background:disabled, popover.background:disabled { - border-color: rgba(247, 225, 136, 0.5); } - .csd popover.background:active:disabled, .csd popover.background:checked:disabled, popover.background:active:disabled, popover.background:checked:disabled { - border-color: rgba(245, 220, 115, 0.5); } - popover.background:backdrop { - box-shadow: none; } - popover.background treeview.view:hover, popover.background treeview.view:selected, popover.background treeview.view:selected:focus, popover.background treeview.view:backdrop:selected, popover.background treeview.view:backdrop:selected:focus { - border-top-color: #928374; } - popover.background treeview.view, popover.background treeview.view:backdrop { - border-top-color: #232628; } - popover.background view:hover, popover.background .view:hover, popover.background iconview:hover, popover.background list:hover { - background-image: none; - background-color: #928374; - color: #282828; } - popover.background view, popover.background view:backdrop, popover.background .view, popover.background iconview, popover.background .view:backdrop, popover.background iconview:backdrop, popover.background list, popover.background list:backdrop { - background-color: #262a2b; - background-image: none; - color: #fbf1c7; - border-color: #171a1a; } - popover.background list row, popover.background list row .button { - background-color: transparent; - background-image: none; - color: #fbf1c7; } - popover.background list row:focus, popover.background list row:hover, popover.background list row:active, popover.background list row .button:focus, popover.background list row .button:hover, popover.background list row .button:active { - background-image: none; - background-color: #928374; - color: #282828; } - popover.background .frame { - border-color: #171a1a; - border-radius: 4px; } - popover.background entry { - background-color: #282828; - background-image: none; - border-color: shade(mix(#282828,#ebdbb2,0.2),0.8); - padding: 5px 3px; - color: #ebdbb2; - caret-color: #a89984; - -gtk-secondary-caret-color: #a89984; } - popover.background entry:focus, popover.background entry:hover { - border-color: mix(#928374,mix(#282828,#ebdbb2,0.2),0.3); } - popover.background entry:active, popover.background entry:active:hover, popover.background entry:active:focus, popover.background entry:active:hover:focus, popover.background entry:checked, popover.background entry:checked:hover, popover.background entry:checked:focus, popover.background entry:checked:hover:focus { - border-color: shade(mix(#282828,#ebdbb2,0.2),0.7); } - popover.background entry:disabled { - border-color: shade(mix(#282828,#ebdbb2,0.2),0.85); } - popover.background entry:active:disabled, popover.background entry:checked:disabled { - border-color: shade(mix(#282828,#ebdbb2,0.2),0.8); } - popover.background entry:focus, popover.background entry:active { - border-color: mix(#928374,mix(#282828,#ebdbb2,0.18),0.3); } - popover.background entry:disabled { - background-color: mix(#282828,#ebdbb2,0.07); - background-image: none; - opacity: .9; - color: mix(#282828,#ebdbb2,0.9); } - popover.background button { - background-color: #282828; - background-image: none; - border-color: rgba(245, 220, 115, 0.22); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - popover.background button:focus, popover.background button:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.22),0.3); } - popover.background button:active, popover.background button:active:hover, popover.background button:active:focus, popover.background button:active:hover:focus, popover.background button:checked, popover.background button:checked:hover, popover.background button:checked:focus, popover.background button:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.22); } - popover.background button:disabled { - border-color: rgba(247, 225, 136, 0.22); } - popover.background button:active:disabled, popover.background button:checked:disabled { - border-color: rgba(245, 220, 115, 0.22); } - .linked:not(.vertical) > popover.background button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) popover.background button, - stackswitcher:not(.vertical) > popover.background button:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > popover.background button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) popover.background button:hover, - stackswitcher:not(.vertical) > popover.background button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .linked:not(.vertical) > popover.background button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) popover.background button:checked, - stackswitcher:not(.vertical) > popover.background button:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > popover.background button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) popover.background button:checked:hover, - stackswitcher:not(.vertical) > popover.background button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > popover.background button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) popover.background button, - stackswitcher.vertical > popover.background button:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > popover.background button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) popover.background button:hover, - stackswitcher.vertical > popover.background button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .linked.vertical > popover.background button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) popover.background button:checked, - stackswitcher.vertical > popover.background button:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > popover.background button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) popover.background button:checked:hover, - stackswitcher.vertical > popover.background button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - popover.background button.flat { - color: #fbf1c7; - border-color: rgba(40, 40, 40, 0); - background-color: rgba(40, 40, 40, 0); - background-image: none; - box-shadow: none; } - popover.background button:hover, popover.background button.flat:hover { - background-color: #2a2a2a; - background-image: none; - border-color: rgba(245, 220, 115, 0.3); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - popover.background button:hover:focus, popover.background button:hover:hover, popover.background button.flat:hover:focus, popover.background button.flat:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - popover.background button:hover:active, popover.background button:hover:active:hover, popover.background button:hover:active:focus, popover.background button:hover:active:hover:focus, popover.background button:hover:checked, popover.background button:hover:checked:hover, popover.background button:hover:checked:focus, popover.background button:hover:checked:hover:focus, popover.background button.flat:hover:active, popover.background button.flat:hover:active:hover, popover.background button.flat:hover:active:focus, popover.background button.flat:hover:active:hover:focus, popover.background button.flat:hover:checked, popover.background button.flat:hover:checked:hover, popover.background button.flat:hover:checked:focus, popover.background button.flat:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.3); } - popover.background button:hover:disabled, popover.background button.flat:hover:disabled { - border-color: rgba(247, 225, 136, 0.3); } - popover.background button:hover:active:disabled, popover.background button:hover:checked:disabled, popover.background button.flat:hover:active:disabled, popover.background button.flat:hover:checked:disabled { - border-color: rgba(245, 220, 115, 0.3); } - popover.background button:focus, popover.background button.flat:focus { - background-color: #2a2a2a; - background-image: none; - border-color: rgba(251, 241, 199, 0.22); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - popover.background button:focus:hover, popover.background button.flat:focus:hover { - background-color: #2c2c2c; - background-image: none; - border-color: rgba(245, 220, 115, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - popover.background button:focus:hover:focus, popover.background button:focus:hover:hover, popover.background button.flat:focus:hover:focus, popover.background button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - popover.background button:focus:hover:active, popover.background button:focus:hover:active:hover, popover.background button:focus:hover:active:focus, popover.background button:focus:hover:active:hover:focus, popover.background button:focus:hover:checked, popover.background button:focus:hover:checked:hover, popover.background button:focus:hover:checked:focus, popover.background button:focus:hover:checked:hover:focus, popover.background button.flat:focus:hover:active, popover.background button.flat:focus:hover:active:hover, popover.background button.flat:focus:hover:active:focus, popover.background button.flat:focus:hover:active:hover:focus, popover.background button.flat:focus:hover:checked, popover.background button.flat:focus:hover:checked:hover, popover.background button.flat:focus:hover:checked:focus, popover.background button.flat:focus:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.3); } - popover.background button:focus:hover:disabled, popover.background button.flat:focus:hover:disabled { - border-color: rgba(247, 225, 136, 0.3); } - popover.background button:focus:hover:active:disabled, popover.background button:focus:hover:checked:disabled, popover.background button.flat:focus:hover:active:disabled, popover.background button.flat:focus:hover:checked:disabled { - border-color: rgba(245, 220, 115, 0.3); } - popover.background button:checked, popover.background button:active, popover.background button.flat:checked, popover.background button.flat:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(245, 220, 115, 0.22); - color: #282828; - box-shadow: inset 1px 0 rgba(251, 241, 199, 0.06), inset 0 1px rgba(251, 241, 199, 0.07), inset -1px 0 rgba(251, 241, 199, 0.06), inset 0 -1px rgba(251, 241, 199, 0.05); } - popover.background button:checked:focus, popover.background button:checked:hover, popover.background button:active:focus, popover.background button:active:hover, popover.background button.flat:checked:focus, popover.background button.flat:checked:hover, popover.background button.flat:active:focus, popover.background button.flat:active:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.22),0.3); } - popover.background button:checked:active, popover.background button:checked:active:hover, popover.background button:checked:active:focus, popover.background button:checked:active:hover:focus, popover.background button:checked:checked, popover.background button:checked:checked:hover, popover.background button:checked:checked:focus, popover.background button:checked:checked:hover:focus, popover.background button:active:active, popover.background button:active:active:hover, popover.background button:active:active:focus, popover.background button:active:active:hover:focus, popover.background button:active:checked, popover.background button:active:checked:hover, popover.background button:active:checked:focus, popover.background button:active:checked:hover:focus, popover.background button.flat:checked:active, popover.background button.flat:checked:active:hover, popover.background button.flat:checked:active:focus, popover.background button.flat:checked:active:hover:focus, popover.background button.flat:checked:checked, popover.background button.flat:checked:checked:hover, popover.background button.flat:checked:checked:focus, popover.background button.flat:checked:checked:hover:focus, popover.background button.flat:active:active, popover.background button.flat:active:active:hover, popover.background button.flat:active:active:focus, popover.background button.flat:active:active:hover:focus, popover.background button.flat:active:checked, popover.background button.flat:active:checked:hover, popover.background button.flat:active:checked:focus, popover.background button.flat:active:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.22); } - popover.background button:checked:disabled, popover.background button:active:disabled, popover.background button.flat:checked:disabled, popover.background button.flat:active:disabled { - border-color: rgba(247, 225, 136, 0.22); } - popover.background button:checked:active:disabled, popover.background button:checked:checked:disabled, popover.background button:active:active:disabled, popover.background button:active:checked:disabled, popover.background button.flat:checked:active:disabled, popover.background button.flat:checked:checked:disabled, popover.background button.flat:active:active:disabled, popover.background button.flat:active:checked:disabled { - border-color: rgba(245, 220, 115, 0.22); } - popover.background button:checked:focus, popover.background button:checked:hover, popover.background button:active:focus, popover.background button:active:hover, popover.background button.flat:checked:focus, popover.background button.flat:checked:hover, popover.background button.flat:active:focus, popover.background button.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - popover.background button:focus, popover.background button:hover, popover.background button.flat:focus, popover.background button.flat:hover { - color: #fbf1c7; } - popover.background button:disabled:disabled, popover.background button.flat:disabled:disabled { - background-color: alpha(mix(#282828,#fbf1c7,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(#282828,#fbf1c7,0.6); - box-shadow: none; } - popover.background button:disabled:disabled :disabled, popover.background button.flat:disabled:disabled :disabled { - color: mix(#282828,#fbf1c7,0.6); } - popover.background button:active:disabled, popover.background button:checked:disabled, popover.background button.flat:active:disabled, popover.background button.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - popover.background button:active:disabled :disabled, popover.background button:checked:disabled :disabled, popover.background button.flat:active:disabled :disabled, popover.background button.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - popover.background button.separator, popover.background button .separator { - border: 1px solid currentColor; - color: rgba(40, 40, 40, 0.9); } - popover.background button.separator:disabled, popover.background button .separator:disabled { - color: rgba(40, 40, 40, 0.85); } - popover.background .linked > button { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - popover.background .linked > button:focus, popover.background .linked > button:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - popover.background .linked > button:active, popover.background .linked > button:active:hover, popover.background .linked > button:active:focus, popover.background .linked > button:active:hover:focus, popover.background .linked > button:checked, popover.background .linked > button:checked:hover, popover.background .linked > button:checked:focus, popover.background .linked > button:checked:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset 0 -1px rgba(66, 52, 17, 0.05); } - popover.background .linked > button:disabled { - box-shadow: inset -1px 0 #202020; } - popover.background .linked > button:last-child, popover.background .linked > button:only-child { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - popover.background .linked > button:last-child:hover, popover.background .linked > button:only-child:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - popover.background .linked > button:disabled:last-child, popover.background .linked > button:disabled:only-child, popover.background .linked > button:active:disabled:last-child, popover.background .linked > button:active:disabled:only-child, popover.background .linked > button:checked:disabled:last-child, popover.background .linked > button:checked:disabled:only-child { - box-shadow: none; } - popover.background .linked > button:active:last-child, popover.background .linked > button:active:last-child:focus, popover.background .linked > button:active:last-child:hover, popover.background .linked > button:active:last-child:hover:focus, popover.background .linked > button:checked:last-child, popover.background .linked > button:checked:last-child:focus, popover.background .linked > button:checked:last-child:hover, popover.background .linked > button:checked:last-child:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - popover.background .linked > button:active:only-child, popover.background .linked > button:active:only-child:focus, popover.background .linked > button:active:only-child:hover, popover.background .linked > button:active:only-child:hover:focus, popover.background .linked > button:checked:only-child, popover.background .linked > button:checked:only-child:focus, popover.background .linked > button:checked:only-child:hover, popover.background .linked > button:checked:only-child:hover:focus { - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.06), inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - popover.background > list, popover.background > .view, popover.background > iconview, popover.background > toolbar { - border-style: none; - background-color: transparent; } - -modelbutton.flat, -menuitem.button.flat { - padding: 5px; - outline-color: transparent; - transition: none; } - modelbutton.flat:hover, - menuitem.button.flat:hover { - background-color: #928374; - color: #282828; } - modelbutton.flat:checked, - menuitem.button.flat:checked { - color: #ebdbb2; } - modelbutton.flat arrow.left, - menuitem.button.flat arrow.left { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); } - modelbutton.flat arrow.right, - menuitem.button.flat arrow.right { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - modelbutton.flat check:last-child, - modelbutton.flat radio:last-child, - menuitem.button.flat check:last-child, - menuitem.button.flat radio:last-child { - margin-left: 8px; } - modelbutton.flat check:first-child, - modelbutton.flat radio:first-child, - menuitem.button.flat check:first-child, - menuitem.button.flat radio:first-child { - margin-right: 8px; } - -/*************** -! Dimmed label * -****************/ -.dim-label, label.separator { - opacity: .5; - text-shadow: none; } - -/*********** - ! Tooltip * -************/ -.tooltip.background, .tooltip.background.csd, -tooltip.background, -tooltip.background.csd { - background-color: #282828; - background-clip: padding-box; - border: 1px solid #202020; - border-radius: 4px; - color: #ebdbb2; } - -.tooltip *, -tooltip * { - background-color: transparent; - color: inherit; } - -/*********** - ! Dialogs * -************/ -messagedialog, .message-dialog, .prompt { - -GtkDialog-content-area-border: 0; - -GtkDialog-action-area-border: 0; - -GtkDialog-button-spacing: 3px; - margin: 0; - padding: 0; } - messagedialog .dialog-action-box, .message-dialog .dialog-action-box, .prompt .dialog-action-box { - margin: 6px; } - -printdialog paper { - color: #ebdbb2; - border: 1px solid mix(#282828,#ebdbb2,0.18); - background: #292929; - padding: 0; } - printdialog paper:backdrop { - color: mix(#ebdbb2,#282828,0.5); - border-color: mix(#282828,mix(#282828,#ebdbb2,0.18),0.9); } - -printdialog .dialog-action-box { - margin: 6px; } - -/********************* - ! App notifications * -**********************/ -frame.app-notification { - border-style: solid; - border-color: rgba(23, 26, 26, 0.8); - border-width: 0 1px 1px; - border-radius: 0 0 4px 4px; - padding: 6px; - background-color: rgba(29, 32, 33, 0.8); - background-image: none; - color: #fbf1c7; } - frame.app-notification button { - background-color: rgba(29, 32, 33, 0.8); - background-image: none; - border-color: rgba(245, 220, 115, 0.22); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - frame.app-notification button:focus, frame.app-notification button:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.22),0.3); } - frame.app-notification button:active, frame.app-notification button:active:hover, frame.app-notification button:active:focus, frame.app-notification button:active:hover:focus, frame.app-notification button:checked, frame.app-notification button:checked:hover, frame.app-notification button:checked:focus, frame.app-notification button:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.22); } - frame.app-notification button:disabled { - border-color: rgba(247, 225, 136, 0.22); } - frame.app-notification button:active:disabled, frame.app-notification button:checked:disabled { - border-color: rgba(245, 220, 115, 0.22); } - .linked:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) frame.app-notification button, - stackswitcher:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) frame.app-notification button:hover, - stackswitcher:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .linked:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) frame.app-notification button:checked, - stackswitcher:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) frame.app-notification button:checked:hover, - stackswitcher:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > frame.app-notification button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) frame.app-notification button, - stackswitcher.vertical > frame.app-notification button:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > frame.app-notification button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) frame.app-notification button:hover, - stackswitcher.vertical > frame.app-notification button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .linked.vertical > frame.app-notification button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) frame.app-notification button:checked, - stackswitcher.vertical > frame.app-notification button:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > frame.app-notification button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) frame.app-notification button:checked:hover, - stackswitcher.vertical > frame.app-notification button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - frame.app-notification button.flat { - color: #fbf1c7; - border-color: rgba(29, 32, 33, 0); - background-color: rgba(29, 32, 33, 0); - background-image: none; - box-shadow: none; } - frame.app-notification button:hover, frame.app-notification button.flat:hover { - background-color: rgba(30, 34, 35, 0.8); - background-image: none; - border-color: rgba(245, 220, 115, 0.3); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - frame.app-notification button:hover:focus, frame.app-notification button:hover:hover, frame.app-notification button.flat:hover:focus, frame.app-notification button.flat:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - frame.app-notification button:hover:active, frame.app-notification button:hover:active:hover, frame.app-notification button:hover:active:focus, frame.app-notification button:hover:active:hover:focus, frame.app-notification button:hover:checked, frame.app-notification button:hover:checked:hover, frame.app-notification button:hover:checked:focus, frame.app-notification button:hover:checked:hover:focus, frame.app-notification button.flat:hover:active, frame.app-notification button.flat:hover:active:hover, frame.app-notification button.flat:hover:active:focus, frame.app-notification button.flat:hover:active:hover:focus, frame.app-notification button.flat:hover:checked, frame.app-notification button.flat:hover:checked:hover, frame.app-notification button.flat:hover:checked:focus, frame.app-notification button.flat:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.3); } - frame.app-notification button:hover:disabled, frame.app-notification button.flat:hover:disabled { - border-color: rgba(247, 225, 136, 0.3); } - frame.app-notification button:hover:active:disabled, frame.app-notification button:hover:checked:disabled, frame.app-notification button.flat:hover:active:disabled, frame.app-notification button.flat:hover:checked:disabled { - border-color: rgba(245, 220, 115, 0.3); } - frame.app-notification button:focus, frame.app-notification button.flat:focus { - background-color: rgba(30, 34, 35, 0.8); - background-image: none; - border-color: rgba(251, 241, 199, 0.22); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - frame.app-notification button:focus:hover, frame.app-notification button.flat:focus:hover { - background-color: rgba(32, 35, 36, 0.8); - background-image: none; - border-color: rgba(245, 220, 115, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - frame.app-notification button:focus:hover:focus, frame.app-notification button:focus:hover:hover, frame.app-notification button.flat:focus:hover:focus, frame.app-notification button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - frame.app-notification button:focus:hover:active, frame.app-notification button:focus:hover:active:hover, frame.app-notification button:focus:hover:active:focus, frame.app-notification button:focus:hover:active:hover:focus, frame.app-notification button:focus:hover:checked, frame.app-notification button:focus:hover:checked:hover, frame.app-notification button:focus:hover:checked:focus, frame.app-notification button:focus:hover:checked:hover:focus, frame.app-notification button.flat:focus:hover:active, frame.app-notification button.flat:focus:hover:active:hover, frame.app-notification button.flat:focus:hover:active:focus, frame.app-notification button.flat:focus:hover:active:hover:focus, frame.app-notification button.flat:focus:hover:checked, frame.app-notification button.flat:focus:hover:checked:hover, frame.app-notification button.flat:focus:hover:checked:focus, frame.app-notification button.flat:focus:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.3); } - frame.app-notification button:focus:hover:disabled, frame.app-notification button.flat:focus:hover:disabled { - border-color: rgba(247, 225, 136, 0.3); } - frame.app-notification button:focus:hover:active:disabled, frame.app-notification button:focus:hover:checked:disabled, frame.app-notification button.flat:focus:hover:active:disabled, frame.app-notification button.flat:focus:hover:checked:disabled { - border-color: rgba(245, 220, 115, 0.3); } - frame.app-notification button:checked, frame.app-notification button:active, frame.app-notification button.flat:checked, frame.app-notification button.flat:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(245, 220, 115, 0.22); - color: #282828; - box-shadow: inset 1px 0 rgba(251, 241, 199, 0.06), inset 0 1px rgba(251, 241, 199, 0.07), inset -1px 0 rgba(251, 241, 199, 0.06), inset 0 -1px rgba(251, 241, 199, 0.05); } - frame.app-notification button:checked:focus, frame.app-notification button:checked:hover, frame.app-notification button:active:focus, frame.app-notification button:active:hover, frame.app-notification button.flat:checked:focus, frame.app-notification button.flat:checked:hover, frame.app-notification button.flat:active:focus, frame.app-notification button.flat:active:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.22),0.3); } - frame.app-notification button:checked:active, frame.app-notification button:checked:active:hover, frame.app-notification button:checked:active:focus, frame.app-notification button:checked:active:hover:focus, frame.app-notification button:checked:checked, frame.app-notification button:checked:checked:hover, frame.app-notification button:checked:checked:focus, frame.app-notification button:checked:checked:hover:focus, frame.app-notification button:active:active, frame.app-notification button:active:active:hover, frame.app-notification button:active:active:focus, frame.app-notification button:active:active:hover:focus, frame.app-notification button:active:checked, frame.app-notification button:active:checked:hover, frame.app-notification button:active:checked:focus, frame.app-notification button:active:checked:hover:focus, frame.app-notification button.flat:checked:active, frame.app-notification button.flat:checked:active:hover, frame.app-notification button.flat:checked:active:focus, frame.app-notification button.flat:checked:active:hover:focus, frame.app-notification button.flat:checked:checked, frame.app-notification button.flat:checked:checked:hover, frame.app-notification button.flat:checked:checked:focus, frame.app-notification button.flat:checked:checked:hover:focus, frame.app-notification button.flat:active:active, frame.app-notification button.flat:active:active:hover, frame.app-notification button.flat:active:active:focus, frame.app-notification button.flat:active:active:hover:focus, frame.app-notification button.flat:active:checked, frame.app-notification button.flat:active:checked:hover, frame.app-notification button.flat:active:checked:focus, frame.app-notification button.flat:active:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.22); } - frame.app-notification button:checked:disabled, frame.app-notification button:active:disabled, frame.app-notification button.flat:checked:disabled, frame.app-notification button.flat:active:disabled { - border-color: rgba(247, 225, 136, 0.22); } - frame.app-notification button:checked:active:disabled, frame.app-notification button:checked:checked:disabled, frame.app-notification button:active:active:disabled, frame.app-notification button:active:checked:disabled, frame.app-notification button.flat:checked:active:disabled, frame.app-notification button.flat:checked:checked:disabled, frame.app-notification button.flat:active:active:disabled, frame.app-notification button.flat:active:checked:disabled { - border-color: rgba(245, 220, 115, 0.22); } - frame.app-notification button:checked:focus, frame.app-notification button:checked:hover, frame.app-notification button:active:focus, frame.app-notification button:active:hover, frame.app-notification button.flat:checked:focus, frame.app-notification button.flat:checked:hover, frame.app-notification button.flat:active:focus, frame.app-notification button.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - frame.app-notification button:focus, frame.app-notification button:hover, frame.app-notification button.flat:focus, frame.app-notification button.flat:hover { - color: #fbf1c7; } - frame.app-notification button:disabled:disabled, frame.app-notification button.flat:disabled:disabled { - background-color: alpha(mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.6); - box-shadow: none; } - frame.app-notification button:disabled:disabled :disabled, frame.app-notification button.flat:disabled:disabled :disabled { - color: mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.6); } - frame.app-notification button:active:disabled, frame.app-notification button:checked:disabled, frame.app-notification button.flat:active:disabled, frame.app-notification button.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - frame.app-notification button:active:disabled :disabled, frame.app-notification button:checked:disabled :disabled, frame.app-notification button.flat:active:disabled :disabled, frame.app-notification button.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - frame.app-notification button.separator, frame.app-notification button .separator { - border: 1px solid currentColor; - color: rgba(29, 32, 33, 0.7); } - frame.app-notification button.separator:disabled, frame.app-notification button .separator:disabled { - color: rgba(29, 32, 33, 0.65); } - frame.app-notification border { - border: 0; } - -/************* - ! Expanders * -**************/ -expander arrow { - min-width: 16px; - min-height: 16px; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - expander arrow:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - expander arrow:hover { - color: alpha(currentColor,0.8); } - expander arrow:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - -/******************* - ! Symbolic images * -********************/ -.image { - color: alpha(currentColor,0.5); } - .image:hover { - color: alpha(currentColor,0.9); } - .image:selected, .image:selected:hover { - color: #282828; } - -/**************** - ! Floating bar * -*****************/ -.floating-bar { - background-color: #282828; - background-image: none; - border: 1px solid #202020; - border-radius: 4px; - color: #ebdbb2; } - .floating-bar.top { - border-top-width: 0; - border-top-right-radius: 0; - border-top-left-radius: 0; } - .floating-bar.right { - border-right-width: 0; - border-top-right-radius: 0; - border-bottom-right-radius: 0; } - .floating-bar.bottom { - border-bottom-width: 0; - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; } - .floating-bar.left { - border-left-width: 0; - border-bottom-left-radius: 0; - border-top-left-radius: 0; } - .floating-bar button { - border: 0; - background-color: transparent; - background-image: none; } - -/************************* - ! Touch text selections * -**************************/ -GtkBubbleWindow { - border-radius: 4px; - background-clip: border-box; } - GtkBubbleWindow.osd.background { - background-color: rgba(29, 32, 33, 0.8); } - GtkBubbleWindow .toolbar { - background-color: transparent; } - -/*************** - ! Font-viewer * -****************/ -SushiFontWidget { - padding: 3px 6px; } - -/************* - ! Gucharmap * -**************/ -GucharmapChartable { - background-color: #282828; - color: #ebdbb2; } - -/************* - ! Evolution * -**************/ -EPreviewPane .entry { - background-color: #282828; - color: #ebdbb2; } - -/******************* - ! Gnome Bluetooth * -********************/ -entry.entry.pin-entry { - font-style: normal; - font-size: 50px; - padding-left: 15px; - padding-right: 15px; } - -label.pin-label { - font-style: normal; - font-size: 50px; } - -/************************ - ! Shortcut window keys * -*************************/ -.keycap { - min-width: 20px; - min-height: 24px; - margin-top: 2px; - padding-bottom: 1.5px; - padding-left: 3px; - padding-right: 3px; - color: #ebdbb2; - background-color: #282828; - border: 1px solid; - border-color: mix(mix(#282828,#ebdbb2,0.18),#282828,0.5); - border-radius: 4px; - box-shadow: inset 0 -3px mix(#282828,#282828,0.2); - font-size: smaller; } - .keycap:backdrop { - background-color: #282828; - color: mix(#ebdbb2,#282828,0.5); - transition: 200ms ease-out; } - -/***************** - ! Stackswitcher * -******************/ -stackswitcher button.text-button { - min-width: 80px; } - -stackswitcher button.circular, stackswitcher button.nautilus-circular-button.image-button { - min-width: 28px; - min-height: 28px; - padding: 0; } - -/******************* - ! Selected Items * -********************/ -entry selection, menuitem entry selection, popover.background entry selection, .osd entry selection, #XfceNotifyWindow entry selection, #login_window entry selection, calendar:selected, row:selected, flowbox flowboxchild:selected, modelbutton.flat:active, modelbutton.flat:active arrow, modelbutton.flat:selected, modelbutton.flat:selected arrow, -menuitem.button.flat:active, -menuitem.button.flat:active arrow, -menuitem.button.flat:selected, -menuitem.button.flat:selected arrow, .view:selected:focus, iconview:selected:focus, .view:selected, iconview:selected, .view text:selected:focus, iconview text:selected:focus, -textview text:selected:focus, .view text:selected, iconview text:selected, -textview text:selected, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection, -textview text selection:focus, -textview text selection, treeview.view:selected:focus, treeview.view:selected, .cs-category-view:selected:focus, .cs-category-view:selected, .cs-category-view .view:selected:focus, .cs-category-view iconview:selected:focus, .cs-category-view .view:selected, .cs-category-view iconview:selected, .nemo-window .sidebar .nemo-places-sidebar .view:selected:focus, .nemo-window .sidebar .nemo-places-sidebar iconview:selected:focus, .nemo-window .sidebar .nemo-places-sidebar .view:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:selected:focus, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:selected:focus, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:selected { - background-color: #928374; } - row:selected label, label:selected, entry selection, menuitem entry selection, popover.background entry selection, .osd entry selection, #XfceNotifyWindow entry selection, #login_window entry selection, calendar:selected, row:selected, flowbox flowboxchild:selected, modelbutton.flat:active, modelbutton.flat:active arrow, modelbutton.flat:selected, modelbutton.flat:selected arrow, - menuitem.button.flat:active, - menuitem.button.flat:active arrow, - menuitem.button.flat:selected, - menuitem.button.flat:selected arrow, .view:selected:focus, iconview:selected:focus, .view:selected, iconview:selected, .view text:selected:focus, iconview text:selected:focus, - textview text:selected:focus, .view text:selected, iconview text:selected, - textview text:selected, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection, - textview text selection:focus, - textview text selection, treeview.view:selected:focus, treeview.view:selected, .cs-category-view:selected:focus, .cs-category-view:selected, .cs-category-view .view:selected:focus, .cs-category-view iconview:selected:focus, .cs-category-view .view:selected, .cs-category-view iconview:selected, .nemo-window .sidebar .nemo-places-sidebar .view:selected:focus, .nemo-window .sidebar .nemo-places-sidebar iconview:selected:focus, .nemo-window .sidebar .nemo-places-sidebar .view:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:selected:focus, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:selected:focus, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:selected { - color: #282828; - outline-color: rgba(40, 40, 40, 0.3); } - row:selected label:disabled, label:disabled:selected, label:disabled selection, entry selection:disabled, #XfceNotifyWindow entry selection:disabled, #login_window entry selection:disabled, calendar:disabled:selected, row:disabled:selected, flowbox flowboxchild:disabled:selected, modelbutton.flat:disabled:active, modelbutton.flat:active arrow:disabled, modelbutton.flat:disabled:selected, modelbutton.flat:selected arrow:disabled, - menuitem.button.flat:disabled:active, - menuitem.button.flat:active arrow:disabled, - menuitem.button.flat:disabled:selected, - menuitem.button.flat:selected arrow:disabled, iconview:disabled:selected:focus, .view:disabled:selected, iconview:disabled:selected, iconview text:disabled:selected:focus, - textview text:disabled:selected:focus, .view text:disabled:selected, iconview text:disabled:selected, - textview text:disabled:selected, iconview text selection:disabled:focus, .view text selection:disabled, iconview text selection:disabled, - textview text selection:disabled, .cs-category-view:disabled:selected, .cs-category-view iconview:disabled:selected:focus, .cs-category-view iconview:disabled:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:disabled:selected:focus, .nemo-window .sidebar .nemo-places-sidebar .view:disabled:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:disabled:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:disabled:selected:focus, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:disabled:selected { - color: mix(#282828,#928374,0.5); } - row:selected label:backdrop, label:backdrop:selected, label:backdrop selection, entry selection:backdrop, #XfceNotifyWindow entry selection:backdrop, #login_window entry selection:backdrop, calendar:backdrop:selected, row:backdrop:selected, flowbox flowboxchild:backdrop:selected, modelbutton.flat:backdrop:active, modelbutton.flat:active arrow:backdrop, modelbutton.flat:backdrop:selected, modelbutton.flat:selected arrow:backdrop, - menuitem.button.flat:backdrop:active, - menuitem.button.flat:active arrow:backdrop, - menuitem.button.flat:backdrop:selected, - menuitem.button.flat:selected arrow:backdrop, iconview:backdrop:selected:focus, .view:backdrop:selected, iconview:backdrop:selected, iconview text:backdrop:selected:focus, - textview text:backdrop:selected:focus, .view text:backdrop:selected, iconview text:backdrop:selected, - textview text:backdrop:selected, iconview text selection:backdrop:focus, .view text selection:backdrop, iconview text selection:backdrop, - textview text selection:backdrop, .cs-category-view:backdrop:selected, .cs-category-view iconview:backdrop:selected:focus, .cs-category-view iconview:backdrop:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:backdrop:selected:focus, .nemo-window .sidebar .nemo-places-sidebar .view:backdrop:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:backdrop:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:backdrop:selected:focus, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:backdrop:selected { - background-color: #928374; - color: mix(#928374,#282828,0.66); } - row:selected label:backdrop:disabled, label:backdrop:disabled:selected, label:disabled selection:backdrop, label:backdrop selection:disabled, entry selection:backdrop:disabled, #XfceNotifyWindow entry selection:backdrop:disabled, #login_window entry selection:backdrop:disabled, calendar:backdrop:disabled:selected, row:backdrop:disabled:selected, flowbox flowboxchild:backdrop:disabled:selected, modelbutton.flat:backdrop:disabled:active, modelbutton.flat:active arrow:backdrop:disabled, modelbutton.flat:backdrop:disabled:selected, modelbutton.flat:selected arrow:backdrop:disabled, - menuitem.button.flat:backdrop:disabled:active, - menuitem.button.flat:active arrow:backdrop:disabled, - menuitem.button.flat:backdrop:disabled:selected, - menuitem.button.flat:selected arrow:backdrop:disabled, .view:backdrop:disabled:selected, iconview:backdrop:disabled:selected, .view text:backdrop:disabled:selected, iconview text:backdrop:disabled:selected, - textview text:backdrop:disabled:selected, .view text selection:backdrop:disabled, iconview text selection:backdrop:disabled, - textview text selection:backdrop:disabled, .cs-category-view:backdrop:disabled:selected, .nemo-window .sidebar .nemo-places-sidebar .view:backdrop:disabled:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:backdrop:disabled:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:backdrop:disabled:selected { - color: mix(mix(#928374,#282828,0.66),#928374,0.3); } - -/********* - ! Buttons -**********/ -/****************** -! ComboBoxes * -*******************/ -/********** - ! Notebook -***********/ -notebook { - padding: 0; } - notebook.frame { - border: 1px solid mix(#282828,#ebdbb2,0.18); } - notebook.frame > header { - margin: -1px; } - notebook.frame > header.top { - margin-bottom: 0; } - notebook.frame > header.bottom { - margin-top: 0; } - notebook.frame > header.left { - margin-right: 0; } - notebook.frame > header.right { - margin-left: 0; } - notebook.frame > header.top, notebook.frame > header.bottom { - padding-left: 0; - padding-right: 0; } - notebook.frame > header.left, notebook.frame > header.right { - padding-top: 0; - padding-bottom: 0; } - notebook > stack:not(:only-child) { - background-color: #282828; } - notebook > header { - padding: 3px; - background-color: #282828; } - notebook > header.top { - box-shadow: inset 0 -1px mix(#282828,#ebdbb2,0.18); } - notebook > header.bottom { - box-shadow: inset 0 1px mix(#282828,#ebdbb2,0.18); } - notebook > header.right { - box-shadow: inset 1px 0 mix(#282828,#ebdbb2,0.18); } - notebook > header.left { - box-shadow: inset -1px 0 mix(#282828,#ebdbb2,0.18); } - notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - notebook > header.top > tabs > arrow.up:last-child, notebook > header.bottom > tabs > arrow.up:last-child { - margin-left: 2px; } - notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); } - notebook > header.top > tabs > arrow.down:first-child, notebook > header.bottom > tabs > arrow.down:first-child { - margin-right: 2px; } - notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - notebook > header.left > tabs > arrow.up:last-child, notebook > header.right > tabs > arrow.up:last-child { - margin-top: 2px; } - notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } - notebook > header.left > tabs > arrow.down:first-child, notebook > header.right > tabs > arrow.down:first-child { - margin-bottom: 2px; } - notebook > header > tabs > arrow { - color: mix(#ebdbb2,#282828,0.5); } - notebook > header > tabs > arrow:hover { - color: mix(#ebdbb2,mix(#ebdbb2,#282828,0.5),0.5); } - notebook > header > tabs > arrow:active { - color: #ebdbb2; } - notebook > header > tabs > arrow:disabled { - color: alpha(mix(#ebdbb2,#282828,0.5),0.3); } - notebook > header > tabs > tab { - background-color: alpha(mix(#282828,#ebdbb2,0.1),0.7); - background-image: none; - border-color: mix(mix(#282828,#ebdbb2,0.18),mix(#ebdbb2,#282828,0.5),0.15); - color: rgba(235, 219, 178, 0.8); - padding: 3px 11px; - min-width: 20px; - min-height: 20px; - outline-offset: -4px; - border-width: 1px; - border-style: solid; } - notebook > header > tabs > tab:hover:not(:checked) { - background-color: mix(#282828,#ebdbb2,0.04); - background-image: none; - color: mix(#ebdbb2,mix(#ebdbb2,#282828,0.5),0.5); } - notebook > header > tabs > tab:checked, notebook > header > tabs > tab:checked:hover { - background: #282828; - border-color: mix(#282828,#ebdbb2,0.18); - color: #ebdbb2; } - notebook > header > tabs > tab button.flat { - min-height: 22px; - min-width: 22px; - padding: 0; - color: mix(#282828,#ebdbb2,0.35); } - notebook > header > tabs > tab button.flat:hover { - color: #e6554f; } - notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover { - color: #928374; } - notebook > header.top > tabs > tab:hover:not(:checked) { - box-shadow: inset 0 -1px mix(#282828,#ebdbb2,0.18); } - notebook > header.bottom > tabs > tab:hover:not(:checked) { - box-shadow: inset 0 1px mix(#282828,#ebdbb2,0.18); } - notebook > header.left > tabs > tab:hover:not(:checked) { - box-shadow: inset -1px 0 mix(#282828,#ebdbb2,0.18); } - notebook > header.right > tabs > tab:hover:not(:checked) { - box-shadow: inset 1px 0 mix(#282828,#ebdbb2,0.18); } - notebook > header.top { - padding-bottom: 0; } - notebook > header.top > tabs > tab { - border-bottom: none; - -gtk-outline-radius: 0; - margin-top: 4px; } - notebook > header.top > tabs > tab + tab { - margin-left: -1px; } - notebook > header.top > tabs > tab:first-child { - border-radius: 4px 0 0; - -gtk-outline-radius: 4px 0 0; } - notebook > header.top > tabs > tab:last-child { - border-radius: 0 4px 0 0; - -gtk-outline-radius: 0 4px 0 0; } - notebook > header.top > tabs > tab:hover:not(:checked), notebook > header.top > tabs > tab:checked { - border-top-width: 3px; - border-top-color: #928374; - margin-top: 0; - -gtk-outline-radius: 4px; - border-radius: 4px 4px 0 0; - padding-top: 5px; } - notebook > header.top > tabs > tab:hover:not(:checked) { - border-top-color: mix(#928374,mix(#282828,#ebdbb2,0.2),0.66); } - notebook > header.bottom { - padding-top: 0; } - notebook > header.bottom > tabs > tab { - border-top: none; - -gtk-outline-radius: 0; - margin-bottom: 4px; } - notebook > header.bottom > tabs > tab + tab { - margin-left: -1px; } - notebook > header.bottom > tabs > tab:first-child { - border-radius: 0 0 0 4px; - -gtk-outline-radius: 0 0 0 4px; } - notebook > header.bottom > tabs > tab:last-child { - border-radius: 0 0 4px; - -gtk-outline-radius: 0 0 4px; } - notebook > header.bottom > tabs > tab:hover:not(:checked), notebook > header.bottom > tabs > tab:checked { - border-bottom-width: 3px; - border-bottom-color: #928374; - margin-bottom: 0; - -gtk-outline-radius: 4px; - border-radius: 0 0 4px 4px; - padding-bottom: 5px; } - notebook > header.bottom > tabs > tab:hover:not(:checked) { - border-bottom-color: mix(#928374,mix(#282828,#ebdbb2,0.2),0.66); } - notebook > header.right { - padding-left: 0; } - notebook > header.right > tabs > tab { - border-left: none; - -gtk-outline-radius: 0; - margin-right: 4px; } - notebook > header.right > tabs > tab + tab { - margin-top: -1px; } - notebook > header.right > tabs > tab:first-child { - border-radius: 0 4px 0 0; - -gtk-outline-radius: 0 4px 0 0; } - notebook > header.right > tabs > tab:last-child { - border-radius: 0 0 4px; - -gtk-outline-radius: 0 0 4px; } - notebook > header.right > tabs > tab:hover:not(:checked), notebook > header.right > tabs > tab:checked { - border-right-width: 3px; - border-right-color: #928374; - margin-right: 0; - -gtk-outline-radius: 4px; - border-radius: 0 4px 4px 0; - padding-right: 13px; } - notebook > header.right > tabs > tab:hover:not(:checked) { - border-right-color: mix(#928374,mix(#282828,#ebdbb2,0.2),0.66); } - notebook > header.left { - padding-right: 0; } - notebook > header.left > tabs > tab { - border-right: none; - -gtk-outline-radius: 0; - margin-left: 4px; } - notebook > header.left > tabs > tab + tab { - margin-top: -1px; } - notebook > header.left > tabs > tab:first-child { - border-radius: 4px 0 0; - -gtk-outline-radius: 4px 0 0; } - notebook > header.left > tabs > tab:last-child { - border-radius: 0 0 0 4px; - -gtk-outline-radius: 0 0 0 4px; } - notebook > header.left > tabs > tab:hover:not(:checked), notebook > header.left > tabs > tab:checked { - border-left-width: 3px; - border-left-color: #928374; - margin-left: 0; - -gtk-outline-radius: 4px; - border-radius: 4px 0 0 4px; - padding-left: 13px; } - notebook > header.left > tabs > tab:hover:not(:checked) { - border-left-color: mix(#928374,mix(#282828,#ebdbb2,0.2),0.66); } - -/********* - ! Buttons -**********/ -/****************** -! ComboBoxes * -*******************/ -/******* - ! OSD * -********/ -overlay.osd { - background-color: transparent; } - -colorchooser .popover.osd { - border-radius: 4px; } - -button.color .osd colorswatch:only-child { - box-shadow: none; } - -.osd button.color:disabled colorswatch:only-child, .osd button.color:backdrop colorswatch:only-child, .osd button.color:active colorswatch:only-child, .osd button.color:checked colorswatch:only-child { - box-shadow: none; } - -button.osd, -#XfceNotifyWindow button { - background-color: rgba(29, 32, 33, 0.8); - background-image: none; - border-color: rgba(245, 220, 115, 0.22); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - button.osd:focus, button.osd:hover, - #XfceNotifyWindow button:focus, - #XfceNotifyWindow button:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.22),0.3); } - button.osd:active, button.osd:active:hover, button.osd:active:focus, button.osd:active:hover:focus, button.osd:checked, button.osd:checked:hover, button.osd:checked:focus, button.osd:checked:hover:focus, - #XfceNotifyWindow button:active, - #XfceNotifyWindow button:active:hover, - #XfceNotifyWindow button:active:focus, - #XfceNotifyWindow button:active:hover:focus, - #XfceNotifyWindow button:checked, - #XfceNotifyWindow button:checked:hover, - #XfceNotifyWindow button:checked:focus, - #XfceNotifyWindow button:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.22); } - button.osd:disabled, - #XfceNotifyWindow button:disabled { - border-color: rgba(247, 225, 136, 0.22); } - button.osd:active:disabled, button.osd:checked:disabled, - #XfceNotifyWindow button:active:disabled, - #XfceNotifyWindow button:checked:disabled { - border-color: rgba(245, 220, 115, 0.22); } - .linked:not(.vertical) > button.osd:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) button.osd, - stackswitcher:not(.vertical) > button.osd:not(:last-child):not(:only-child), .linked:not(.vertical) > - #XfceNotifyWindow button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) - #XfceNotifyWindow button, - stackswitcher:not(.vertical) > - #XfceNotifyWindow button:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > button.osd:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) button.osd:hover, - stackswitcher:not(.vertical) > button.osd:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > - #XfceNotifyWindow button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) - #XfceNotifyWindow button:hover, - stackswitcher:not(.vertical) > - #XfceNotifyWindow button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .linked:not(.vertical) > button.osd:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) button.osd:checked, - stackswitcher:not(.vertical) > button.osd:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > - #XfceNotifyWindow button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) - #XfceNotifyWindow button:checked, - stackswitcher:not(.vertical) > - #XfceNotifyWindow button:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > button.osd:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) button.osd:checked:hover, - stackswitcher:not(.vertical) > button.osd:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > - #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) - #XfceNotifyWindow button:checked:hover, - stackswitcher:not(.vertical) > - #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > button.osd:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) button.osd, - stackswitcher.vertical > button.osd:not(:last-child):not(:only-child), .linked.vertical > - #XfceNotifyWindow button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) - #XfceNotifyWindow button, - stackswitcher.vertical > - #XfceNotifyWindow button:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > button.osd:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) button.osd:hover, - stackswitcher.vertical > button.osd:not(:last-child):not(:only-child):hover, .linked.vertical > - #XfceNotifyWindow button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) - #XfceNotifyWindow button:hover, - stackswitcher.vertical > - #XfceNotifyWindow button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .linked.vertical > button.osd:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) button.osd:checked, - stackswitcher.vertical > button.osd:not(:last-child):not(:only-child):checked, .linked.vertical > - #XfceNotifyWindow button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) - #XfceNotifyWindow button:checked, - stackswitcher.vertical > - #XfceNotifyWindow button:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > button.osd:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) button.osd:checked:hover, - stackswitcher.vertical > button.osd:not(:last-child):not(:only-child):checked:hover, .linked.vertical > - #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) - #XfceNotifyWindow button:checked:hover, - stackswitcher.vertical > - #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - button.osd.flat, - #XfceNotifyWindow button.flat { - color: #fbf1c7; - border-color: rgba(29, 32, 33, 0); - background-color: rgba(29, 32, 33, 0); - background-image: none; - box-shadow: none; } - button.osd:hover, button.osd.flat:hover, - #XfceNotifyWindow button:hover, - #XfceNotifyWindow button.flat:hover { - background-color: rgba(30, 34, 35, 0.8); - background-image: none; - border-color: rgba(245, 220, 115, 0.3); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - button.osd:hover:focus, button.osd:hover:hover, button.osd.flat:hover:focus, button.osd.flat:hover:hover, - #XfceNotifyWindow button:hover:focus, - #XfceNotifyWindow button:hover:hover, - #XfceNotifyWindow button.flat:hover:focus, - #XfceNotifyWindow button.flat:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - button.osd:hover:active, button.osd:hover:active:hover, button.osd:hover:active:focus, button.osd:hover:active:hover:focus, button.osd:hover:checked, button.osd:hover:checked:hover, button.osd:hover:checked:focus, button.osd:hover:checked:hover:focus, button.osd.flat:hover:active, button.osd.flat:hover:active:hover, button.osd.flat:hover:active:focus, button.osd.flat:hover:active:hover:focus, button.osd.flat:hover:checked, button.osd.flat:hover:checked:hover, button.osd.flat:hover:checked:focus, button.osd.flat:hover:checked:hover:focus, - #XfceNotifyWindow button:hover:active, - #XfceNotifyWindow button:hover:active:hover, - #XfceNotifyWindow button:hover:active:focus, - #XfceNotifyWindow button:hover:active:hover:focus, - #XfceNotifyWindow button:hover:checked, - #XfceNotifyWindow button:hover:checked:hover, - #XfceNotifyWindow button:hover:checked:focus, - #XfceNotifyWindow button:hover:checked:hover:focus, - #XfceNotifyWindow button.flat:hover:active, - #XfceNotifyWindow button.flat:hover:active:hover, - #XfceNotifyWindow button.flat:hover:active:focus, - #XfceNotifyWindow button.flat:hover:active:hover:focus, - #XfceNotifyWindow button.flat:hover:checked, - #XfceNotifyWindow button.flat:hover:checked:hover, - #XfceNotifyWindow button.flat:hover:checked:focus, - #XfceNotifyWindow button.flat:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.3); } - button.osd:hover:disabled, button.osd.flat:hover:disabled, - #XfceNotifyWindow button:hover:disabled, - #XfceNotifyWindow button.flat:hover:disabled { - border-color: rgba(247, 225, 136, 0.3); } - button.osd:hover:active:disabled, button.osd:hover:checked:disabled, button.osd.flat:hover:active:disabled, button.osd.flat:hover:checked:disabled, - #XfceNotifyWindow button:hover:active:disabled, - #XfceNotifyWindow button:hover:checked:disabled, - #XfceNotifyWindow button.flat:hover:active:disabled, - #XfceNotifyWindow button.flat:hover:checked:disabled { - border-color: rgba(245, 220, 115, 0.3); } - button.osd:focus, button.osd.flat:focus, - #XfceNotifyWindow button:focus, - #XfceNotifyWindow button.flat:focus { - background-color: rgba(30, 34, 35, 0.8); - background-image: none; - border-color: rgba(251, 241, 199, 0.22); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - button.osd:focus:hover, button.osd.flat:focus:hover, - #XfceNotifyWindow button:focus:hover, - #XfceNotifyWindow button.flat:focus:hover { - background-color: rgba(32, 35, 36, 0.8); - background-image: none; - border-color: rgba(245, 220, 115, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - button.osd:focus:hover:focus, button.osd:focus:hover:hover, button.osd.flat:focus:hover:focus, button.osd.flat:focus:hover:hover, - #XfceNotifyWindow button:focus:hover:focus, - #XfceNotifyWindow button:focus:hover:hover, - #XfceNotifyWindow button.flat:focus:hover:focus, - #XfceNotifyWindow button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - button.osd:focus:hover:active, button.osd:focus:hover:active:hover, button.osd:focus:hover:active:focus, button.osd:focus:hover:active:hover:focus, button.osd:focus:hover:checked, button.osd:focus:hover:checked:hover, button.osd:focus:hover:checked:focus, button.osd:focus:hover:checked:hover:focus, button.osd.flat:focus:hover:active, button.osd.flat:focus:hover:active:hover, button.osd.flat:focus:hover:active:focus, button.osd.flat:focus:hover:active:hover:focus, button.osd.flat:focus:hover:checked, button.osd.flat:focus:hover:checked:hover, button.osd.flat:focus:hover:checked:focus, button.osd.flat:focus:hover:checked:hover:focus, - #XfceNotifyWindow button:focus:hover:active, - #XfceNotifyWindow button:focus:hover:active:hover, - #XfceNotifyWindow button:focus:hover:active:focus, - #XfceNotifyWindow button:focus:hover:active:hover:focus, - #XfceNotifyWindow button:focus:hover:checked, - #XfceNotifyWindow button:focus:hover:checked:hover, - #XfceNotifyWindow button:focus:hover:checked:focus, - #XfceNotifyWindow button:focus:hover:checked:hover:focus, - #XfceNotifyWindow button.flat:focus:hover:active, - #XfceNotifyWindow button.flat:focus:hover:active:hover, - #XfceNotifyWindow button.flat:focus:hover:active:focus, - #XfceNotifyWindow button.flat:focus:hover:active:hover:focus, - #XfceNotifyWindow button.flat:focus:hover:checked, - #XfceNotifyWindow button.flat:focus:hover:checked:hover, - #XfceNotifyWindow button.flat:focus:hover:checked:focus, - #XfceNotifyWindow button.flat:focus:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.3); } - button.osd:focus:hover:disabled, button.osd.flat:focus:hover:disabled, - #XfceNotifyWindow button:focus:hover:disabled, - #XfceNotifyWindow button.flat:focus:hover:disabled { - border-color: rgba(247, 225, 136, 0.3); } - button.osd:focus:hover:active:disabled, button.osd:focus:hover:checked:disabled, button.osd.flat:focus:hover:active:disabled, button.osd.flat:focus:hover:checked:disabled, - #XfceNotifyWindow button:focus:hover:active:disabled, - #XfceNotifyWindow button:focus:hover:checked:disabled, - #XfceNotifyWindow button.flat:focus:hover:active:disabled, - #XfceNotifyWindow button.flat:focus:hover:checked:disabled { - border-color: rgba(245, 220, 115, 0.3); } - button.osd:checked, button.osd:active, button.osd.flat:checked, button.osd.flat:active, - #XfceNotifyWindow button:checked, - #XfceNotifyWindow button:active, - #XfceNotifyWindow button.flat:checked, - #XfceNotifyWindow button.flat:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(245, 220, 115, 0.22); - color: #282828; - box-shadow: inset 1px 0 rgba(251, 241, 199, 0.06), inset 0 1px rgba(251, 241, 199, 0.07), inset -1px 0 rgba(251, 241, 199, 0.06), inset 0 -1px rgba(251, 241, 199, 0.05); } - button.osd:checked:focus, button.osd:checked:hover, button.osd:active:focus, button.osd:active:hover, button.osd.flat:checked:focus, button.osd.flat:checked:hover, button.osd.flat:active:focus, button.osd.flat:active:hover, - #XfceNotifyWindow button:checked:focus, - #XfceNotifyWindow button:checked:hover, - #XfceNotifyWindow button:active:focus, - #XfceNotifyWindow button:active:hover, - #XfceNotifyWindow button.flat:checked:focus, - #XfceNotifyWindow button.flat:checked:hover, - #XfceNotifyWindow button.flat:active:focus, - #XfceNotifyWindow button.flat:active:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.22),0.3); } - button.osd:checked:active, button.osd:checked:active:hover, button.osd:checked:active:focus, button.osd:checked:active:hover:focus, button.osd:checked:checked, button.osd:checked:checked:hover, button.osd:checked:checked:focus, button.osd:checked:checked:hover:focus, button.osd:active:active, button.osd:active:active:hover, button.osd:active:active:focus, button.osd:active:active:hover:focus, button.osd:active:checked, button.osd:active:checked:hover, button.osd:active:checked:focus, button.osd:active:checked:hover:focus, button.osd.flat:checked:active, button.osd.flat:checked:active:hover, button.osd.flat:checked:active:focus, button.osd.flat:checked:active:hover:focus, button.osd.flat:checked:checked, button.osd.flat:checked:checked:hover, button.osd.flat:checked:checked:focus, button.osd.flat:checked:checked:hover:focus, button.osd.flat:active:active, button.osd.flat:active:active:hover, button.osd.flat:active:active:focus, button.osd.flat:active:active:hover:focus, button.osd.flat:active:checked, button.osd.flat:active:checked:hover, button.osd.flat:active:checked:focus, button.osd.flat:active:checked:hover:focus, - #XfceNotifyWindow button:checked:active, - #XfceNotifyWindow button:checked:active:hover, - #XfceNotifyWindow button:checked:active:focus, - #XfceNotifyWindow button:checked:active:hover:focus, - #XfceNotifyWindow button:checked:checked, - #XfceNotifyWindow button:checked:checked:hover, - #XfceNotifyWindow button:checked:checked:focus, - #XfceNotifyWindow button:checked:checked:hover:focus, - #XfceNotifyWindow button:active:active, - #XfceNotifyWindow button:active:active:hover, - #XfceNotifyWindow button:active:active:focus, - #XfceNotifyWindow button:active:active:hover:focus, - #XfceNotifyWindow button:active:checked, - #XfceNotifyWindow button:active:checked:hover, - #XfceNotifyWindow button:active:checked:focus, - #XfceNotifyWindow button:active:checked:hover:focus, - #XfceNotifyWindow button.flat:checked:active, - #XfceNotifyWindow button.flat:checked:active:hover, - #XfceNotifyWindow button.flat:checked:active:focus, - #XfceNotifyWindow button.flat:checked:active:hover:focus, - #XfceNotifyWindow button.flat:checked:checked, - #XfceNotifyWindow button.flat:checked:checked:hover, - #XfceNotifyWindow button.flat:checked:checked:focus, - #XfceNotifyWindow button.flat:checked:checked:hover:focus, - #XfceNotifyWindow button.flat:active:active, - #XfceNotifyWindow button.flat:active:active:hover, - #XfceNotifyWindow button.flat:active:active:focus, - #XfceNotifyWindow button.flat:active:active:hover:focus, - #XfceNotifyWindow button.flat:active:checked, - #XfceNotifyWindow button.flat:active:checked:hover, - #XfceNotifyWindow button.flat:active:checked:focus, - #XfceNotifyWindow button.flat:active:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.22); } - button.osd:checked:disabled, button.osd:active:disabled, button.osd.flat:checked:disabled, button.osd.flat:active:disabled, - #XfceNotifyWindow button:checked:disabled, - #XfceNotifyWindow button:active:disabled, - #XfceNotifyWindow button.flat:checked:disabled, - #XfceNotifyWindow button.flat:active:disabled { - border-color: rgba(247, 225, 136, 0.22); } - button.osd:checked:active:disabled, button.osd:checked:checked:disabled, button.osd:active:active:disabled, button.osd:active:checked:disabled, button.osd.flat:checked:active:disabled, button.osd.flat:checked:checked:disabled, button.osd.flat:active:active:disabled, button.osd.flat:active:checked:disabled, - #XfceNotifyWindow button:checked:active:disabled, - #XfceNotifyWindow button:checked:checked:disabled, - #XfceNotifyWindow button:active:active:disabled, - #XfceNotifyWindow button:active:checked:disabled, - #XfceNotifyWindow button.flat:checked:active:disabled, - #XfceNotifyWindow button.flat:checked:checked:disabled, - #XfceNotifyWindow button.flat:active:active:disabled, - #XfceNotifyWindow button.flat:active:checked:disabled { - border-color: rgba(245, 220, 115, 0.22); } - button.osd:checked:focus, button.osd:checked:hover, button.osd:active:focus, button.osd:active:hover, button.osd.flat:checked:focus, button.osd.flat:checked:hover, button.osd.flat:active:focus, button.osd.flat:active:hover, - #XfceNotifyWindow button:checked:focus, - #XfceNotifyWindow button:checked:hover, - #XfceNotifyWindow button:active:focus, - #XfceNotifyWindow button:active:hover, - #XfceNotifyWindow button.flat:checked:focus, - #XfceNotifyWindow button.flat:checked:hover, - #XfceNotifyWindow button.flat:active:focus, - #XfceNotifyWindow button.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - button.osd:focus, button.osd:hover, button.osd.flat:focus, button.osd.flat:hover, - #XfceNotifyWindow button:focus, - #XfceNotifyWindow button:hover, - #XfceNotifyWindow button.flat:focus, - #XfceNotifyWindow button.flat:hover { - color: #fbf1c7; } - button.osd:disabled:disabled, button.osd.flat:disabled:disabled, - #XfceNotifyWindow button:disabled:disabled, - #XfceNotifyWindow button.flat:disabled:disabled { - background-color: alpha(mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.6); - box-shadow: none; } - button.osd:disabled:disabled :disabled, button.osd.flat:disabled:disabled :disabled, - #XfceNotifyWindow button:disabled:disabled :disabled, - #XfceNotifyWindow button.flat:disabled:disabled :disabled { - color: mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.6); } - button.osd:active:disabled, button.osd:checked:disabled, button.osd.flat:active:disabled, button.osd.flat:checked:disabled, - #XfceNotifyWindow button:active:disabled, - #XfceNotifyWindow button:checked:disabled, - #XfceNotifyWindow button.flat:active:disabled, - #XfceNotifyWindow button.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - button.osd:active:disabled :disabled, button.osd:checked:disabled :disabled, button.osd.flat:active:disabled :disabled, button.osd.flat:checked:disabled :disabled, - #XfceNotifyWindow button:active:disabled :disabled, - #XfceNotifyWindow button:checked:disabled :disabled, - #XfceNotifyWindow button.flat:active:disabled :disabled, - #XfceNotifyWindow button.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - button.osd.separator, button.osd .separator, - #XfceNotifyWindow button.separator, - #XfceNotifyWindow button .separator { - border: 1px solid currentColor; - color: rgba(29, 32, 33, 0.7); } - button.osd.separator:disabled, button.osd .separator:disabled, - #XfceNotifyWindow button.separator:disabled, - #XfceNotifyWindow button .separator:disabled { - color: rgba(29, 32, 33, 0.65); } - button.osd.image-button, - #XfceNotifyWindow button.image-button { - padding: 0; - min-height: 36px; - min-width: 36px; } - -toolbar.osd { - -GtkToolbar-button-relief: normal; - padding: 3px; - border: 1px solid rgba(23, 26, 26, 0.8); - border-radius: 4px; - background-color: rgba(29, 32, 33, 0.8); - background-image: none; - color: #fbf1c7; } - toolbar.osd separator { - color: rgba(26, 29, 30, 0.8); } - toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom { - border-radius: 0; } - -progressbar.osd { - margin: 2px; - min-height: 2px; - min-width: 2px; } - progressbar.osd trough { - border-style: none; - border-radius: 0; - background-image: none; - background-color: transparent; } - progressbar.osd progress { - border-style: none; - border-radius: 0; - background-color: #928374; - background-image: none; } - -.osd, -#XfceNotifyWindow { - background-color: rgba(29, 32, 33, 0.8); - color: #fbf1c7; - /* used by gnome-settings-daemon's media-keys OSD */ - /* used by Documents */ } - .osd.background, - #XfceNotifyWindow.background { - background-color: rgba(29, 32, 33, 0.6); - color: #fbf1c7; } - .osd .frame, - #XfceNotifyWindow .frame { - background-clip: border-box; - background-origin: border-box; } - .osd button, - #XfceNotifyWindow button { - background-color: rgba(29, 32, 33, 0.8); - background-image: none; - border-color: rgba(245, 220, 115, 0.22); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .osd button:focus, .osd button:hover, - #XfceNotifyWindow button:focus, - #XfceNotifyWindow button:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.22),0.3); } - .osd button:active, .osd button:active:hover, .osd button:active:focus, .osd button:active:hover:focus, .osd button:checked, .osd button:checked:hover, .osd button:checked:focus, .osd button:checked:hover:focus, - #XfceNotifyWindow button:active, - #XfceNotifyWindow button:active:hover, - #XfceNotifyWindow button:active:focus, - #XfceNotifyWindow button:active:hover:focus, - #XfceNotifyWindow button:checked, - #XfceNotifyWindow button:checked:hover, - #XfceNotifyWindow button:checked:focus, - #XfceNotifyWindow button:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.22); } - .osd button:disabled, - #XfceNotifyWindow button:disabled { - border-color: rgba(247, 225, 136, 0.22); } - .osd button:active:disabled, .osd button:checked:disabled, - #XfceNotifyWindow button:active:disabled, - #XfceNotifyWindow button:checked:disabled { - border-color: rgba(245, 220, 115, 0.22); } - .linked:not(.vertical) > .osd button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd button, - stackswitcher:not(.vertical) > .osd button:not(:last-child):not(:only-child), .linked:not(.vertical) > - #XfceNotifyWindow button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) - #XfceNotifyWindow button, - stackswitcher:not(.vertical) > - #XfceNotifyWindow button:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > .osd button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd button:hover, - stackswitcher:not(.vertical) > .osd button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > - #XfceNotifyWindow button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) - #XfceNotifyWindow button:hover, - stackswitcher:not(.vertical) > - #XfceNotifyWindow button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .linked:not(.vertical) > .osd button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd button:checked, - stackswitcher:not(.vertical) > .osd button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > - #XfceNotifyWindow button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) - #XfceNotifyWindow button:checked, - stackswitcher:not(.vertical) > - #XfceNotifyWindow button:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > .osd button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd button:checked:hover, - stackswitcher:not(.vertical) > .osd button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > - #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) - #XfceNotifyWindow button:checked:hover, - stackswitcher:not(.vertical) > - #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > .osd button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) .osd button, - stackswitcher.vertical > .osd button:not(:last-child):not(:only-child), .linked.vertical > - #XfceNotifyWindow button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) - #XfceNotifyWindow button, - stackswitcher.vertical > - #XfceNotifyWindow button:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > .osd button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) .osd button:hover, - stackswitcher.vertical > .osd button:not(:last-child):not(:only-child):hover, .linked.vertical > - #XfceNotifyWindow button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) - #XfceNotifyWindow button:hover, - stackswitcher.vertical > - #XfceNotifyWindow button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .linked.vertical > .osd button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) .osd button:checked, - stackswitcher.vertical > .osd button:not(:last-child):not(:only-child):checked, .linked.vertical > - #XfceNotifyWindow button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) - #XfceNotifyWindow button:checked, - stackswitcher.vertical > - #XfceNotifyWindow button:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > .osd button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) .osd button:checked:hover, - stackswitcher.vertical > .osd button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > - #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) - #XfceNotifyWindow button:checked:hover, - stackswitcher.vertical > - #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .osd button.flat, - #XfceNotifyWindow button.flat { - color: #fbf1c7; - border-color: rgba(29, 32, 33, 0); - background-color: rgba(29, 32, 33, 0); - background-image: none; - box-shadow: none; } - .osd button:hover, .osd button.flat:hover, - #XfceNotifyWindow button:hover, - #XfceNotifyWindow button.flat:hover { - background-color: rgba(30, 34, 35, 0.8); - background-image: none; - border-color: rgba(245, 220, 115, 0.3); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - .osd button:hover:focus, .osd button:hover:hover, .osd button.flat:hover:focus, .osd button.flat:hover:hover, - #XfceNotifyWindow button:hover:focus, - #XfceNotifyWindow button:hover:hover, - #XfceNotifyWindow button.flat:hover:focus, - #XfceNotifyWindow button.flat:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .osd button:hover:active, .osd button:hover:active:hover, .osd button:hover:active:focus, .osd button:hover:active:hover:focus, .osd button:hover:checked, .osd button:hover:checked:hover, .osd button:hover:checked:focus, .osd button:hover:checked:hover:focus, .osd button.flat:hover:active, .osd button.flat:hover:active:hover, .osd button.flat:hover:active:focus, .osd button.flat:hover:active:hover:focus, .osd button.flat:hover:checked, .osd button.flat:hover:checked:hover, .osd button.flat:hover:checked:focus, .osd button.flat:hover:checked:hover:focus, - #XfceNotifyWindow button:hover:active, - #XfceNotifyWindow button:hover:active:hover, - #XfceNotifyWindow button:hover:active:focus, - #XfceNotifyWindow button:hover:active:hover:focus, - #XfceNotifyWindow button:hover:checked, - #XfceNotifyWindow button:hover:checked:hover, - #XfceNotifyWindow button:hover:checked:focus, - #XfceNotifyWindow button:hover:checked:hover:focus, - #XfceNotifyWindow button.flat:hover:active, - #XfceNotifyWindow button.flat:hover:active:hover, - #XfceNotifyWindow button.flat:hover:active:focus, - #XfceNotifyWindow button.flat:hover:active:hover:focus, - #XfceNotifyWindow button.flat:hover:checked, - #XfceNotifyWindow button.flat:hover:checked:hover, - #XfceNotifyWindow button.flat:hover:checked:focus, - #XfceNotifyWindow button.flat:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.3); } - .osd button:hover:disabled, .osd button.flat:hover:disabled, - #XfceNotifyWindow button:hover:disabled, - #XfceNotifyWindow button.flat:hover:disabled { - border-color: rgba(247, 225, 136, 0.3); } - .osd button:hover:active:disabled, .osd button:hover:checked:disabled, .osd button.flat:hover:active:disabled, .osd button.flat:hover:checked:disabled, - #XfceNotifyWindow button:hover:active:disabled, - #XfceNotifyWindow button:hover:checked:disabled, - #XfceNotifyWindow button.flat:hover:active:disabled, - #XfceNotifyWindow button.flat:hover:checked:disabled { - border-color: rgba(245, 220, 115, 0.3); } - .osd button:focus, .osd button.flat:focus, - #XfceNotifyWindow button:focus, - #XfceNotifyWindow button.flat:focus { - background-color: rgba(30, 34, 35, 0.8); - background-image: none; - border-color: rgba(251, 241, 199, 0.22); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .osd button:focus:hover, .osd button.flat:focus:hover, - #XfceNotifyWindow button:focus:hover, - #XfceNotifyWindow button.flat:focus:hover { - background-color: rgba(32, 35, 36, 0.8); - background-image: none; - border-color: rgba(245, 220, 115, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - .osd button:focus:hover:focus, .osd button:focus:hover:hover, .osd button.flat:focus:hover:focus, .osd button.flat:focus:hover:hover, - #XfceNotifyWindow button:focus:hover:focus, - #XfceNotifyWindow button:focus:hover:hover, - #XfceNotifyWindow button.flat:focus:hover:focus, - #XfceNotifyWindow button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .osd button:focus:hover:active, .osd button:focus:hover:active:hover, .osd button:focus:hover:active:focus, .osd button:focus:hover:active:hover:focus, .osd button:focus:hover:checked, .osd button:focus:hover:checked:hover, .osd button:focus:hover:checked:focus, .osd button:focus:hover:checked:hover:focus, .osd button.flat:focus:hover:active, .osd button.flat:focus:hover:active:hover, .osd button.flat:focus:hover:active:focus, .osd button.flat:focus:hover:active:hover:focus, .osd button.flat:focus:hover:checked, .osd button.flat:focus:hover:checked:hover, .osd button.flat:focus:hover:checked:focus, .osd button.flat:focus:hover:checked:hover:focus, - #XfceNotifyWindow button:focus:hover:active, - #XfceNotifyWindow button:focus:hover:active:hover, - #XfceNotifyWindow button:focus:hover:active:focus, - #XfceNotifyWindow button:focus:hover:active:hover:focus, - #XfceNotifyWindow button:focus:hover:checked, - #XfceNotifyWindow button:focus:hover:checked:hover, - #XfceNotifyWindow button:focus:hover:checked:focus, - #XfceNotifyWindow button:focus:hover:checked:hover:focus, - #XfceNotifyWindow button.flat:focus:hover:active, - #XfceNotifyWindow button.flat:focus:hover:active:hover, - #XfceNotifyWindow button.flat:focus:hover:active:focus, - #XfceNotifyWindow button.flat:focus:hover:active:hover:focus, - #XfceNotifyWindow button.flat:focus:hover:checked, - #XfceNotifyWindow button.flat:focus:hover:checked:hover, - #XfceNotifyWindow button.flat:focus:hover:checked:focus, - #XfceNotifyWindow button.flat:focus:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.3); } - .osd button:focus:hover:disabled, .osd button.flat:focus:hover:disabled, - #XfceNotifyWindow button:focus:hover:disabled, - #XfceNotifyWindow button.flat:focus:hover:disabled { - border-color: rgba(247, 225, 136, 0.3); } - .osd button:focus:hover:active:disabled, .osd button:focus:hover:checked:disabled, .osd button.flat:focus:hover:active:disabled, .osd button.flat:focus:hover:checked:disabled, - #XfceNotifyWindow button:focus:hover:active:disabled, - #XfceNotifyWindow button:focus:hover:checked:disabled, - #XfceNotifyWindow button.flat:focus:hover:active:disabled, - #XfceNotifyWindow button.flat:focus:hover:checked:disabled { - border-color: rgba(245, 220, 115, 0.3); } - .osd button:checked, .osd button:active, .osd button.flat:checked, .osd button.flat:active, - #XfceNotifyWindow button:checked, - #XfceNotifyWindow button:active, - #XfceNotifyWindow button.flat:checked, - #XfceNotifyWindow button.flat:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(245, 220, 115, 0.22); - color: #282828; - box-shadow: inset 1px 0 rgba(251, 241, 199, 0.06), inset 0 1px rgba(251, 241, 199, 0.07), inset -1px 0 rgba(251, 241, 199, 0.06), inset 0 -1px rgba(251, 241, 199, 0.05); } - .osd button:checked:focus, .osd button:checked:hover, .osd button:active:focus, .osd button:active:hover, .osd button.flat:checked:focus, .osd button.flat:checked:hover, .osd button.flat:active:focus, .osd button.flat:active:hover, - #XfceNotifyWindow button:checked:focus, - #XfceNotifyWindow button:checked:hover, - #XfceNotifyWindow button:active:focus, - #XfceNotifyWindow button:active:hover, - #XfceNotifyWindow button.flat:checked:focus, - #XfceNotifyWindow button.flat:checked:hover, - #XfceNotifyWindow button.flat:active:focus, - #XfceNotifyWindow button.flat:active:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.22),0.3); } - .osd button:checked:active, .osd button:checked:active:hover, .osd button:checked:active:focus, .osd button:checked:active:hover:focus, .osd button:checked:checked, .osd button:checked:checked:hover, .osd button:checked:checked:focus, .osd button:checked:checked:hover:focus, .osd button:active:active, .osd button:active:active:hover, .osd button:active:active:focus, .osd button:active:active:hover:focus, .osd button:active:checked, .osd button:active:checked:hover, .osd button:active:checked:focus, .osd button:active:checked:hover:focus, .osd button.flat:checked:active, .osd button.flat:checked:active:hover, .osd button.flat:checked:active:focus, .osd button.flat:checked:active:hover:focus, .osd button.flat:checked:checked, .osd button.flat:checked:checked:hover, .osd button.flat:checked:checked:focus, .osd button.flat:checked:checked:hover:focus, .osd button.flat:active:active, .osd button.flat:active:active:hover, .osd button.flat:active:active:focus, .osd button.flat:active:active:hover:focus, .osd button.flat:active:checked, .osd button.flat:active:checked:hover, .osd button.flat:active:checked:focus, .osd button.flat:active:checked:hover:focus, - #XfceNotifyWindow button:checked:active, - #XfceNotifyWindow button:checked:active:hover, - #XfceNotifyWindow button:checked:active:focus, - #XfceNotifyWindow button:checked:active:hover:focus, - #XfceNotifyWindow button:checked:checked, - #XfceNotifyWindow button:checked:checked:hover, - #XfceNotifyWindow button:checked:checked:focus, - #XfceNotifyWindow button:checked:checked:hover:focus, - #XfceNotifyWindow button:active:active, - #XfceNotifyWindow button:active:active:hover, - #XfceNotifyWindow button:active:active:focus, - #XfceNotifyWindow button:active:active:hover:focus, - #XfceNotifyWindow button:active:checked, - #XfceNotifyWindow button:active:checked:hover, - #XfceNotifyWindow button:active:checked:focus, - #XfceNotifyWindow button:active:checked:hover:focus, - #XfceNotifyWindow button.flat:checked:active, - #XfceNotifyWindow button.flat:checked:active:hover, - #XfceNotifyWindow button.flat:checked:active:focus, - #XfceNotifyWindow button.flat:checked:active:hover:focus, - #XfceNotifyWindow button.flat:checked:checked, - #XfceNotifyWindow button.flat:checked:checked:hover, - #XfceNotifyWindow button.flat:checked:checked:focus, - #XfceNotifyWindow button.flat:checked:checked:hover:focus, - #XfceNotifyWindow button.flat:active:active, - #XfceNotifyWindow button.flat:active:active:hover, - #XfceNotifyWindow button.flat:active:active:focus, - #XfceNotifyWindow button.flat:active:active:hover:focus, - #XfceNotifyWindow button.flat:active:checked, - #XfceNotifyWindow button.flat:active:checked:hover, - #XfceNotifyWindow button.flat:active:checked:focus, - #XfceNotifyWindow button.flat:active:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.22); } - .osd button:checked:disabled, .osd button:active:disabled, .osd button.flat:checked:disabled, .osd button.flat:active:disabled, - #XfceNotifyWindow button:checked:disabled, - #XfceNotifyWindow button:active:disabled, - #XfceNotifyWindow button.flat:checked:disabled, - #XfceNotifyWindow button.flat:active:disabled { - border-color: rgba(247, 225, 136, 0.22); } - .osd button:checked:active:disabled, .osd button:checked:checked:disabled, .osd button:active:active:disabled, .osd button:active:checked:disabled, .osd button.flat:checked:active:disabled, .osd button.flat:checked:checked:disabled, .osd button.flat:active:active:disabled, .osd button.flat:active:checked:disabled, - #XfceNotifyWindow button:checked:active:disabled, - #XfceNotifyWindow button:checked:checked:disabled, - #XfceNotifyWindow button:active:active:disabled, - #XfceNotifyWindow button:active:checked:disabled, - #XfceNotifyWindow button.flat:checked:active:disabled, - #XfceNotifyWindow button.flat:checked:checked:disabled, - #XfceNotifyWindow button.flat:active:active:disabled, - #XfceNotifyWindow button.flat:active:checked:disabled { - border-color: rgba(245, 220, 115, 0.22); } - .osd button:checked:focus, .osd button:checked:hover, .osd button:active:focus, .osd button:active:hover, .osd button.flat:checked:focus, .osd button.flat:checked:hover, .osd button.flat:active:focus, .osd button.flat:active:hover, - #XfceNotifyWindow button:checked:focus, - #XfceNotifyWindow button:checked:hover, - #XfceNotifyWindow button:active:focus, - #XfceNotifyWindow button:active:hover, - #XfceNotifyWindow button.flat:checked:focus, - #XfceNotifyWindow button.flat:checked:hover, - #XfceNotifyWindow button.flat:active:focus, - #XfceNotifyWindow button.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - .osd button:focus, .osd button:hover, .osd button.flat:focus, .osd button.flat:hover, - #XfceNotifyWindow button:focus, - #XfceNotifyWindow button:hover, - #XfceNotifyWindow button.flat:focus, - #XfceNotifyWindow button.flat:hover { - color: #fbf1c7; } - .osd button:disabled:disabled, .osd button.flat:disabled:disabled, - #XfceNotifyWindow button:disabled:disabled, - #XfceNotifyWindow button.flat:disabled:disabled { - background-color: alpha(mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.6); - box-shadow: none; } - .osd button:disabled:disabled :disabled, .osd button.flat:disabled:disabled :disabled, - #XfceNotifyWindow button:disabled:disabled :disabled, - #XfceNotifyWindow button.flat:disabled:disabled :disabled { - color: mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.6); } - .osd button:active:disabled, .osd button:checked:disabled, .osd button.flat:active:disabled, .osd button.flat:checked:disabled, - #XfceNotifyWindow button:active:disabled, - #XfceNotifyWindow button:checked:disabled, - #XfceNotifyWindow button.flat:active:disabled, - #XfceNotifyWindow button.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - .osd button:active:disabled :disabled, .osd button:checked:disabled :disabled, .osd button.flat:active:disabled :disabled, .osd button.flat:checked:disabled :disabled, - #XfceNotifyWindow button:active:disabled :disabled, - #XfceNotifyWindow button:checked:disabled :disabled, - #XfceNotifyWindow button.flat:active:disabled :disabled, - #XfceNotifyWindow button.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - .osd button.separator, .osd button .separator, - #XfceNotifyWindow button.separator, - #XfceNotifyWindow button .separator { - border: 1px solid currentColor; - color: rgba(29, 32, 33, 0.7); } - .osd button.separator:disabled, .osd button .separator:disabled, - #XfceNotifyWindow button.separator:disabled, - #XfceNotifyWindow button .separator:disabled { - color: rgba(29, 32, 33, 0.65); } - .osd entry, - #XfceNotifyWindow entry { - background-color: #1d2021; - background-image: none; - border-color: shade(mix(#1d2021,#fbf1c7,0.2),0.8); - padding: 5px 3px; - color: #fbf1c7; - caret-color: #a89984; - -gtk-secondary-caret-color: #a89984; } - .osd entry:focus, .osd entry:hover, - #XfceNotifyWindow entry:focus, - #XfceNotifyWindow entry:hover { - border-color: mix(#928374,mix(#1d2021,#fbf1c7,0.2),0.3); } - .osd entry:active, .osd entry:active:hover, .osd entry:active:focus, .osd entry:active:hover:focus, .osd entry:checked, .osd entry:checked:hover, .osd entry:checked:focus, .osd entry:checked:hover:focus, - #XfceNotifyWindow entry:active, - #XfceNotifyWindow entry:active:hover, - #XfceNotifyWindow entry:active:focus, - #XfceNotifyWindow entry:active:hover:focus, - #XfceNotifyWindow entry:checked, - #XfceNotifyWindow entry:checked:hover, - #XfceNotifyWindow entry:checked:focus, - #XfceNotifyWindow entry:checked:hover:focus { - border-color: shade(mix(#1d2021,#fbf1c7,0.2),0.7); } - .osd entry:disabled, - #XfceNotifyWindow entry:disabled { - border-color: shade(mix(#1d2021,#fbf1c7,0.2),0.85); } - .osd entry:active:disabled, .osd entry:checked:disabled, - #XfceNotifyWindow entry:active:disabled, - #XfceNotifyWindow entry:checked:disabled { - border-color: shade(mix(#1d2021,#fbf1c7,0.2),0.8); } - .osd entry:focus, .osd entry:active, - #XfceNotifyWindow entry:focus, - #XfceNotifyWindow entry:active { - border-color: mix(#928374,rgba(25, 27, 28, 0.8),0.3); } - .osd entry:disabled, - #XfceNotifyWindow entry:disabled { - background-color: mix(#1d2021,#fbf1c7,0.07); - background-image: none; - opacity: .9; - color: mix(#1d2021,#fbf1c7,0.9); } - .osd trough, .osd.trough, - #XfceNotifyWindow trough, - #XfceNotifyWindow.trough { - background-color: rgba(251, 241, 199, 0.3); } - .osd progressbar, .osd.progressbar, - #XfceNotifyWindow progressbar, - #XfceNotifyWindow.progressbar { - background-color: #fbf1c7; } - .osd scale slider, - #XfceNotifyWindow scale slider { - background-color: rgba(31, 35, 36, 0.8); - background-image: none; - border-color: rgba(23, 26, 26, 0.8); } - .osd scale slider:focus, .osd scale slider:hover, - #XfceNotifyWindow scale slider:focus, - #XfceNotifyWindow scale slider:hover { - border-color: mix(#928374,rgba(29, 32, 33, 0.8),0.3); } - .osd scale slider:active, .osd scale slider:active:hover, .osd scale slider:active:focus, .osd scale slider:active:hover:focus, .osd scale slider:checked, .osd scale slider:checked:hover, .osd scale slider:checked:focus, .osd scale slider:checked:hover:focus, - #XfceNotifyWindow scale slider:active, - #XfceNotifyWindow scale slider:active:hover, - #XfceNotifyWindow scale slider:active:focus, - #XfceNotifyWindow scale slider:active:hover:focus, - #XfceNotifyWindow scale slider:checked, - #XfceNotifyWindow scale slider:checked:hover, - #XfceNotifyWindow scale slider:checked:focus, - #XfceNotifyWindow scale slider:checked:hover:focus { - border-color: rgba(20, 22, 23, 0.8); } - .osd scale slider:disabled, - #XfceNotifyWindow scale slider:disabled { - border-color: rgba(25, 27, 28, 0.8); } - .osd scale slider:active:disabled, .osd scale slider:checked:disabled, - #XfceNotifyWindow scale slider:active:disabled, - #XfceNotifyWindow scale slider:checked:disabled { - border-color: rgba(23, 26, 26, 0.8); } - .osd scale slider:disabled, - #XfceNotifyWindow scale slider:disabled { - background-color: rgba(26, 29, 30, 0.8); - background-image: none; } - .osd scale trough, - #XfceNotifyWindow scale trough { - border-color: rgba(23, 26, 26, 0.8); - background-color: rgba(31, 35, 36, 0.8); - background-image: none; } - .osd scale trough.highlight, - #XfceNotifyWindow scale trough.highlight { - border-color: #928374; - background-color: #928374; - background-image: none; } - .osd scale trough:disabled, .osd scale trough.highlight:disabled, - #XfceNotifyWindow scale trough:disabled, - #XfceNotifyWindow scale trough.highlight:disabled { - border-color: rgba(25, 27, 28, 0.8); - background-color: rgba(26, 29, 30, 0.8); - background-image: none; } - .osd scale trough, - #XfceNotifyWindow scale trough { - background-color: rgba(46, 50, 52, 0.8); } - .osd scale trough highlight, - #XfceNotifyWindow scale trough highlight { - background-color: #928374; } - .osd scale slider, - #XfceNotifyWindow scale slider { - background-clip: border-box; - background-color: #928374; - border-color: #928374; } - .osd scale slider:hover, - #XfceNotifyWindow scale slider:hover { - background-color: #a89d91; - border-color: #a89d91; } - .osd scale slider:active, - #XfceNotifyWindow scale slider:active { - background-color: #766a5d; - border-color: #766a5d; } - .osd.view, iconview.osd, .osd .view, .osd iconview, .osd view, - #XfceNotifyWindow.view, - iconview#XfceNotifyWindow, - #XfceNotifyWindow .view, - #XfceNotifyWindow iconview, - #XfceNotifyWindow view { - background-color: rgba(29, 32, 33, 0.8); } - .osd scrollbar trough, - #XfceNotifyWindow scrollbar trough { - background-color: rgba(29, 32, 33, 0.8); } - .osd scrollbar slider, - #XfceNotifyWindow scrollbar slider { - border: 1px solid mix(rgba(25, 28, 29, 0.8),#fbf1c7,0.21); - border-radius: 0; - background-color: mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.21); } - .osd scrollbar slider:hover, - #XfceNotifyWindow scrollbar slider:hover { - border-color: mix(rgba(25, 28, 29, 0.8),#fbf1c7,0.31); - background-color: mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.31); } - .osd scrollbar slider:active, - #XfceNotifyWindow scrollbar slider:active { - border-color: #847668; - background-color: #928374; } - .osd iconview.cell:selected, .osd iconview.cell:selected:focus, - #XfceNotifyWindow iconview.cell:selected, - #XfceNotifyWindow iconview.cell:selected:focus { - background-color: transparent; - border: 3px solid mix(rgba(25, 28, 29, 0.8),#fbf1c7,0.21); - border-radius: 4px; - outline-color: transparent; } - .osd .page-thumbnail, - #XfceNotifyWindow .page-thumbnail { - border: 1px solid rgba(26, 29, 30, 0.8); - /* when there's no pixbuf yet */ - background-color: rgba(29, 32, 33, 0.8); } - .osd popover.background, - #XfceNotifyWindow popover.background { - box-shadow: 0 2px 7px 3px rgba(131, 104, 34, 0.5); } - .osd popover.background > toolbar button, - #XfceNotifyWindow popover.background > toolbar button { - border-radius: 0; - border-width: 0; - background-color: transparent; - background-image: none; } - .osd spinbutton:not(.vertical), - #XfceNotifyWindow spinbutton:not(.vertical) { - background-color: #1d2021; - background-image: none; - border-color: #171a1a; - padding: 0; - color: #fbf1c7; - caret-color: #fbf1c7; } - .osd spinbutton:not(.vertical):focus, .osd spinbutton:not(.vertical):hover, - #XfceNotifyWindow spinbutton:not(.vertical):focus, - #XfceNotifyWindow spinbutton:not(.vertical):hover { - border-color: mix(#928374,#1d2021,0.3); } - .osd spinbutton:not(.vertical):active, .osd spinbutton:not(.vertical):active:hover, .osd spinbutton:not(.vertical):active:focus, .osd spinbutton:not(.vertical):active:hover:focus, .osd spinbutton:not(.vertical):checked, .osd spinbutton:not(.vertical):checked:hover, .osd spinbutton:not(.vertical):checked:focus, .osd spinbutton:not(.vertical):checked:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical):active, - #XfceNotifyWindow spinbutton:not(.vertical):active:hover, - #XfceNotifyWindow spinbutton:not(.vertical):active:focus, - #XfceNotifyWindow spinbutton:not(.vertical):active:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical):checked, - #XfceNotifyWindow spinbutton:not(.vertical):checked:hover, - #XfceNotifyWindow spinbutton:not(.vertical):checked:focus, - #XfceNotifyWindow spinbutton:not(.vertical):checked:hover:focus { - border-color: #141617; } - .osd spinbutton:not(.vertical):disabled, - #XfceNotifyWindow spinbutton:not(.vertical):disabled { - border-color: #191b1c; } - .osd spinbutton:not(.vertical):active:disabled, .osd spinbutton:not(.vertical):checked:disabled, - #XfceNotifyWindow spinbutton:not(.vertical):active:disabled, - #XfceNotifyWindow spinbutton:not(.vertical):checked:disabled { - border-color: #171a1a; } - .osd spinbutton:not(.vertical):focus, .osd spinbutton:not(.vertical):active, - #XfceNotifyWindow spinbutton:not(.vertical):focus, - #XfceNotifyWindow spinbutton:not(.vertical):active { - border-color: mix(#928374,rgba(25, 27, 28, 0.8),0.3); } - .osd spinbutton:not(.vertical):disabled, - #XfceNotifyWindow spinbutton:not(.vertical):disabled { - background-color: #1a1d1e; - background-image: none; - color: mix(#1d2021,#fbf1c7,0.5); } - .osd spinbutton:not(.vertical) button, - #XfceNotifyWindow spinbutton:not(.vertical) button { - background-color: rgba(29, 32, 33, 0.8); - background-image: none; - border-color: rgba(245, 220, 115, 0.22); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); - border-radius: 0; - border-color: rgba(25, 27, 28, 0.5); - border-style: none none none solid; - background-image: none; - box-shadow: none; } - .osd spinbutton:not(.vertical) button:focus, .osd spinbutton:not(.vertical) button:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.22),0.3); } - .osd spinbutton:not(.vertical) button:active, .osd spinbutton:not(.vertical) button:active:hover, .osd spinbutton:not(.vertical) button:active:focus, .osd spinbutton:not(.vertical) button:active:hover:focus, .osd spinbutton:not(.vertical) button:checked, .osd spinbutton:not(.vertical) button:checked:hover, .osd spinbutton:not(.vertical) button:checked:focus, .osd spinbutton:not(.vertical) button:checked:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:active, - #XfceNotifyWindow spinbutton:not(.vertical) button:active:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button:active:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:active:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.22); } - .osd spinbutton:not(.vertical) button:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:disabled { - border-color: rgba(247, 225, 136, 0.22); } - .osd spinbutton:not(.vertical) button:active:disabled, .osd spinbutton:not(.vertical) button:checked:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:active:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:disabled { - border-color: rgba(245, 220, 115, 0.22); } - .linked:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button, - stackswitcher:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child), .linked:not(.vertical) > - #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) - #XfceNotifyWindow spinbutton:not(.vertical) button, - stackswitcher:not(.vertical) > - #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button:hover, - stackswitcher:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > - #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) - #XfceNotifyWindow spinbutton:not(.vertical) button:hover, - stackswitcher:not(.vertical) > - #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .linked:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button:checked, - stackswitcher:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > - #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) - #XfceNotifyWindow spinbutton:not(.vertical) button:checked, - stackswitcher:not(.vertical) > - #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button:checked:hover, - stackswitcher:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > - #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover, - stackswitcher:not(.vertical) > - #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button, - stackswitcher.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child), .linked.vertical > - #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) - #XfceNotifyWindow spinbutton:not(.vertical) button, - stackswitcher.vertical > - #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button:hover, - stackswitcher.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, .linked.vertical > - #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) - #XfceNotifyWindow spinbutton:not(.vertical) button:hover, - stackswitcher.vertical > - #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .linked.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button:checked, - stackswitcher.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked, .linked.vertical > - #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) - #XfceNotifyWindow spinbutton:not(.vertical) button:checked, - stackswitcher.vertical > - #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button:checked:hover, - stackswitcher.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > - #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover, - stackswitcher.vertical > - #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .osd spinbutton:not(.vertical) button.flat, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat { - color: #fbf1c7; - border-color: rgba(29, 32, 33, 0); - background-color: rgba(29, 32, 33, 0); - background-image: none; - box-shadow: none; } - .osd spinbutton:not(.vertical) button:hover, .osd spinbutton:not(.vertical) button.flat:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover { - background-color: rgba(30, 34, 35, 0.8); - background-image: none; - border-color: rgba(245, 220, 115, 0.3); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - .osd spinbutton:not(.vertical) button:hover:focus, .osd spinbutton:not(.vertical) button:hover:hover, .osd spinbutton:not(.vertical) button.flat:hover:focus, .osd spinbutton:not(.vertical) button.flat:hover:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:hover:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .osd spinbutton:not(.vertical) button:hover:active, .osd spinbutton:not(.vertical) button:hover:active:hover, .osd spinbutton:not(.vertical) button:hover:active:focus, .osd spinbutton:not(.vertical) button:hover:active:hover:focus, .osd spinbutton:not(.vertical) button:hover:checked, .osd spinbutton:not(.vertical) button:hover:checked:hover, .osd spinbutton:not(.vertical) button:hover:checked:focus, .osd spinbutton:not(.vertical) button:hover:checked:hover:focus, .osd spinbutton:not(.vertical) button.flat:hover:active, .osd spinbutton:not(.vertical) button.flat:hover:active:hover, .osd spinbutton:not(.vertical) button.flat:hover:active:focus, .osd spinbutton:not(.vertical) button.flat:hover:active:hover:focus, .osd spinbutton:not(.vertical) button.flat:hover:checked, .osd spinbutton:not(.vertical) button.flat:hover:checked:hover, .osd spinbutton:not(.vertical) button.flat:hover:checked:focus, .osd spinbutton:not(.vertical) button.flat:hover:checked:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:hover:active, - #XfceNotifyWindow spinbutton:not(.vertical) button:hover:active:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button:hover:active:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:hover:active:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:hover:checked, - #XfceNotifyWindow spinbutton:not(.vertical) button:hover:checked:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button:hover:checked:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:hover:checked:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:active, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:active:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:active:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:active:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:checked, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:checked:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:checked:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.3); } - .osd spinbutton:not(.vertical) button:hover:disabled, .osd spinbutton:not(.vertical) button.flat:hover:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:hover:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:disabled { - border-color: rgba(247, 225, 136, 0.3); } - .osd spinbutton:not(.vertical) button:hover:active:disabled, .osd spinbutton:not(.vertical) button:hover:checked:disabled, .osd spinbutton:not(.vertical) button.flat:hover:active:disabled, .osd spinbutton:not(.vertical) button.flat:hover:checked:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:hover:active:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:hover:checked:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:active:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:checked:disabled { - border-color: rgba(245, 220, 115, 0.3); } - .osd spinbutton:not(.vertical) button:focus, .osd spinbutton:not(.vertical) button.flat:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus { - background-color: rgba(30, 34, 35, 0.8); - background-image: none; - border-color: rgba(251, 241, 199, 0.22); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .osd spinbutton:not(.vertical) button:focus:hover, .osd spinbutton:not(.vertical) button.flat:focus:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover { - background-color: rgba(32, 35, 36, 0.8); - background-image: none; - border-color: rgba(245, 220, 115, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - .osd spinbutton:not(.vertical) button:focus:hover:focus, .osd spinbutton:not(.vertical) button:focus:hover:hover, .osd spinbutton:not(.vertical) button.flat:focus:hover:focus, .osd spinbutton:not(.vertical) button.flat:focus:hover:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .osd spinbutton:not(.vertical) button:focus:hover:active, .osd spinbutton:not(.vertical) button:focus:hover:active:hover, .osd spinbutton:not(.vertical) button:focus:hover:active:focus, .osd spinbutton:not(.vertical) button:focus:hover:active:hover:focus, .osd spinbutton:not(.vertical) button:focus:hover:checked, .osd spinbutton:not(.vertical) button:focus:hover:checked:hover, .osd spinbutton:not(.vertical) button:focus:hover:checked:focus, .osd spinbutton:not(.vertical) button:focus:hover:checked:hover:focus, .osd spinbutton:not(.vertical) button.flat:focus:hover:active, .osd spinbutton:not(.vertical) button.flat:focus:hover:active:hover, .osd spinbutton:not(.vertical) button.flat:focus:hover:active:focus, .osd spinbutton:not(.vertical) button.flat:focus:hover:active:hover:focus, .osd spinbutton:not(.vertical) button.flat:focus:hover:checked, .osd spinbutton:not(.vertical) button.flat:focus:hover:checked:hover, .osd spinbutton:not(.vertical) button.flat:focus:hover:checked:focus, .osd spinbutton:not(.vertical) button.flat:focus:hover:checked:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:active, - #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:active:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:active:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:active:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:checked, - #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:checked:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:checked:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:checked:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:active, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:active:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:active:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:active:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:checked, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:checked:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:checked:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.3); } - .osd spinbutton:not(.vertical) button:focus:hover:disabled, .osd spinbutton:not(.vertical) button.flat:focus:hover:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:disabled { - border-color: rgba(247, 225, 136, 0.3); } - .osd spinbutton:not(.vertical) button:focus:hover:active:disabled, .osd spinbutton:not(.vertical) button:focus:hover:checked:disabled, .osd spinbutton:not(.vertical) button.flat:focus:hover:active:disabled, .osd spinbutton:not(.vertical) button.flat:focus:hover:checked:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:active:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:checked:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:active:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:checked:disabled { - border-color: rgba(245, 220, 115, 0.3); } - .osd spinbutton:not(.vertical) button:checked, .osd spinbutton:not(.vertical) button:active, .osd spinbutton:not(.vertical) button.flat:checked, .osd spinbutton:not(.vertical) button.flat:active, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked, - #XfceNotifyWindow spinbutton:not(.vertical) button:active, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(245, 220, 115, 0.22); - color: #282828; - box-shadow: inset 1px 0 rgba(251, 241, 199, 0.06), inset 0 1px rgba(251, 241, 199, 0.07), inset -1px 0 rgba(251, 241, 199, 0.06), inset 0 -1px rgba(251, 241, 199, 0.05); } - .osd spinbutton:not(.vertical) button:checked:focus, .osd spinbutton:not(.vertical) button:checked:hover, .osd spinbutton:not(.vertical) button:active:focus, .osd spinbutton:not(.vertical) button:active:hover, .osd spinbutton:not(.vertical) button.flat:checked:focus, .osd spinbutton:not(.vertical) button.flat:checked:hover, .osd spinbutton:not(.vertical) button.flat:active:focus, .osd spinbutton:not(.vertical) button.flat:active:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button:active:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:active:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.22),0.3); } - .osd spinbutton:not(.vertical) button:checked:active, .osd spinbutton:not(.vertical) button:checked:active:hover, .osd spinbutton:not(.vertical) button:checked:active:focus, .osd spinbutton:not(.vertical) button:checked:active:hover:focus, .osd spinbutton:not(.vertical) button:checked:checked, .osd spinbutton:not(.vertical) button:checked:checked:hover, .osd spinbutton:not(.vertical) button:checked:checked:focus, .osd spinbutton:not(.vertical) button:checked:checked:hover:focus, .osd spinbutton:not(.vertical) button:active:active, .osd spinbutton:not(.vertical) button:active:active:hover, .osd spinbutton:not(.vertical) button:active:active:focus, .osd spinbutton:not(.vertical) button:active:active:hover:focus, .osd spinbutton:not(.vertical) button:active:checked, .osd spinbutton:not(.vertical) button:active:checked:hover, .osd spinbutton:not(.vertical) button:active:checked:focus, .osd spinbutton:not(.vertical) button:active:checked:hover:focus, .osd spinbutton:not(.vertical) button.flat:checked:active, .osd spinbutton:not(.vertical) button.flat:checked:active:hover, .osd spinbutton:not(.vertical) button.flat:checked:active:focus, .osd spinbutton:not(.vertical) button.flat:checked:active:hover:focus, .osd spinbutton:not(.vertical) button.flat:checked:checked, .osd spinbutton:not(.vertical) button.flat:checked:checked:hover, .osd spinbutton:not(.vertical) button.flat:checked:checked:focus, .osd spinbutton:not(.vertical) button.flat:checked:checked:hover:focus, .osd spinbutton:not(.vertical) button.flat:active:active, .osd spinbutton:not(.vertical) button.flat:active:active:hover, .osd spinbutton:not(.vertical) button.flat:active:active:focus, .osd spinbutton:not(.vertical) button.flat:active:active:hover:focus, .osd spinbutton:not(.vertical) button.flat:active:checked, .osd spinbutton:not(.vertical) button.flat:active:checked:hover, .osd spinbutton:not(.vertical) button.flat:active:checked:focus, .osd spinbutton:not(.vertical) button.flat:active:checked:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:active, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:active:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:active:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:active:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:checked, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:checked:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:checked:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:checked:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:active:active, - #XfceNotifyWindow spinbutton:not(.vertical) button:active:active:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button:active:active:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:active:active:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:active:checked, - #XfceNotifyWindow spinbutton:not(.vertical) button:active:checked:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button:active:checked:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:active:checked:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:active, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:active:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:active:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:active:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:checked, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:checked:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:checked:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:checked:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:active, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:active:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:active:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:active:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:checked, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:checked:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:checked:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.22); } - .osd spinbutton:not(.vertical) button:checked:disabled, .osd spinbutton:not(.vertical) button:active:disabled, .osd spinbutton:not(.vertical) button.flat:checked:disabled, .osd spinbutton:not(.vertical) button.flat:active:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:active:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:disabled { - border-color: rgba(247, 225, 136, 0.22); } - .osd spinbutton:not(.vertical) button:checked:active:disabled, .osd spinbutton:not(.vertical) button:checked:checked:disabled, .osd spinbutton:not(.vertical) button:active:active:disabled, .osd spinbutton:not(.vertical) button:active:checked:disabled, .osd spinbutton:not(.vertical) button.flat:checked:active:disabled, .osd spinbutton:not(.vertical) button.flat:checked:checked:disabled, .osd spinbutton:not(.vertical) button.flat:active:active:disabled, .osd spinbutton:not(.vertical) button.flat:active:checked:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:active:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:checked:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:active:active:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:active:checked:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:active:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:checked:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:active:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:checked:disabled { - border-color: rgba(245, 220, 115, 0.22); } - .osd spinbutton:not(.vertical) button:checked:focus, .osd spinbutton:not(.vertical) button:checked:hover, .osd spinbutton:not(.vertical) button:active:focus, .osd spinbutton:not(.vertical) button:active:hover, .osd spinbutton:not(.vertical) button.flat:checked:focus, .osd spinbutton:not(.vertical) button.flat:checked:hover, .osd spinbutton:not(.vertical) button.flat:active:focus, .osd spinbutton:not(.vertical) button.flat:active:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button:active:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:active:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - .osd spinbutton:not(.vertical) button:focus, .osd spinbutton:not(.vertical) button:hover, .osd spinbutton:not(.vertical) button.flat:focus, .osd spinbutton:not(.vertical) button.flat:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover { - color: #fbf1c7; } - .osd spinbutton:not(.vertical) button:disabled:disabled, .osd spinbutton:not(.vertical) button.flat:disabled:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:disabled:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:disabled:disabled { - background-color: alpha(mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.6); - box-shadow: none; } - .osd spinbutton:not(.vertical) button:disabled:disabled :disabled, .osd spinbutton:not(.vertical) button.flat:disabled:disabled :disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:disabled:disabled :disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:disabled:disabled :disabled { - color: mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.6); } - .osd spinbutton:not(.vertical) button:active:disabled, .osd spinbutton:not(.vertical) button:checked:disabled, .osd spinbutton:not(.vertical) button.flat:active:disabled, .osd spinbutton:not(.vertical) button.flat:checked:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:active:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - .osd spinbutton:not(.vertical) button:active:disabled :disabled, .osd spinbutton:not(.vertical) button:checked:disabled :disabled, .osd spinbutton:not(.vertical) button.flat:active:disabled :disabled, .osd spinbutton:not(.vertical) button.flat:checked:disabled :disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:active:disabled :disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:disabled :disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:disabled :disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - .osd spinbutton:not(.vertical) button.separator, .osd spinbutton:not(.vertical) button .separator, - #XfceNotifyWindow spinbutton:not(.vertical) button.separator, - #XfceNotifyWindow spinbutton:not(.vertical) button .separator { - border: 1px solid currentColor; - color: rgba(29, 32, 33, 0.7); } - .osd spinbutton:not(.vertical) button.separator:disabled, .osd spinbutton:not(.vertical) button .separator:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button.separator:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button .separator:disabled { - color: rgba(29, 32, 33, 0.65); } - .osd spinbutton:not(.vertical) button:dir(rtl), - #XfceNotifyWindow spinbutton:not(.vertical) button:dir(rtl) { - border-style: none solid none none; } - .osd spinbutton:not(.vertical) button:active, .osd spinbutton:not(.vertical) button:checked, .osd spinbutton:not(.vertical) button:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button:active, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked, - #XfceNotifyWindow spinbutton:not(.vertical) button:hover { - color: #fbf1c7; } - .osd spinbutton:not(.vertical) button:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:disabled { - color: alpha(mix(#fbf1c7,#1d2021,0.6),0.8); } - .osd spinbutton:not(.vertical) button:backdrop, - #XfceNotifyWindow spinbutton:not(.vertical) button:backdrop { - color: mix(#282828,mix(#ebdbb2,#282828,0.5),0.9); } - .osd spinbutton:not(.vertical) button:active, - #XfceNotifyWindow spinbutton:not(.vertical) button:active { - box-shadow: inset 0 2px 3px -1px rgba(131, 104, 34, 0.2); } - .osd spinbutton:not(.vertical) button:backdrop:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:backdrop:disabled { - color: rgba(2, 2, 2, 0.8); - border-style: none none none solid; } - .osd spinbutton:not(.vertical) button:backdrop:disabled:dir(rtl), - #XfceNotifyWindow spinbutton:not(.vertical) button:backdrop:disabled:dir(rtl) { - border-style: none solid none none; } - .osd spinbutton:not(.vertical) button:dir(rtl):first-child, - #XfceNotifyWindow spinbutton:not(.vertical) button:dir(rtl):first-child { - border-radius: 4px 0 0 4px; } - .osd spinbutton:not(.vertical) button:dir(ltr):last-child, - #XfceNotifyWindow spinbutton:not(.vertical) button:dir(ltr):last-child { - border-radius: 0 4px 4px 0; } - .osd spinbutton.vertical button:first-child, - #XfceNotifyWindow spinbutton.vertical button:first-child { - background-color: rgba(29, 32, 33, 0.8); - background-image: none; - border-color: rgba(245, 220, 115, 0.22); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .osd spinbutton.vertical button:first-child:focus, .osd spinbutton.vertical button:first-child:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.22),0.3); } - .osd spinbutton.vertical button:first-child:active, .osd spinbutton.vertical button:first-child:active:hover, .osd spinbutton.vertical button:first-child:active:focus, .osd spinbutton.vertical button:first-child:active:hover:focus, .osd spinbutton.vertical button:first-child:checked, .osd spinbutton.vertical button:first-child:checked:hover, .osd spinbutton.vertical button:first-child:checked:focus, .osd spinbutton.vertical button:first-child:checked:hover:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:active, - #XfceNotifyWindow spinbutton.vertical button:first-child:active:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child:active:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:active:hover:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.22); } - .osd spinbutton.vertical button:first-child:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child:disabled { - border-color: rgba(247, 225, 136, 0.22); } - .osd spinbutton.vertical button:first-child:active:disabled, .osd spinbutton.vertical button:first-child:checked:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child:active:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:disabled { - border-color: rgba(245, 220, 115, 0.22); } - .linked:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child, - stackswitcher:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child), .linked:not(.vertical) > - #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) - #XfceNotifyWindow spinbutton.vertical button:first-child, - stackswitcher:not(.vertical) > - #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child:hover, - stackswitcher:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > - #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) - #XfceNotifyWindow spinbutton.vertical button:first-child:hover, - stackswitcher:not(.vertical) > - #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .linked:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child:checked, - stackswitcher:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > - #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) - #XfceNotifyWindow spinbutton.vertical button:first-child:checked, - stackswitcher:not(.vertical) > - #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child:checked:hover, - stackswitcher:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > - #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover, - stackswitcher:not(.vertical) > - #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child, - stackswitcher.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child), .linked.vertical > - #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) - #XfceNotifyWindow spinbutton.vertical button:first-child, - stackswitcher.vertical > - #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child:hover, - stackswitcher.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, .linked.vertical > - #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) - #XfceNotifyWindow spinbutton.vertical button:first-child:hover, - stackswitcher.vertical > - #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .linked.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child:checked, - stackswitcher.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked, .linked.vertical > - #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) - #XfceNotifyWindow spinbutton.vertical button:first-child:checked, - stackswitcher.vertical > - #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child:checked:hover, - stackswitcher.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover, .linked.vertical > - #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover, - stackswitcher.vertical > - #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .osd spinbutton.vertical button:first-child.flat, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat { - color: #fbf1c7; - border-color: rgba(29, 32, 33, 0); - background-color: rgba(29, 32, 33, 0); - background-image: none; - box-shadow: none; } - .osd spinbutton.vertical button:first-child:hover, .osd spinbutton.vertical button:first-child.flat:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover { - background-color: rgba(30, 34, 35, 0.8); - background-image: none; - border-color: rgba(245, 220, 115, 0.3); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - .osd spinbutton.vertical button:first-child:hover:focus, .osd spinbutton.vertical button:first-child:hover:hover, .osd spinbutton.vertical button:first-child.flat:hover:focus, .osd spinbutton.vertical button:first-child.flat:hover:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child:hover:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:hover:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .osd spinbutton.vertical button:first-child:hover:active, .osd spinbutton.vertical button:first-child:hover:active:hover, .osd spinbutton.vertical button:first-child:hover:active:focus, .osd spinbutton.vertical button:first-child:hover:active:hover:focus, .osd spinbutton.vertical button:first-child:hover:checked, .osd spinbutton.vertical button:first-child:hover:checked:hover, .osd spinbutton.vertical button:first-child:hover:checked:focus, .osd spinbutton.vertical button:first-child:hover:checked:hover:focus, .osd spinbutton.vertical button:first-child.flat:hover:active, .osd spinbutton.vertical button:first-child.flat:hover:active:hover, .osd spinbutton.vertical button:first-child.flat:hover:active:focus, .osd spinbutton.vertical button:first-child.flat:hover:active:hover:focus, .osd spinbutton.vertical button:first-child.flat:hover:checked, .osd spinbutton.vertical button:first-child.flat:hover:checked:hover, .osd spinbutton.vertical button:first-child.flat:hover:checked:focus, .osd spinbutton.vertical button:first-child.flat:hover:checked:hover:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:hover:active, - #XfceNotifyWindow spinbutton.vertical button:first-child:hover:active:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child:hover:active:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:hover:active:hover:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:hover:checked, - #XfceNotifyWindow spinbutton.vertical button:first-child:hover:checked:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child:hover:checked:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:hover:checked:hover:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:active, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:active:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:active:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:active:hover:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:checked, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:checked:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:checked:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.3); } - .osd spinbutton.vertical button:first-child:hover:disabled, .osd spinbutton.vertical button:first-child.flat:hover:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child:hover:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:disabled { - border-color: rgba(247, 225, 136, 0.3); } - .osd spinbutton.vertical button:first-child:hover:active:disabled, .osd spinbutton.vertical button:first-child:hover:checked:disabled, .osd spinbutton.vertical button:first-child.flat:hover:active:disabled, .osd spinbutton.vertical button:first-child.flat:hover:checked:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child:hover:active:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child:hover:checked:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:active:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:checked:disabled { - border-color: rgba(245, 220, 115, 0.3); } - .osd spinbutton.vertical button:first-child:focus, .osd spinbutton.vertical button:first-child.flat:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus { - background-color: rgba(30, 34, 35, 0.8); - background-image: none; - border-color: rgba(251, 241, 199, 0.22); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .osd spinbutton.vertical button:first-child:focus:hover, .osd spinbutton.vertical button:first-child.flat:focus:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover { - background-color: rgba(32, 35, 36, 0.8); - background-image: none; - border-color: rgba(245, 220, 115, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - .osd spinbutton.vertical button:first-child:focus:hover:focus, .osd spinbutton.vertical button:first-child:focus:hover:hover, .osd spinbutton.vertical button:first-child.flat:focus:hover:focus, .osd spinbutton.vertical button:first-child.flat:focus:hover:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .osd spinbutton.vertical button:first-child:focus:hover:active, .osd spinbutton.vertical button:first-child:focus:hover:active:hover, .osd spinbutton.vertical button:first-child:focus:hover:active:focus, .osd spinbutton.vertical button:first-child:focus:hover:active:hover:focus, .osd spinbutton.vertical button:first-child:focus:hover:checked, .osd spinbutton.vertical button:first-child:focus:hover:checked:hover, .osd spinbutton.vertical button:first-child:focus:hover:checked:focus, .osd spinbutton.vertical button:first-child:focus:hover:checked:hover:focus, .osd spinbutton.vertical button:first-child.flat:focus:hover:active, .osd spinbutton.vertical button:first-child.flat:focus:hover:active:hover, .osd spinbutton.vertical button:first-child.flat:focus:hover:active:focus, .osd spinbutton.vertical button:first-child.flat:focus:hover:active:hover:focus, .osd spinbutton.vertical button:first-child.flat:focus:hover:checked, .osd spinbutton.vertical button:first-child.flat:focus:hover:checked:hover, .osd spinbutton.vertical button:first-child.flat:focus:hover:checked:focus, .osd spinbutton.vertical button:first-child.flat:focus:hover:checked:hover:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:active, - #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:active:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:active:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:active:hover:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:checked, - #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:checked:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:checked:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:checked:hover:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:active, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:active:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:active:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:active:hover:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:checked, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:checked:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:checked:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.3); } - .osd spinbutton.vertical button:first-child:focus:hover:disabled, .osd spinbutton.vertical button:first-child.flat:focus:hover:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:disabled { - border-color: rgba(247, 225, 136, 0.3); } - .osd spinbutton.vertical button:first-child:focus:hover:active:disabled, .osd spinbutton.vertical button:first-child:focus:hover:checked:disabled, .osd spinbutton.vertical button:first-child.flat:focus:hover:active:disabled, .osd spinbutton.vertical button:first-child.flat:focus:hover:checked:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:active:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:checked:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:active:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:checked:disabled { - border-color: rgba(245, 220, 115, 0.3); } - .osd spinbutton.vertical button:first-child:checked, .osd spinbutton.vertical button:first-child:active, .osd spinbutton.vertical button:first-child.flat:checked, .osd spinbutton.vertical button:first-child.flat:active, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked, - #XfceNotifyWindow spinbutton.vertical button:first-child:active, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(245, 220, 115, 0.22); - color: #282828; - box-shadow: inset 1px 0 rgba(251, 241, 199, 0.06), inset 0 1px rgba(251, 241, 199, 0.07), inset -1px 0 rgba(251, 241, 199, 0.06), inset 0 -1px rgba(251, 241, 199, 0.05); } - .osd spinbutton.vertical button:first-child:checked:focus, .osd spinbutton.vertical button:first-child:checked:hover, .osd spinbutton.vertical button:first-child:active:focus, .osd spinbutton.vertical button:first-child:active:hover, .osd spinbutton.vertical button:first-child.flat:checked:focus, .osd spinbutton.vertical button:first-child.flat:checked:hover, .osd spinbutton.vertical button:first-child.flat:active:focus, .osd spinbutton.vertical button:first-child.flat:active:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child:active:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:active:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.22),0.3); } - .osd spinbutton.vertical button:first-child:checked:active, .osd spinbutton.vertical button:first-child:checked:active:hover, .osd spinbutton.vertical button:first-child:checked:active:focus, .osd spinbutton.vertical button:first-child:checked:active:hover:focus, .osd spinbutton.vertical button:first-child:checked:checked, .osd spinbutton.vertical button:first-child:checked:checked:hover, .osd spinbutton.vertical button:first-child:checked:checked:focus, .osd spinbutton.vertical button:first-child:checked:checked:hover:focus, .osd spinbutton.vertical button:first-child:active:active, .osd spinbutton.vertical button:first-child:active:active:hover, .osd spinbutton.vertical button:first-child:active:active:focus, .osd spinbutton.vertical button:first-child:active:active:hover:focus, .osd spinbutton.vertical button:first-child:active:checked, .osd spinbutton.vertical button:first-child:active:checked:hover, .osd spinbutton.vertical button:first-child:active:checked:focus, .osd spinbutton.vertical button:first-child:active:checked:hover:focus, .osd spinbutton.vertical button:first-child.flat:checked:active, .osd spinbutton.vertical button:first-child.flat:checked:active:hover, .osd spinbutton.vertical button:first-child.flat:checked:active:focus, .osd spinbutton.vertical button:first-child.flat:checked:active:hover:focus, .osd spinbutton.vertical button:first-child.flat:checked:checked, .osd spinbutton.vertical button:first-child.flat:checked:checked:hover, .osd spinbutton.vertical button:first-child.flat:checked:checked:focus, .osd spinbutton.vertical button:first-child.flat:checked:checked:hover:focus, .osd spinbutton.vertical button:first-child.flat:active:active, .osd spinbutton.vertical button:first-child.flat:active:active:hover, .osd spinbutton.vertical button:first-child.flat:active:active:focus, .osd spinbutton.vertical button:first-child.flat:active:active:hover:focus, .osd spinbutton.vertical button:first-child.flat:active:checked, .osd spinbutton.vertical button:first-child.flat:active:checked:hover, .osd spinbutton.vertical button:first-child.flat:active:checked:focus, .osd spinbutton.vertical button:first-child.flat:active:checked:hover:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:active, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:active:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:active:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:active:hover:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:checked, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:checked:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:checked:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:checked:hover:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:active:active, - #XfceNotifyWindow spinbutton.vertical button:first-child:active:active:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child:active:active:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:active:active:hover:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:active:checked, - #XfceNotifyWindow spinbutton.vertical button:first-child:active:checked:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child:active:checked:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:active:checked:hover:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:active, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:active:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:active:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:active:hover:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:checked, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:checked:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:checked:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:checked:hover:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:active, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:active:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:active:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:active:hover:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:checked, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:checked:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:checked:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.22); } - .osd spinbutton.vertical button:first-child:checked:disabled, .osd spinbutton.vertical button:first-child:active:disabled, .osd spinbutton.vertical button:first-child.flat:checked:disabled, .osd spinbutton.vertical button:first-child.flat:active:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child:active:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:disabled { - border-color: rgba(247, 225, 136, 0.22); } - .osd spinbutton.vertical button:first-child:checked:active:disabled, .osd spinbutton.vertical button:first-child:checked:checked:disabled, .osd spinbutton.vertical button:first-child:active:active:disabled, .osd spinbutton.vertical button:first-child:active:checked:disabled, .osd spinbutton.vertical button:first-child.flat:checked:active:disabled, .osd spinbutton.vertical button:first-child.flat:checked:checked:disabled, .osd spinbutton.vertical button:first-child.flat:active:active:disabled, .osd spinbutton.vertical button:first-child.flat:active:checked:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:active:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:checked:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child:active:active:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child:active:checked:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:active:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:checked:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:active:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:checked:disabled { - border-color: rgba(245, 220, 115, 0.22); } - .osd spinbutton.vertical button:first-child:checked:focus, .osd spinbutton.vertical button:first-child:checked:hover, .osd spinbutton.vertical button:first-child:active:focus, .osd spinbutton.vertical button:first-child:active:hover, .osd spinbutton.vertical button:first-child.flat:checked:focus, .osd spinbutton.vertical button:first-child.flat:checked:hover, .osd spinbutton.vertical button:first-child.flat:active:focus, .osd spinbutton.vertical button:first-child.flat:active:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child:active:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:active:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - .osd spinbutton.vertical button:first-child:focus, .osd spinbutton.vertical button:first-child:hover, .osd spinbutton.vertical button:first-child.flat:focus, .osd spinbutton.vertical button:first-child.flat:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover { - color: #fbf1c7; } - .osd spinbutton.vertical button:first-child:disabled:disabled, .osd spinbutton.vertical button:first-child.flat:disabled:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child:disabled:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:disabled:disabled { - background-color: alpha(mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.6); - box-shadow: none; } - .osd spinbutton.vertical button:first-child:disabled:disabled :disabled, .osd spinbutton.vertical button:first-child.flat:disabled:disabled :disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child:disabled:disabled :disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:disabled:disabled :disabled { - color: mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.6); } - .osd spinbutton.vertical button:first-child:active:disabled, .osd spinbutton.vertical button:first-child:checked:disabled, .osd spinbutton.vertical button:first-child.flat:active:disabled, .osd spinbutton.vertical button:first-child.flat:checked:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child:active:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - .osd spinbutton.vertical button:first-child:active:disabled :disabled, .osd spinbutton.vertical button:first-child:checked:disabled :disabled, .osd spinbutton.vertical button:first-child.flat:active:disabled :disabled, .osd spinbutton.vertical button:first-child.flat:checked:disabled :disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child:active:disabled :disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:disabled :disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:disabled :disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - .osd spinbutton.vertical button:first-child.separator, .osd spinbutton.vertical button:first-child .separator, - #XfceNotifyWindow spinbutton.vertical button:first-child.separator, - #XfceNotifyWindow spinbutton.vertical button:first-child .separator { - border: 1px solid currentColor; - color: rgba(29, 32, 33, 0.7); } - .osd spinbutton.vertical button:first-child.separator:disabled, .osd spinbutton.vertical button:first-child .separator:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child.separator:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child .separator:disabled { - color: rgba(29, 32, 33, 0.65); } - -scrolledwindow viewport.frame { - border-style: none; } - -scrolledwindow overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(rgba(146, 131, 116, 0.35)), to(rgba(146, 131, 116, 0.25))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(146, 131, 116, 0.2)), to(rgba(146, 131, 116, 0))); - background-size: 100% 5%, 100% 100%; - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: 0; - box-shadow: none; } - scrolledwindow overshoot.top:backdrop { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(rgba(146, 131, 116, 0.35)), to(rgba(146, 131, 116, 0.25))); - background-size: 100% 5%; - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: 0; - box-shadow: none; } - -scrolledwindow overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(rgba(146, 131, 116, 0.35)), to(rgba(146, 131, 116, 0.25))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(146, 131, 116, 0.2)), to(rgba(146, 131, 116, 0))); - background-size: 100% 5%, 100% 100%; - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: 0; - box-shadow: none; } - scrolledwindow overshoot.bottom:backdrop { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(rgba(146, 131, 116, 0.35)), to(rgba(146, 131, 116, 0.25))); - background-size: 100% 5%; - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: 0; - box-shadow: none; } - -scrolledwindow overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(rgba(146, 131, 116, 0.35)), to(rgba(146, 131, 116, 0.25))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(146, 131, 116, 0.2)), to(rgba(146, 131, 116, 0))); - background-size: 5% 100%, 100% 100%; - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: 0; - box-shadow: none; } - scrolledwindow overshoot.left:backdrop { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(rgba(146, 131, 116, 0.35)), to(rgba(146, 131, 116, 0.25))); - background-size: 5% 100%; - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: 0; - box-shadow: none; } - -scrolledwindow overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(rgba(146, 131, 116, 0.35)), to(rgba(146, 131, 116, 0.25))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(146, 131, 116, 0.2)), to(rgba(146, 131, 116, 0))); - background-size: 5% 100%, 100% 100%; - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: 0; - box-shadow: none; } - scrolledwindow overshoot.right:backdrop { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(rgba(146, 131, 116, 0.35)), to(rgba(146, 131, 116, 0.25))); - background-size: 5% 100%; - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: 0; - box-shadow: none; } - -scrolledwindow undershoot.top { - background-color: transparent; - /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line - $_undershoot_color_light 50%, - $_undershoot_color_dark 50%);*/ - padding-top: 1px; - background-size: 10px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center top; - border: 0; - box-shadow: none; } - -scrolledwindow undershoot.bottom { - background-color: transparent; - /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line - $_undershoot_color_light 50%, - $_undershoot_color_dark 50%);*/ - padding-bottom: 1px; - background-size: 10px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center bottom; - border: 0; - box-shadow: none; } - -scrolledwindow undershoot.left { - background-color: transparent; - /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line - $_undershoot_color_light 50%, - $_undershoot_color_dark 50%);*/ - padding-left: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left center; - border: 0; - box-shadow: none; } - -scrolledwindow undershoot.right { - background-color: transparent; - /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line - $_undershoot_color_light 50%, - $_undershoot_color_dark 50%);*/ - padding-right: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right center; - border: 0; - box-shadow: none; } - -scrolledwindow junction { - border-color: transparent; - border-image: linear-gradient(to bottom, mix(#282828,#ebdbb2,0.18) 1px, transparent 1px) 0 0 0 1/0 1px stretch; - background-color: #1b1b1b; } - scrolledwindow junction:dir(rtl) { - border-image-slice: 0 1 0 0; } - scrolledwindow junction:backdrop { - border-image-source: linear-gradient(to bottom, mix(#282828,mix(#282828,#ebdbb2,0.18),0.9) 1px, transparent 1px); - background-color: #202020; - transition: 200ms ease-out; } - -/***************** - ! Progress bars * -******************/ -progressbar { - padding: 0; - border-radius: 4px; - font-size: smaller; - color: rgba(235, 219, 178, 0.6); } - progressbar.horizontal trough, - progressbar.horizontal progress { - min-height: 6px; } - progressbar.vertical trough, - progressbar.vertical progress { - min-width: 6px; } - progressbar trough { - border: 1px solid mix(#282828,#ebdbb2,0.17); - background-color: #2b2b2b; - background-image: none; - border-radius: 4px; } - progressbar progress { - background-color: #928374; - background-image: none; - border-radius: 0; } - progressbar progress.left { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; } - progressbar progress.right { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; } - progressbar progress.bottom { - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; } - progressbar progress.top { - border-top-left-radius: 4px; - border-top-right-radius: 4px; } - -levelbar.horizontal block { - min-width: 34px; - min-height: 4px; } - -levelbar.vertical block { - min-width: 4px; - min-height: 34px; } - -levelbar:backdrop { - transition: 200ms ease-out; } - -levelbar trough { - background-color: #2b2b2b; - border: 1px solid mix(#282828,#ebdbb2,0.17); - border-radius: 4px; - padding: 2px; } - -levelbar.horizontal.discrete block { - margin: 0 1px; } - levelbar.horizontal.discrete block:first-child { - margin: 0; } - -levelbar.vertical.discrete block { - margin: 1px 0; } - levelbar.vertical.discrete block:first-child { - margin: 0; } - -levelbar block { - background-color: #928374; - border-color: transparent; - border-radius: 4px; } - levelbar block.low { - background-color: #d79921; - border-color: transparent; } - levelbar block.high, levelbar block:not(.empty) { - background-color: #98971a; - border-color: transparent; } - levelbar block.full { - background-color: #75695c; - border-color: transparent; } - levelbar block.empty { - background-color: transparent; - border-color: transparent; - box-shadow: none; } - -scale { - min-height: 10px; - min-width: 10px; - padding: 3px; } - scale.horizontal trough { - padding: 0 3px; } - scale.horizontal highlight, scale.horizontal fill { - margin: 0 -4px; } - scale.vertical trough { - padding: 3px 0; } - scale.vertical highlight, scale.vertical fill { - margin: -4px 0; } - scale slider { - min-height: 15px; - min-width: 15px; - margin: -7px; } - scale.fine-tune slider { - margin: -7px; } - scale.fine-tune highlight { - background-color: #9e9083; } - scale.fine-tune fill, - scale.fine-tune highlight, - scale.fine-tune trough { - border-radius: 5px; - -gtk-outline-radius: 7px; } - scale trough { - outline-offset: 2px; - -gtk-outline-radius: 4.5px; - border-radius: 2.5px; - background-color: mix(#282828,#ebdbb2,0.2); } - scale trough:disabled { - background-color: mix(#282828,#ebdbb2,0.1); } - menuitem:hover scale trough, - row:selected scale trough, - infobar scale trough { - background-color: rgba(131, 104, 34, 0.2); } - menuitem:hover scale trough highlight, - row:selected scale trough highlight, - infobar scale trough highlight { - background-color: #282828; } - menuitem:hover scale trough highlight:disabled, - row:selected scale trough highlight:disabled, - infobar scale trough highlight:disabled { - background-color: mix(#282828,#928374,0.55); } - menuitem:hover scale trough:disabled, - row:selected scale trough:disabled, - infobar scale trough:disabled { - background-color: rgba(131, 104, 34, 0.1); } - scale highlight { - border-radius: 2.5px; - background-color: #928374; } - scale highlight:disabled { - background-color: rgba(146, 131, 116, 0.55); } - scale fill { - border-radius: 2.5px; - background-color: rgba(146, 131, 116, 0.5); } - scale fill:disabled { - background-color: transparent; } - scale slider { - background-color: #3c3836; - border: 1px solid rgba(235, 219, 178, 0.16); - border-radius: 100%; - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - transition-property: background, border; } - scale slider:hover { - background-color: #494542; } - scale slider:active { - background-clip: border-box; - background-color: #928374; - border-color: #928374; } - scale slider:disabled { - background-color: mix(#3c3836,#282828,0.55); - border-color: mix(#ebdbb2,#282828,0.92); } - menuitem:hover scale slider, - row:selected scale slider, - infobar scale slider { - background-clip: border-box; - background-color: #282828; - border-color: #282828; } - menuitem:hover scale slider:hover, - row:selected scale slider:hover, - infobar scale slider:hover { - background-color: mix(#282828,#928374,0.85); - border-color: mix(#282828,#928374,0.85); } - menuitem:hover scale slider:active, - row:selected scale slider:active, - infobar scale slider:active { - background-color: mix(#282828,#928374,0.5); - border-color: mix(#282828,#928374,0.5); } - menuitem:hover scale slider:disabled, - row:selected scale slider:disabled, - infobar scale slider:disabled { - background-color: mix(#282828,#928374,0.55); - border-color: mix(#282828,#928374,0.55); } - scale value { - color: alpha(currentColor,0.4); } - scale marks { - color: alpha(currentColor,0.4); } - scale marks.top { - margin-bottom: 1px; - margin-top: -4px; } - scale marks.bottom { - margin-top: 1px; - margin-bottom: -4px; } - scale marks.top { - margin-right: 1px; - margin-left: -4px; } - scale marks.bottom { - margin-left: 1px; - margin-right: -4px; } - scale.fine-tune marks.top { - margin-bottom: 0px; - margin-top: -2px; } - scale.fine-tune marks.bottom { - margin-top: 0px; - margin-bottom: -2px; } - scale.fine-tune marks.top { - margin-right: 0px; - margin-left: -2px; } - scale.fine-tune marks.bottom { - margin-left: 0px; - margin-right: -2px; } - scale.horizontal indicator { - min-height: 3px; - min-width: 1px; } - scale.horizontal.fine-tune indicator { - min-height: 2px; } - scale.vertical indicator { - min-height: 1px; - min-width: 3px; } - scale.vertical.fine-tune indicator { - min-width: 2px; } - scale.color trough { - padding: 0; - border: 0; - background-image: none; } - scale.color highlight, scale.color fill { - margin: 0; } - scale.color.horizontal { - padding: 0 0 6px; } - scale.color.horizontal trough { - border-top-left-radius: 0; - border-top-right-radius: 0; } - scale.color.horizontal slider:hover, scale.color.horizontal slider:backdrop, scale.color.horizontal slider:disabled, scale.color.horizontal slider:backdrop:disabled, scale.color.horizontal slider { - margin-bottom: 0; - margin-top: 0; } - scale.color.vertical:dir(ltr) { - padding: 0 0 0 6px; } - scale.color.vertical:dir(ltr) trough { - border-bottom-right-radius: 0; - border-top-right-radius: 0; } - scale.color.vertical:dir(ltr) slider:hover, scale.color.vertical:dir(ltr) slider:backdrop, scale.color.vertical:dir(ltr) slider:disabled, scale.color.vertical:dir(ltr) slider:backdrop:disabled, scale.color.vertical:dir(ltr) slider { - margin-left: 0; - margin-right: 0; } - scale.color.vertical:dir(rtl) { - padding: 0 6px 0 0; } - scale.color.vertical:dir(rtl) trough { - border-bottom-left-radius: 0; - border-top-left-radius: 0; } - scale.color.vertical:dir(rtl) slider:hover, scale.color.vertical:dir(rtl) slider:backdrop, scale.color.vertical:dir(rtl) slider:disabled, scale.color.vertical:dir(rtl) slider:backdrop:disabled, scale.color.vertical:dir(rtl) slider { - margin-right: 0; - margin-left: 0; } - -/*********** - ! Scrollbar -************/ -scrollbar { - background-color: #1b1b1b; - transition: 300ms ease-out; } - * { - -GtkScrollbar-has-backward-stepper: false; - -GtkScrollbar-has-forward-stepper: false; } - scrollbar.top { - border-bottom: 1px solid mix(#282828,#ebdbb2,0.18); } - scrollbar.bottom { - border-top: 1px solid mix(#282828,#ebdbb2,0.18); } - scrollbar.left { - border-right: 1px solid mix(#282828,#ebdbb2,0.18); } - scrollbar.right { - border-left: 1px solid mix(#282828,#ebdbb2,0.18); } - scrollbar:backdrop { - background-color: #202020; - border-color: mix(#282828,mix(#282828,#ebdbb2,0.18),0.9); - transition: 400ms ease-in; } - scrollbar slider { - min-width: 7px; - min-height: 7px; - border: 1px solid transparent; - border-radius: 4px; - background-clip: padding-box; - background-color: mix(#282828,#ebdbb2,0.5); } - scrollbar slider:hover { - background-color: mix(#282828,#ebdbb2,0.7); } - scrollbar slider:hover:active { - background-color: #857668; } - scrollbar slider:backdrop { - background-color: mix(mix(#ebdbb2,#282828,0.5),#282828,0.4); } - scrollbar slider:disabled { - background-color: transparent; } - scrollbar.horizontal slider { - min-width: 40px; } - scrollbar.vertical slider { - min-height: 40px; } - scrollbar.fine-tune slider:active { - background-color: #9d9082; } - scrollbar.overlay-indicator { - opacity: .8; } - scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - border-color: transparent; - opacity: .4; - background-color: transparent; } - scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - min-width: 4px; - min-height: 4px; - background-color: #ebdbb2; - border: 1px solid #292929; } - scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { - min-width: 4px; - min-height: 4px; - border-color: transparent; - -gtk-icon-source: none; } - scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { - min-width: 40px; } - scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { - min-width: 7px; } - scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { - min-height: 40px; } - scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { - min-height: 7px; } - scrollbar button { - min-width: 7px; - min-height: 7px; - padding: 0; - border: 0; - border-radius: 0; - border-color: mix(#282828,#ebdbb2,0.18); - background-color: transparent; - box-shadow: none; - color: mix(#282828,#ebdbb2,0.5); } - scrollbar button:hover { - color: mix(#282828,#ebdbb2,0.7); } - scrollbar button:active, scrollbar button:checked { - color: #857668; } - scrollbar button:backdrop { - color: mix(mix(#ebdbb2,#282828,0.5),#282828,0.4); } - scrollbar.vertical button.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - border-top: 1px solid mix(#282828,#ebdbb2,0.18); } - scrollbar.vertical button.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); - border-bottom: 1px solid mix(#282828,#ebdbb2,0.18); } - scrollbar.horizontal button.down { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - border-left: 1px solid mix(#282828,#ebdbb2,0.18); } - scrollbar.horizontal button.up { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); - border-right: 1px solid mix(#282828,#ebdbb2,0.18); } - -/********* - ! Sidebar -**********/ -.sidebar { - border-style: none; - background-color: mix(#282828,#282828,0.5); } - 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 mix(#282828,#ebdbb2,0.18); - border-left-style: none; } - stacksidebar.sidebar:dir(rtl) list .sidebar:dir(rtl), stacksidebar.sidebar.right list .sidebar:dir(rtl), .sidebar.right { - border-left: 1px solid mix(#282828,#ebdbb2,0.18); - border-right-style: none; } - .sidebar:backdrop { - background-color: mix(#282828,#282828,0.5); - border-color: mix(#282828,mix(#282828,#ebdbb2,0.18),0.9); - transition: 200ms ease-out; } - .sidebar .frame, .sidebar frame { - border-width: 0; } - .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: 6px 3px; } - stacksidebar row > label { - padding-left: 3px; - padding-right: 3px; } - stacksidebar row.needs-attention > label { - background-size: 6px 6px, 0 0; } - -placessidebar > viewport.frame { - border-style: none; } - -placessidebar row { - min-height: 32px; - padding: 0; } - placessidebar row > revealer { - padding: 0 6px; } - placessidebar row:selected { - color: #282828; } - placessidebar row:disabled { - color: mix(#ebdbb2,#282828,0.5); } - placessidebar row:backdrop { - color: mix(#ebdbb2,#282828,0.5); } - placessidebar row:backdrop:selected { - color: mix(#928374,#282828,0.66); } - placessidebar row:backdrop:disabled { - color: #020202; } - placessidebar row image.sidebar-icon { - opacity: 0.7; } - placessidebar row image.sidebar-icon:dir(ltr) { - padding-right: 8px; - padding-left: 3px; } - placessidebar row image.sidebar-icon:dir(rtl) { - padding-left: 8px; - padding-right: 3px; } - placessidebar row label.sidebar-label:dir(ltr) { - padding-right: 2px; } - placessidebar row label.sidebar-label:dir(rtl) { - padding-left: 2px; } - button.sidebar-button { - min-height: 20px; - min-width: 20px; - margin-top: 2px; - margin-bottom: 2px; - padding: 0; - border-radius: 100%; - -gtk-outline-radius: 100%; } - button.sidebar-button:not(:hover):not(:active) > image, button.sidebar-button:backdrop > image { - opacity: 0.7; } - placessidebar row:selected:active { - box-shadow: none; } - placessidebar row.sidebar-placeholder-row { - padding: 0 8px; - min-height: 2px; - background-image: image(#928374); - background-clip: content-box; } - placessidebar row.sidebar-new-bookmark-row { - color: #928374; } - placessidebar row:drop(active):not(:disabled) { - color: #928374; - box-shadow: inset 0 1px #928374, inset 0 -1px #928374; } - placessidebar row:drop(active):not(:disabled):selected { - color: #282828; - background-color: #928374; } - -/****** -! Paned -*******/ -paned > separator { - min-width: 1px; - min-height: 1px; - -gtk-icon-source: none; - border-style: none; - background-color: transparent; - background-image: image(#242424); - background-size: 1px 1px; - background-position: center center; } - paned > separator:selected { - background-image: image(#928374); } - paned > separator:backdrop { - background-image: image(mix(#282828,mix(#282828,#ebdbb2,0.18),0.9)); } - paned > separator.wide { - min-width: 5px; - min-height: 5px; - background-color: #282828; - background-image: image(#202020), image(#202020); - background-size: 1px 1px, 1px 1px; } - paned > separator.wide:backdrop { - background-color: #282828; - background-image: image(mix(#282828,mix(#282828,#ebdbb2,0.18),0.9)), image(mix(#282828,mix(#282828,#ebdbb2,0.18),0.9)); } - -paned.horizontal > separator { - background-repeat: repeat-y; - padding: 0 2px; - margin: 0 -2px; } - paned.horizontal > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-y, repeat-y; - background-position: left, right; } - -paned.vertical > separator { - background-repeat: repeat-x; - padding: 2px 0; - margin: -2px 0; } - paned.vertical > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-x, repeat-x; - background-position: bottom, top; } - -paned.titlebar > separator { - background-image: image(#1a1d1e); } - -/******************* - ! Spinner animation -********************/ -@keyframes spin { - to { - -gtk-icon-transform: rotate(1turn); } } - -spinner { - background-image: none; - color: #928374; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } - spinner:checked { - opacity: 1; - animation: spin 1s linear infinite; } - spinner:checked:disabled { - opacity: .5; } - -/*********************** - ! Check and Radio items -************************/ -radio { - background-image: none; - -gtk-icon-source: url("../assets/radio-unchecked.svg"); - min-width: 16px; - min-height: 16px; - margin-right: 3px; } - radio:disabled { - -gtk-icon-source: url("../assets/radio-unchecked-insensitive.svg"); } - radio:checked, radio:active { - -gtk-icon-source: url("../assets/radio-checked.svg"); } - radio:checked:disabled, radio:active:disabled { - -gtk-icon-source: url("../assets/radio-checked-insensitive.svg"); } - radio:indeterminate { - -gtk-icon-source: url("../assets/radio-mixed.svg"); } - radio:indeterminate:disabled { - -gtk-icon-source: url("../assets/radio-mixed-insensitive.svg"); } - menuitem radio, modelbutton radio { - -gtk-icon-source: url("../assets/menuitem-radio-unchecked.svg"); } - menuitem radio:disabled, modelbutton radio:disabled { - -gtk-icon-source: url("../assets/menuitem-radio-checked-insensitive.svg"); } - menuitem radio:checked, menuitem radio:active, modelbutton radio:checked, modelbutton radio:active { - -gtk-icon-source: url("../assets/menuitem-radio-checked.svg"); } - menuitem radio:checked:hover, menuitem radio:active:hover, modelbutton radio:checked:hover, modelbutton radio:active:hover { - -gtk-icon-source: url("../assets/menuitem-radio-checked-hover.svg"); } - menuitem radio:checked:disabled, menuitem radio:active:disabled, modelbutton radio:checked:disabled, modelbutton radio:active:disabled { - -gtk-icon-source: url("../assets/menuitem-radio-checked-insensitive.svg"); } - menuitem radio:indeterminate, modelbutton radio:indeterminate { - -gtk-icon-source: url("../assets/menuitem-radio-mixed.svg"); } - menuitem radio:indeterminate:hover, modelbutton radio:indeterminate:hover { - -gtk-icon-source: url("../assets/menuitem-radio-mixed-hover.svg"); } - menuitem radio:indeterminate:disabled, modelbutton radio:indeterminate:disabled { - -gtk-icon-source: url("../assets/menuitem-radio-mixed-insensitive.svg"); } - -check { - background-image: none; - -gtk-icon-source: url("../assets/checkbox-unchecked.svg"); - min-width: 16px; - min-height: 16px; - margin-right: 3px; } - check:disabled { - -gtk-icon-source: url("../assets/checkbox-unchecked-insensitive.svg"); } - check:checked, check:active { - -gtk-icon-source: url("../assets/checkbox-checked.svg"); } - check:checked:disabled, check:active:disabled { - -gtk-icon-source: url("../assets/checkbox-checked-insensitive.svg"); } - check:indeterminate { - -gtk-icon-source: url("../assets/checkbox-mixed.svg"); } - check:indeterminate:disabled { - -gtk-icon-source: url("../assets/checkbox-mixed-insensitive.svg"); } - menuitem check, modelbutton check { - -gtk-icon-source: url("../assets/menuitem-checkbox-unchecked.svg"); } - menuitem check:disabled, modelbutton check:disabled { - -gtk-icon-source: url("../assets/menuitem-checkbox-checked-insensitive.svg"); } - menuitem check:checked, menuitem check:active, modelbutton check:checked, modelbutton check:active { - -gtk-icon-source: url("../assets/menuitem-checkbox-checked.svg"); } - menuitem check:checked:hover, menuitem check:active:hover, modelbutton check:checked:hover, modelbutton check:active:hover { - -gtk-icon-source: url("../assets/menuitem-checkbox-checked-hover.svg"); } - menuitem check:checked:disabled, menuitem check:active:disabled, modelbutton check:checked:disabled, modelbutton check:active:disabled { - -gtk-icon-source: url("../assets/menuitem-checkbox-checked-insensitive.svg"); } - menuitem check:indeterminate, modelbutton check:indeterminate { - -gtk-icon-source: url("../assets/menuitem-checkbox-mixed.svg"); } - menuitem check:indeterminate:hover, modelbutton check:indeterminate:hover { - -gtk-icon-source: url("../assets/menuitem-checkbox-mixed-hover.svg"); } - menuitem check:indeterminate:disabled, modelbutton check:indeterminate:disabled { - -gtk-icon-source: url("../assets/menuitem-checkbox-mixed-insensitive.svg"); } - -radio:dir(rtl), check:dir(rtl) { - margin-right: 0; - margin-left: 3px; } - -.view.content-view.check:not(list), iconview.content-view.check:not(list) { - -gtk-icon-shadow: none; - -gtk-icon-source: url("../assets/grid-selection-unchecked.svg"); - background-color: transparent; } - -.view.content-view.check:hover:not(list), iconview.content-view.check:hover:not(list) { - -gtk-icon-shadow: none; - -gtk-icon-source: url("../assets/grid-selection-unchecked.svg"); - background-color: transparent; } - -.view.content-view.check:active:not(list), iconview.content-view.check:active:not(list) { - -gtk-icon-shadow: none; - -gtk-icon-source: url("../assets/grid-selection-checked.svg"); - background-color: transparent; } - -.view.content-view.check:backdrop:not(list), iconview.content-view.check:backdrop:not(list) { - -gtk-icon-shadow: none; - -gtk-icon-source: url("../assets/grid-selection-unchecked.svg"); - background-color: transparent; } - -.view.content-view.check:checked:not(list), iconview.content-view.check:checked:not(list) { - -gtk-icon-shadow: none; - -gtk-icon-source: url("../assets/grid-selection-checked.svg"); - background-color: transparent; } - -.view.content-view.check:checked:hover:not(list), iconview.content-view.check:checked:hover:not(list) { - -gtk-icon-shadow: none; - -gtk-icon-source: url("../assets/grid-selection-checked.svg"); - background-color: transparent; } - -.view.content-view.check:checked:active:not(list), iconview.content-view.check:checked:active:not(list) { - -gtk-icon-shadow: none; - -gtk-icon-source: url("../assets/grid-selection-checked.svg"); - background-color: transparent; } - -.view.content-view.check:backdrop:checked:not(list), iconview.content-view.check:backdrop:checked:not(list) { - -gtk-icon-shadow: none; - -gtk-icon-source: url("../assets/grid-selection-checked.svg"); - background-color: transparent; } - -/******** - ! Switch -*********/ -switch { - border-radius: 4px; - padding: 2px; - border: 0; - outline: none; - transition: background-color .3s linear; - min-width: 88px; - min-height: 24px; - background-color: mix(#282828,#282828,0.3); - color: #ebdbb2; - box-shadow: inset 1px -1px 0 rgba(66, 52, 17, 0.06), inset -1px 1px 0 rgba(66, 52, 17, 0.06); } - switch slider { - background-color: mix(#ebdbb2,#282828,0.5); - transition: all .3s ease-in; - box-shadow: 0 1px 2px 0 rgba(66, 52, 17, 0.07), 1px 0 2px 0 rgba(66, 52, 17, 0.07); - border-radius: 4px; } - switch:checked { - background-color: #928374; - background-image: none; - border-color: #928374; - color: #282828; } - switch:checked slider { - background-color: #292929; - box-shadow: 0 1px 3px 0 rgba(66, 52, 17, 0.1); } - switch:disabled { - background-color: mix(#282828,#282828,0.5); - background-image: none; - border-color: #282828; - color: #282828; - box-shadow: none; } - switch:disabled slider { - background-color: #282828; } - list row:selected switch { - background-color: #282828; - color: mix(#282828,#282828,0.5); } - list row:selected switch slider { - background-color: mix(mix(#282828,#282828,0.5),#282828,0.4); } - list row:selected switch:checked { - color: #928374; - background-color: mix(#ebdbb2,#282828,0.5); } - list row:selected switch:checked slider { - background-color: #928374; } - -/********* - ! Buttons -**********/ -/****************** -! ComboBoxes * -*******************/ -/********* - ! Toolbar -**********/ -/*************** - ! Generic views -****************/ -.view, iconview, -.view text, -iconview text, -textview text { - color: #ebdbb2; - background-color: #282828; - caret-color: #a89984; - -gtk-secondary-caret-color: #a89984; } - .view:backdrop, iconview:backdrop, - .view text:backdrop, - iconview text:backdrop, - textview text:backdrop { - color: mix(#282828,#ebdbb2,0.8); - background-color: #282828; } - .view:selected:focus, iconview:selected:focus, .view:selected, iconview:selected, - .view text:selected:focus, - iconview text:selected:focus, - textview text:selected:focus, - .view text:selected, - iconview text:selected, - textview text:selected { - border-radius: 4px; } - -textview border { - background-color: mix(#282828,#282828,0.5); } - -/************ -! Treeview -*************/ -.rubberband, -rubberband, -flowbox rubberband, -treeview.view rubberband { - border: 1px solid #928374; - background-color: rgba(146, 131, 116, 0.2); } - -treeview entry:focus:dir(rtl), treeview entry:focus:dir(ltr) { - background-color: #282828; - transition-property: color, background; } - -treeview entry.flat, treeview entry { - border-radius: 0; - background-image: none; - background-color: #282828; } - treeview entry.flat:focus, treeview entry:focus { - border-color: #928374; } - -treeview.view header button, treeview.view header button:hover, treeview.view header button:active { - padding: 1px 4px; - border-radius: 0; - text-shadow: none; - border-top-color: transparent; - border-left-color: transparent; } - treeview.view header button:disabled { - color: mix(#ebdbb2,#282828,0.5); } - treeview.view header button:backdrop { - border-color: #282828; - border-style: none solid solid none; - color: mix(mix(#ebdbb2,#282828,0.5),#282828,0.5); - background-image: none; - background-color: #282828; } - treeview.view header button:backdrop:disabled { - border-color: #282828; - background-image: none; } - -treeview.view { - -GtkTreeView-grid-line-width: 1; - -GtkTreeView-grid-line-pattern: ""; - -GtkTreeView-tree-line-width: 1; - -GtkTreeView-tree-line-pattern: ""; - border-left-color: mix(#ebdbb2,#282828,0.5); - border-top-color: #282828; } - treeview.view:selected:focus, treeview.view:selected { - border-radius: 0; } - treeview.view:selected:backdrop, treeview.view:selected { - border-left-color: mix(#282828,#928374,0.5); - border-top-color: rgba(235, 219, 178, 0.1); } - treeview.view:disabled { - color: mix(#ebdbb2,#282828,0.5); } - treeview.view:disabled:selected { - color: mix(#282828,#928374,0.4); } - treeview.view:disabled:selected:backdrop { - color: mix(mix(#928374,#282828,0.66),#928374,0.3); } - treeview.view:disabled:backdrop { - color: #020202; } - treeview.view.separator { - min-height: 2px; - color: #282828; } - treeview.view.separator:backdrop { - color: rgba(40, 40, 40, 0.1); } - treeview.view:backdrop { - border-left-color: mix(mix(#ebdbb2,#282828,0.5),#282828,0.5); - border-top: #282828; } - treeview.view:drop(active) { - border-style: solid none; - border-width: 1px; - border-color: mix(#928374,#ebdbb2,0.3); } - 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-end-symbolic"); - color: mix(#282828,#ebdbb2,0.7); } - treeview.view.expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - treeview.view.expander:hover { - color: #ebdbb2; } - treeview.view.expander:selected { - color: mix(#928374,#282828,0.7); } - treeview.view.expander:selected:hover { - color: #282828; } - treeview.view.expander:selected:backdrop { - color: mix(#928374,mix(#928374,#282828,0.66),0.7); } - treeview.view.expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - treeview.view.expander:backdrop { - color: mix(#282828,mix(#ebdbb2,#282828,0.5),0.7); } - treeview.view.progressbar { - color: #282828; - border-radius: 4px; - border: 1px solid mix(#928374,#ebdbb2,0.3); - background-color: #928374; } - treeview.view.progressbar:selected { - border: 1px solid mix(#928374,#282828,0.2); } - treeview.view.progressbar:selected:focus, treeview.view.progressbar:selected { - color: #282828; - box-shadow: none; - background-color: #928374; - background-image: none; - border-radius: 4px; } - treeview.view.progressbar:selected:focus:backdrop, treeview.view.progressbar:selected:backdrop { - color: mix(#928374,#282828,0.66); - border-color: mix(#928374,#ebdbb2,0.3); - background-color: mix(#282828,#928374,0.9); } - treeview.view.progressbar:disabled { - background-color: #282828; - background-image: none; - border-color: #222222; } - treeview.view.progressbar:backdrop { - color: #282828; - background-image: none; - box-shadow: none; } - treeview.view.trough { - background-color: rgba(235, 219, 178, 0.1); - border-radius: 4px; } - treeview.view.trough:selected:focus, treeview.view.trough:selected { - background-color: rgba(40, 40, 40, 0.3); - border-width: 1px 0; - border-style: solid; - border-color: #928374; - border-radius: 4px; } - treeview.view header button { - font-weight: normal; - text-shadow: none; - box-shadow: none; } - treeview.view header button:hover { - border-top-color: mix(#928374,#ebdbb2,0.3); - border-left-color: mix(#928374,#ebdbb2,0.3); - box-shadow: none; - transition: none; } - treeview.view header button:active { - border-top-color: mix(#928374,#ebdbb2,0.3); - border-left-color: mix(#928374,#ebdbb2,0.3); - transition: none; } - treeview.view header button:last-child:backdrop, treeview.view header button:last-child { - border-right-style: none; } - treeview.view button.dnd:active, treeview.view button.dnd:selected, treeview.view button.dnd:hover, treeview.view button.dnd, - treeview.view header.button.dnd:active, - treeview.view header.button.dnd:selected, - treeview.view header.button.dnd:hover, - treeview.view header.button.dnd { - padding: 0 6px; - transition: none; - background-image: none; - background-color: #928374; - color: #282828; - border-radius: 0; - border-style: none; - box-shadow: inset 0 0 0 1px #282828; - text-shadow: none; } - treeview.view acceleditor > label { - background-color: #928374; } - -/*********** - ! Separator -************/ -separator { - background: rgba(131, 104, 34, 0.1); - min-width: 1px; - min-height: 1px; } - -/********** - ! Frames * -***********/ -frame > border, .frame { - border: 1px solid mix(#282828,#ebdbb2,0.18); } - frame > border.flat, .frame.flat { - border-style: none; } - frame > border:backdrop, .frame:backdrop { - border-color: mix(#282828,mix(#282828,#ebdbb2,0.18),0.9); } - -frame.border-inset > border, -frame.border-outset > border, -frame.border-groove > border, -frame.border-ridge > border { - border: 1px solid alpha(mix(#282828,#ebdbb2,0.18),0.35686); } - -/* avoid double borders when a viewport is packed into a GtkScrolledWindow */ -scrolledwindow viewport.frame { - border: 0; } - -viewport { - background-color: mix(#282828,#282828,0.28); - color: mix(#ebdbb2,#ebdbb2,0.28); } - -/*************** - ! Places view * -****************/ -placesview .server-list-button > image { - transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - -gtk-icon-transform: rotate(0turn); } - -placesview .server-list-button:checked > image { - transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - -gtk-icon-transform: rotate(-0.5turn); } - -placesview row.activatable:hover { - background-color: transparent; } - -placesview > actionbar > revealer > box > label { - padding-left: 8px; - padding-right: 8px; } - -/************** - ! Window frame -***************/ -decoration { - background-color: #1d2021; - background-image: none; - border-radius: 4px 4px 0 0; - box-shadow: 0 3px 9px 1px rgba(131, 104, 34, 0.7), 0 0 0 1px #a89984; - /* this is used for the resize cursor area */ - border-width: 1px; - border-style: solid; - border-color: #928374; } - decoration:backdrop { - box-shadow: 0 3px 9px 1px transparent, 0 2px 6px 2px rgba(131, 104, 34, 0.4), 0 0 0 1px #928374; - border-color: #928374; - transition: 200ms ease-out; } - .maximized decoration, .fullscreen decoration, .tiled decoration { - border-radius: 0; } - .popup decoration { - box-shadow: none; } - .ssd decoration { - box-shadow: 0 0 0 1px #a89984; } - .ssd decoration:backdrop { - box-shadow: 0 0 0 1px #928374; } - .solid-csd decoration { - border-radius: 0; - box-shadow: none; } - .csd.popup decoration { - border-radius: 0; - box-shadow: 0 1px 2px rgba(131, 104, 34, 0.2), 0 0 0 1px rgba(146, 131, 116, 0.13); } - tooltip.csd decoration { - border-radius: 4px; - box-shadow: none; } - messagedialog.csd decoration { - border-radius: 4px; - box-shadow: 0 1px 2px rgba(131, 104, 34, 0.2), 0 0 0 1px rgba(146, 131, 116, 0.13); } - -/*********************** - ! Fallback mode panel * -************************/ -panel-plug, -panel-toplevel.background, clock-box, clock-box:backdrop, -panel-applet > menubar, -panel-applet > menubar:backdrop, -panel-toplevel .gnome-panel-menu-bar, -panel-toplevel .gnome-panel-menu-bar:backdrop, clock-box menuitem, clock-box:backdrop menuitem, -panel-applet > menubar menuitem, -panel-applet > menubar:backdrop menuitem, -panel-toplevel .gnome-panel-menu-bar menuitem, -panel-toplevel .gnome-panel-menu-bar:backdrop menuitem, wnck-pager, wnck-tasklist, .mate-panel-menu-bar, .xfce4-panel, UnityPanelWidget, .unity-panel { - background-color: #1d2021; - background-image: none; - color: #fbf1c7; } - -clock-box menuitem label, clock-box:backdrop menuitem label, -panel-applet > menubar menuitem label, -panel-applet > menubar:backdrop menuitem label, -panel-toplevel .gnome-panel-menu-bar menuitem label, -panel-toplevel .gnome-panel-menu-bar:backdrop menuitem label, gp-calendar-window label, -#tasklist-button label, -#clock-applet-button label, -#showdesktop-button label { - font-weight: normal; - color: #fbf1c7; } - -#clock-applet-button, #clock-applet-button:backdrop, panel-applet button, panel-applet button:backdrop, .xfce4-panel button, #login_window, #shutdown_dialog, #restart_dialog { - border-width: 0 1px; - border-radius: 0; - border-color: transparent; - background-color: transparent; - background-image: none; - color: #fbf1c7; } - #clock-applet-button:hover, panel-applet button:hover, .xfce4-panel button:hover, #login_window:hover, #shutdown_dialog:hover, #restart_dialog:hover { - background-color: mix(#1d2021,#fbf1c7,0.11); - background-image: none; - border-color: mix(#1d2021,#fbf1c7,0.11); - color: #fdf9e9; } - #clock-applet-button:active, panel-applet button:active, .xfce4-panel button:active, #login_window:active, #shutdown_dialog:active, #restart_dialog:active, #clock-applet-button:checked, panel-applet button:checked, .xfce4-panel button:checked, #login_window:checked, #shutdown_dialog:checked, #restart_dialog:checked { - background-color: mix(#1d2021,#fbf1c7,0.21); - background-image: none; - border-color: mix(#1d2021,#fbf1c7,0.21); - color: #fdf9e9; } - #clock-applet-button:active:hover, panel-applet button:active:hover, .xfce4-panel button:active:hover, #login_window:active:hover, #shutdown_dialog:active:hover, #restart_dialog:active:hover, #clock-applet-button:checked:hover, panel-applet button:checked:hover, .xfce4-panel button:checked:hover, #login_window:checked:hover, #shutdown_dialog:checked:hover, #restart_dialog:checked:hover { - background-color: mix(#1d2021,#fbf1c7,0.31); - background-image: none; - border-color: mix(#1d2021,#fbf1c7,0.31); } - -panel-plug, -panel-toplevel.background { - padding: 0; } - -.gp-text-color { - color: #836822; } - -panel-applet { - border: 0; } - -clock-box menuitem, clock-box:backdrop menuitem, -panel-applet > menubar menuitem, -panel-applet > menubar:backdrop menuitem, -panel-toplevel .gnome-panel-menu-bar menuitem, -panel-toplevel .gnome-panel-menu-bar:backdrop menuitem { - border: 0; } - -/**************** - ! MATE styles * -*****************/ -.mate-panel-menu-bar { - border: 0; - padding: 0; - text-shadow: none; } - -#PanelApplet label, -.mate-panel-menu-bar menubar > menuitem { - color: #fbf1c7; } - -PanelSeparator, MatePanelAppletFrameDBus { - border-width: 0; - color: transparent; - background-image: -gtk-scaled(url("../assets/pane-handle.png"), url("../assets/pane-handle@2.png")); - background-color: transparent; - background-repeat: no-repeat; - background-position: left; } - -#PanelApplet button, -#PanelApplet button.flat, -#PanelApplet button.toggle #PanelApplet button.flat.toggle { - background-image: none; - background-color: transparent; - border-color: transparent; - border-style: solid; - border-radius: 0; - border-width: 1px; - color: #fbf1c7; - text-shadow: none; - box-shadow: none; - padding: 2px; } - -#PanelApplet button:hover:active, -#PanelApplet button:checked, -#PanelApplet button:checked:hover, -#PanelApplet button.flat:hover:active, -#PanelApplet button.flat:checked, -#PanelApplet button.flat:checked:hover, -#PanelApplet button.toggle:hover:active, -#PanelApplet button.toggle:checked, -#PanelApplet button.toggle:checked:hover, -#PanelApplet button.flat.toggle:hover:active, -#PanelApplet button.flat.toggle:checked, -#PanelApplet button.flat.toggle:checked:hover { - background-image: none; - background-color: darker(#1d2021); - border-color: transparent; - border-radius: 0; - border-width: 1px; - color: lighter(#fbf1c7); - text-shadow: none; - padding: 2px; } - -#PanelApplet button:hover, -#PanelApplet button.flat:hover, -#PanelApplet button.toggle:hover, -#PanelApplet button.flat.toggle:hover { - background-image: none; - background-color: #262a2b; - border-color: transparent; - border-radius: 0; - border-width: 1px; - color: #282828; - text-shadow: none; - padding: 2px; } - -.mate-panel-menu-bar menubar > menuitem { - padding: 3px 7px; } - -/********************* - ! Cinnamon Settings * -**********************/ -.cs-category-view, .cs-category-view:backdrop, .cs-category-view .view, .cs-category-view iconview, .cs-category-view .view:backdrop, .cs-category-view iconview:backdrop { - background-color: transparent; } - -/**************** - ! Gnome clocks * -*****************/ -.clocks-analog-frame.trough { - color: mix(#ebdbb2,#282828,0.85); } - -.clocks-analog-frame.progress { - color: mix(#282828,#928374,0.5); } - -.clocks-analog-frame.progress-fast { - color: #675c51; } - -/***************** - ! Gnome Builder * -******************/ -workbench.csd > stack.titlebar:not(headerbar) { - padding: 0; - background: none; - border: 0; - box-shadow: none; } - workbench.csd > stack.titlebar:not(headerbar) headerbar, workbench.csd > stack.titlebar:not(headerbar) headerbar:first-child, workbench.csd > stack.titlebar:not(headerbar) headerbar:last-child { - border-radius: 4px 4px 0 0; } - -/**************** - ! Geary * -*****************/ -.geary-expanded .geary-message-summary { - background-color: #262626; } - -.geary-folder-popover-list-row { - border-color: #232628; - box-shadow: None; } - .geary-folder-popover-list-row > label { - color: #282828; } - -/*********************** - ! Unity Greeter * - ***********************/ -@keyframes dashentry_spinner { - to { - -gtk-icon-transform: rotate(1turn); } } - -.lightdm.button, .lightdm-combo.combobox-entry .button, .lightdm-combo .cell, .lightdm-combo .button, .lightdm-combo .entry { - background-image: none; - background-color: rgba(131, 104, 34, 0.3); - border-color: rgba(41, 41, 41, 0.9); - border-radius: 9px; - padding: 3px; - color: #292929; } - -.lightdm.menu { - background-image: none; - background-color: rgba(131, 104, 34, 0.6); - border-color: rgba(41, 41, 41, 0.2); - border-radius: 8px; - padding: 1px; - color: #292929; } - .lightdm.menu .menuitem *, .lightdm.menu .menuitem.check:active, .lightdm.menu .menuitem.radio:active { - color: #292929; } - -.lightdm.menubar *, .lightdm.menubar.menuitem { - padding: 0px; } - -.lightdm.option-button { - padding: 3px; - background: none; - border: 0; } - -.lightdm.toggle-button { - background: none; - border-width: 0; } - .lightdm.toggle-button.selected { - background-color: rgba(131, 104, 34, 0.3); - border-color: rgba(41, 41, 41, 0.3); - border-width: 1px; } - .lightdm.toggle-button.selected:hover { - background-color: rgba(41, 41, 41, 0.3); } - -.lightdm.button:hover { - background-color: rgba(41, 41, 41, 0.3); - border-color: rgba(41, 41, 41, 0.6); - text-shadow: none; } - -.lightdm.entry, .lightdm.button:active, .lightdm.button:active:focus, .lightdm.button:focus { - background-image: none; - background-color: rgba(131, 104, 34, 0.3); - border-color: rgba(41, 41, 41, 0.6); - border-radius: 9px; - padding: 5px; - color: #292929; - text-shadow: none; } - -.lightdm.entry:hover, .lightdm.entry:active, .lightdm.entry:active:focus { - background-image: none; - border-image: none; } - -.lightdm.entry:active { - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); - animation: dashentry_spinner 1s infinite linear; } - -.lightdm.entry:focus { - border-color: rgba(41, 41, 41, 0.6); - border-width: 1px; - border-style: solid; - color: #292929; } - -.lightdm.entry:selected { - background-color: rgba(41, 41, 41, 0.2); } - -.lightdm-combo.menu { - background-color: #1f2324; - border-radius: 0; - padding: 0; - color: #292929; } - -/********* - ! Gedit * -**********/ -GeditWindow .pane-separator { - border-width: 0 1px 0 0; - border-style: solid; } - GeditWindow .pane-separator, GeditWindow .pane-separator:hover { - border-color: #242424; - background-color: #282828; } - -.gedit-document-panel { - background-color: #282828; - color: mix(#ebdbb2,#282828,0.1); } - .gedit-document-panel list row { - padding: 3px; } - .gedit-document-panel list row button { - padding: 1px; - border-radius: 4px; - border-style: solid; - border-color: transparent; - border-width: 1px; - background-color: transparent; - background-image: none; - color: transparent; - -gtk-icon-shadow: none; } - .gedit-document-panel .prelight-row button { - border-color: rgba(131, 104, 34, 0.1); - color: rgba(41, 41, 41, 0.8); } - .gedit-document-panel .prelight-row button:active { - border-color: rgba(131, 104, 34, 0.2); - background-color: rgba(131, 104, 34, 0.08); - color: #292929; } - .gedit-document-panel list row button:hover, .gedit-document-panel .prelight-row button:hover { - border-color: rgba(131, 104, 34, 0.1); - color: #292929; } - -.gedit-document-panel-group-row, .gedit-document-panel-group-row:hover { - border-top: 1px solid #242424; - background-color: #282828; } - -.gedit-document-panel-document-row:hover { - background-color: #2a2a2a; } - -.gedit-document-panel-dragged-row { - border: 1px solid rgba(131, 104, 34, 0.1); - background-color: rgba(131, 104, 34, 0.5); - color: #292929; } - -.gedit-document-panel-placeholder-row { - border: 0; - background-color: rgba(131, 104, 34, 0.08); - transition: all 200ms ease-in; } - -statusbar GeditSmallButton, GeditStatusMenuButton { - text-shadow: none; } - statusbar GeditSmallButton button, GeditStatusMenuButton button { - border-style: solid; - border-width: 0 1px; - border-color: transparent; - border-radius: 0; - padding: 1px 6px 2px 4px; } - statusbar GeditSmallButton button:hover, statusbar GeditSmallButton button:active, statusbar GeditSmallButton button:active:hover, GeditStatusMenuButton button:hover, GeditStatusMenuButton button:active, GeditStatusMenuButton button:active:hover { - border-color: #202020; } - statusbar GeditSmallButton button:active, GeditStatusMenuButton button:active { - background-color: #262626; - color: #ebdbb2; } - -GeditViewFrame .gedit-search-slider { - padding: 3px; - border-radius: 0 0 4px 4px; - border-width: 0 1px 1px; - border-style: solid; - border-color: #202020; - background-color: #282828; } - GeditViewFrame .gedit-search-slider .not-found { - background-color: #cc241d; - background-image: none; - color: #282828; } - -GeditFileBrowserWidget .toolbar { - padding: 1.5px; - border-top: 0; - background-color: #282828; - background-image: none; } - -.gedit-search-entry-occurrences-tag { - margin: 1.5px; - padding: 1.5px; - color: mix(#ebdbb2,#282828,0.5); } - -.gedit-bottom-panel-paned, -.gedit-side-panel-paned, -paned.titlebar { - margin-right: 0; } - -.gedit-bottom-panel-paned notebook { - border-top: 0; } - -/************ - ! Nautilus * -*************/ -.nautilus-desktop, .nautilus-desktop:backdrop, .nautilus-desktop *, .nautilus-desktop *:backdrop { - color: #292929; - text-shadow: 1px 1px #836822; } - .nautilus-desktop:active, .nautilus-desktop:backdrop:active, .nautilus-desktop *:active, .nautilus-desktop *:backdrop:active { - color: #ebdbb2; } - .nautilus-desktop:selected, .nautilus-desktop:backdrop:selected, .nautilus-desktop *:selected, .nautilus-desktop *:backdrop:selected { - color: #282828; } - .nautilus-desktop:active, .nautilus-desktop:hover, .nautilus-desktop:selected, .nautilus-desktop:backdrop:active, .nautilus-desktop:backdrop:hover, .nautilus-desktop:backdrop:selected, .nautilus-desktop *:active, .nautilus-desktop *:hover, .nautilus-desktop *:selected, .nautilus-desktop *:backdrop:active, .nautilus-desktop *:backdrop:hover, .nautilus-desktop *:backdrop:selected { - text-shadow: none; } - -.nautilus-window toolbar { - border-width: 0 0 1px; - border-style: solid; - border-color: #202020; } - -.nautilus-window .sidebar { - border: 0; } - .nautilus-window .sidebar frame { - border: 0; } - -.nautilus-window notebook { - background-color: #282828; - border: 0; } - .nautilus-window notebook frame { - border: 0; } - -.nautilus-window .searchbar-container { - margin-top: -1px; } - .nautilus-window .searchbar-container searchbar { - padding-top: 0px; - padding-bottom: 1px; - border-bottom: 1px solid mix(#282828,#ebdbb2,0.18); } - -.disk-space-display { - border-style: solid; - border-width: 1px; } - .disk-space-display.unknown { - background-color: rgba(235, 219, 178, 0.5); - border-color: rgba(226, 204, 145, 0.5); } - .disk-space-display.used { - background-color: rgba(146, 131, 116, 0.8); - border-color: rgba(132, 118, 104, 0.8); } - .disk-space-display.free { - background-color: #262626; - border-color: #222222; } - -.conflict-row.activatable, .conflict-row.activatable:active { - color: #282828; - background-color: #cc241d; } - -.conflict-row.activatable:hover { - background-color: #df2821; } - -.conflict-row.activatable:selected { - color: #282828; - background-color: #928374; } - -/******** - ! Nemo * -*********/ -.nemo-desktop, .nemo-desktop:backdrop, .nemo-desktop *, .nemo-desktop *:backdrop { - color: #292929; - text-shadow: 1px 1px #836822; } - .nemo-desktop:active, .nemo-desktop:backdrop:active, .nemo-desktop *:active, .nemo-desktop *:backdrop:active { - color: #ebdbb2; } - .nemo-desktop:selected, .nemo-desktop:backdrop:selected, .nemo-desktop *:selected, .nemo-desktop *:backdrop:selected { - color: #282828; } - .nemo-desktop:active, .nemo-desktop:hover, .nemo-desktop:selected, .nemo-desktop:backdrop:active, .nemo-desktop:backdrop:hover, .nemo-desktop:backdrop:selected, .nemo-desktop *:active, .nemo-desktop *:hover, .nemo-desktop *:selected, .nemo-desktop *:backdrop:active, .nemo-desktop *:backdrop:hover, .nemo-desktop *:backdrop:selected { - text-shadow: none; } - -.nemo-window { - /* Status Bar */ } - .nemo-window .nemo-inactive-pane .view, .nemo-window .nemo-inactive-pane iconview { - background-color: mix(#282828,#ebdbb2,0.12); - color: #ebdbb2; } - .nemo-window toolbar { - border-width: 0 0 1px; - border-style: solid; - border-color: #202020; - /* Path Bar */ } - .nemo-window toolbar button { - background-color: #282828; - background-image: none; - border-color: rgba(218, 188, 112, 0.22); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .nemo-window toolbar button:focus, .nemo-window toolbar button:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.22),0.3); } - .nemo-window toolbar button:active, .nemo-window toolbar button:active:hover, .nemo-window toolbar button:active:focus, .nemo-window toolbar button:active:hover:focus, .nemo-window toolbar button:checked, .nemo-window toolbar button:checked:hover, .nemo-window toolbar button:checked:focus, .nemo-window toolbar button:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.22); } - .nemo-window toolbar button:disabled { - border-color: rgba(222, 196, 129, 0.22); } - .nemo-window toolbar button:active:disabled, .nemo-window toolbar button:checked:disabled { - border-color: rgba(218, 188, 112, 0.22); } - .linked:not(.vertical) > .nemo-window toolbar button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) .nemo-window toolbar button, - stackswitcher:not(.vertical) > .nemo-window toolbar button:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > .nemo-window toolbar button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .nemo-window toolbar button:hover, - stackswitcher:not(.vertical) > .nemo-window toolbar button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(235, 219, 178, 0.3),0.3); } - .linked:not(.vertical) > .nemo-window toolbar button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .nemo-window toolbar button:checked, - stackswitcher:not(.vertical) > .nemo-window toolbar button:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > .nemo-window toolbar button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .nemo-window toolbar button:checked:hover, - stackswitcher:not(.vertical) > .nemo-window toolbar button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > .nemo-window toolbar button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) .nemo-window toolbar button, - stackswitcher.vertical > .nemo-window toolbar button:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > .nemo-window toolbar button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) .nemo-window toolbar button:hover, - stackswitcher.vertical > .nemo-window toolbar button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(235, 219, 178, 0.3),0.3); } - .linked.vertical > .nemo-window toolbar button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) .nemo-window toolbar button:checked, - stackswitcher.vertical > .nemo-window toolbar button:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > .nemo-window toolbar button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) .nemo-window toolbar button:checked:hover, - stackswitcher.vertical > .nemo-window toolbar button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .nemo-window toolbar button.flat { - color: #ebdbb2; - border-color: rgba(40, 40, 40, 0); - background-color: rgba(40, 40, 40, 0); - background-image: none; - box-shadow: none; } - .nemo-window toolbar button:hover, .nemo-window toolbar button.flat:hover { - background-color: #2a2a2a; - background-image: none; - border-color: rgba(218, 188, 112, 0.3); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - .nemo-window toolbar button:hover:focus, .nemo-window toolbar button:hover:hover, .nemo-window toolbar button.flat:hover:focus, .nemo-window toolbar button.flat:hover:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.3),0.3); } - .nemo-window toolbar button:hover:active, .nemo-window toolbar button:hover:active:hover, .nemo-window toolbar button:hover:active:focus, .nemo-window toolbar button:hover:active:hover:focus, .nemo-window toolbar button:hover:checked, .nemo-window toolbar button:hover:checked:hover, .nemo-window toolbar button:hover:checked:focus, .nemo-window toolbar button:hover:checked:hover:focus, .nemo-window toolbar button.flat:hover:active, .nemo-window toolbar button.flat:hover:active:hover, .nemo-window toolbar button.flat:hover:active:focus, .nemo-window toolbar button.flat:hover:active:hover:focus, .nemo-window toolbar button.flat:hover:checked, .nemo-window toolbar button.flat:hover:checked:hover, .nemo-window toolbar button.flat:hover:checked:focus, .nemo-window toolbar button.flat:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.3); } - .nemo-window toolbar button:hover:disabled, .nemo-window toolbar button.flat:hover:disabled { - border-color: rgba(222, 196, 129, 0.3); } - .nemo-window toolbar button:hover:active:disabled, .nemo-window toolbar button:hover:checked:disabled, .nemo-window toolbar button.flat:hover:active:disabled, .nemo-window toolbar button.flat:hover:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } - .nemo-window toolbar button:focus, .nemo-window toolbar button.flat:focus { - background-color: #2a2a2a; - background-image: none; - border-color: rgba(235, 219, 178, 0.22); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .nemo-window toolbar button:focus:hover, .nemo-window toolbar button.flat:focus:hover { - background-color: #2c2c2c; - background-image: none; - border-color: rgba(218, 188, 112, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - .nemo-window toolbar button:focus:hover:focus, .nemo-window toolbar button:focus:hover:hover, .nemo-window toolbar button.flat:focus:hover:focus, .nemo-window toolbar button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.3),0.3); } - .nemo-window toolbar button:focus:hover:active, .nemo-window toolbar button:focus:hover:active:hover, .nemo-window toolbar button:focus:hover:active:focus, .nemo-window toolbar button:focus:hover:active:hover:focus, .nemo-window toolbar button:focus:hover:checked, .nemo-window toolbar button:focus:hover:checked:hover, .nemo-window toolbar button:focus:hover:checked:focus, .nemo-window toolbar button:focus:hover:checked:hover:focus, .nemo-window toolbar button.flat:focus:hover:active, .nemo-window toolbar button.flat:focus:hover:active:hover, .nemo-window toolbar button.flat:focus:hover:active:focus, .nemo-window toolbar button.flat:focus:hover:active:hover:focus, .nemo-window toolbar button.flat:focus:hover:checked, .nemo-window toolbar button.flat:focus:hover:checked:hover, .nemo-window toolbar button.flat:focus:hover:checked:focus, .nemo-window toolbar button.flat:focus:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.3); } - .nemo-window toolbar button:focus:hover:disabled, .nemo-window toolbar button.flat:focus:hover:disabled { - border-color: rgba(222, 196, 129, 0.3); } - .nemo-window toolbar button:focus:hover:active:disabled, .nemo-window toolbar button:focus:hover:checked:disabled, .nemo-window toolbar button.flat:focus:hover:active:disabled, .nemo-window toolbar button.flat:focus:hover:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } - .nemo-window toolbar button:checked, .nemo-window toolbar button:active, .nemo-window toolbar button.flat:checked, .nemo-window toolbar button.flat:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(218, 188, 112, 0.22); - color: #282828; - box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); } - .nemo-window toolbar button:checked:focus, .nemo-window toolbar button:checked:hover, .nemo-window toolbar button:active:focus, .nemo-window toolbar button:active:hover, .nemo-window toolbar button.flat:checked:focus, .nemo-window toolbar button.flat:checked:hover, .nemo-window toolbar button.flat:active:focus, .nemo-window toolbar button.flat:active:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.22),0.3); } - .nemo-window toolbar button:checked:active, .nemo-window toolbar button:checked:active:hover, .nemo-window toolbar button:checked:active:focus, .nemo-window toolbar button:checked:active:hover:focus, .nemo-window toolbar button:checked:checked, .nemo-window toolbar button:checked:checked:hover, .nemo-window toolbar button:checked:checked:focus, .nemo-window toolbar button:checked:checked:hover:focus, .nemo-window toolbar button:active:active, .nemo-window toolbar button:active:active:hover, .nemo-window toolbar button:active:active:focus, .nemo-window toolbar button:active:active:hover:focus, .nemo-window toolbar button:active:checked, .nemo-window toolbar button:active:checked:hover, .nemo-window toolbar button:active:checked:focus, .nemo-window toolbar button:active:checked:hover:focus, .nemo-window toolbar button.flat:checked:active, .nemo-window toolbar button.flat:checked:active:hover, .nemo-window toolbar button.flat:checked:active:focus, .nemo-window toolbar button.flat:checked:active:hover:focus, .nemo-window toolbar button.flat:checked:checked, .nemo-window toolbar button.flat:checked:checked:hover, .nemo-window toolbar button.flat:checked:checked:focus, .nemo-window toolbar button.flat:checked:checked:hover:focus, .nemo-window toolbar button.flat:active:active, .nemo-window toolbar button.flat:active:active:hover, .nemo-window toolbar button.flat:active:active:focus, .nemo-window toolbar button.flat:active:active:hover:focus, .nemo-window toolbar button.flat:active:checked, .nemo-window toolbar button.flat:active:checked:hover, .nemo-window toolbar button.flat:active:checked:focus, .nemo-window toolbar button.flat:active:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.22); } - .nemo-window toolbar button:checked:disabled, .nemo-window toolbar button:active:disabled, .nemo-window toolbar button.flat:checked:disabled, .nemo-window toolbar button.flat:active:disabled { - border-color: rgba(222, 196, 129, 0.22); } - .nemo-window toolbar button:checked:active:disabled, .nemo-window toolbar button:checked:checked:disabled, .nemo-window toolbar button:active:active:disabled, .nemo-window toolbar button:active:checked:disabled, .nemo-window toolbar button.flat:checked:active:disabled, .nemo-window toolbar button.flat:checked:checked:disabled, .nemo-window toolbar button.flat:active:active:disabled, .nemo-window toolbar button.flat:active:checked:disabled { - border-color: rgba(218, 188, 112, 0.22); } - .nemo-window toolbar button:checked:focus, .nemo-window toolbar button:checked:hover, .nemo-window toolbar button:active:focus, .nemo-window toolbar button:active:hover, .nemo-window toolbar button.flat:checked:focus, .nemo-window toolbar button.flat:checked:hover, .nemo-window toolbar button.flat:active:focus, .nemo-window toolbar button.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - .nemo-window toolbar button:focus, .nemo-window toolbar button:hover, .nemo-window toolbar button.flat:focus, .nemo-window toolbar button.flat:hover { - color: #ebdbb2; } - .nemo-window toolbar button:disabled:disabled, .nemo-window toolbar button.flat:disabled:disabled { - background-color: alpha(mix(#282828,#ebdbb2,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(#282828,#ebdbb2,0.6); - box-shadow: none; } - .nemo-window toolbar button:disabled:disabled :disabled, .nemo-window toolbar button.flat:disabled:disabled :disabled { - color: mix(#282828,#ebdbb2,0.6); } - .nemo-window toolbar button:active:disabled, .nemo-window toolbar button:checked:disabled, .nemo-window toolbar button.flat:active:disabled, .nemo-window toolbar button.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - .nemo-window toolbar button:active:disabled :disabled, .nemo-window toolbar button:checked:disabled :disabled, .nemo-window toolbar button.flat:active:disabled :disabled, .nemo-window toolbar button.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - .nemo-window toolbar button.separator, .nemo-window toolbar button .separator { - border: 1px solid currentColor; - color: rgba(40, 40, 40, 0.9); } - .nemo-window toolbar button.separator:disabled, .nemo-window toolbar button .separator:disabled { - color: rgba(40, 40, 40, 0.85); } - .nemo-window toolbar .linked > button { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .nemo-window toolbar .linked > button:focus, .nemo-window toolbar .linked > button:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .nemo-window toolbar .linked > button:active, .nemo-window toolbar .linked > button:active:hover, .nemo-window toolbar .linked > button:active:focus, .nemo-window toolbar .linked > button:active:hover:focus, .nemo-window toolbar .linked > button:checked, .nemo-window toolbar .linked > button:checked:hover, .nemo-window toolbar .linked > button:checked:focus, .nemo-window toolbar .linked > button:checked:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset 0 -1px rgba(66, 52, 17, 0.05); } - .nemo-window toolbar .linked > button:disabled { - box-shadow: inset -1px 0 #202020; } - .nemo-window toolbar .linked > button:last-child, .nemo-window toolbar .linked > button:only-child { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .nemo-window toolbar .linked > button:last-child:hover, .nemo-window toolbar .linked > button:only-child:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .nemo-window toolbar .linked > button:disabled:last-child, .nemo-window toolbar .linked > button:disabled:only-child, .nemo-window toolbar .linked > button:active:disabled:last-child, .nemo-window toolbar .linked > button:active:disabled:only-child, .nemo-window toolbar .linked > button:checked:disabled:last-child, .nemo-window toolbar .linked > button:checked:disabled:only-child { - box-shadow: none; } - .nemo-window toolbar .linked > button:active:last-child, .nemo-window toolbar .linked > button:active:last-child:focus, .nemo-window toolbar .linked > button:active:last-child:hover, .nemo-window toolbar .linked > button:active:last-child:hover:focus, .nemo-window toolbar .linked > button:checked:last-child, .nemo-window toolbar .linked > button:checked:last-child:focus, .nemo-window toolbar .linked > button:checked:last-child:hover, .nemo-window toolbar .linked > button:checked:last-child:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - .nemo-window toolbar .linked > button:active:only-child, .nemo-window toolbar .linked > button:active:only-child:focus, .nemo-window toolbar .linked > button:active:only-child:hover, .nemo-window toolbar .linked > button:active:only-child:hover:focus, .nemo-window toolbar .linked > button:checked:only-child, .nemo-window toolbar .linked > button:checked:only-child:focus, .nemo-window toolbar .linked > button:checked:only-child:hover, .nemo-window toolbar .linked > button:checked:only-child:hover:focus { - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.06), inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - .nemo-window toolbar separator, .nemo-window toolbar separator:disabled { - color: #242424; - border-color: currentColor; - -GtkWidget-window-dragging: true; } - .nemo-window toolbar.primary-toolbar button.image-button { - padding: 0 8px; } - .nemo-window toolbar combobox, .nemo-window toolbar button { - padding: 3px; } - .nemo-window toolbar combobox.text-button, .nemo-window toolbar button.text-button { - padding: 3px; } - .nemo-window toolbar combobox.image-button, .nemo-window toolbar button.image-button { - padding: 3px; } - .nemo-window toolbar toolitem stack { - margin-left: 15px; } - .nemo-window toolbar toolitem stack widget button { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); - -NemoPathbarButton-border-radius: 4px; } - .nemo-window toolbar toolitem stack widget button:focus, .nemo-window toolbar toolitem stack widget button:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .nemo-window toolbar toolitem stack widget button:active, .nemo-window toolbar toolitem stack widget button:active:hover, .nemo-window toolbar toolitem stack widget button:active:focus, .nemo-window toolbar toolitem stack widget button:active:hover:focus, .nemo-window toolbar toolitem stack widget button:checked, .nemo-window toolbar toolitem stack widget button:checked:hover, .nemo-window toolbar toolitem stack widget button:checked:focus, .nemo-window toolbar toolitem stack widget button:checked:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset 0 -1px rgba(66, 52, 17, 0.05); } - .nemo-window toolbar toolitem stack widget button:disabled { - box-shadow: inset -1px 0 #202020; } - .nemo-window toolbar toolitem stack widget button:last-child, .nemo-window toolbar toolitem stack widget button:only-child { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .nemo-window toolbar toolitem stack widget button:last-child:hover, .nemo-window toolbar toolitem stack widget button:only-child:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .nemo-window toolbar toolitem stack widget button:disabled:last-child, .nemo-window toolbar toolitem stack widget button:disabled:only-child, .nemo-window toolbar toolitem stack widget button:active:disabled:last-child, .nemo-window toolbar toolitem stack widget button:active:disabled:only-child, .nemo-window toolbar toolitem stack widget button:checked:disabled:last-child, .nemo-window toolbar toolitem stack widget button:checked:disabled:only-child { - box-shadow: none; } - .nemo-window toolbar toolitem stack widget button:active:last-child, .nemo-window toolbar toolitem stack widget button:active:last-child:focus, .nemo-window toolbar toolitem stack widget button:active:last-child:hover, .nemo-window toolbar toolitem stack widget button:active:last-child:hover:focus, .nemo-window toolbar toolitem stack widget button:checked:last-child, .nemo-window toolbar toolitem stack widget button:checked:last-child:focus, .nemo-window toolbar toolitem stack widget button:checked:last-child:hover, .nemo-window toolbar toolitem stack widget button:checked:last-child:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - .nemo-window toolbar toolitem stack widget button:active:only-child, .nemo-window toolbar toolitem stack widget button:active:only-child:focus, .nemo-window toolbar toolitem stack widget button:active:only-child:hover, .nemo-window toolbar toolitem stack widget button:active:only-child:hover:focus, .nemo-window toolbar toolitem stack widget button:checked:only-child, .nemo-window toolbar toolitem stack widget button:checked:only-child:focus, .nemo-window toolbar toolitem stack widget button:checked:only-child:hover, .nemo-window toolbar toolitem stack widget button:checked:only-child:hover:focus { - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.06), inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - .nemo-window grid > widget:last-child button { - min-height: 16px; - min-width: 16px; - padding: 2px 4px; } - .nemo-window grid > widget:last-child button:first-child { - margin-left: 20px; } - .nemo-window grid > widget:last-child button:first-child + button { - margin-right: 15px; } - .nemo-window grid > widget:last-child button:first-child + button + separator + button { - margin-left: 15px; } - .nemo-window grid > widget:last-child > box > scale { - margin-right: 12px; } - .nemo-window grid > widget:last-child statusbar { - border: 0; } - .nemo-window .sidebar { - /* Nemo Query Editor (File Search Bar) */ } - .nemo-window .sidebar .frame { - border: 0; } - .nemo-window .sidebar image { - padding-left: 3px; - padding-right: 3px; } - .nemo-window .sidebar .nemo-places-sidebar, .nemo-window .sidebar .nemo-places-sidebar .view, .nemo-window .sidebar .nemo-places-sidebar iconview { - background-color: mix(#282828,#282828,0.5); } - .nemo-window .sidebar .nemo-places-sidebar .view, .nemo-window .sidebar .nemo-places-sidebar iconview { - -NemoPlacesTreeView-disk-full-bg-color: #202020; - -NemoPlacesTreeView-disk-full-fg-color: #928374; - -NemoPlacesTreeView-disk-full-bar-width: 2px; - -NemoPlacesTreeView-disk-full-bar-radius: 1px; - -NemoPlacesTreeView-disk-full-bottom-padding: 0; - -NemoPlacesTreeView-disk-full-max-length: 75px; } - .nemo-window .sidebar .nemo-places-sidebar .view:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:selected { - -NemoPlacesTreeView-disk-full-bg-color: #282828; - -NemoPlacesTreeView-disk-full-fg-color: #a99d91; } - .nemo-window .sidebar + separator + box .primary-toolbar { - background-color: #272727; - background-image: none; - padding-top: 0px; - padding-bottom: 0px; - border-bottom: 1px solid mix(#282828,#ebdbb2,0.18); } - .nemo-window .sidebar + separator + box .primary-toolbar button:nth-child(2) { - border-right: 0; - border-top-right-radius: 0; - border-bottom-right-radius: 0; } - .nemo-window .sidebar + separator + box .primary-toolbar button:nth-child(3) { - margin-left: -6px; - border-left: 0; - border-top-left-radius: 0; - border-bottom-left-radius: 0; } - .nemo-window .sidebar + separator + box .primary-toolbar button.flat { - background-color: #303030; - background-image: none; - border-color: rgba(0, 0, 0, 0.22); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); - padding: 5px 6px; } - .nemo-window .sidebar + separator + box .primary-toolbar button.flat:focus, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:hover { - border-color: mix(#928374,rgba(0, 0, 0, 0.22),0.3); } - .nemo-window .sidebar + separator + box .primary-toolbar button.flat:active, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:active:hover, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:active:focus, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:active:hover:focus, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:checked, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:checked:hover, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:checked:focus, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:checked:hover:focus { - border-color: rgba(0, 0, 0, 0.22); } - .nemo-window .sidebar + separator + box .primary-toolbar button.flat:disabled { - border-color: rgba(0, 0, 0, 0.22); } - .nemo-window .sidebar + separator + box .primary-toolbar button.flat:active:disabled, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:checked:disabled { - border-color: rgba(0, 0, 0, 0.22); } - .nemo-window notebook { - background-color: #282828; - border-width: 0; } - .nemo-window notebook tabs { - border: 0; } - -/*********************** - ! Fallback mode panel * -************************/ -/************ - ! Synaptic * -*************/ -GtkWindow > GtkVBox > .dock, GtkWindow > GtkVBox > .dock > GtkHBox > GtkToolbar { - background-color: #282828; - background-image: none; - padding: 3px; - border: 0; - color: #ebdbb2; } - -/*********************** - ! Fallback mode panel * -************************/ -/*************** - ! Xfce styles * -****************/ -.XfceHeading { - margin: 0; - padding: 0; - border: 0; - background-image: none; - background-color: #282828; - color: #ebdbb2; } - -.xfce4-panel { - font: inherit; } - .xfce4-panel menu { - -gtk-icon-effect: none; - text-shadow: none; } - -/*********************** - ! Fallback mode panel * -************************/ -/**************** - ! Unity styles * -*****************/ -UnityDecoration { - -UnityDecoration-extents: 24px 1px 1px 1px; - -UnityDecoration-input-extents: 10px; - -UnityDecoration-shadow-offset-x: 1px; - -UnityDecoration-shadow-offset-y: 1px; - -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.7); - -UnityDecoration-active-shadow-radius: 8px; - -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.5); - -UnityDecoration-inactive-shadow-radius: 5px; - -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #928374; - -UnityDecoration-title-indent: 10px; - -UnityDecoration-title-fade: 35px; - -UnityDecoration-title-alignment: 0; } - UnityDecoration .top { - border: 1px solid #a89984; - border-bottom: 0; - border-radius: 4px 4px 0 0; - padding: 1px 6px 0; - background-color: #1d2021; - color: #fbf1c7; - text-shadow: none; } - UnityDecoration .top:hover { - border-radius: 0; - border-color: mix(#1d2021,#fbf1c7,0.21); - background-color: mix(#1d2021,#fbf1c7,0.21); - background-image: none; - color: #fdf9e9; } - UnityDecoration .top:backdrop { - border: 1px solid #928374; - color: mix(#ebdbb2,#282828,0.4); } - UnityDecoration .left, UnityDecoration .right, UnityDecoration .bottom { - background-color: #1d2021; } - UnityDecoration .left:backdrop, UnityDecoration .right:backdrop, UnityDecoration .bottom:backdrop { - background-color: mix(#1c1c1c,mix(#ebdbb2,#282828,0.4),0.21); } - -UnityPanelWidget, .unity-panel { - border: 0; } - -.unity-panel.menuitem, .unity-panel .menuitem { - border-width: 0 1px; - color: #fbf1c7; } - .unity-panel.menuitem:hover, .unity-panel.menuitem *:hover, .unity-panel .menuitem:hover, .unity-panel .menuitem *:hover { - border-color: mix(#1d2021,#fbf1c7,0.21); - background-color: mix(#1d2021,#fbf1c7,0.21); - background-image: none; - color: #fdf9e9; } - -SheetStyleDialog.unity-force-quit { - background-color: #282828; } - -/************************ - ! Unity-Control-Center * -*************************/ -.background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame { - border: 0 none transparent; } - .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:backdrop, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:backdrop { - background-color: transparent; } - -/*********************** - ! LightDM GTK Greeter * - ***********************/ -#panel_window { - background-color: #1d2021; - background-image: none; - color: #fbf1c7; - font-weight: bold; - text-shadow: 0 1px rgba(131, 104, 34, 0.5); - -gtk-icon-shadow: 0 1px rgba(131, 104, 34, 0.5); } - #panel_window menubar { - padding-left: 3px; } - #panel_window menubar, #panel_window menubar > menuitem { - background-color: transparent; - background-image: none; - border-style: none; - color: #fbf1c7; - text-shadow: 0 1px rgba(131, 104, 34, 0.5); - -gtk-icon-shadow: 0 1px rgba(131, 104, 34, 0.5); } - #panel_window menubar:hover, #panel_window menubar > menuitem:hover { - background-color: rgba(251, 241, 199, 0.2); - background-image: none; - color: #fbf1c7; } - #panel_window menubar *:hover, #panel_window menubar > menuitem *:hover { - color: #fbf1c7; } - #panel_window menubar:disabled, #panel_window menubar > menuitem:disabled { - color: rgba(251, 241, 199, 0.7); } - #panel_window menubar menu > menuitem { - font-weight: normal; } - -#content_frame { - padding-bottom: 9px; } - -#login_window, #shutdown_dialog, #restart_dialog { - border-style: none; - border-radius: 4px; - background-color: #1d2021; - color: #fbf1c7; - /* draw border using box-shadow */ - box-shadow: inset 1px 0 mix(#141617,#fbf1c7,0.21), inset -1px 0 mix(#141617,#fbf1c7,0.21), inset 0 1px mix(#141617,#fbf1c7,0.21), inset 0 -1px mix(#141617,#fbf1c7,0.21); } - -#login_window menu { - border-radius: 0; } - -#login_window button { - background-color: #282828; - background-image: none; - border-color: rgba(245, 220, 115, 0.22); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - #login_window button:focus, #login_window button:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.22),0.3); } - #login_window button:active, #login_window button:active:hover, #login_window button:active:focus, #login_window button:active:hover:focus, #login_window button:checked, #login_window button:checked:hover, #login_window button:checked:focus, #login_window button:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.22); } - #login_window button:disabled { - border-color: rgba(247, 225, 136, 0.22); } - #login_window button:active:disabled, #login_window button:checked:disabled { - border-color: rgba(245, 220, 115, 0.22); } - .linked:not(.vertical) > #login_window button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) #login_window button, - stackswitcher:not(.vertical) > #login_window button:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > #login_window button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) #login_window button:hover, - stackswitcher:not(.vertical) > #login_window button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .linked:not(.vertical) > #login_window button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) #login_window button:checked, - stackswitcher:not(.vertical) > #login_window button:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > #login_window button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) #login_window button:checked:hover, - stackswitcher:not(.vertical) > #login_window button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > #login_window button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) #login_window button, - stackswitcher.vertical > #login_window button:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > #login_window button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) #login_window button:hover, - stackswitcher.vertical > #login_window button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .linked.vertical > #login_window button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) #login_window button:checked, - stackswitcher.vertical > #login_window button:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > #login_window button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) #login_window button:checked:hover, - stackswitcher.vertical > #login_window button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - #login_window button.flat { - color: #fbf1c7; - border-color: rgba(40, 40, 40, 0); - background-color: rgba(40, 40, 40, 0); - background-image: none; - box-shadow: none; } - #login_window button:hover, #login_window button.flat:hover { - background-color: #2a2a2a; - background-image: none; - border-color: rgba(245, 220, 115, 0.3); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - #login_window button:hover:focus, #login_window button:hover:hover, #login_window button.flat:hover:focus, #login_window button.flat:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - #login_window button:hover:active, #login_window button:hover:active:hover, #login_window button:hover:active:focus, #login_window button:hover:active:hover:focus, #login_window button:hover:checked, #login_window button:hover:checked:hover, #login_window button:hover:checked:focus, #login_window button:hover:checked:hover:focus, #login_window button.flat:hover:active, #login_window button.flat:hover:active:hover, #login_window button.flat:hover:active:focus, #login_window button.flat:hover:active:hover:focus, #login_window button.flat:hover:checked, #login_window button.flat:hover:checked:hover, #login_window button.flat:hover:checked:focus, #login_window button.flat:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.3); } - #login_window button:hover:disabled, #login_window button.flat:hover:disabled { - border-color: rgba(247, 225, 136, 0.3); } - #login_window button:hover:active:disabled, #login_window button:hover:checked:disabled, #login_window button.flat:hover:active:disabled, #login_window button.flat:hover:checked:disabled { - border-color: rgba(245, 220, 115, 0.3); } - #login_window button:focus, #login_window button.flat:focus { - background-color: #2a2a2a; - background-image: none; - border-color: rgba(251, 241, 199, 0.22); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - #login_window button:focus:hover, #login_window button.flat:focus:hover { - background-color: #2c2c2c; - background-image: none; - border-color: rgba(245, 220, 115, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - #login_window button:focus:hover:focus, #login_window button:focus:hover:hover, #login_window button.flat:focus:hover:focus, #login_window button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - #login_window button:focus:hover:active, #login_window button:focus:hover:active:hover, #login_window button:focus:hover:active:focus, #login_window button:focus:hover:active:hover:focus, #login_window button:focus:hover:checked, #login_window button:focus:hover:checked:hover, #login_window button:focus:hover:checked:focus, #login_window button:focus:hover:checked:hover:focus, #login_window button.flat:focus:hover:active, #login_window button.flat:focus:hover:active:hover, #login_window button.flat:focus:hover:active:focus, #login_window button.flat:focus:hover:active:hover:focus, #login_window button.flat:focus:hover:checked, #login_window button.flat:focus:hover:checked:hover, #login_window button.flat:focus:hover:checked:focus, #login_window button.flat:focus:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.3); } - #login_window button:focus:hover:disabled, #login_window button.flat:focus:hover:disabled { - border-color: rgba(247, 225, 136, 0.3); } - #login_window button:focus:hover:active:disabled, #login_window button:focus:hover:checked:disabled, #login_window button.flat:focus:hover:active:disabled, #login_window button.flat:focus:hover:checked:disabled { - border-color: rgba(245, 220, 115, 0.3); } - #login_window button:checked, #login_window button:active, #login_window button.flat:checked, #login_window button.flat:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(245, 220, 115, 0.22); - color: #282828; - box-shadow: inset 1px 0 rgba(251, 241, 199, 0.06), inset 0 1px rgba(251, 241, 199, 0.07), inset -1px 0 rgba(251, 241, 199, 0.06), inset 0 -1px rgba(251, 241, 199, 0.05); } - #login_window button:checked:focus, #login_window button:checked:hover, #login_window button:active:focus, #login_window button:active:hover, #login_window button.flat:checked:focus, #login_window button.flat:checked:hover, #login_window button.flat:active:focus, #login_window button.flat:active:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.22),0.3); } - #login_window button:checked:active, #login_window button:checked:active:hover, #login_window button:checked:active:focus, #login_window button:checked:active:hover:focus, #login_window button:checked:checked, #login_window button:checked:checked:hover, #login_window button:checked:checked:focus, #login_window button:checked:checked:hover:focus, #login_window button:active:active, #login_window button:active:active:hover, #login_window button:active:active:focus, #login_window button:active:active:hover:focus, #login_window button:active:checked, #login_window button:active:checked:hover, #login_window button:active:checked:focus, #login_window button:active:checked:hover:focus, #login_window button.flat:checked:active, #login_window button.flat:checked:active:hover, #login_window button.flat:checked:active:focus, #login_window button.flat:checked:active:hover:focus, #login_window button.flat:checked:checked, #login_window button.flat:checked:checked:hover, #login_window button.flat:checked:checked:focus, #login_window button.flat:checked:checked:hover:focus, #login_window button.flat:active:active, #login_window button.flat:active:active:hover, #login_window button.flat:active:active:focus, #login_window button.flat:active:active:hover:focus, #login_window button.flat:active:checked, #login_window button.flat:active:checked:hover, #login_window button.flat:active:checked:focus, #login_window button.flat:active:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.22); } - #login_window button:checked:disabled, #login_window button:active:disabled, #login_window button.flat:checked:disabled, #login_window button.flat:active:disabled { - border-color: rgba(247, 225, 136, 0.22); } - #login_window button:checked:active:disabled, #login_window button:checked:checked:disabled, #login_window button:active:active:disabled, #login_window button:active:checked:disabled, #login_window button.flat:checked:active:disabled, #login_window button.flat:checked:checked:disabled, #login_window button.flat:active:active:disabled, #login_window button.flat:active:checked:disabled { - border-color: rgba(245, 220, 115, 0.22); } - #login_window button:checked:focus, #login_window button:checked:hover, #login_window button:active:focus, #login_window button:active:hover, #login_window button.flat:checked:focus, #login_window button.flat:checked:hover, #login_window button.flat:active:focus, #login_window button.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - #login_window button:focus, #login_window button:hover, #login_window button.flat:focus, #login_window button.flat:hover { - color: #fbf1c7; } - #login_window button:disabled:disabled, #login_window button.flat:disabled:disabled { - background-color: alpha(mix(#282828,#fbf1c7,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(#282828,#fbf1c7,0.6); - box-shadow: none; } - #login_window button:disabled:disabled :disabled, #login_window button.flat:disabled:disabled :disabled { - color: mix(#282828,#fbf1c7,0.6); } - #login_window button:active:disabled, #login_window button:checked:disabled, #login_window button.flat:active:disabled, #login_window button.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - #login_window button:active:disabled :disabled, #login_window button:checked:disabled :disabled, #login_window button.flat:active:disabled :disabled, #login_window button.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - #login_window button.separator, #login_window button .separator { - border: 1px solid currentColor; - color: rgba(40, 40, 40, 0.9); } - #login_window button.separator:disabled, #login_window button .separator:disabled { - color: rgba(40, 40, 40, 0.85); } - -#login_window entry { - background-color: #1d2021; - background-image: none; - border-color: shade(mix(#1d2021,#fbf1c7,0.2),0.8); - padding: 5px 3px; - color: #fbf1c7; - caret-color: #a89984; - -gtk-secondary-caret-color: #a89984; } - #login_window entry:focus, #login_window entry:hover { - border-color: mix(#928374,mix(#1d2021,#fbf1c7,0.2),0.3); } - #login_window entry:active, #login_window entry:active:hover, #login_window entry:active:focus, #login_window entry:active:hover:focus, #login_window entry:checked, #login_window entry:checked:hover, #login_window entry:checked:focus, #login_window entry:checked:hover:focus { - border-color: shade(mix(#1d2021,#fbf1c7,0.2),0.7); } - #login_window entry:disabled { - border-color: shade(mix(#1d2021,#fbf1c7,0.2),0.85); } - #login_window entry:active:disabled, #login_window entry:checked:disabled { - border-color: shade(mix(#1d2021,#fbf1c7,0.2),0.8); } - #login_window entry:focus, #login_window entry:active { - border-color: mix(#928374,mix(#282828,#ebdbb2,0.18),0.3); } - #login_window entry:disabled { - background-color: mix(#1d2021,#fbf1c7,0.07); - background-image: none; - opacity: .9; - color: mix(#1d2021,#fbf1c7,0.9); } - -#user_combobox { - color: #fbf1c7; - font-size: 18px; } - #user_combobox menu { - font-weight: normal; } - #user_combobox arrow { - color: mix(#fbf1c7,#1d2021,0.5); } - -#user_image { - border-radius: 4px; - /* draw border using box-shadow */ - box-shadow: inset 1px 0 #141617, inset -1px 0 #141617, inset 0 1px #141617, inset 0 -1px #141617; } - -#user_image_border { - border-radius: 4px; - background-color: #1a1d1e; - background-image: none; - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.07), inset 0 1px rgba(66, 52, 17, 0.08), inset -1px 0 rgba(66, 52, 17, 0.07), inset 0 -1px rgba(66, 52, 17, 0.05); } - -#buttonbox_frame { - padding-top: 6px; - padding-bottom: 0; - border-style: none; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; - background-color: transparent; - background-image: none; - box-shadow: none; } - -/* shutdown button */ -#shutdown_button button { - background-color: #cc241d; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - #shutdown_button button:focus, #shutdown_button button:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - #shutdown_button button:active, #shutdown_button button:active:hover, #shutdown_button button:active:focus, #shutdown_button button:active:hover:focus, #shutdown_button button:checked, #shutdown_button button:checked:hover, #shutdown_button button:checked:focus, #shutdown_button button:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - #shutdown_button button:disabled { - border-color: rgba(34, 34, 34, 0.32); } - #shutdown_button button:active:disabled, #shutdown_button button:checked:disabled { - border-color: rgba(32, 32, 32, 0.32); } - .linked:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) #shutdown_button button, - stackswitcher:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) #shutdown_button button:hover, - stackswitcher:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .linked:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) #shutdown_button button:checked, - stackswitcher:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) #shutdown_button button:checked:hover, - stackswitcher:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > #shutdown_button button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) #shutdown_button button, - stackswitcher.vertical > #shutdown_button button:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > #shutdown_button button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) #shutdown_button button:hover, - stackswitcher.vertical > #shutdown_button button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .linked.vertical > #shutdown_button button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) #shutdown_button button:checked, - stackswitcher.vertical > #shutdown_button button:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > #shutdown_button button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) #shutdown_button button:checked:hover, - stackswitcher.vertical > #shutdown_button button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - #shutdown_button button.flat { - color: #282828; - border-color: rgba(204, 36, 29, 0); - background-color: rgba(204, 36, 29, 0); - background-image: none; - box-shadow: none; } - #shutdown_button button:hover, #shutdown_button button.flat:hover { - background-color: #d6261e; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - #shutdown_button button:hover:focus, #shutdown_button button:hover:hover, #shutdown_button button.flat:hover:focus, #shutdown_button button.flat:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - #shutdown_button button:hover:active, #shutdown_button button:hover:active:hover, #shutdown_button button:hover:active:focus, #shutdown_button button:hover:active:hover:focus, #shutdown_button button:hover:checked, #shutdown_button button:hover:checked:hover, #shutdown_button button:hover:checked:focus, #shutdown_button button:hover:checked:hover:focus, #shutdown_button button.flat:hover:active, #shutdown_button button.flat:hover:active:hover, #shutdown_button button.flat:hover:active:focus, #shutdown_button button.flat:hover:active:hover:focus, #shutdown_button button.flat:hover:checked, #shutdown_button button.flat:hover:checked:hover, #shutdown_button button.flat:hover:checked:focus, #shutdown_button button.flat:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - #shutdown_button button:hover:disabled, #shutdown_button button.flat:hover:disabled { - border-color: rgba(34, 34, 34, 0.4); } - #shutdown_button button:hover:active:disabled, #shutdown_button button:hover:checked:disabled, #shutdown_button button.flat:hover:active:disabled, #shutdown_button button.flat:hover:checked:disabled { - border-color: rgba(32, 32, 32, 0.4); } - #shutdown_button button:focus, #shutdown_button button.flat:focus { - background-color: #d6261e; - background-image: none; - border-color: rgba(40, 40, 40, 0.32); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - #shutdown_button button:focus:hover, #shutdown_button button.flat:focus:hover { - background-color: #df2821; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - #shutdown_button button:focus:hover:focus, #shutdown_button button:focus:hover:hover, #shutdown_button button.flat:focus:hover:focus, #shutdown_button button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - #shutdown_button button:focus:hover:active, #shutdown_button button:focus:hover:active:hover, #shutdown_button button:focus:hover:active:focus, #shutdown_button button:focus:hover:active:hover:focus, #shutdown_button button:focus:hover:checked, #shutdown_button button:focus:hover:checked:hover, #shutdown_button button:focus:hover:checked:focus, #shutdown_button button:focus:hover:checked:hover:focus, #shutdown_button button.flat:focus:hover:active, #shutdown_button button.flat:focus:hover:active:hover, #shutdown_button button.flat:focus:hover:active:focus, #shutdown_button button.flat:focus:hover:active:hover:focus, #shutdown_button button.flat:focus:hover:checked, #shutdown_button button.flat:focus:hover:checked:hover, #shutdown_button button.flat:focus:hover:checked:focus, #shutdown_button button.flat:focus:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - #shutdown_button button:focus:hover:disabled, #shutdown_button button.flat:focus:hover:disabled { - border-color: rgba(34, 34, 34, 0.4); } - #shutdown_button button:focus:hover:active:disabled, #shutdown_button button:focus:hover:checked:disabled, #shutdown_button button.flat:focus:hover:active:disabled, #shutdown_button button.flat:focus:hover:checked:disabled { - border-color: rgba(32, 32, 32, 0.4); } - #shutdown_button button:checked, #shutdown_button button:active, #shutdown_button button.flat:checked, #shutdown_button button.flat:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(40, 40, 40, 0.06), inset 0 1px rgba(40, 40, 40, 0.07), inset -1px 0 rgba(40, 40, 40, 0.06), inset 0 -1px rgba(40, 40, 40, 0.05); } - #shutdown_button button:checked:focus, #shutdown_button button:checked:hover, #shutdown_button button:active:focus, #shutdown_button button:active:hover, #shutdown_button button.flat:checked:focus, #shutdown_button button.flat:checked:hover, #shutdown_button button.flat:active:focus, #shutdown_button button.flat:active:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - #shutdown_button button:checked:active, #shutdown_button button:checked:active:hover, #shutdown_button button:checked:active:focus, #shutdown_button button:checked:active:hover:focus, #shutdown_button button:checked:checked, #shutdown_button button:checked:checked:hover, #shutdown_button button:checked:checked:focus, #shutdown_button button:checked:checked:hover:focus, #shutdown_button button:active:active, #shutdown_button button:active:active:hover, #shutdown_button button:active:active:focus, #shutdown_button button:active:active:hover:focus, #shutdown_button button:active:checked, #shutdown_button button:active:checked:hover, #shutdown_button button:active:checked:focus, #shutdown_button button:active:checked:hover:focus, #shutdown_button button.flat:checked:active, #shutdown_button button.flat:checked:active:hover, #shutdown_button button.flat:checked:active:focus, #shutdown_button button.flat:checked:active:hover:focus, #shutdown_button button.flat:checked:checked, #shutdown_button button.flat:checked:checked:hover, #shutdown_button button.flat:checked:checked:focus, #shutdown_button button.flat:checked:checked:hover:focus, #shutdown_button button.flat:active:active, #shutdown_button button.flat:active:active:hover, #shutdown_button button.flat:active:active:focus, #shutdown_button button.flat:active:active:hover:focus, #shutdown_button button.flat:active:checked, #shutdown_button button.flat:active:checked:hover, #shutdown_button button.flat:active:checked:focus, #shutdown_button button.flat:active:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - #shutdown_button button:checked:disabled, #shutdown_button button:active:disabled, #shutdown_button button.flat:checked:disabled, #shutdown_button button.flat:active:disabled { - border-color: rgba(34, 34, 34, 0.32); } - #shutdown_button button:checked:active:disabled, #shutdown_button button:checked:checked:disabled, #shutdown_button button:active:active:disabled, #shutdown_button button:active:checked:disabled, #shutdown_button button.flat:checked:active:disabled, #shutdown_button button.flat:checked:checked:disabled, #shutdown_button button.flat:active:active:disabled, #shutdown_button button.flat:active:checked:disabled { - border-color: rgba(32, 32, 32, 0.32); } - #shutdown_button button:checked:focus, #shutdown_button button:checked:hover, #shutdown_button button:active:focus, #shutdown_button button:active:hover, #shutdown_button button.flat:checked:focus, #shutdown_button button.flat:checked:hover, #shutdown_button button.flat:active:focus, #shutdown_button button.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - #shutdown_button button:focus, #shutdown_button button:hover, #shutdown_button button.flat:focus, #shutdown_button button.flat:hover { - color: #282828; } - #shutdown_button button:disabled:disabled, #shutdown_button button.flat:disabled:disabled { - background-color: alpha(mix(#cc241d,#282828,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(#cc241d,#282828,0.6); - box-shadow: none; } - #shutdown_button button:disabled:disabled :disabled, #shutdown_button button.flat:disabled:disabled :disabled { - color: mix(#cc241d,#282828,0.6); } - #shutdown_button button:active:disabled, #shutdown_button button:checked:disabled, #shutdown_button button.flat:active:disabled, #shutdown_button button.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - #shutdown_button button:active:disabled :disabled, #shutdown_button button:checked:disabled :disabled, #shutdown_button button.flat:active:disabled :disabled, #shutdown_button button.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - #shutdown_button button.separator, #shutdown_button button .separator { - border: 1px solid currentColor; - color: rgba(204, 36, 29, 0.9); } - #shutdown_button button.separator:disabled, #shutdown_button button .separator:disabled { - color: rgba(204, 36, 29, 0.85); } - -/* restart button */ -#restart_button button { - background-color: #d79921; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - #restart_button button:focus, #restart_button button:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - #restart_button button:active, #restart_button button:active:hover, #restart_button button:active:focus, #restart_button button:active:hover:focus, #restart_button button:checked, #restart_button button:checked:hover, #restart_button button:checked:focus, #restart_button button:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - #restart_button button:disabled { - border-color: rgba(34, 34, 34, 0.32); } - #restart_button button:active:disabled, #restart_button button:checked:disabled { - border-color: rgba(32, 32, 32, 0.32); } - .linked:not(.vertical) > #restart_button button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) #restart_button button, - stackswitcher:not(.vertical) > #restart_button button:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) #restart_button button:hover, - stackswitcher:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .linked:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) #restart_button button:checked, - stackswitcher:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) #restart_button button:checked:hover, - stackswitcher:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > #restart_button button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) #restart_button button, - stackswitcher.vertical > #restart_button button:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > #restart_button button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) #restart_button button:hover, - stackswitcher.vertical > #restart_button button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .linked.vertical > #restart_button button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) #restart_button button:checked, - stackswitcher.vertical > #restart_button button:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > #restart_button button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) #restart_button button:checked:hover, - stackswitcher.vertical > #restart_button button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - #restart_button button.flat { - color: #282828; - border-color: rgba(215, 153, 33, 0); - background-color: rgba(215, 153, 33, 0); - background-image: none; - box-shadow: none; } - #restart_button button:hover, #restart_button button.flat:hover { - background-color: #de9f27; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - #restart_button button:hover:focus, #restart_button button:hover:hover, #restart_button button.flat:hover:focus, #restart_button button.flat:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - #restart_button button:hover:active, #restart_button button:hover:active:hover, #restart_button button:hover:active:focus, #restart_button button:hover:active:hover:focus, #restart_button button:hover:checked, #restart_button button:hover:checked:hover, #restart_button button:hover:checked:focus, #restart_button button:hover:checked:hover:focus, #restart_button button.flat:hover:active, #restart_button button.flat:hover:active:hover, #restart_button button.flat:hover:active:focus, #restart_button button.flat:hover:active:hover:focus, #restart_button button.flat:hover:checked, #restart_button button.flat:hover:checked:hover, #restart_button button.flat:hover:checked:focus, #restart_button button.flat:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - #restart_button button:hover:disabled, #restart_button button.flat:hover:disabled { - border-color: rgba(34, 34, 34, 0.4); } - #restart_button button:hover:active:disabled, #restart_button button:hover:checked:disabled, #restart_button button.flat:hover:active:disabled, #restart_button button.flat:hover:checked:disabled { - border-color: rgba(32, 32, 32, 0.4); } - #restart_button button:focus, #restart_button button.flat:focus { - background-color: #de9f27; - background-image: none; - border-color: rgba(40, 40, 40, 0.32); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - #restart_button button:focus:hover, #restart_button button.flat:focus:hover { - background-color: #dfa431; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - #restart_button button:focus:hover:focus, #restart_button button:focus:hover:hover, #restart_button button.flat:focus:hover:focus, #restart_button button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - #restart_button button:focus:hover:active, #restart_button button:focus:hover:active:hover, #restart_button button:focus:hover:active:focus, #restart_button button:focus:hover:active:hover:focus, #restart_button button:focus:hover:checked, #restart_button button:focus:hover:checked:hover, #restart_button button:focus:hover:checked:focus, #restart_button button:focus:hover:checked:hover:focus, #restart_button button.flat:focus:hover:active, #restart_button button.flat:focus:hover:active:hover, #restart_button button.flat:focus:hover:active:focus, #restart_button button.flat:focus:hover:active:hover:focus, #restart_button button.flat:focus:hover:checked, #restart_button button.flat:focus:hover:checked:hover, #restart_button button.flat:focus:hover:checked:focus, #restart_button button.flat:focus:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - #restart_button button:focus:hover:disabled, #restart_button button.flat:focus:hover:disabled { - border-color: rgba(34, 34, 34, 0.4); } - #restart_button button:focus:hover:active:disabled, #restart_button button:focus:hover:checked:disabled, #restart_button button.flat:focus:hover:active:disabled, #restart_button button.flat:focus:hover:checked:disabled { - border-color: rgba(32, 32, 32, 0.4); } - #restart_button button:checked, #restart_button button:active, #restart_button button.flat:checked, #restart_button button.flat:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(40, 40, 40, 0.06), inset 0 1px rgba(40, 40, 40, 0.07), inset -1px 0 rgba(40, 40, 40, 0.06), inset 0 -1px rgba(40, 40, 40, 0.05); } - #restart_button button:checked:focus, #restart_button button:checked:hover, #restart_button button:active:focus, #restart_button button:active:hover, #restart_button button.flat:checked:focus, #restart_button button.flat:checked:hover, #restart_button button.flat:active:focus, #restart_button button.flat:active:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - #restart_button button:checked:active, #restart_button button:checked:active:hover, #restart_button button:checked:active:focus, #restart_button button:checked:active:hover:focus, #restart_button button:checked:checked, #restart_button button:checked:checked:hover, #restart_button button:checked:checked:focus, #restart_button button:checked:checked:hover:focus, #restart_button button:active:active, #restart_button button:active:active:hover, #restart_button button:active:active:focus, #restart_button button:active:active:hover:focus, #restart_button button:active:checked, #restart_button button:active:checked:hover, #restart_button button:active:checked:focus, #restart_button button:active:checked:hover:focus, #restart_button button.flat:checked:active, #restart_button button.flat:checked:active:hover, #restart_button button.flat:checked:active:focus, #restart_button button.flat:checked:active:hover:focus, #restart_button button.flat:checked:checked, #restart_button button.flat:checked:checked:hover, #restart_button button.flat:checked:checked:focus, #restart_button button.flat:checked:checked:hover:focus, #restart_button button.flat:active:active, #restart_button button.flat:active:active:hover, #restart_button button.flat:active:active:focus, #restart_button button.flat:active:active:hover:focus, #restart_button button.flat:active:checked, #restart_button button.flat:active:checked:hover, #restart_button button.flat:active:checked:focus, #restart_button button.flat:active:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - #restart_button button:checked:disabled, #restart_button button:active:disabled, #restart_button button.flat:checked:disabled, #restart_button button.flat:active:disabled { - border-color: rgba(34, 34, 34, 0.32); } - #restart_button button:checked:active:disabled, #restart_button button:checked:checked:disabled, #restart_button button:active:active:disabled, #restart_button button:active:checked:disabled, #restart_button button.flat:checked:active:disabled, #restart_button button.flat:checked:checked:disabled, #restart_button button.flat:active:active:disabled, #restart_button button.flat:active:checked:disabled { - border-color: rgba(32, 32, 32, 0.32); } - #restart_button button:checked:focus, #restart_button button:checked:hover, #restart_button button:active:focus, #restart_button button:active:hover, #restart_button button.flat:checked:focus, #restart_button button.flat:checked:hover, #restart_button button.flat:active:focus, #restart_button button.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - #restart_button button:focus, #restart_button button:hover, #restart_button button.flat:focus, #restart_button button.flat:hover { - color: #282828; } - #restart_button button:disabled:disabled, #restart_button button.flat:disabled:disabled { - background-color: alpha(mix(#d79921,#282828,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(#d79921,#282828,0.6); - box-shadow: none; } - #restart_button button:disabled:disabled :disabled, #restart_button button.flat:disabled:disabled :disabled { - color: mix(#d79921,#282828,0.6); } - #restart_button button:active:disabled, #restart_button button:checked:disabled, #restart_button button.flat:active:disabled, #restart_button button.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - #restart_button button:active:disabled :disabled, #restart_button button:checked:disabled :disabled, #restart_button button.flat:active:disabled :disabled, #restart_button button.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - #restart_button button.separator, #restart_button button .separator { - border: 1px solid currentColor; - color: rgba(215, 153, 33, 0.9); } - #restart_button button.separator:disabled, #restart_button button .separator:disabled { - color: rgba(215, 153, 33, 0.85); } - -/* password warning */ -#greeter_infobar { - font-weight: bold; } - -/********************** - ! Genome Terminal * -***********************/ -VteTerminal { - background-color: #1d2021; - color: #fbf1c7; } - -terminal-window junction, terminal-window scrollbar trough { - background-color: #1d2021; - border-color: #171a1a; } - -terminal-window scrollbar.vertical slider { - background-color: mix(#1d2021,#fbf1c7,0.2); } - terminal-window scrollbar.vertical slider:hover { - background-color: mix(#1d2021,#fbf1c7,0.3); } - terminal-window scrollbar.vertical slider:hover:active { - background-color: #928374; } - terminal-window scrollbar.vertical slider:disabled { - background-color: transparent; } - -/****************** - ! Budgie Desktop * -*******************/ -.budgie-container { - background-color: transparent; } - -.raven { - background-color: rgba(40, 40, 40, 0.93); } - .raven .raven-header { - background-color: #282828; - border: solid mix(#282828,#ebdbb2,0.18); - border-width: 1px 0; } - .raven .raven-background { - background-color: rgba(40, 40, 40, 0.93); } - -.raven-mpris { - background-color: rgba(40, 40, 40, 0.7); } diff --git a/users/files/oomox-gruvmox-dark-medium-default/gtk-3.20/dist/gtk.css b/users/files/oomox-gruvmox-dark-medium-default/gtk-3.20/dist/gtk.css deleted file mode 100644 index 9cf7663..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/gtk-3.20/dist/gtk.css +++ /dev/null @@ -1,9006 +0,0 @@ -/*$dark_shadow: #000;*/ -/*$light_shadow: #fff;*/ -/*$selected_borders_color: if($variant == 'light', darken($selected_bg_color, 30%), darken($selected_bg_color, 20%));*/ -/*$borders_color: if($variant == 'light', shade($bg_color, .85), shade($bg_color, .88));*/ -/*$button_border_strength: if(lightness($bg) > 50, 0, .1);*/ -/*$button_shadow_strength: if(lightness($bg) > 50, 0, .1);*/ -/*$dark_shadow: #000;*/ -/*$light_shadow: #fff;*/ -/*$selected_borders_color: if($variant == 'light', darken($selected_bg_color, 30%), darken($selected_bg_color, 20%));*/ -/*$borders_color: if($variant == 'light', shade($bg_color, .85), shade($bg_color, .88));*/ -/*$button_border_strength: if(lightness($bg) > 50, 0, .1);*/ -/*$button_shadow_strength: if(lightness($bg) > 50, 0, .1);*/ -/* dark color scheme */ -@define-color dark_bg_color #1d2021; -@define-color dark_fg_color #fbf1c7; -/* colormap actually used by the theme, to be overridden in other css files */ -@define-color theme_bg_color #282828; -@define-color theme_fg_color #ebdbb2; -@define-color theme_base_color #282828; -@define-color theme_text_color #ebdbb2; -@define-color theme_selected_bg_color #928374; -@define-color theme_selected_fg_color #282828; -@define-color theme_tooltip_bg_color #282828; -@define-color theme_tooltip_fg_color #ebdbb2; -/* shadow effects */ -@define-color light_shadow #292929; -@define-color dark_shadow #423411; -/* misc colors used by gtk+ */ -@define-color info_fg_color #282828; -@define-color info_bg_color #458588; -@define-color warning_fg_color #282828; -@define-color warning_bg_color #d79921; -@define-color question_fg_color #282828; -@define-color question_bg_color #458588; -@define-color error_fg_color #282828; -@define-color error_bg_color #cc241d; -@define-color link_color #83a598; -@define-color success_color #98971a; -@define-color warning_color #d79921; -@define-color error_color #cc241d; -/* widget colors */ -@define-color titlebar_bg_focused @dark_bg_color; -@define-color titlebar_bg_unfocused @theme_bg_color; -@define-color titlebar_fg_focused @dark_fg_color; -@define-color titlebar_fg_unfocused mix(#ebdbb2,#282828,0.4); -@define-color menubar_bg_color @dark_bg_color; -@define-color menubar_fg_color @dark_fg_color; -@define-color toolbar_bg_color @theme_bg_color; -@define-color toolbar_fg_color @theme_fg_color; -@define-color menu_bg_color @dark_bg_color; -@define-color menu_fg_color @dark_fg_color; -@define-color panel_bg_color @dark_bg_color; -@define-color panel_fg_color @dark_fg_color; -@define-color borders mix(#282828,#ebdbb2,0.18); -@define-color unfocused_borders mix(#282828,mix(#282828,#ebdbb2,0.18),0.9); -@define-color button_bg_color #3c3836; -@define-color button_fg_color #ebdbb2; -@define-color header_button_bg_color #282828; -@define-color header_button_fg_color #fbf1c7; -@define-color insensitive_bg_color mix(#282828,#282828,0.6); -@define-color insensitive_fg_color mix(#ebdbb2,#282828,0.5); -/* osd */ -@define-color osd_base #1d2021; -@define-color osd_bg rgba(29, 32, 33, 0.8); -@define-color osd_fg #fbf1c7; -@define-color osd_insensitive_bg_color mix(#fbf1c7,rgba(29, 32, 33, 0.8),0.5); -@define-color osd_insensitive_fg_color mix(#fbf1c7,#1d2021,0.6); -@define-color osd_borders_color rgba(25, 27, 28, 0.8); -/* lightdm greeter colors */ -@define-color lightdm_bg_color #1d2021; -@define-color lightdm_fg_color #fbf1c7; -/* widget text/foreground color on backdrop windows */ -@define-color theme_unfocused_fg_color mix(#ebdbb2,#282828,0.5); -/* text color for entries, views and content in general on backdrop windows */ -@define-color theme_unfocused_text_color #ebdbb2; -/* 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 #282828; -/* base background color of selections on backdrop windows */ -@define-color theme_unfocused_selected_bg_color #928374; -/* text/foreground color of selections on backdrop windows */ -@define-color theme_unfocused_selected_fg_color #282828; -/* insensitive color on backdrop windows*/ -@define-color unfocused_insensitive_color #020202; -/* window manager colors */ -@define-color wm_bg_focused #1d2021; -@define-color wm_bg_unfocused #282828; -@define-color wm_border_focused #a89984; -@define-color wm_border_unfocused #928374; -@define-color wm_title_focused #fbf1c7; -@define-color wm_title_unfocused mix(#ebdbb2,#282828,0.4); -@define-color wm_icons_focused #fbf1c7; -@define-color wm_icons_focused_prelight #928374; -@define-color wm_icons_focused_pressed #75695c; -@define-color wm_icons_unfocused mix(#ebdbb2,#282828,0.4); -@define-color wm_icons_unfocused_prelight #928374; -@define-color wm_icons_unfocused_pressed #75695c; -/************** - ! GTK settings -***************/ -* { - -GtkWindow-resize-grip-height: 0; - -GtkWindow-resize-grip-width: 0; - -WnckTasklist-fade-overlay-rect: 0; - -GtkWidget-cursor-aspect-ratio: 0.04; - outline-color: rgba(146, 131, 116, 0.5); - outline-style: dashed; - outline-width: 1px; - outline-offset: -1px; - -gtk-outline-radius: 4px; } - -/************* - ! Base states - *************/ -*:selected, .gtkstyle-fallback:selected, GucharmapChartable:focus, GucharmapChartable:hover, GucharmapChartable:active, GucharmapChartable:selected, .gedit-document-panel-document-row:selected, .gedit-document-panel-document-row:selected:hover, GeditViewFrame .gedit-search-slider .not-found:selected, :focus:selected, GucharmapChartable:focus, .gedit-document-panel-document-row:focus:selected:hover, GeditViewFrame .gedit-search-slider .not-found:focus:selected { - background-color: #928374; - color: #282828; } - -* { - /* hyperlinks */ - -GtkIMHtml-hyperlink-color: #83a598; } - *:disabled, *:disabled:disabled { - color: mix(#ebdbb2,#282828,0.5); } - *:disabled, *:disabled { - -gtk-icon-effect: dim; } - *:hover { - -gtk-icon-effect: highlight; } - *:link, *:visited { - color: #83a598; } - -.background { - background-color: #282828; - color: #ebdbb2; } - .background:backdrop { - text-shadow: none; - -gtk-icon-shadow: none; } - .background.csd { - background-color: #282828; } - -.gtkstyle-fallback { - background-color: rgba(40, 40, 40, 0.5); - color: #ebdbb2; } - .gtkstyle-fallback:hover { - background-color: #2c2c2c; - color: #ebdbb2; } - .gtkstyle-fallback:active { - background-color: #242424; - color: #ebdbb2; } - .gtkstyle-fallback:disabled { - background-color: #282828; - color: mix(#ebdbb2,#282828,0.5); } - -image, image:disabled, label, label:disabled, box, box:disabled, grid, grid:disabled { - background-color: transparent; } - -label.separator { - color: #ebdbb2; } - label.separator:backdrop { - color: mix(#ebdbb2,#282828,0.5); } - -label selection { - background-color: #928374; - color: #282828; } - -label:disabled { - color: mix(#ebdbb2,#282828,0.5); } - label:disabled:backdrop { - color: #020202; } - -label:backdrop { - color: mix(#ebdbb2,#282828,0.5); } - -assistant .sidebar { - background-color: #282828; - border-top: 1px solid mix(#282828,#ebdbb2,0.18); } - assistant .sidebar:backdrop { - background-color: #282828; - border-color: mix(#282828,mix(#282828,#ebdbb2,0.18),0.9); } - -assistant.csd .sidebar { - border-top-style: none; } - -assistant .sidebar label { - padding: 3px 6px; } - -assistant .sidebar label.highlight { - background-color: mix(#ebdbb2,#282828,0.8); } - -/********* - ! Buttons -**********/ -@keyframes needs_attention { - from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#928374), to(transparent)); } - to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#928374), to(transparent)); } } - -stacksidebar row.needs-attention > label { - animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#928374), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.5, to(rgba(131, 104, 34, 0.87451)), to(transparent)); - background-size: 6px 6px, 6px 6px; - background-repeat: no-repeat; - background-position: right 3px, right 4px; } - stacksidebar row.needs-attention > label:backdrop { - background-size: 6px 6px, 0 0; } - stacksidebar row.needs-attention > label:dir(rtl) { - background-position: left 3px, left 4px; } - -button, headerbar button, .titlebar:not(headerbar) button, toolbar button, toolbar.inline-toolbar button, .suggested-action, headerbar.selection-mode button.suggested-action, -.titlebar:not(headerbar).selection-mode button.suggested-action, .destructive-action, headerbar.selection-mode button, -.titlebar:not(headerbar).selection-mode button, infobar.info button, infobar.warning button, infobar.question button, infobar.error button, popover.background button, frame.app-notification button, button.osd, -#XfceNotifyWindow button, .osd button, .osd spinbutton:not(.vertical) button, -#XfceNotifyWindow spinbutton:not(.vertical) button, .osd spinbutton.vertical button:first-child, -#XfceNotifyWindow spinbutton.vertical button:first-child, treeview.view header button, treeview.view header button:hover, treeview.view header button:active, .nemo-window toolbar button, .nemo-window .sidebar + separator + box .primary-toolbar button.flat, #login_window button, #shutdown_button button, #restart_button button { - min-height: 20px; - min-width: 20px; - padding: 3px 5px; - border-width: 1px; - border-style: solid; - border-radius: 4px; - -gtk-outline-radius: 3.6px; - transition: 150ms ease; - outline-color: transparent; } - -calendar.view, calendar.view:backdrop, calendar.button, calendar.button:hover, calendar.button:backdrop, calendar.button:disabled, menu menuitem calendar.button, -.menu menuitem calendar.button, -.context-menu menuitem calendar.button, menu menuitem calendar.button:hover, -.menu menuitem calendar.button:hover, -.context-menu menuitem calendar.button:hover, modelbutton.flat, -menuitem.button.flat, notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover { - border-color: transparent; - background-color: transparent; - background-image: none; - box-shadow: none; } - -spinbutton:not(.vertical) button, .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), toolbar.inline-toolbar toolbutton > button.flat, -toolbar.inline-toolbar toolbutton:backdrop > button.flat { - border-radius: 0; - -gtk-outline-radius: 0; } - spinbutton:not(.vertical) button:dir(rtl), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl), toolbar.inline-toolbar toolbutton > button.flat:dir(rtl), - toolbar.inline-toolbar toolbutton:backdrop > button.flat:dir(rtl) { - border-radius: 0; - -gtk-outline-radius: 0; } - -.linked.vertical > combobox > box > button.combo { - border-radius: 0; - -gtk-outline-radius: 0; } - .linked.vertical > combobox > box > button.combo:dir(rtl) { - border-radius: 0; - -gtk-outline-radius: 0; } - -.inline-toolbar button, -.linked > button, combobox box button, combobox box entry, headerbar .linked > button, .titlebar:not(headerbar) .linked > button, toolbar .linked > button, headerbar.selection-mode .linked > button, -.titlebar:not(headerbar).selection-mode .linked > button, popover.background .linked > button, .nemo-window toolbar .linked > button, .nemo-window toolbar toolitem stack widget button { - border-width: 1px; - border-radius: 0; - -gtk-outline-radius: 0; } - .inline-toolbar button:first-child, - .linked > button:first-child, combobox box button:first-child, combobox box entry:first-child, .linked:not(.vertical) > combobox:first-child > box > button.combo, headerbar .linked > button:first-child, .titlebar:not(headerbar) .linked > button:first-child, toolbar .linked > button:first-child, toolbar.inline-toolbar toolbutton:first-child > button.flat, - toolbar.inline-toolbar toolbutton:backdrop:first-child > button.flat, popover.background .linked > button:first-child, .nemo-window toolbar toolitem stack widget button:first-child { - border-width: 1px; - border-radius: 4px 0 0 4px; - -gtk-outline-radius: 3.6px 0 0 3.6px; } - .inline-toolbar button:last-child, - .linked > button:last-child, combobox box button:last-child, combobox box entry:last-child, .linked:not(.vertical) > combobox:last-child > box > button.combo, headerbar .linked > button:last-child, .titlebar:not(headerbar) .linked > button:last-child, toolbar .linked > button:last-child, toolbar.inline-toolbar toolbutton:last-child > button.flat, - toolbar.inline-toolbar toolbutton:backdrop:last-child > button.flat, popover.background .linked > button:last-child, .nemo-window toolbar toolitem stack widget button:last-child { - border-width: 1px; - border-radius: 0 4px 4px 0; - -gtk-outline-radius: 0 3.6px 3.6px 0; } - .inline-toolbar button:only-child, - .linked > button:only-child, combobox box button:only-child, combobox box entry:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo, headerbar .linked > button:only-child, .titlebar:not(headerbar) .linked > button:only-child, toolbar .linked > button:only-child, toolbar.inline-toolbar toolbutton:only-child > button.flat, - toolbar.inline-toolbar toolbutton:backdrop:only-child > button.flat, popover.background .linked > button:only-child, .nemo-window toolbar toolitem stack widget button:only-child { - border-width: 1px; - border-style: solid; } - .inline-toolbar button:only-child, - .linked > button:only-child, combobox box button:only-child, combobox box entry:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo, headerbar .linked > button:only-child, .titlebar:not(headerbar) .linked > button:only-child, toolbar .linked > button:only-child, toolbar.inline-toolbar toolbutton:only-child > button.flat, - toolbar.inline-toolbar toolbutton:backdrop:only-child > button.flat, popover.background .linked > button:only-child, .nemo-window toolbar toolitem stack widget button:only-child { - border-radius: 4px; - -gtk-outline-radius: 3.6px; } - -.linked.vertical > button { - border-width: 1px; - border-style: solid; - border-radius: 0; - -gtk-outline-radius: 0; } - .linked.vertical > button:first-child, .linked.vertical > combobox:first-child > box > button.combo { - border-width: 1px; - border-radius: 4px 4px 0 0; - -gtk-outline-radius: 3.6px 3.6px 0 0; } - .linked.vertical > button:last-child, .linked.vertical > combobox:last-child > box > button.combo { - border-width: 1px; - border-radius: 0 0 4px 4px; - -gtk-outline-radius: 0 0 3.6px 3.6px; } - .linked.vertical > button:only-child, .linked.vertical > combobox:only-child > box > button.combo, .linked.vertical > button:first-child:only-child, .linked.vertical > combobox:first-child > box > button.combo:only-child, .linked.vertical > combobox:only-child > box > button.combo:first-child { - border-width: 1px; } - .linked.vertical > button:only-child, .linked.vertical > combobox:only-child > box > button.combo { - border-radius: 4px; - -gtk-outline-radius: 3.6px; } - -infobar.info button.close, infobar.warning button.close, infobar.question button.close, infobar.error button.close, notebook > header > tabs > arrow { - border: 1px solid transparent; - background-color: transparent; - background-image: none; - box-shadow: none; } - infobar.info button.close:focus, infobar.warning button.close:focus, infobar.question button.close:focus, infobar.error button.close:focus, notebook > header > tabs > arrow:focus, infobar.info button.close:hover, infobar.warning button.close:hover, infobar.question button.close:hover, infobar.error button.close:hover, notebook > header > tabs > arrow:hover { - border: 1px solid rgba(40, 40, 40, 0.3); - background-color: rgba(235, 219, 178, 0.2); - background-image: none; - box-shadow: none; } - infobar.info button.close:active, infobar.warning button.close:active, infobar.question button.close:active, infobar.error button.close:active, notebook > header > tabs > arrow:active, infobar.info button.close:checked, infobar.warning button.close:checked, infobar.question button.close:checked, infobar.error button.close:checked, notebook > header > tabs > arrow:checked, infobar.info button.close:active:hover, infobar.warning button.close:active:hover, infobar.question button.close:active:hover, infobar.error button.close:active:hover, notebook > header > tabs > arrow:active:hover, infobar.info button.close:checked:hover, infobar.warning button.close:checked:hover, infobar.question button.close:checked:hover, infobar.error button.close:checked:hover, notebook > header > tabs > arrow:checked:hover { - border: 1px solid rgba(146, 131, 116, 0.3); - background-color: rgba(40, 40, 40, 0.1); - background-image: none; - box-shadow: none; } - -button { - background-color: #3c3836; - background-image: none; - border-color: rgba(218, 188, 112, 0.22); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - button:focus, button:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.22),0.3); } - button:active, button:active:hover, button:active:focus, button:active:hover:focus, button:checked, button:checked:hover, button:checked:focus, button:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.22); } - button:disabled { - border-color: rgba(222, 196, 129, 0.22); } - button:active:disabled, button:checked:disabled { - border-color: rgba(218, 188, 112, 0.22); } - .linked:not(.vertical) > button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) button, - stackswitcher:not(.vertical) > button:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) button:hover, - stackswitcher:not(.vertical) > button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(235, 219, 178, 0.3),0.3); } - .linked:not(.vertical) > button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) button:checked, - stackswitcher:not(.vertical) > button:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) button:checked:hover, - stackswitcher:not(.vertical) > button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) button, - stackswitcher.vertical > button:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) button:hover, - stackswitcher.vertical > button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(235, 219, 178, 0.3),0.3); } - .linked.vertical > button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) button:checked, - stackswitcher.vertical > button:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) button:checked:hover, - stackswitcher.vertical > button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - button.flat { - color: #ebdbb2; - border-color: rgba(60, 56, 54, 0); - background-color: rgba(60, 56, 54, 0); - background-image: none; - box-shadow: none; } - button:hover, button.flat:hover { - background-color: #3f3b39; - background-image: none; - border-color: rgba(218, 188, 112, 0.3); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - button:hover:focus, button:hover:hover, button.flat:hover:focus, button.flat:hover:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.3),0.3); } - button:hover:active, button:hover:active:hover, button:hover:active:focus, button:hover:active:hover:focus, button:hover:checked, button:hover:checked:hover, button:hover:checked:focus, button:hover:checked:hover:focus, button.flat:hover:active, button.flat:hover:active:hover, button.flat:hover:active:focus, button.flat:hover:active:hover:focus, button.flat:hover:checked, button.flat:hover:checked:hover, button.flat:hover:checked:focus, button.flat:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.3); } - button:hover:disabled, button.flat:hover:disabled { - border-color: rgba(222, 196, 129, 0.3); } - button:hover:active:disabled, button:hover:checked:disabled, button.flat:hover:active:disabled, button.flat:hover:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } - button:focus, button.flat:focus { - background-color: #3f3b39; - background-image: none; - border-color: rgba(235, 219, 178, 0.22); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - button:focus:hover, button.flat:focus:hover { - background-color: #423e3b; - background-image: none; - border-color: rgba(218, 188, 112, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - button:focus:hover:focus, button:focus:hover:hover, button.flat:focus:hover:focus, button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.3),0.3); } - button:focus:hover:active, button:focus:hover:active:hover, button:focus:hover:active:focus, button:focus:hover:active:hover:focus, button:focus:hover:checked, button:focus:hover:checked:hover, button:focus:hover:checked:focus, button:focus:hover:checked:hover:focus, button.flat:focus:hover:active, button.flat:focus:hover:active:hover, button.flat:focus:hover:active:focus, button.flat:focus:hover:active:hover:focus, button.flat:focus:hover:checked, button.flat:focus:hover:checked:hover, button.flat:focus:hover:checked:focus, button.flat:focus:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.3); } - button:focus:hover:disabled, button.flat:focus:hover:disabled { - border-color: rgba(222, 196, 129, 0.3); } - button:focus:hover:active:disabled, button:focus:hover:checked:disabled, button.flat:focus:hover:active:disabled, button.flat:focus:hover:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } - button:checked, button:active, button.flat:checked, button.flat:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(218, 188, 112, 0.22); - color: #282828; - box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); } - button:checked:focus, button:checked:hover, button:active:focus, button:active:hover, button.flat:checked:focus, button.flat:checked:hover, button.flat:active:focus, button.flat:active:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.22),0.3); } - button:checked:active, button:checked:active:hover, button:checked:active:focus, button:checked:active:hover:focus, button:checked:checked, button:checked:checked:hover, button:checked:checked:focus, button:checked:checked:hover:focus, button:active:active, button:active:active:hover, button:active:active:focus, button:active:active:hover:focus, button:active:checked, button:active:checked:hover, button:active:checked:focus, button:active:checked:hover:focus, button.flat:checked:active, button.flat:checked:active:hover, button.flat:checked:active:focus, button.flat:checked:active:hover:focus, button.flat:checked:checked, button.flat:checked:checked:hover, button.flat:checked:checked:focus, button.flat:checked:checked:hover:focus, button.flat:active:active, button.flat:active:active:hover, button.flat:active:active:focus, button.flat:active:active:hover:focus, button.flat:active:checked, button.flat:active:checked:hover, button.flat:active:checked:focus, button.flat:active:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.22); } - button:checked:disabled, button:active:disabled, button.flat:checked:disabled, button.flat:active:disabled { - border-color: rgba(222, 196, 129, 0.22); } - button:checked:active:disabled, button:checked:checked:disabled, button:active:active:disabled, button:active:checked:disabled, button.flat:checked:active:disabled, button.flat:checked:checked:disabled, button.flat:active:active:disabled, button.flat:active:checked:disabled { - border-color: rgba(218, 188, 112, 0.22); } - button:checked:focus, button:checked:hover, button:active:focus, button:active:hover, button.flat:checked:focus, button.flat:checked:hover, button.flat:active:focus, button.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - button:focus, button:hover, button.flat:focus, button.flat:hover { - color: #ebdbb2; } - button:disabled:disabled, button.flat:disabled:disabled { - background-color: alpha(mix(#3c3836,#ebdbb2,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(#3c3836,#ebdbb2,0.6); - box-shadow: none; } - button:disabled:disabled :disabled, button.flat:disabled:disabled :disabled { - color: mix(#3c3836,#ebdbb2,0.6); } - button:active:disabled, button:checked:disabled, button.flat:active:disabled, button.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - button:active:disabled :disabled, button:checked:disabled :disabled, button.flat:active:disabled :disabled, button.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - button.separator, button .separator { - border: 1px solid currentColor; - color: rgba(60, 56, 54, 0.9); } - button.separator:disabled, button .separator:disabled { - color: rgba(60, 56, 54, 0.85); } - .inline-toolbar button, - .linked > button { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .inline-toolbar button:focus, .inline-toolbar button:hover, - .linked > button:focus, - .linked > button:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .inline-toolbar button:active, .inline-toolbar button:active:hover, .inline-toolbar button:active:focus, .inline-toolbar button:active:hover:focus, .inline-toolbar button:checked, .inline-toolbar button:checked:hover, .inline-toolbar button:checked:focus, .inline-toolbar button:checked:hover:focus, - .linked > button:active, - .linked > button:active:hover, - .linked > button:active:focus, - .linked > button:active:hover:focus, - .linked > button:checked, - .linked > button:checked:hover, - .linked > button:checked:focus, - .linked > button:checked:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset 0 -1px rgba(66, 52, 17, 0.05); } - .inline-toolbar button:disabled, - .linked > button:disabled { - box-shadow: inset -1px 0 #302d2b; } - .inline-toolbar button:last-child, .inline-toolbar button:only-child, - .linked > button:last-child, - .linked > button:only-child { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .inline-toolbar button:last-child:hover, .inline-toolbar button:only-child:hover, - .linked > button:last-child:hover, - .linked > button:only-child:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .inline-toolbar button:disabled:last-child, .inline-toolbar button:disabled:only-child, .inline-toolbar button:active:disabled:last-child, .inline-toolbar button:active:disabled:only-child, .inline-toolbar button:checked:disabled:last-child, .inline-toolbar button:checked:disabled:only-child, - .linked > button:disabled:last-child, - .linked > button:disabled:only-child, - .linked > button:active:disabled:last-child, - .linked > button:active:disabled:only-child, - .linked > button:checked:disabled:last-child, - .linked > button:checked:disabled:only-child { - box-shadow: none; } - .inline-toolbar button:active:last-child, .inline-toolbar button:active:last-child:focus, .inline-toolbar button:active:last-child:hover, .inline-toolbar button:active:last-child:hover:focus, .inline-toolbar button:checked:last-child, .inline-toolbar button:checked:last-child:focus, .inline-toolbar button:checked:last-child:hover, .inline-toolbar button:checked:last-child:hover:focus, - .linked > button:active:last-child, - .linked > button:active:last-child:focus, - .linked > button:active:last-child:hover, - .linked > button:active:last-child:hover:focus, - .linked > button:checked:last-child, - .linked > button:checked:last-child:focus, - .linked > button:checked:last-child:hover, - .linked > button:checked:last-child:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - .inline-toolbar button:active:only-child, .inline-toolbar button:active:only-child:focus, .inline-toolbar button:active:only-child:hover, .inline-toolbar button:active:only-child:hover:focus, .inline-toolbar button:checked:only-child, .inline-toolbar button:checked:only-child:focus, .inline-toolbar button:checked:only-child:hover, .inline-toolbar button:checked:only-child:hover:focus, - .linked > button:active:only-child, - .linked > button:active:only-child:focus, - .linked > button:active:only-child:hover, - .linked > button:active:only-child:hover:focus, - .linked > button:checked:only-child, - .linked > button:checked:only-child:focus, - .linked > button:checked:only-child:hover, - .linked > button:checked:only-child:hover:focus { - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.06), inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - .linked.vertical > button { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .linked.vertical > button:focus, .linked.vertical > button:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .linked.vertical > button:active, .linked.vertical > button:active:hover, .linked.vertical > button:active:focus, .linked.vertical > button:active:hover:focus, .linked.vertical > button:checked, .linked.vertical > button:checked:hover, .linked.vertical > button:checked:focus, .linked.vertical > button:checked:hover:focus { - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.05); } - .linked.vertical > button:disabled { - box-shadow: inset 0 -1px #302d2b; } - .linked.vertical > button:last-child, .linked.vertical > button:only-child { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .linked.vertical > button:last-child:hover, .linked.vertical > button:only-child:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .linked.vertical > button:disabled:last-child, .linked.vertical > button:disabled:only-child, .linked.vertical > button:active:disabled:last-child, .linked.vertical > button:active:disabled:only-child, .linked.vertical > button:checked:disabled:last-child, .linked.vertical > button:checked:disabled:only-child { - box-shadow: none; } - .linked.vertical > button:active:last-child, .linked.vertical > button:active:last-child:focus, .linked.vertical > button:active:last-child:hover, .linked.vertical > button:active:last-child:hover:focus, .linked.vertical > button:checked:last-child, .linked.vertical > button:checked:last-child:focus, .linked.vertical > button:checked:last-child:hover, .linked.vertical > button:checked:last-child:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - .linked.vertical > button:active:only-child, .linked.vertical > button:active:only-child:focus, .linked.vertical > button:active:only-child:hover, .linked.vertical > button:active:only-child:hover:focus, .linked.vertical > button:checked:only-child, .linked.vertical > button:checked:only-child:focus, .linked.vertical > button:checked:only-child:hover, .linked.vertical > button:checked:only-child:hover:focus { - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.06), inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - button.circular, button.nautilus-circular-button.image-button, button.circular-button { - padding: 0; - min-width: 28px; - min-height: 28px; - border-radius: 9999px; - -gtk-outline-radius: 9999px; } - button.circular label, button.nautilus-circular-button.image-button label, button.circular-button label { - padding: 0; } - -spinbutton:disabled { - opacity: .6; } - -spinbutton button { - color: #ebdbb2; } - spinbutton button:active, spinbutton button:checked, spinbutton button:hover { - background-color: #484341; - background-image: none; } - spinbutton button:hover, spinbutton button:focus:hover { - border-color: rgba(218, 188, 112, 0.3); } - spinbutton button:hover:focus, spinbutton button:hover:hover, spinbutton button:focus:hover:focus, spinbutton button:focus:hover:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.3),0.3); } - spinbutton button:hover:active, spinbutton button:hover:active:hover, spinbutton button:hover:active:focus, spinbutton button:hover:active:hover:focus, spinbutton button:hover:checked, spinbutton button:hover:checked:hover, spinbutton button:hover:checked:focus, spinbutton button:hover:checked:hover:focus, spinbutton button:focus:hover:active, spinbutton button:focus:hover:active:hover, spinbutton button:focus:hover:active:focus, spinbutton button:focus:hover:active:hover:focus, spinbutton button:focus:hover:checked, spinbutton button:focus:hover:checked:hover, spinbutton button:focus:hover:checked:focus, spinbutton button:focus:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.3); } - spinbutton button:hover:disabled, spinbutton button:focus:hover:disabled { - border-color: rgba(222, 196, 129, 0.3); } - spinbutton button:hover:active:disabled, spinbutton button:hover:checked:disabled, spinbutton button:focus:hover:active:disabled, spinbutton button:focus:hover:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } - spinbutton button:focus:hover { - color: mix(#ebdbb2,mix(#928374,mix(#282828,#ebdbb2,0.18),0.3),0.3); } - spinbutton button:disabled { - color: mix(#ebdbb2,#282828,0.7); } - spinbutton button:backdrop { - color: mix(#282828,mix(#ebdbb2,#282828,0.5),0.9); } - spinbutton button:backdrop:disabled { - color: rgba(2, 2, 2, 0.8); } - -spinbutton:not(.vertical) { - /*@extend %entry;*/ - background-color: #282828; - background-image: none; - /*@include border($base_color);*/ - padding: 0; - border-radius: 4px; - -gtk-outline-radius: 3.6px; - color: #ebdbb2; - caret-color: #ebdbb2; - /*&:focus, &:active { border-color: border_focus($borders_color); }*/ } - spinbutton:not(.vertical):disabled { - background-color: #242424; - background-image: none; - color: mix(#282828,#ebdbb2,0.5); } - spinbutton:not(.vertical) entry { - border-radius: 4px 0 0 4px; - -gtk-outline-radius: 3.6px 0 0 3.6px; - border-right-width: 0; - box-shadow: none; } - spinbutton:not(.vertical) button { - border-radius: 0; - -gtk-outline-radius: 0; - border-style: solid; - background-image: none; - box-shadow: none; } - spinbutton:not(.vertical) button:focus { - border-top-color: mix(#928374,mix(#282828,#ebdbb2,0.18),0.3); - border-bottom-color: mix(#928374,mix(#282828,#ebdbb2,0.18),0.3); } - spinbutton:not(.vertical) button:active { - box-shadow: inset 0 2px 3px -1px rgba(131, 104, 34, 0.2); } - spinbutton:not(.vertical) button:backdrop { - border-color: alpha(mix(#282828,mix(#282828,#ebdbb2,0.18),0.9),0.8); } - spinbutton:not(.vertical) button.up:dir(ltr), spinbutton:not(.vertical) button.down:dir(rtl) { - border-style: solid; } - spinbutton:not(.vertical) button.up:dir(ltr):hover, spinbutton:not(.vertical) button.up:dir(ltr):focus:hover, spinbutton:not(.vertical) button.down:dir(rtl):hover, spinbutton:not(.vertical) button.down:dir(rtl):focus:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.3),0.3); } - spinbutton:not(.vertical) button.down:dir(rtl) { - border-right-style: none; - border-radius: 4px 0 0 4px; - -gtk-outline-radius: 3.6px 0 0 3.6px; } - spinbutton:not(.vertical) button.down:dir(rtl):focus { - border-top-color: mix(#928374,mix(#282828,#ebdbb2,0.18),0.3); - border-bottom-color: mix(#928374,mix(#282828,#ebdbb2,0.18),0.3); - border-left-color: mix(#928374,mix(#282828,#ebdbb2,0.18),0.3); } - spinbutton:not(.vertical) button.down:dir(rtl):hover, spinbutton:not(.vertical) button.down:dir(rtl):focus:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.3),0.3); - box-shadow: inset-1px 0 0 mix(#928374,rgba(235, 219, 178, 0.3),0.3); } - spinbutton:not(.vertical) button.up:dir(ltr) { - border-left-style: none; - border-radius: 0 4px 4px 0; - -gtk-outline-radius: 0 3.6px 3.6px 0; } - spinbutton:not(.vertical) button.up:dir(ltr):focus { - border-top-color: mix(#928374,mix(#282828,#ebdbb2,0.18),0.3); - border-bottom-color: mix(#928374,mix(#282828,#ebdbb2,0.18),0.3); - border-right-color: mix(#928374,mix(#282828,#ebdbb2,0.18),0.3); } - spinbutton:not(.vertical) button.up:dir(ltr):hover, spinbutton:not(.vertical) button.up:dir(ltr):focus:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.3),0.3); - box-shadow: inset 1px 0 mix(#928374,rgba(235, 219, 178, 0.3),0.3); } - -spinbutton.vertical button, spinbutton.vertical entry { - min-width: 0; - padding-left: 1px; - padding-right: 1px; } - -spinbutton.vertical entry { - border-radius: 0; - -gtk-outline-radius: 0; - border-top-width: 0; - border-bottom-width: 0; } - -spinbutton.vertical button.up:focus:hover, spinbutton.vertical button.down:focus:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.3),0.3); } - -spinbutton.vertical button.up { - border-radius: 4px 4px 0 0; - -gtk-outline-radius: 3.6px 3.6px 0 0; } - spinbutton.vertical button.up:focus { - border-top-color: mix(#928374,mix(#282828,#ebdbb2,0.18),0.3); - border-left-color: mix(#928374,mix(#282828,#ebdbb2,0.18),0.3); - border-right-color: mix(#928374,mix(#282828,#ebdbb2,0.18),0.3); } - -spinbutton.vertical button.down { - border-radius: 0 0 4px 4px; - -gtk-outline-radius: 0 0 3.6px 3.6px; } - spinbutton.vertical button.down:focus { - border-bottom-color: mix(#928374,mix(#282828,#ebdbb2,0.18),0.3); - border-left-color: mix(#928374,mix(#282828,#ebdbb2,0.18),0.3); - border-right-color: mix(#928374,mix(#282828,#ebdbb2,0.18),0.3); } - -/****************** -! ComboBoxes * -*******************/ -combobox button.combo { - min-width: 0; - padding-left: 5px; - padding-right: 5px; } - -combobox arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - min-height: 16px; - min-width: 16px; } - -combobox box button, combobox box entry { - padding: 3px 5px; } - -combobox menu menuitem { - padding: 3px 5px; } - combobox menu menuitem cellview { - min-height: 20px; } - -/********* - ! Entry * -**********/ -.linked:not(.vertical) > entry { - border-width: 1px; - border-radius: 0; - border-right-width: 0; - border-left-width: 0; } - .linked:not(.vertical) > entry:first-child { - border-width: 1px; - border-radius: 4px; - border-right-width: 0; - border-bottom-right-radius: 0; - border-top-right-radius: 0; } - .linked:not(.vertical) > entry:first-child:dir(rtl) { - border-left-width: 0; - border-right-width: 1px; } - .linked:not(.vertical) > entry:last-child { - border-width: 1px; - border-radius: 4px; - border-left-width: 0; - border-bottom-left-radius: 0; - border-top-left-radius: 0; } - .linked:not(.vertical) > entry:last-child:dir(rtl) { - border-left-width: 1px; - border-right-width: 0; } - .linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > entry:first-child:only-child { - border-width: 1px; } - .linked:not(.vertical) > entry:only-child { - border-radius: 4px; } - -.linked.vertical > entry { - border-width: 1px; - border-radius: 0; - border-top-width: 0; - border-bottom-width: 0; } - .linked.vertical > entry:first-child { - border-width: 1px; - border-radius: 4px; - border-top-width: 1px; - border-bottom-width: 0; - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; } - .linked.vertical > entry:first-child:dir(rtl) { - border-top-width: 0; - border-bottom-width: 1px; } - .linked.vertical > entry:last-child { - border-width: 1px; - border-radius: 4px; - border-top-width: 0; - border-bottom-width: 1px; - border-top-left-radius: 0; - border-top-right-radius: 0; } - .linked.vertical > entry:last-child:dir(rtl) { - border-top-width: 1px; - border-bottom-width: 0; } - .linked.vertical > entry:only-child, .linked.vertical > entry:first-child:only-child { - border-width: 1px; } - .linked.vertical > entry:only-child { - border-radius: 4px; } - -entry, menuitem entry, popover.background entry, .osd entry, -#XfceNotifyWindow entry, #login_window entry { - border-width: 1px; - border-style: solid; - border-radius: 4px; - transition: border 100ms ease-out; - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.1), inset 0 1px rgba(66, 52, 17, 0.12), inset -1px 0 rgba(66, 52, 17, 0.1), inset 0 -1px rgba(66, 52, 17, 0.05); } - entry:focus, popover.background entry:focus, - #XfceNotifyWindow entry:focus, #login_window entry:focus, entry:hover, popover.background entry:hover, - #XfceNotifyWindow entry:hover, #login_window entry:hover, entry:active, popover.background entry:active, - #XfceNotifyWindow entry:active, #login_window entry:active { - transition: border 100ms ease-in; } - entry:selected, popover.background entry:selected, - #XfceNotifyWindow entry:selected, #login_window entry:selected, entry:selected:selected:focus, - #XfceNotifyWindow entry:selected:selected:focus, #login_window entry:selected:selected:focus { - background-color: #928374; - color: #282828; } - entry:disabled, popover.background entry:disabled, - #XfceNotifyWindow entry:disabled, #login_window entry:disabled { - box-shadow: none; } - entry progress, popover.background entry progress, .osd entry progress, #XfceNotifyWindow entry progress, #login_window entry progress { - background-color: #928374; - background-image: none; - border-width: 0; - border-radius: 4px; - color: #282828; } - entry image.left, #XfceNotifyWindow entry image.left, #login_window entry image.left { - padding-right: 3px; } - entry image.right, #XfceNotifyWindow entry image.right, #login_window entry image.right { - padding-left: 3px; } - entry.warning, popover.background entry.warning, - #XfceNotifyWindow entry.warning, #login_window entry.warning { - color: #282828; - border-color: #ac7a1a; - background-color: mix(#282828,#d79921,0.6); } - entry.warning image, #XfceNotifyWindow entry.warning image, #login_window entry.warning image { - color: #282828; } - entry.warning:focus, - #XfceNotifyWindow entry.warning:focus, #login_window entry.warning:focus { - color: #282828; - border-color: mix(#928374,#d79921,0.3); - background-color: #d79921; - box-shadow: none; } - entry.warning selection, #XfceNotifyWindow entry.warning selection, #login_window entry.warning selection { - background-color: #282828; - color: #d79921; } - entry.error, popover.background entry.error, - #XfceNotifyWindow entry.error, #login_window entry.error { - color: #282828; - border-color: #a31d17; - background-color: mix(#282828,#cc241d,0.6); } - entry.error image, #XfceNotifyWindow entry.error image, #login_window entry.error image { - color: #282828; } - entry.error:focus, - #XfceNotifyWindow entry.error:focus, #login_window entry.error:focus { - color: #282828; - border-color: mix(#928374,#cc241d,0.3); - background-color: #cc241d; - box-shadow: none; } - entry.error selection, #XfceNotifyWindow entry.error selection, #login_window entry.error selection { - background-color: #282828; - color: #cc241d; } - entry.search-missing, popover.background entry.search-missing, - #XfceNotifyWindow entry.search-missing, #login_window entry.search-missing { - color: #282828; - border-color: #a31d17; - background-color: mix(#282828,#cc241d,0.6); } - entry.search-missing image, #XfceNotifyWindow entry.search-missing image, #login_window entry.search-missing image { - color: #282828; } - entry.search-missing:focus, - #XfceNotifyWindow entry.search-missing:focus, #login_window entry.search-missing:focus { - color: #282828; - border-color: mix(#928374,#cc241d,0.3); - background-color: #cc241d; - box-shadow: none; } - entry.search-missing selection, #XfceNotifyWindow entry.search-missing selection, #login_window entry.search-missing selection { - background-color: #282828; - color: #cc241d; } - -entry { - background-color: #282828; - background-image: none; - border-color: shade(mix(#282828,#ebdbb2,0.2),0.8); - padding: 5px 3px; - color: #ebdbb2; - caret-color: #a89984; - -gtk-secondary-caret-color: #a89984; } - entry:focus, entry:hover { - border-color: mix(#928374,mix(#282828,#ebdbb2,0.2),0.3); } - entry:active, entry:active:hover, entry:active:focus, entry:active:hover:focus, entry:checked, entry:checked:hover, entry:checked:focus, entry:checked:hover:focus { - border-color: shade(mix(#282828,#ebdbb2,0.2),0.7); } - entry:disabled { - border-color: shade(mix(#282828,#ebdbb2,0.2),0.85); } - entry:active:disabled, entry:checked:disabled { - border-color: shade(mix(#282828,#ebdbb2,0.2),0.8); } - entry:focus, entry:active { - border-color: mix(#928374,mix(#282828,#ebdbb2,0.18),0.3); } - entry:disabled { - background-color: mix(#282828,#ebdbb2,0.07); - background-image: none; - opacity: .9; - color: mix(#282828,#ebdbb2,0.9); } - -/********* - ! Buttons -**********/ -/****************** -! ComboBoxes * -*******************/ -/********* - ! Buttons -**********/ -/****************** -! ComboBoxes * -*******************/ -/********* - ! Toolbar -**********/ -toolbar { - padding: 2px; - border-style: none; } - toolbar.horizontal separator { - margin: 0 5px 1px; } - toolbar.vertical separator { - margin: 5px 1px 5px 0; } - -headerbar { - border-width: 0 0 1px; - border-style: solid; } - headerbar entry, - headerbar spinbutton, - headerbar separator, - headerbar button { - margin-top: 6px; - margin-bottom: 6px; } - headerbar switch { - margin-top: 4px; - margin-bottom: 4px; } - window:not(.tiled):not(.maximized) separator:first-child + headerbar:backdrop, window:not(.tiled):not(.maximized) separator:first-child + headerbar, - window:not(.tiled):not(.maximized) headerbar:first-child:backdrop, - window:not(.tiled):not(.maximized) headerbar:first-child { - border-top-left-radius: 4px; } - window:not(.tiled):not(.maximized) headerbar:last-child:backdrop, window:not(.tiled):not(.maximized) headerbar:last-child { - border-top-right-radius: 4px; } - -headerbar, .titlebar:not(headerbar) { - background-color: #1d2021; - background-image: none; - border-color: #171a1a; - color: #fbf1c7; - background-color: #1d2021; - background-image: none; - border-radius: 4px 4px 0 0; - color: #fbf1c7; - padding: 0 6px; - min-height: 42px; } - headerbar:focus, .titlebar:focus:not(headerbar), headerbar:hover, .titlebar:hover:not(headerbar) { - border-color: mix(#928374,#1d2021,0.3); } - headerbar:active, .titlebar:active:not(headerbar), headerbar:active:hover, .titlebar:active:hover:not(headerbar), headerbar:active:focus, .titlebar:active:focus:not(headerbar), headerbar:active:hover:focus, .titlebar:active:hover:focus:not(headerbar), headerbar:checked, .titlebar:checked:not(headerbar), headerbar:checked:hover, .titlebar:checked:hover:not(headerbar), headerbar:checked:focus, .titlebar:checked:focus:not(headerbar), headerbar:checked:hover:focus, .titlebar:checked:hover:focus:not(headerbar) { - border-color: #141617; } - headerbar:disabled, .titlebar:disabled:not(headerbar) { - border-color: #191b1c; } - headerbar:active:disabled, .titlebar:active:disabled:not(headerbar), headerbar:checked:disabled, .titlebar:checked:disabled:not(headerbar) { - border-color: #171a1a; } - headerbar:disabled, .titlebar:disabled:not(headerbar) { - background-color: #1a1d1e; - background-image: none; - color: mix(#fbf1c7,#1d2021,0.5); } - headerbar .title, .titlebar:not(headerbar) .title { - font-weight: bold; - padding: 0 6px; } - headerbar .subtitle, .titlebar:not(headerbar) .subtitle { - font-size: smaller; - padding: 0 6px; } - headerbar button, .titlebar:not(headerbar) button { - background-color: #1d2021; - background-image: none; - border-color: rgba(245, 220, 115, 0.22); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - headerbar button:focus, .titlebar:not(headerbar) button:focus, headerbar button:hover, .titlebar:not(headerbar) button:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.22),0.3); } - headerbar button:active, .titlebar:not(headerbar) button:active, headerbar button:active:hover, .titlebar:not(headerbar) button:active:hover, headerbar button:active:focus, .titlebar:not(headerbar) button:active:focus, headerbar button:active:hover:focus, .titlebar:not(headerbar) button:active:hover:focus, headerbar button:checked, .titlebar:not(headerbar) button:checked, headerbar button:checked:hover, .titlebar:not(headerbar) button:checked:hover, headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:focus, headerbar button:checked:hover:focus, .titlebar:not(headerbar) button:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.22); } - headerbar button:disabled, .titlebar:not(headerbar) button:disabled { - border-color: rgba(247, 225, 136, 0.22); } - headerbar button:active:disabled, .titlebar:not(headerbar) button:active:disabled, headerbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled { - border-color: rgba(245, 220, 115, 0.22); } - .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child), .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button, - stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child), - stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:hover, - stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):hover, - stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button:checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked, - stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked, - stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button:checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked:hover, - stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked:hover, - stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > headerbar button:not(:last-child):not(:only-child), .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) headerbar button, - .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button, - stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child), - stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > headerbar button:not(:last-child):not(:only-child):hover, .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) headerbar button:hover, - .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:hover, - stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child):hover, - stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .linked.vertical > headerbar button:not(:last-child):not(:only-child):checked, .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) headerbar button:checked, - .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked, - stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child):checked, - stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > headerbar button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) headerbar button:checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked:hover, - stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child):checked:hover, - stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - headerbar button.flat, .titlebar:not(headerbar) button.flat { - color: #fbf1c7; - border-color: rgba(29, 32, 33, 0); - background-color: rgba(29, 32, 33, 0); - background-image: none; - box-shadow: none; } - headerbar button:hover, .titlebar:not(headerbar) button:hover, headerbar button.flat:hover, .titlebar:not(headerbar) button.flat:hover { - background-color: #1e2223; - background-image: none; - border-color: rgba(245, 220, 115, 0.3); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - headerbar button:hover:focus, .titlebar:not(headerbar) button:hover:focus, headerbar button:hover:hover, .titlebar:not(headerbar) button:hover:hover, headerbar button.flat:hover:focus, .titlebar:not(headerbar) button.flat:hover:focus, headerbar button.flat:hover:hover, .titlebar:not(headerbar) button.flat:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - headerbar button:hover:active, .titlebar:not(headerbar) button:hover:active, headerbar button:hover:active:hover, .titlebar:not(headerbar) button:hover:active:hover, headerbar button:hover:active:focus, .titlebar:not(headerbar) button:hover:active:focus, headerbar button:hover:active:hover:focus, .titlebar:not(headerbar) button:hover:active:hover:focus, headerbar button:hover:checked, .titlebar:not(headerbar) button:hover:checked, headerbar button:hover:checked:hover, .titlebar:not(headerbar) button:hover:checked:hover, headerbar button:hover:checked:focus, .titlebar:not(headerbar) button:hover:checked:focus, headerbar button:hover:checked:hover:focus, .titlebar:not(headerbar) button:hover:checked:hover:focus, headerbar button.flat:hover:active, .titlebar:not(headerbar) button.flat:hover:active, headerbar button.flat:hover:active:hover, .titlebar:not(headerbar) button.flat:hover:active:hover, headerbar button.flat:hover:active:focus, .titlebar:not(headerbar) button.flat:hover:active:focus, headerbar button.flat:hover:active:hover:focus, .titlebar:not(headerbar) button.flat:hover:active:hover:focus, headerbar button.flat:hover:checked, .titlebar:not(headerbar) button.flat:hover:checked, headerbar button.flat:hover:checked:hover, .titlebar:not(headerbar) button.flat:hover:checked:hover, headerbar button.flat:hover:checked:focus, .titlebar:not(headerbar) button.flat:hover:checked:focus, headerbar button.flat:hover:checked:hover:focus, .titlebar:not(headerbar) button.flat:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.3); } - headerbar button:hover:disabled, .titlebar:not(headerbar) button:hover:disabled, headerbar button.flat:hover:disabled, .titlebar:not(headerbar) button.flat:hover:disabled { - border-color: rgba(247, 225, 136, 0.3); } - headerbar button:hover:active:disabled, .titlebar:not(headerbar) button:hover:active:disabled, headerbar button:hover:checked:disabled, .titlebar:not(headerbar) button:hover:checked:disabled, headerbar button.flat:hover:active:disabled, .titlebar:not(headerbar) button.flat:hover:active:disabled, headerbar button.flat:hover:checked:disabled, .titlebar:not(headerbar) button.flat:hover:checked:disabled { - border-color: rgba(245, 220, 115, 0.3); } - headerbar button:focus, .titlebar:not(headerbar) button:focus, headerbar button.flat:focus, .titlebar:not(headerbar) button.flat:focus { - background-color: #1e2223; - background-image: none; - border-color: rgba(251, 241, 199, 0.22); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - headerbar button:focus:hover, .titlebar:not(headerbar) button:focus:hover, headerbar button.flat:focus:hover, .titlebar:not(headerbar) button.flat:focus:hover { - background-color: #202324; - background-image: none; - border-color: rgba(245, 220, 115, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - headerbar button:focus:hover:focus, .titlebar:not(headerbar) button:focus:hover:focus, headerbar button:focus:hover:hover, .titlebar:not(headerbar) button:focus:hover:hover, headerbar button.flat:focus:hover:focus, .titlebar:not(headerbar) button.flat:focus:hover:focus, headerbar button.flat:focus:hover:hover, .titlebar:not(headerbar) button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - headerbar button:focus:hover:active, .titlebar:not(headerbar) button:focus:hover:active, headerbar button:focus:hover:active:hover, .titlebar:not(headerbar) button:focus:hover:active:hover, headerbar button:focus:hover:active:focus, .titlebar:not(headerbar) button:focus:hover:active:focus, headerbar button:focus:hover:active:hover:focus, .titlebar:not(headerbar) button:focus:hover:active:hover:focus, headerbar button:focus:hover:checked, .titlebar:not(headerbar) button:focus:hover:checked, headerbar button:focus:hover:checked:hover, .titlebar:not(headerbar) button:focus:hover:checked:hover, headerbar button:focus:hover:checked:focus, .titlebar:not(headerbar) button:focus:hover:checked:focus, headerbar button:focus:hover:checked:hover:focus, .titlebar:not(headerbar) button:focus:hover:checked:hover:focus, headerbar button.flat:focus:hover:active, .titlebar:not(headerbar) button.flat:focus:hover:active, headerbar button.flat:focus:hover:active:hover, .titlebar:not(headerbar) button.flat:focus:hover:active:hover, headerbar button.flat:focus:hover:active:focus, .titlebar:not(headerbar) button.flat:focus:hover:active:focus, headerbar button.flat:focus:hover:active:hover:focus, .titlebar:not(headerbar) button.flat:focus:hover:active:hover:focus, headerbar button.flat:focus:hover:checked, .titlebar:not(headerbar) button.flat:focus:hover:checked, headerbar button.flat:focus:hover:checked:hover, .titlebar:not(headerbar) button.flat:focus:hover:checked:hover, headerbar button.flat:focus:hover:checked:focus, .titlebar:not(headerbar) button.flat:focus:hover:checked:focus, headerbar button.flat:focus:hover:checked:hover:focus, .titlebar:not(headerbar) button.flat:focus:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.3); } - headerbar button:focus:hover:disabled, .titlebar:not(headerbar) button:focus:hover:disabled, headerbar button.flat:focus:hover:disabled, .titlebar:not(headerbar) button.flat:focus:hover:disabled { - border-color: rgba(247, 225, 136, 0.3); } - headerbar button:focus:hover:active:disabled, .titlebar:not(headerbar) button:focus:hover:active:disabled, headerbar button:focus:hover:checked:disabled, .titlebar:not(headerbar) button:focus:hover:checked:disabled, headerbar button.flat:focus:hover:active:disabled, .titlebar:not(headerbar) button.flat:focus:hover:active:disabled, headerbar button.flat:focus:hover:checked:disabled, .titlebar:not(headerbar) button.flat:focus:hover:checked:disabled { - border-color: rgba(245, 220, 115, 0.3); } - headerbar button:checked, .titlebar:not(headerbar) button:checked, headerbar button:active, .titlebar:not(headerbar) button:active, headerbar button.flat:checked, .titlebar:not(headerbar) button.flat:checked, headerbar button.flat:active, .titlebar:not(headerbar) button.flat:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(245, 220, 115, 0.22); - color: #282828; - box-shadow: inset 1px 0 rgba(251, 241, 199, 0.06), inset 0 1px rgba(251, 241, 199, 0.07), inset -1px 0 rgba(251, 241, 199, 0.06), inset 0 -1px rgba(251, 241, 199, 0.05); } - headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:focus, headerbar button:checked:hover, .titlebar:not(headerbar) button:checked:hover, headerbar button:active:focus, .titlebar:not(headerbar) button:active:focus, headerbar button:active:hover, .titlebar:not(headerbar) button:active:hover, headerbar button.flat:checked:focus, .titlebar:not(headerbar) button.flat:checked:focus, headerbar button.flat:checked:hover, .titlebar:not(headerbar) button.flat:checked:hover, headerbar button.flat:active:focus, .titlebar:not(headerbar) button.flat:active:focus, headerbar button.flat:active:hover, .titlebar:not(headerbar) button.flat:active:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.22),0.3); } - headerbar button:checked:active, .titlebar:not(headerbar) button:checked:active, headerbar button:checked:active:hover, .titlebar:not(headerbar) button:checked:active:hover, headerbar button:checked:active:focus, .titlebar:not(headerbar) button:checked:active:focus, headerbar button:checked:active:hover:focus, .titlebar:not(headerbar) button:checked:active:hover:focus, headerbar button:checked:checked, .titlebar:not(headerbar) button:checked:checked, headerbar button:checked:checked:hover, .titlebar:not(headerbar) button:checked:checked:hover, headerbar button:checked:checked:focus, .titlebar:not(headerbar) button:checked:checked:focus, headerbar button:checked:checked:hover:focus, .titlebar:not(headerbar) button:checked:checked:hover:focus, headerbar button:active:active, .titlebar:not(headerbar) button:active:active, headerbar button:active:active:hover, .titlebar:not(headerbar) button:active:active:hover, headerbar button:active:active:focus, .titlebar:not(headerbar) button:active:active:focus, headerbar button:active:active:hover:focus, .titlebar:not(headerbar) button:active:active:hover:focus, headerbar button:active:checked, .titlebar:not(headerbar) button:active:checked, headerbar button:active:checked:hover, .titlebar:not(headerbar) button:active:checked:hover, headerbar button:active:checked:focus, .titlebar:not(headerbar) button:active:checked:focus, headerbar button:active:checked:hover:focus, .titlebar:not(headerbar) button:active:checked:hover:focus, headerbar button.flat:checked:active, .titlebar:not(headerbar) button.flat:checked:active, headerbar button.flat:checked:active:hover, .titlebar:not(headerbar) button.flat:checked:active:hover, headerbar button.flat:checked:active:focus, .titlebar:not(headerbar) button.flat:checked:active:focus, headerbar button.flat:checked:active:hover:focus, .titlebar:not(headerbar) button.flat:checked:active:hover:focus, headerbar button.flat:checked:checked, .titlebar:not(headerbar) button.flat:checked:checked, headerbar button.flat:checked:checked:hover, .titlebar:not(headerbar) button.flat:checked:checked:hover, headerbar button.flat:checked:checked:focus, .titlebar:not(headerbar) button.flat:checked:checked:focus, headerbar button.flat:checked:checked:hover:focus, .titlebar:not(headerbar) button.flat:checked:checked:hover:focus, headerbar button.flat:active:active, .titlebar:not(headerbar) button.flat:active:active, headerbar button.flat:active:active:hover, .titlebar:not(headerbar) button.flat:active:active:hover, headerbar button.flat:active:active:focus, .titlebar:not(headerbar) button.flat:active:active:focus, headerbar button.flat:active:active:hover:focus, .titlebar:not(headerbar) button.flat:active:active:hover:focus, headerbar button.flat:active:checked, .titlebar:not(headerbar) button.flat:active:checked, headerbar button.flat:active:checked:hover, .titlebar:not(headerbar) button.flat:active:checked:hover, headerbar button.flat:active:checked:focus, .titlebar:not(headerbar) button.flat:active:checked:focus, headerbar button.flat:active:checked:hover:focus, .titlebar:not(headerbar) button.flat:active:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.22); } - headerbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled, headerbar button:active:disabled, .titlebar:not(headerbar) button:active:disabled, headerbar button.flat:checked:disabled, .titlebar:not(headerbar) button.flat:checked:disabled, headerbar button.flat:active:disabled, .titlebar:not(headerbar) button.flat:active:disabled { - border-color: rgba(247, 225, 136, 0.22); } - headerbar button:checked:active:disabled, .titlebar:not(headerbar) button:checked:active:disabled, headerbar button:checked:checked:disabled, .titlebar:not(headerbar) button:checked:checked:disabled, headerbar button:active:active:disabled, .titlebar:not(headerbar) button:active:active:disabled, headerbar button:active:checked:disabled, .titlebar:not(headerbar) button:active:checked:disabled, headerbar button.flat:checked:active:disabled, .titlebar:not(headerbar) button.flat:checked:active:disabled, headerbar button.flat:checked:checked:disabled, .titlebar:not(headerbar) button.flat:checked:checked:disabled, headerbar button.flat:active:active:disabled, .titlebar:not(headerbar) button.flat:active:active:disabled, headerbar button.flat:active:checked:disabled, .titlebar:not(headerbar) button.flat:active:checked:disabled { - border-color: rgba(245, 220, 115, 0.22); } - headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:focus, headerbar button:checked:hover, .titlebar:not(headerbar) button:checked:hover, headerbar button:active:focus, .titlebar:not(headerbar) button:active:focus, headerbar button:active:hover, .titlebar:not(headerbar) button:active:hover, headerbar button.flat:checked:focus, .titlebar:not(headerbar) button.flat:checked:focus, headerbar button.flat:checked:hover, .titlebar:not(headerbar) button.flat:checked:hover, headerbar button.flat:active:focus, .titlebar:not(headerbar) button.flat:active:focus, headerbar button.flat:active:hover, .titlebar:not(headerbar) button.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - headerbar button:focus, .titlebar:not(headerbar) button:focus, headerbar button:hover, .titlebar:not(headerbar) button:hover, headerbar button.flat:focus, .titlebar:not(headerbar) button.flat:focus, headerbar button.flat:hover, .titlebar:not(headerbar) button.flat:hover { - color: #fbf1c7; } - headerbar button:disabled:disabled, .titlebar:not(headerbar) button:disabled:disabled, headerbar button.flat:disabled:disabled, .titlebar:not(headerbar) button.flat:disabled:disabled { - background-color: alpha(mix(#1d2021,#fbf1c7,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(#1d2021,#fbf1c7,0.6); - box-shadow: none; } - headerbar button:disabled:disabled :disabled, .titlebar:not(headerbar) button:disabled:disabled :disabled, headerbar button.flat:disabled:disabled :disabled, .titlebar:not(headerbar) button.flat:disabled:disabled :disabled { - color: mix(#1d2021,#fbf1c7,0.6); } - headerbar button:active:disabled, .titlebar:not(headerbar) button:active:disabled, headerbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled, headerbar button.flat:active:disabled, .titlebar:not(headerbar) button.flat:active:disabled, headerbar button.flat:checked:disabled, .titlebar:not(headerbar) button.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - headerbar button:active:disabled :disabled, .titlebar:not(headerbar) button:active:disabled :disabled, headerbar button:checked:disabled :disabled, .titlebar:not(headerbar) button:checked:disabled :disabled, headerbar button.flat:active:disabled :disabled, .titlebar:not(headerbar) button.flat:active:disabled :disabled, headerbar button.flat:checked:disabled :disabled, .titlebar:not(headerbar) button.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - headerbar button.separator, .titlebar:not(headerbar) button.separator, headerbar button .separator, .titlebar:not(headerbar) button .separator { - border: 1px solid currentColor; - color: rgba(29, 32, 33, 0.9); } - headerbar button.separator:disabled, .titlebar:not(headerbar) button.separator:disabled, headerbar button .separator:disabled, .titlebar:not(headerbar) button .separator:disabled { - color: rgba(29, 32, 33, 0.85); } - headerbar .linked > button, .titlebar:not(headerbar) .linked > button { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - headerbar .linked > button:focus, .titlebar:not(headerbar) .linked > button:focus, headerbar .linked > button:hover, .titlebar:not(headerbar) .linked > button:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - headerbar .linked > button:active, .titlebar:not(headerbar) .linked > button:active, headerbar .linked > button:active:hover, .titlebar:not(headerbar) .linked > button:active:hover, headerbar .linked > button:active:focus, .titlebar:not(headerbar) .linked > button:active:focus, headerbar .linked > button:active:hover:focus, .titlebar:not(headerbar) .linked > button:active:hover:focus, headerbar .linked > button:checked, .titlebar:not(headerbar) .linked > button:checked, headerbar .linked > button:checked:hover, .titlebar:not(headerbar) .linked > button:checked:hover, headerbar .linked > button:checked:focus, .titlebar:not(headerbar) .linked > button:checked:focus, headerbar .linked > button:checked:hover:focus, .titlebar:not(headerbar) .linked > button:checked:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset 0 -1px rgba(66, 52, 17, 0.05); } - headerbar .linked > button:disabled, .titlebar:not(headerbar) .linked > button:disabled { - box-shadow: inset -1px 0 #171a1a; } - headerbar .linked > button:last-child, .titlebar:not(headerbar) .linked > button:last-child, headerbar .linked > button:only-child, .titlebar:not(headerbar) .linked > button:only-child { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - headerbar .linked > button:last-child:hover, .titlebar:not(headerbar) .linked > button:last-child:hover, headerbar .linked > button:only-child:hover, .titlebar:not(headerbar) .linked > button:only-child:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - headerbar .linked > button:disabled:last-child, .titlebar:not(headerbar) .linked > button:disabled:last-child, headerbar .linked > button:disabled:only-child, .titlebar:not(headerbar) .linked > button:disabled:only-child, headerbar .linked > button:active:disabled:last-child, .titlebar:not(headerbar) .linked > button:active:disabled:last-child, headerbar .linked > button:active:disabled:only-child, .titlebar:not(headerbar) .linked > button:active:disabled:only-child, headerbar .linked > button:checked:disabled:last-child, .titlebar:not(headerbar) .linked > button:checked:disabled:last-child, headerbar .linked > button:checked:disabled:only-child, .titlebar:not(headerbar) .linked > button:checked:disabled:only-child { - box-shadow: none; } - headerbar .linked > button:active:last-child, .titlebar:not(headerbar) .linked > button:active:last-child, headerbar .linked > button:active:last-child:focus, .titlebar:not(headerbar) .linked > button:active:last-child:focus, headerbar .linked > button:active:last-child:hover, .titlebar:not(headerbar) .linked > button:active:last-child:hover, headerbar .linked > button:active:last-child:hover:focus, .titlebar:not(headerbar) .linked > button:active:last-child:hover:focus, headerbar .linked > button:checked:last-child, .titlebar:not(headerbar) .linked > button:checked:last-child, headerbar .linked > button:checked:last-child:focus, .titlebar:not(headerbar) .linked > button:checked:last-child:focus, headerbar .linked > button:checked:last-child:hover, .titlebar:not(headerbar) .linked > button:checked:last-child:hover, headerbar .linked > button:checked:last-child:hover:focus, .titlebar:not(headerbar) .linked > button:checked:last-child:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - headerbar .linked > button:active:only-child, .titlebar:not(headerbar) .linked > button:active:only-child, headerbar .linked > button:active:only-child:focus, .titlebar:not(headerbar) .linked > button:active:only-child:focus, headerbar .linked > button:active:only-child:hover, .titlebar:not(headerbar) .linked > button:active:only-child:hover, headerbar .linked > button:active:only-child:hover:focus, .titlebar:not(headerbar) .linked > button:active:only-child:hover:focus, headerbar .linked > button:checked:only-child, .titlebar:not(headerbar) .linked > button:checked:only-child, headerbar .linked > button:checked:only-child:focus, .titlebar:not(headerbar) .linked > button:checked:only-child:focus, headerbar .linked > button:checked:only-child:hover, .titlebar:not(headerbar) .linked > button:checked:only-child:hover, headerbar .linked > button:checked:only-child:hover:focus, .titlebar:not(headerbar) .linked > button:checked:only-child:hover:focus { - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.06), inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - headerbar combobox, .titlebar:not(headerbar) combobox, headerbar button, .titlebar:not(headerbar) button { - padding: 3px; } - headerbar combobox.text-button, .titlebar:not(headerbar) combobox.text-button, headerbar button.text-button, .titlebar:not(headerbar) button.text-button { - padding: 3px; } - headerbar combobox.image-button, .titlebar:not(headerbar) combobox.image-button, headerbar button.image-button, .titlebar:not(headerbar) button.image-button { - padding: 3px; } - headerbar separator, .titlebar:not(headerbar) separator, headerbar separator:disabled, .titlebar:not(headerbar) separator:disabled { - color: #111314; - border-color: currentColor; - -GtkWidget-window-dragging: true; } - headerbar:backdrop, .titlebar:backdrop:not(headerbar) { - background-color: #282828; - background-image: none; - color: mix(#ebdbb2,#282828,0.4); - text-shadow: none; } - headerbar.default-decoration, .default-decoration.titlebar:not(headerbar) { - min-height: 24px; - box-shadow: none; - border: 0; } - headerbar.default-decoration button.titlebutton, .default-decoration.titlebar:not(headerbar) button.titlebutton { - min-height: 16px; - min-width: 16px; - margin: 0; - padding: 0; } - .tiled headerbar:backdrop, .tiled .titlebar:backdrop:not(headerbar), .tiled headerbar, .tiled .titlebar:not(headerbar), - .maximized headerbar:backdrop, - .maximized .titlebar:backdrop:not(headerbar), - .maximized headerbar, - .maximized .titlebar:not(headerbar) { - border-radius: 0; } - headerbar .title, .titlebar:not(headerbar) .title { - font-weight: bold; } - headerbar separator.titlebutton, .titlebar:not(headerbar) separator.titlebutton { - margin-left: 3px; } - headerbar button, .titlebar:not(headerbar) button { - background-color: #282828; - background-image: none; - border-color: rgba(245, 220, 115, 0.22); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - headerbar button:focus, .titlebar:not(headerbar) button:focus, headerbar button:hover, .titlebar:not(headerbar) button:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.22),0.3); } - headerbar button:active, .titlebar:not(headerbar) button:active, headerbar button:active:hover, .titlebar:not(headerbar) button:active:hover, headerbar button:active:focus, .titlebar:not(headerbar) button:active:focus, headerbar button:active:hover:focus, .titlebar:not(headerbar) button:active:hover:focus, headerbar button:checked, .titlebar:not(headerbar) button:checked, headerbar button:checked:hover, .titlebar:not(headerbar) button:checked:hover, headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:focus, headerbar button:checked:hover:focus, .titlebar:not(headerbar) button:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.22); } - headerbar button:disabled, .titlebar:not(headerbar) button:disabled { - border-color: rgba(247, 225, 136, 0.22); } - headerbar button:active:disabled, .titlebar:not(headerbar) button:active:disabled, headerbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled { - border-color: rgba(245, 220, 115, 0.22); } - .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child), .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button, - stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child), - stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:hover, - stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):hover, - stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button:checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked, - stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked, - stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar button:checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked:hover, - stackswitcher:not(.vertical) > headerbar button:not(:last-child):not(:only-child):checked:hover, - stackswitcher:not(.vertical) > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > headerbar button:not(:last-child):not(:only-child), .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) headerbar button, - .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button, - stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child), - stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > headerbar button:not(:last-child):not(:only-child):hover, .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) headerbar button:hover, - .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:hover, - stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child):hover, - stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .linked.vertical > headerbar button:not(:last-child):not(:only-child):checked, .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) headerbar button:checked, - .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked, - stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child):checked, - stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > headerbar button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) headerbar button:checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) .titlebar:not(headerbar) button:checked:hover, - stackswitcher.vertical > headerbar button:not(:last-child):not(:only-child):checked:hover, - stackswitcher.vertical > .titlebar:not(headerbar) button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - headerbar button.flat, .titlebar:not(headerbar) button.flat { - color: #fbf1c7; - border-color: rgba(40, 40, 40, 0); - background-color: rgba(40, 40, 40, 0); - background-image: none; - box-shadow: none; } - headerbar button:hover, .titlebar:not(headerbar) button:hover, headerbar button.flat:hover, .titlebar:not(headerbar) button.flat:hover { - background-color: #2a2a2a; - background-image: none; - border-color: rgba(245, 220, 115, 0.3); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - headerbar button:hover:focus, .titlebar:not(headerbar) button:hover:focus, headerbar button:hover:hover, .titlebar:not(headerbar) button:hover:hover, headerbar button.flat:hover:focus, .titlebar:not(headerbar) button.flat:hover:focus, headerbar button.flat:hover:hover, .titlebar:not(headerbar) button.flat:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - headerbar button:hover:active, .titlebar:not(headerbar) button:hover:active, headerbar button:hover:active:hover, .titlebar:not(headerbar) button:hover:active:hover, headerbar button:hover:active:focus, .titlebar:not(headerbar) button:hover:active:focus, headerbar button:hover:active:hover:focus, .titlebar:not(headerbar) button:hover:active:hover:focus, headerbar button:hover:checked, .titlebar:not(headerbar) button:hover:checked, headerbar button:hover:checked:hover, .titlebar:not(headerbar) button:hover:checked:hover, headerbar button:hover:checked:focus, .titlebar:not(headerbar) button:hover:checked:focus, headerbar button:hover:checked:hover:focus, .titlebar:not(headerbar) button:hover:checked:hover:focus, headerbar button.flat:hover:active, .titlebar:not(headerbar) button.flat:hover:active, headerbar button.flat:hover:active:hover, .titlebar:not(headerbar) button.flat:hover:active:hover, headerbar button.flat:hover:active:focus, .titlebar:not(headerbar) button.flat:hover:active:focus, headerbar button.flat:hover:active:hover:focus, .titlebar:not(headerbar) button.flat:hover:active:hover:focus, headerbar button.flat:hover:checked, .titlebar:not(headerbar) button.flat:hover:checked, headerbar button.flat:hover:checked:hover, .titlebar:not(headerbar) button.flat:hover:checked:hover, headerbar button.flat:hover:checked:focus, .titlebar:not(headerbar) button.flat:hover:checked:focus, headerbar button.flat:hover:checked:hover:focus, .titlebar:not(headerbar) button.flat:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.3); } - headerbar button:hover:disabled, .titlebar:not(headerbar) button:hover:disabled, headerbar button.flat:hover:disabled, .titlebar:not(headerbar) button.flat:hover:disabled { - border-color: rgba(247, 225, 136, 0.3); } - headerbar button:hover:active:disabled, .titlebar:not(headerbar) button:hover:active:disabled, headerbar button:hover:checked:disabled, .titlebar:not(headerbar) button:hover:checked:disabled, headerbar button.flat:hover:active:disabled, .titlebar:not(headerbar) button.flat:hover:active:disabled, headerbar button.flat:hover:checked:disabled, .titlebar:not(headerbar) button.flat:hover:checked:disabled { - border-color: rgba(245, 220, 115, 0.3); } - headerbar button:focus, .titlebar:not(headerbar) button:focus, headerbar button.flat:focus, .titlebar:not(headerbar) button.flat:focus { - background-color: #2a2a2a; - background-image: none; - border-color: rgba(251, 241, 199, 0.22); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - headerbar button:focus:hover, .titlebar:not(headerbar) button:focus:hover, headerbar button.flat:focus:hover, .titlebar:not(headerbar) button.flat:focus:hover { - background-color: #2c2c2c; - background-image: none; - border-color: rgba(245, 220, 115, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - headerbar button:focus:hover:focus, .titlebar:not(headerbar) button:focus:hover:focus, headerbar button:focus:hover:hover, .titlebar:not(headerbar) button:focus:hover:hover, headerbar button.flat:focus:hover:focus, .titlebar:not(headerbar) button.flat:focus:hover:focus, headerbar button.flat:focus:hover:hover, .titlebar:not(headerbar) button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - headerbar button:focus:hover:active, .titlebar:not(headerbar) button:focus:hover:active, headerbar button:focus:hover:active:hover, .titlebar:not(headerbar) button:focus:hover:active:hover, headerbar button:focus:hover:active:focus, .titlebar:not(headerbar) button:focus:hover:active:focus, headerbar button:focus:hover:active:hover:focus, .titlebar:not(headerbar) button:focus:hover:active:hover:focus, headerbar button:focus:hover:checked, .titlebar:not(headerbar) button:focus:hover:checked, headerbar button:focus:hover:checked:hover, .titlebar:not(headerbar) button:focus:hover:checked:hover, headerbar button:focus:hover:checked:focus, .titlebar:not(headerbar) button:focus:hover:checked:focus, headerbar button:focus:hover:checked:hover:focus, .titlebar:not(headerbar) button:focus:hover:checked:hover:focus, headerbar button.flat:focus:hover:active, .titlebar:not(headerbar) button.flat:focus:hover:active, headerbar button.flat:focus:hover:active:hover, .titlebar:not(headerbar) button.flat:focus:hover:active:hover, headerbar button.flat:focus:hover:active:focus, .titlebar:not(headerbar) button.flat:focus:hover:active:focus, headerbar button.flat:focus:hover:active:hover:focus, .titlebar:not(headerbar) button.flat:focus:hover:active:hover:focus, headerbar button.flat:focus:hover:checked, .titlebar:not(headerbar) button.flat:focus:hover:checked, headerbar button.flat:focus:hover:checked:hover, .titlebar:not(headerbar) button.flat:focus:hover:checked:hover, headerbar button.flat:focus:hover:checked:focus, .titlebar:not(headerbar) button.flat:focus:hover:checked:focus, headerbar button.flat:focus:hover:checked:hover:focus, .titlebar:not(headerbar) button.flat:focus:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.3); } - headerbar button:focus:hover:disabled, .titlebar:not(headerbar) button:focus:hover:disabled, headerbar button.flat:focus:hover:disabled, .titlebar:not(headerbar) button.flat:focus:hover:disabled { - border-color: rgba(247, 225, 136, 0.3); } - headerbar button:focus:hover:active:disabled, .titlebar:not(headerbar) button:focus:hover:active:disabled, headerbar button:focus:hover:checked:disabled, .titlebar:not(headerbar) button:focus:hover:checked:disabled, headerbar button.flat:focus:hover:active:disabled, .titlebar:not(headerbar) button.flat:focus:hover:active:disabled, headerbar button.flat:focus:hover:checked:disabled, .titlebar:not(headerbar) button.flat:focus:hover:checked:disabled { - border-color: rgba(245, 220, 115, 0.3); } - headerbar button:checked, .titlebar:not(headerbar) button:checked, headerbar button:active, .titlebar:not(headerbar) button:active, headerbar button.flat:checked, .titlebar:not(headerbar) button.flat:checked, headerbar button.flat:active, .titlebar:not(headerbar) button.flat:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(245, 220, 115, 0.22); - color: #282828; - box-shadow: inset 1px 0 rgba(251, 241, 199, 0.06), inset 0 1px rgba(251, 241, 199, 0.07), inset -1px 0 rgba(251, 241, 199, 0.06), inset 0 -1px rgba(251, 241, 199, 0.05); } - headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:focus, headerbar button:checked:hover, .titlebar:not(headerbar) button:checked:hover, headerbar button:active:focus, .titlebar:not(headerbar) button:active:focus, headerbar button:active:hover, .titlebar:not(headerbar) button:active:hover, headerbar button.flat:checked:focus, .titlebar:not(headerbar) button.flat:checked:focus, headerbar button.flat:checked:hover, .titlebar:not(headerbar) button.flat:checked:hover, headerbar button.flat:active:focus, .titlebar:not(headerbar) button.flat:active:focus, headerbar button.flat:active:hover, .titlebar:not(headerbar) button.flat:active:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.22),0.3); } - headerbar button:checked:active, .titlebar:not(headerbar) button:checked:active, headerbar button:checked:active:hover, .titlebar:not(headerbar) button:checked:active:hover, headerbar button:checked:active:focus, .titlebar:not(headerbar) button:checked:active:focus, headerbar button:checked:active:hover:focus, .titlebar:not(headerbar) button:checked:active:hover:focus, headerbar button:checked:checked, .titlebar:not(headerbar) button:checked:checked, headerbar button:checked:checked:hover, .titlebar:not(headerbar) button:checked:checked:hover, headerbar button:checked:checked:focus, .titlebar:not(headerbar) button:checked:checked:focus, headerbar button:checked:checked:hover:focus, .titlebar:not(headerbar) button:checked:checked:hover:focus, headerbar button:active:active, .titlebar:not(headerbar) button:active:active, headerbar button:active:active:hover, .titlebar:not(headerbar) button:active:active:hover, headerbar button:active:active:focus, .titlebar:not(headerbar) button:active:active:focus, headerbar button:active:active:hover:focus, .titlebar:not(headerbar) button:active:active:hover:focus, headerbar button:active:checked, .titlebar:not(headerbar) button:active:checked, headerbar button:active:checked:hover, .titlebar:not(headerbar) button:active:checked:hover, headerbar button:active:checked:focus, .titlebar:not(headerbar) button:active:checked:focus, headerbar button:active:checked:hover:focus, .titlebar:not(headerbar) button:active:checked:hover:focus, headerbar button.flat:checked:active, .titlebar:not(headerbar) button.flat:checked:active, headerbar button.flat:checked:active:hover, .titlebar:not(headerbar) button.flat:checked:active:hover, headerbar button.flat:checked:active:focus, .titlebar:not(headerbar) button.flat:checked:active:focus, headerbar button.flat:checked:active:hover:focus, .titlebar:not(headerbar) button.flat:checked:active:hover:focus, headerbar button.flat:checked:checked, .titlebar:not(headerbar) button.flat:checked:checked, headerbar button.flat:checked:checked:hover, .titlebar:not(headerbar) button.flat:checked:checked:hover, headerbar button.flat:checked:checked:focus, .titlebar:not(headerbar) button.flat:checked:checked:focus, headerbar button.flat:checked:checked:hover:focus, .titlebar:not(headerbar) button.flat:checked:checked:hover:focus, headerbar button.flat:active:active, .titlebar:not(headerbar) button.flat:active:active, headerbar button.flat:active:active:hover, .titlebar:not(headerbar) button.flat:active:active:hover, headerbar button.flat:active:active:focus, .titlebar:not(headerbar) button.flat:active:active:focus, headerbar button.flat:active:active:hover:focus, .titlebar:not(headerbar) button.flat:active:active:hover:focus, headerbar button.flat:active:checked, .titlebar:not(headerbar) button.flat:active:checked, headerbar button.flat:active:checked:hover, .titlebar:not(headerbar) button.flat:active:checked:hover, headerbar button.flat:active:checked:focus, .titlebar:not(headerbar) button.flat:active:checked:focus, headerbar button.flat:active:checked:hover:focus, .titlebar:not(headerbar) button.flat:active:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.22); } - headerbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled, headerbar button:active:disabled, .titlebar:not(headerbar) button:active:disabled, headerbar button.flat:checked:disabled, .titlebar:not(headerbar) button.flat:checked:disabled, headerbar button.flat:active:disabled, .titlebar:not(headerbar) button.flat:active:disabled { - border-color: rgba(247, 225, 136, 0.22); } - headerbar button:checked:active:disabled, .titlebar:not(headerbar) button:checked:active:disabled, headerbar button:checked:checked:disabled, .titlebar:not(headerbar) button:checked:checked:disabled, headerbar button:active:active:disabled, .titlebar:not(headerbar) button:active:active:disabled, headerbar button:active:checked:disabled, .titlebar:not(headerbar) button:active:checked:disabled, headerbar button.flat:checked:active:disabled, .titlebar:not(headerbar) button.flat:checked:active:disabled, headerbar button.flat:checked:checked:disabled, .titlebar:not(headerbar) button.flat:checked:checked:disabled, headerbar button.flat:active:active:disabled, .titlebar:not(headerbar) button.flat:active:active:disabled, headerbar button.flat:active:checked:disabled, .titlebar:not(headerbar) button.flat:active:checked:disabled { - border-color: rgba(245, 220, 115, 0.22); } - headerbar button:checked:focus, .titlebar:not(headerbar) button:checked:focus, headerbar button:checked:hover, .titlebar:not(headerbar) button:checked:hover, headerbar button:active:focus, .titlebar:not(headerbar) button:active:focus, headerbar button:active:hover, .titlebar:not(headerbar) button:active:hover, headerbar button.flat:checked:focus, .titlebar:not(headerbar) button.flat:checked:focus, headerbar button.flat:checked:hover, .titlebar:not(headerbar) button.flat:checked:hover, headerbar button.flat:active:focus, .titlebar:not(headerbar) button.flat:active:focus, headerbar button.flat:active:hover, .titlebar:not(headerbar) button.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - headerbar button:focus, .titlebar:not(headerbar) button:focus, headerbar button:hover, .titlebar:not(headerbar) button:hover, headerbar button.flat:focus, .titlebar:not(headerbar) button.flat:focus, headerbar button.flat:hover, .titlebar:not(headerbar) button.flat:hover { - color: #fbf1c7; } - headerbar button:disabled:disabled, .titlebar:not(headerbar) button:disabled:disabled, headerbar button.flat:disabled:disabled, .titlebar:not(headerbar) button.flat:disabled:disabled { - background-color: alpha(mix(#282828,#fbf1c7,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(#282828,#fbf1c7,0.6); - box-shadow: none; } - headerbar button:disabled:disabled :disabled, .titlebar:not(headerbar) button:disabled:disabled :disabled, headerbar button.flat:disabled:disabled :disabled, .titlebar:not(headerbar) button.flat:disabled:disabled :disabled { - color: mix(#282828,#fbf1c7,0.6); } - headerbar button:active:disabled, .titlebar:not(headerbar) button:active:disabled, headerbar button:checked:disabled, .titlebar:not(headerbar) button:checked:disabled, headerbar button.flat:active:disabled, .titlebar:not(headerbar) button.flat:active:disabled, headerbar button.flat:checked:disabled, .titlebar:not(headerbar) button.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - headerbar button:active:disabled :disabled, .titlebar:not(headerbar) button:active:disabled :disabled, headerbar button:checked:disabled :disabled, .titlebar:not(headerbar) button:checked:disabled :disabled, headerbar button.flat:active:disabled :disabled, .titlebar:not(headerbar) button.flat:active:disabled :disabled, headerbar button.flat:checked:disabled :disabled, .titlebar:not(headerbar) button.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - headerbar button.separator, .titlebar:not(headerbar) button.separator, headerbar button .separator, .titlebar:not(headerbar) button .separator { - border: 1px solid currentColor; - color: rgba(40, 40, 40, 0.9); } - headerbar button.separator:disabled, .titlebar:not(headerbar) button.separator:disabled, headerbar button .separator:disabled, .titlebar:not(headerbar) button .separator:disabled { - color: rgba(40, 40, 40, 0.85); } - headerbar button.titlebutton + separator.titlebutton, .titlebar:not(headerbar) button.titlebutton + separator.titlebutton { - margin-left: 0; - margin-right: 3px; } - headerbar button.titlebutton, .titlebar:not(headerbar) button.titlebutton { - border: 0; - background-image: none; - background-color: transparent; - color: #fbf1c7; - box-shadow: none; } - headerbar button.titlebutton:hover, .titlebar:not(headerbar) button.titlebutton:hover, headerbar button.titlebutton:hover:focus, .titlebar:not(headerbar) button.titlebutton:hover:focus { - background-image: none; - background-color: transparent; - color: #928374; - box-shadow: none; } - headerbar button.titlebutton:active, .titlebar:not(headerbar) button.titlebutton:active, headerbar button.titlebutton:active:hover, .titlebar:not(headerbar) button.titlebutton:active:hover { - background-image: none; - background-color: transparent; - color: #847668; - box-shadow: none; } - headerbar button.titlebutton:backdrop, .titlebar:not(headerbar) button.titlebutton:backdrop { - background: none; - color: mix(#ebdbb2,#282828,0.4); - -gtk-icon-shadow: none; } - -toolbar { - background-color: #282828; - background-image: none; - border-color: #202020; - color: #ebdbb2; } - toolbar:focus, toolbar:hover { - border-color: mix(#928374,#282828,0.3); } - toolbar:active, toolbar:active:hover, toolbar:active:focus, toolbar:active:hover:focus, toolbar:checked, toolbar:checked:hover, toolbar:checked:focus, toolbar:checked:hover:focus { - border-color: #1c1c1c; } - toolbar:disabled { - border-color: #222222; } - toolbar:active:disabled, toolbar:checked:disabled { - border-color: #202020; } - toolbar:disabled { - background-color: #242424; - background-image: none; - color: mix(#ebdbb2,#282828,0.5); } - toolbar .title { - font-weight: bold; - padding: 0 6px; } - toolbar .subtitle { - font-size: smaller; - padding: 0 6px; } - toolbar button { - background-color: #282828; - background-image: none; - border-color: rgba(218, 188, 112, 0.22); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - toolbar button:focus, toolbar button:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.22),0.3); } - toolbar button:active, toolbar button:active:hover, toolbar button:active:focus, toolbar button:active:hover:focus, toolbar button:checked, toolbar button:checked:hover, toolbar button:checked:focus, toolbar button:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.22); } - toolbar button:disabled { - border-color: rgba(222, 196, 129, 0.22); } - toolbar button:active:disabled, toolbar button:checked:disabled { - border-color: rgba(218, 188, 112, 0.22); } - .linked:not(.vertical) > toolbar button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar button, - stackswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > toolbar button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar button:hover, - stackswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(235, 219, 178, 0.3),0.3); } - .linked:not(.vertical) > toolbar button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar button:checked, - stackswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > toolbar button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar button:checked:hover, - stackswitcher:not(.vertical) > toolbar button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > toolbar button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) toolbar button, - stackswitcher.vertical > toolbar button:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > toolbar button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) toolbar button:hover, - stackswitcher.vertical > toolbar button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(235, 219, 178, 0.3),0.3); } - .linked.vertical > toolbar button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) toolbar button:checked, - stackswitcher.vertical > toolbar button:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > toolbar button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) toolbar button:checked:hover, - stackswitcher.vertical > toolbar button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - toolbar button.flat { - color: #ebdbb2; - border-color: rgba(40, 40, 40, 0); - background-color: rgba(40, 40, 40, 0); - background-image: none; - box-shadow: none; } - toolbar button:hover, toolbar button.flat:hover { - background-color: #2a2a2a; - background-image: none; - border-color: rgba(218, 188, 112, 0.3); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - toolbar button:hover:focus, toolbar button:hover:hover, toolbar button.flat:hover:focus, toolbar button.flat:hover:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.3),0.3); } - toolbar button:hover:active, toolbar button:hover:active:hover, toolbar button:hover:active:focus, toolbar button:hover:active:hover:focus, toolbar button:hover:checked, toolbar button:hover:checked:hover, toolbar button:hover:checked:focus, toolbar button:hover:checked:hover:focus, toolbar button.flat:hover:active, toolbar button.flat:hover:active:hover, toolbar button.flat:hover:active:focus, toolbar button.flat:hover:active:hover:focus, toolbar button.flat:hover:checked, toolbar button.flat:hover:checked:hover, toolbar button.flat:hover:checked:focus, toolbar button.flat:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.3); } - toolbar button:hover:disabled, toolbar button.flat:hover:disabled { - border-color: rgba(222, 196, 129, 0.3); } - toolbar button:hover:active:disabled, toolbar button:hover:checked:disabled, toolbar button.flat:hover:active:disabled, toolbar button.flat:hover:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } - toolbar button:focus, toolbar button.flat:focus { - background-color: #2a2a2a; - background-image: none; - border-color: rgba(235, 219, 178, 0.22); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - toolbar button:focus:hover, toolbar button.flat:focus:hover { - background-color: #2c2c2c; - background-image: none; - border-color: rgba(218, 188, 112, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - toolbar button:focus:hover:focus, toolbar button:focus:hover:hover, toolbar button.flat:focus:hover:focus, toolbar button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.3),0.3); } - toolbar button:focus:hover:active, toolbar button:focus:hover:active:hover, toolbar button:focus:hover:active:focus, toolbar button:focus:hover:active:hover:focus, toolbar button:focus:hover:checked, toolbar button:focus:hover:checked:hover, toolbar button:focus:hover:checked:focus, toolbar button:focus:hover:checked:hover:focus, toolbar button.flat:focus:hover:active, toolbar button.flat:focus:hover:active:hover, toolbar button.flat:focus:hover:active:focus, toolbar button.flat:focus:hover:active:hover:focus, toolbar button.flat:focus:hover:checked, toolbar button.flat:focus:hover:checked:hover, toolbar button.flat:focus:hover:checked:focus, toolbar button.flat:focus:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.3); } - toolbar button:focus:hover:disabled, toolbar button.flat:focus:hover:disabled { - border-color: rgba(222, 196, 129, 0.3); } - toolbar button:focus:hover:active:disabled, toolbar button:focus:hover:checked:disabled, toolbar button.flat:focus:hover:active:disabled, toolbar button.flat:focus:hover:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } - toolbar button:checked, toolbar button:active, toolbar button.flat:checked, toolbar button.flat:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(218, 188, 112, 0.22); - color: #282828; - box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); } - toolbar button:checked:focus, toolbar button:checked:hover, toolbar button:active:focus, toolbar button:active:hover, toolbar button.flat:checked:focus, toolbar button.flat:checked:hover, toolbar button.flat:active:focus, toolbar button.flat:active:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.22),0.3); } - toolbar button:checked:active, toolbar button:checked:active:hover, toolbar button:checked:active:focus, toolbar button:checked:active:hover:focus, toolbar button:checked:checked, toolbar button:checked:checked:hover, toolbar button:checked:checked:focus, toolbar button:checked:checked:hover:focus, toolbar button:active:active, toolbar button:active:active:hover, toolbar button:active:active:focus, toolbar button:active:active:hover:focus, toolbar button:active:checked, toolbar button:active:checked:hover, toolbar button:active:checked:focus, toolbar button:active:checked:hover:focus, toolbar button.flat:checked:active, toolbar button.flat:checked:active:hover, toolbar button.flat:checked:active:focus, toolbar button.flat:checked:active:hover:focus, toolbar button.flat:checked:checked, toolbar button.flat:checked:checked:hover, toolbar button.flat:checked:checked:focus, toolbar button.flat:checked:checked:hover:focus, toolbar button.flat:active:active, toolbar button.flat:active:active:hover, toolbar button.flat:active:active:focus, toolbar button.flat:active:active:hover:focus, toolbar button.flat:active:checked, toolbar button.flat:active:checked:hover, toolbar button.flat:active:checked:focus, toolbar button.flat:active:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.22); } - toolbar button:checked:disabled, toolbar button:active:disabled, toolbar button.flat:checked:disabled, toolbar button.flat:active:disabled { - border-color: rgba(222, 196, 129, 0.22); } - toolbar button:checked:active:disabled, toolbar button:checked:checked:disabled, toolbar button:active:active:disabled, toolbar button:active:checked:disabled, toolbar button.flat:checked:active:disabled, toolbar button.flat:checked:checked:disabled, toolbar button.flat:active:active:disabled, toolbar button.flat:active:checked:disabled { - border-color: rgba(218, 188, 112, 0.22); } - toolbar button:checked:focus, toolbar button:checked:hover, toolbar button:active:focus, toolbar button:active:hover, toolbar button.flat:checked:focus, toolbar button.flat:checked:hover, toolbar button.flat:active:focus, toolbar button.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - toolbar button:focus, toolbar button:hover, toolbar button.flat:focus, toolbar button.flat:hover { - color: #ebdbb2; } - toolbar button:disabled:disabled, toolbar button.flat:disabled:disabled { - background-color: alpha(mix(#282828,#ebdbb2,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(#282828,#ebdbb2,0.6); - box-shadow: none; } - toolbar button:disabled:disabled :disabled, toolbar button.flat:disabled:disabled :disabled { - color: mix(#282828,#ebdbb2,0.6); } - toolbar button:active:disabled, toolbar button:checked:disabled, toolbar button.flat:active:disabled, toolbar button.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - toolbar button:active:disabled :disabled, toolbar button:checked:disabled :disabled, toolbar button.flat:active:disabled :disabled, toolbar button.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - toolbar button.separator, toolbar button .separator { - border: 1px solid currentColor; - color: rgba(40, 40, 40, 0.9); } - toolbar button.separator:disabled, toolbar button .separator:disabled { - color: rgba(40, 40, 40, 0.85); } - toolbar .linked > button { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - toolbar .linked > button:focus, toolbar .linked > button:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - toolbar .linked > button:active, toolbar .linked > button:active:hover, toolbar .linked > button:active:focus, toolbar .linked > button:active:hover:focus, toolbar .linked > button:checked, toolbar .linked > button:checked:hover, toolbar .linked > button:checked:focus, toolbar .linked > button:checked:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset 0 -1px rgba(66, 52, 17, 0.05); } - toolbar .linked > button:disabled { - box-shadow: inset -1px 0 #202020; } - toolbar .linked > button:last-child, toolbar .linked > button:only-child { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - toolbar .linked > button:last-child:hover, toolbar .linked > button:only-child:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - toolbar .linked > button:disabled:last-child, toolbar .linked > button:disabled:only-child, toolbar .linked > button:active:disabled:last-child, toolbar .linked > button:active:disabled:only-child, toolbar .linked > button:checked:disabled:last-child, toolbar .linked > button:checked:disabled:only-child { - box-shadow: none; } - toolbar .linked > button:active:last-child, toolbar .linked > button:active:last-child:focus, toolbar .linked > button:active:last-child:hover, toolbar .linked > button:active:last-child:hover:focus, toolbar .linked > button:checked:last-child, toolbar .linked > button:checked:last-child:focus, toolbar .linked > button:checked:last-child:hover, toolbar .linked > button:checked:last-child:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - toolbar .linked > button:active:only-child, toolbar .linked > button:active:only-child:focus, toolbar .linked > button:active:only-child:hover, toolbar .linked > button:active:only-child:hover:focus, toolbar .linked > button:checked:only-child, toolbar .linked > button:checked:only-child:focus, toolbar .linked > button:checked:only-child:hover, toolbar .linked > button:checked:only-child:hover:focus { - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.06), inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - toolbar combobox, toolbar button { - padding: 3px; } - toolbar combobox.text-button, toolbar button.text-button { - padding: 3px; } - toolbar combobox.image-button, toolbar button.image-button { - padding: 3px; } - toolbar separator, toolbar separator:disabled { - color: #181818; - border-color: currentColor; - -GtkWidget-window-dragging: true; } - toolbar.inline-toolbar { - padding: 1px; - border-width: 0 1px 1px; - border-style: solid; - border-color: mix(#282828,#ebdbb2,0.18); - background-color: mix(mix(#282828,#ebdbb2,0.18),#282828,0.7); - background-image: none; } - toolbar.inline-toolbar:backdrop { - border-color: mix(#282828,mix(#282828,#ebdbb2,0.18),0.9); - background-color: mix(#282828,mix(#282828,mix(#282828,#ebdbb2,0.18),0.9),0.35); - transition: 200ms ease-out; } - toolbar.inline-toolbar button { - background-color: #282828; - background-image: none; - border-color: rgba(218, 188, 112, 0.22); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - toolbar.inline-toolbar button:focus, toolbar.inline-toolbar button:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.22),0.3); } - toolbar.inline-toolbar button:active, toolbar.inline-toolbar button:active:hover, toolbar.inline-toolbar button:active:focus, toolbar.inline-toolbar button:active:hover:focus, toolbar.inline-toolbar button:checked, toolbar.inline-toolbar button:checked:hover, toolbar.inline-toolbar button:checked:focus, toolbar.inline-toolbar button:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.22); } - toolbar.inline-toolbar button:disabled { - border-color: rgba(222, 196, 129, 0.22); } - toolbar.inline-toolbar button:active:disabled, toolbar.inline-toolbar button:checked:disabled { - border-color: rgba(218, 188, 112, 0.22); } - .linked:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar.inline-toolbar button, - stackswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:hover, - stackswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(235, 219, 178, 0.3),0.3); } - .linked:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:checked, - stackswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:checked:hover, - stackswitcher:not(.vertical) > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) toolbar.inline-toolbar button, - stackswitcher.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:hover, - stackswitcher.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(235, 219, 178, 0.3),0.3); } - .linked.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:checked, - stackswitcher.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) toolbar.inline-toolbar button:checked:hover, - stackswitcher.vertical > toolbar.inline-toolbar button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - toolbar.inline-toolbar button.flat { - color: #ebdbb2; - border-color: rgba(40, 40, 40, 0); - background-color: rgba(40, 40, 40, 0); - background-image: none; - box-shadow: none; } - toolbar.inline-toolbar button:hover, toolbar.inline-toolbar button.flat:hover { - background-color: #2a2a2a; - background-image: none; - border-color: rgba(218, 188, 112, 0.3); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - toolbar.inline-toolbar button:hover:focus, toolbar.inline-toolbar button:hover:hover, toolbar.inline-toolbar button.flat:hover:focus, toolbar.inline-toolbar button.flat:hover:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.3),0.3); } - toolbar.inline-toolbar button:hover:active, toolbar.inline-toolbar button:hover:active:hover, toolbar.inline-toolbar button:hover:active:focus, toolbar.inline-toolbar button:hover:active:hover:focus, toolbar.inline-toolbar button:hover:checked, toolbar.inline-toolbar button:hover:checked:hover, toolbar.inline-toolbar button:hover:checked:focus, toolbar.inline-toolbar button:hover:checked:hover:focus, toolbar.inline-toolbar button.flat:hover:active, toolbar.inline-toolbar button.flat:hover:active:hover, toolbar.inline-toolbar button.flat:hover:active:focus, toolbar.inline-toolbar button.flat:hover:active:hover:focus, toolbar.inline-toolbar button.flat:hover:checked, toolbar.inline-toolbar button.flat:hover:checked:hover, toolbar.inline-toolbar button.flat:hover:checked:focus, toolbar.inline-toolbar button.flat:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.3); } - toolbar.inline-toolbar button:hover:disabled, toolbar.inline-toolbar button.flat:hover:disabled { - border-color: rgba(222, 196, 129, 0.3); } - toolbar.inline-toolbar button:hover:active:disabled, toolbar.inline-toolbar button:hover:checked:disabled, toolbar.inline-toolbar button.flat:hover:active:disabled, toolbar.inline-toolbar button.flat:hover:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } - toolbar.inline-toolbar button:focus, toolbar.inline-toolbar button.flat:focus { - background-color: #2a2a2a; - background-image: none; - border-color: rgba(235, 219, 178, 0.22); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - toolbar.inline-toolbar button:focus:hover, toolbar.inline-toolbar button.flat:focus:hover { - background-color: #2c2c2c; - background-image: none; - border-color: rgba(218, 188, 112, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - toolbar.inline-toolbar button:focus:hover:focus, toolbar.inline-toolbar button:focus:hover:hover, toolbar.inline-toolbar button.flat:focus:hover:focus, toolbar.inline-toolbar button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.3),0.3); } - toolbar.inline-toolbar button:focus:hover:active, toolbar.inline-toolbar button:focus:hover:active:hover, toolbar.inline-toolbar button:focus:hover:active:focus, toolbar.inline-toolbar button:focus:hover:active:hover:focus, toolbar.inline-toolbar button:focus:hover:checked, toolbar.inline-toolbar button:focus:hover:checked:hover, toolbar.inline-toolbar button:focus:hover:checked:focus, toolbar.inline-toolbar button:focus:hover:checked:hover:focus, toolbar.inline-toolbar button.flat:focus:hover:active, toolbar.inline-toolbar button.flat:focus:hover:active:hover, toolbar.inline-toolbar button.flat:focus:hover:active:focus, toolbar.inline-toolbar button.flat:focus:hover:active:hover:focus, toolbar.inline-toolbar button.flat:focus:hover:checked, toolbar.inline-toolbar button.flat:focus:hover:checked:hover, toolbar.inline-toolbar button.flat:focus:hover:checked:focus, toolbar.inline-toolbar button.flat:focus:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.3); } - toolbar.inline-toolbar button:focus:hover:disabled, toolbar.inline-toolbar button.flat:focus:hover:disabled { - border-color: rgba(222, 196, 129, 0.3); } - toolbar.inline-toolbar button:focus:hover:active:disabled, toolbar.inline-toolbar button:focus:hover:checked:disabled, toolbar.inline-toolbar button.flat:focus:hover:active:disabled, toolbar.inline-toolbar button.flat:focus:hover:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } - toolbar.inline-toolbar button:checked, toolbar.inline-toolbar button:active, toolbar.inline-toolbar button.flat:checked, toolbar.inline-toolbar button.flat:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(218, 188, 112, 0.22); - color: #282828; - box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); } - toolbar.inline-toolbar button:checked:focus, toolbar.inline-toolbar button:checked:hover, toolbar.inline-toolbar button:active:focus, toolbar.inline-toolbar button:active:hover, toolbar.inline-toolbar button.flat:checked:focus, toolbar.inline-toolbar button.flat:checked:hover, toolbar.inline-toolbar button.flat:active:focus, toolbar.inline-toolbar button.flat:active:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.22),0.3); } - toolbar.inline-toolbar button:checked:active, toolbar.inline-toolbar button:checked:active:hover, toolbar.inline-toolbar button:checked:active:focus, toolbar.inline-toolbar button:checked:active:hover:focus, toolbar.inline-toolbar button:checked:checked, toolbar.inline-toolbar button:checked:checked:hover, toolbar.inline-toolbar button:checked:checked:focus, toolbar.inline-toolbar button:checked:checked:hover:focus, toolbar.inline-toolbar button:active:active, toolbar.inline-toolbar button:active:active:hover, toolbar.inline-toolbar button:active:active:focus, toolbar.inline-toolbar button:active:active:hover:focus, toolbar.inline-toolbar button:active:checked, toolbar.inline-toolbar button:active:checked:hover, toolbar.inline-toolbar button:active:checked:focus, toolbar.inline-toolbar button:active:checked:hover:focus, toolbar.inline-toolbar button.flat:checked:active, toolbar.inline-toolbar button.flat:checked:active:hover, toolbar.inline-toolbar button.flat:checked:active:focus, toolbar.inline-toolbar button.flat:checked:active:hover:focus, toolbar.inline-toolbar button.flat:checked:checked, toolbar.inline-toolbar button.flat:checked:checked:hover, toolbar.inline-toolbar button.flat:checked:checked:focus, toolbar.inline-toolbar button.flat:checked:checked:hover:focus, toolbar.inline-toolbar button.flat:active:active, toolbar.inline-toolbar button.flat:active:active:hover, toolbar.inline-toolbar button.flat:active:active:focus, toolbar.inline-toolbar button.flat:active:active:hover:focus, toolbar.inline-toolbar button.flat:active:checked, toolbar.inline-toolbar button.flat:active:checked:hover, toolbar.inline-toolbar button.flat:active:checked:focus, toolbar.inline-toolbar button.flat:active:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.22); } - toolbar.inline-toolbar button:checked:disabled, toolbar.inline-toolbar button:active:disabled, toolbar.inline-toolbar button.flat:checked:disabled, toolbar.inline-toolbar button.flat:active:disabled { - border-color: rgba(222, 196, 129, 0.22); } - toolbar.inline-toolbar button:checked:active:disabled, toolbar.inline-toolbar button:checked:checked:disabled, toolbar.inline-toolbar button:active:active:disabled, toolbar.inline-toolbar button:active:checked:disabled, toolbar.inline-toolbar button.flat:checked:active:disabled, toolbar.inline-toolbar button.flat:checked:checked:disabled, toolbar.inline-toolbar button.flat:active:active:disabled, toolbar.inline-toolbar button.flat:active:checked:disabled { - border-color: rgba(218, 188, 112, 0.22); } - toolbar.inline-toolbar button:checked:focus, toolbar.inline-toolbar button:checked:hover, toolbar.inline-toolbar button:active:focus, toolbar.inline-toolbar button:active:hover, toolbar.inline-toolbar button.flat:checked:focus, toolbar.inline-toolbar button.flat:checked:hover, toolbar.inline-toolbar button.flat:active:focus, toolbar.inline-toolbar button.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - toolbar.inline-toolbar button:focus, toolbar.inline-toolbar button:hover, toolbar.inline-toolbar button.flat:focus, toolbar.inline-toolbar button.flat:hover { - color: #ebdbb2; } - toolbar.inline-toolbar button:disabled:disabled, toolbar.inline-toolbar button.flat:disabled:disabled { - background-color: alpha(mix(#282828,#ebdbb2,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(#282828,#ebdbb2,0.6); - box-shadow: none; } - toolbar.inline-toolbar button:disabled:disabled :disabled, toolbar.inline-toolbar button.flat:disabled:disabled :disabled { - color: mix(#282828,#ebdbb2,0.6); } - toolbar.inline-toolbar button:active:disabled, toolbar.inline-toolbar button:checked:disabled, toolbar.inline-toolbar button.flat:active:disabled, toolbar.inline-toolbar button.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - toolbar.inline-toolbar button:active:disabled :disabled, toolbar.inline-toolbar button:checked:disabled :disabled, toolbar.inline-toolbar button.flat:active:disabled :disabled, toolbar.inline-toolbar button.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - toolbar.inline-toolbar button.separator, toolbar.inline-toolbar button .separator { - border: 1px solid currentColor; - color: rgba(40, 40, 40, 0.9); } - toolbar.inline-toolbar button.separator:disabled, toolbar.inline-toolbar button .separator:disabled { - color: rgba(40, 40, 40, 0.85); } - -window.csd > .titlebar:not(headerbar) { - padding: 0; - background-color: transparent; - background-image: none; - border-style: none; - border-color: transparent; - box-shadow: none; } - -.titlebar:not(headerbar) > separator { - background-color: #1a1c1d; } - -.background:not(.tiled):not(.maximized) .titlebar:backdrop, .background:not(.tiled):not(.maximized) .titlebar { - border-top-left-radius: 4px; - border-top-right-radius: 4px; } - -.background:not(.csd):not(.ssd):not(.solid-csd) headerbar, .background:not(.csd):not(.ssd):not(.solid-csd) headerbar:not(:last-child), .background:not(.csd):not(.ssd):not(.solid-csd) headerbar:backdrop, .background:not(.csd):not(.ssd):not(.solid-csd) headerbar:backdrop:not(:last-child) { - border-radius: 0; - border-top-color: transparent; } - -/************** - ! Action-bar * -***************/ -actionbar > revealer > box { - padding: 3px; - border-top: 1px solid mix(#282828,#ebdbb2,0.18); } - actionbar > revealer > box:backdrop { - border-color: mix(#282828,mix(#282828,#ebdbb2,0.18),0.9); } - -/**************************** - ! Search and Location bars * -*****************************/ -searchbar, -.location-bar { - background-color: #272727; - background-image: none; - border-width: 0 0 1px; - border-style: solid; - border-color: #202020; - color: #ebdbb2; } - -/****************** - ! Action buttons * -*******************/ -.suggested-action, headerbar.selection-mode button.suggested-action, -.titlebar:not(headerbar).selection-mode button.suggested-action { - background-color: #98971a; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .suggested-action:focus, headerbar.selection-mode button.suggested-action:focus, - .titlebar:not(headerbar).selection-mode button.suggested-action:focus, .suggested-action:hover, headerbar.selection-mode button.suggested-action:hover, - .titlebar:not(headerbar).selection-mode button.suggested-action:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - .suggested-action:active, headerbar.selection-mode button.suggested-action:active, - .titlebar:not(headerbar).selection-mode button.suggested-action:active, .suggested-action:active:hover, - .titlebar:not(headerbar).selection-mode button.suggested-action:active:hover, .suggested-action:active:focus, - .titlebar:not(headerbar).selection-mode button.suggested-action:active:focus, .suggested-action:active:hover:focus, .suggested-action:checked, headerbar.selection-mode button.suggested-action:checked, - .titlebar:not(headerbar).selection-mode button.suggested-action:checked, .suggested-action:checked:hover, - .titlebar:not(headerbar).selection-mode button.suggested-action:checked:hover, .suggested-action:checked:focus, - .titlebar:not(headerbar).selection-mode button.suggested-action:checked:focus, .suggested-action:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - .suggested-action:disabled, headerbar.selection-mode button.suggested-action:disabled, - .titlebar:not(headerbar).selection-mode button.suggested-action:disabled { - border-color: rgba(34, 34, 34, 0.32); } - .suggested-action:active:disabled, - .titlebar:not(headerbar).selection-mode button.suggested-action:active:disabled, .suggested-action:checked:disabled, - .titlebar:not(headerbar).selection-mode button.suggested-action:checked:disabled { - border-color: rgba(32, 32, 32, 0.32); } - .linked:not(.vertical) > .suggested-action:not(:last-child):not(:only-child), headerbar.selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child), - .titlebar:not(headerbar).selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) .suggested-action, - headerbar.selection-mode .linked:not(.vertical) > :not(:last-child):not(:only-child) button.suggested-action, - .titlebar:not(headerbar).selection-mode .linked:not(.vertical) > :not(:last-child):not(:only-child) button.suggested-action, - stackswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child), - headerbar.selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child), - .titlebar:not(headerbar).selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):hover, headerbar.selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover, - .titlebar:not(headerbar).selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .suggested-action:hover, - headerbar.selection-mode .linked:not(.vertical) > :not(:last-child):not(:only-child) button.suggested-action:hover, - .titlebar:not(headerbar).selection-mode .linked:not(.vertical) > :not(:last-child):not(:only-child) button.suggested-action:hover, - stackswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):hover, - headerbar.selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover, - .titlebar:not(headerbar).selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .linked:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):checked, headerbar.selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked, - .titlebar:not(headerbar).selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .suggested-action:checked, - headerbar.selection-mode .linked:not(.vertical) > :not(:last-child):not(:only-child) button.suggested-action:checked, - .titlebar:not(headerbar).selection-mode .linked:not(.vertical) > :not(:last-child):not(:only-child) button.suggested-action:checked, - stackswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):checked, - headerbar.selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked, - .titlebar:not(headerbar).selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):checked:hover, headerbar.selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked:hover, - .titlebar:not(headerbar).selection-mode .linked:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .suggested-action:checked:hover, - headerbar.selection-mode .linked:not(.vertical) > :not(:last-child):not(:only-child) button.suggested-action:checked:hover, - .titlebar:not(headerbar).selection-mode .linked:not(.vertical) > :not(:last-child):not(:only-child) button.suggested-action:checked:hover, - stackswitcher:not(.vertical) > .suggested-action:not(:last-child):not(:only-child):checked:hover, - headerbar.selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked:hover, - .titlebar:not(headerbar).selection-mode stackswitcher:not(.vertical) > button.suggested-action:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > .suggested-action:not(:last-child):not(:only-child), headerbar.selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child), - .titlebar:not(headerbar).selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) .suggested-action, - headerbar.selection-mode .linked.vertical > :not(:last-child):not(:only-child) button.suggested-action, - .titlebar:not(headerbar).selection-mode .linked.vertical > :not(:last-child):not(:only-child) button.suggested-action, - stackswitcher.vertical > .suggested-action:not(:last-child):not(:only-child), - headerbar.selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child), - .titlebar:not(headerbar).selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > .suggested-action:not(:last-child):not(:only-child):hover, headerbar.selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child):hover, - .titlebar:not(headerbar).selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) .suggested-action:hover, - headerbar.selection-mode .linked.vertical > :not(:last-child):not(:only-child) button.suggested-action:hover, - .titlebar:not(headerbar).selection-mode .linked.vertical > :not(:last-child):not(:only-child) button.suggested-action:hover, - stackswitcher.vertical > .suggested-action:not(:last-child):not(:only-child):hover, - headerbar.selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child):hover, - .titlebar:not(headerbar).selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .linked.vertical > .suggested-action:not(:last-child):not(:only-child):checked, headerbar.selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child):checked, - .titlebar:not(headerbar).selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) .suggested-action:checked, - headerbar.selection-mode .linked.vertical > :not(:last-child):not(:only-child) button.suggested-action:checked, - .titlebar:not(headerbar).selection-mode .linked.vertical > :not(:last-child):not(:only-child) button.suggested-action:checked, - stackswitcher.vertical > .suggested-action:not(:last-child):not(:only-child):checked, - headerbar.selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child):checked, - .titlebar:not(headerbar).selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > .suggested-action:not(:last-child):not(:only-child):checked:hover, headerbar.selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child):checked:hover, - .titlebar:not(headerbar).selection-mode .linked.vertical > button.suggested-action:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) .suggested-action:checked:hover, - headerbar.selection-mode .linked.vertical > :not(:last-child):not(:only-child) button.suggested-action:checked:hover, - .titlebar:not(headerbar).selection-mode .linked.vertical > :not(:last-child):not(:only-child) button.suggested-action:checked:hover, - stackswitcher.vertical > .suggested-action:not(:last-child):not(:only-child):checked:hover, - headerbar.selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child):checked:hover, - .titlebar:not(headerbar).selection-mode stackswitcher.vertical > button.suggested-action:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .suggested-action.flat, headerbar.selection-mode button.flat.suggested-action, - .titlebar:not(headerbar).selection-mode button.flat.suggested-action { - color: #282828; - border-color: rgba(152, 151, 26, 0); - background-color: rgba(152, 151, 26, 0); - background-image: none; - box-shadow: none; } - .suggested-action:hover, headerbar.selection-mode button.suggested-action:hover, - .titlebar:not(headerbar).selection-mode button.suggested-action:hover, .suggested-action.flat:hover, - .titlebar:not(headerbar).selection-mode button.flat.suggested-action:hover { - background-color: #a09f1b; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - .suggested-action:hover:focus, - .titlebar:not(headerbar).selection-mode button.suggested-action:hover:focus, .suggested-action:hover:hover, - .titlebar:not(headerbar).selection-mode button.suggested-action:hover:hover, .suggested-action.flat:hover:focus, .suggested-action.flat:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - .suggested-action:hover:active, - .titlebar:not(headerbar).selection-mode button.suggested-action:hover:active, .suggested-action:hover:active:hover, .suggested-action:hover:active:focus, .suggested-action:hover:active:hover:focus, .suggested-action:hover:checked, - .titlebar:not(headerbar).selection-mode button.suggested-action:hover:checked, .suggested-action:hover:checked:hover, .suggested-action:hover:checked:focus, .suggested-action:hover:checked:hover:focus, .suggested-action.flat:hover:active, .suggested-action.flat:hover:active:hover, .suggested-action.flat:hover:active:focus, .suggested-action.flat:hover:active:hover:focus, .suggested-action.flat:hover:checked, .suggested-action.flat:hover:checked:hover, .suggested-action.flat:hover:checked:focus, .suggested-action.flat:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - .suggested-action:hover:disabled, - .titlebar:not(headerbar).selection-mode button.suggested-action:hover:disabled, .suggested-action.flat:hover:disabled { - border-color: rgba(34, 34, 34, 0.4); } - .suggested-action:hover:active:disabled, .suggested-action:hover:checked:disabled, .suggested-action.flat:hover:active:disabled, .suggested-action.flat:hover:checked:disabled { - border-color: rgba(32, 32, 32, 0.4); } - .suggested-action:focus, headerbar.selection-mode button.suggested-action:focus, - .titlebar:not(headerbar).selection-mode button.suggested-action:focus, .suggested-action.flat:focus, - .titlebar:not(headerbar).selection-mode button.flat.suggested-action:focus { - background-color: #a09f1b; - background-image: none; - border-color: rgba(40, 40, 40, 0.32); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .suggested-action:focus:hover, - .titlebar:not(headerbar).selection-mode button.suggested-action:focus:hover, .suggested-action.flat:focus:hover { - background-color: #a7a61d; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - .suggested-action:focus:hover:focus, .suggested-action:focus:hover:hover, .suggested-action.flat:focus:hover:focus, .suggested-action.flat:focus:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - .suggested-action:focus:hover:active, .suggested-action:focus:hover:active:hover, .suggested-action:focus:hover:active:focus, .suggested-action:focus:hover:active:hover:focus, .suggested-action:focus:hover:checked, .suggested-action:focus:hover:checked:hover, .suggested-action:focus:hover:checked:focus, .suggested-action:focus:hover:checked:hover:focus, .suggested-action.flat:focus:hover:active, .suggested-action.flat:focus:hover:active:hover, .suggested-action.flat:focus:hover:active:focus, .suggested-action.flat:focus:hover:active:hover:focus, .suggested-action.flat:focus:hover:checked, .suggested-action.flat:focus:hover:checked:hover, .suggested-action.flat:focus:hover:checked:focus, .suggested-action.flat:focus:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - .suggested-action:focus:hover:disabled, .suggested-action.flat:focus:hover:disabled { - border-color: rgba(34, 34, 34, 0.4); } - .suggested-action:focus:hover:active:disabled, .suggested-action:focus:hover:checked:disabled, .suggested-action.flat:focus:hover:active:disabled, .suggested-action.flat:focus:hover:checked:disabled { - border-color: rgba(32, 32, 32, 0.4); } - .suggested-action:checked, headerbar.selection-mode button.suggested-action:checked, - .titlebar:not(headerbar).selection-mode button.suggested-action:checked, .suggested-action:active, headerbar.selection-mode button.suggested-action:active, - .titlebar:not(headerbar).selection-mode button.suggested-action:active, .suggested-action.flat:checked, - .titlebar:not(headerbar).selection-mode button.flat.suggested-action:checked, .suggested-action.flat:active, - .titlebar:not(headerbar).selection-mode button.flat.suggested-action:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(40, 40, 40, 0.06), inset 0 1px rgba(40, 40, 40, 0.07), inset -1px 0 rgba(40, 40, 40, 0.06), inset 0 -1px rgba(40, 40, 40, 0.05); } - .suggested-action:checked:focus, - .titlebar:not(headerbar).selection-mode button.suggested-action:checked:focus, .suggested-action:checked:hover, - .titlebar:not(headerbar).selection-mode button.suggested-action:checked:hover, .suggested-action:active:focus, - .titlebar:not(headerbar).selection-mode button.suggested-action:active:focus, .suggested-action:active:hover, - .titlebar:not(headerbar).selection-mode button.suggested-action:active:hover, .suggested-action.flat:checked:focus, .suggested-action.flat:checked:hover, .suggested-action.flat:active:focus, .suggested-action.flat:active:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - .suggested-action:checked:active, - .titlebar:not(headerbar).selection-mode button.suggested-action:checked:active, .suggested-action:checked:active:hover, .suggested-action:checked:active:focus, .suggested-action:checked:active:hover:focus, .suggested-action:checked:checked, - .titlebar:not(headerbar).selection-mode button.suggested-action:checked:checked, .suggested-action:checked:checked:hover, .suggested-action:checked:checked:focus, .suggested-action:checked:checked:hover:focus, .suggested-action:active:active, - .titlebar:not(headerbar).selection-mode button.suggested-action:active:active, .suggested-action:active:active:hover, .suggested-action:active:active:focus, .suggested-action:active:active:hover:focus, .suggested-action:active:checked, - .titlebar:not(headerbar).selection-mode button.suggested-action:active:checked, .suggested-action:active:checked:hover, .suggested-action:active:checked:focus, .suggested-action:active:checked:hover:focus, .suggested-action.flat:checked:active, .suggested-action.flat:checked:active:hover, .suggested-action.flat:checked:active:focus, .suggested-action.flat:checked:active:hover:focus, .suggested-action.flat:checked:checked, .suggested-action.flat:checked:checked:hover, .suggested-action.flat:checked:checked:focus, .suggested-action.flat:checked:checked:hover:focus, .suggested-action.flat:active:active, .suggested-action.flat:active:active:hover, .suggested-action.flat:active:active:focus, .suggested-action.flat:active:active:hover:focus, .suggested-action.flat:active:checked, .suggested-action.flat:active:checked:hover, .suggested-action.flat:active:checked:focus, .suggested-action.flat:active:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - .suggested-action:checked:disabled, - .titlebar:not(headerbar).selection-mode button.suggested-action:checked:disabled, .suggested-action:active:disabled, - .titlebar:not(headerbar).selection-mode button.suggested-action:active:disabled, .suggested-action.flat:checked:disabled, .suggested-action.flat:active:disabled { - border-color: rgba(34, 34, 34, 0.32); } - .suggested-action:checked:active:disabled, .suggested-action:checked:checked:disabled, .suggested-action:active:active:disabled, .suggested-action:active:checked:disabled, .suggested-action.flat:checked:active:disabled, .suggested-action.flat:checked:checked:disabled, .suggested-action.flat:active:active:disabled, .suggested-action.flat:active:checked:disabled { - border-color: rgba(32, 32, 32, 0.32); } - .suggested-action:checked:focus, - .titlebar:not(headerbar).selection-mode button.suggested-action:checked:focus, .suggested-action:checked:hover, - .titlebar:not(headerbar).selection-mode button.suggested-action:checked:hover, .suggested-action:active:focus, - .titlebar:not(headerbar).selection-mode button.suggested-action:active:focus, .suggested-action:active:hover, - .titlebar:not(headerbar).selection-mode button.suggested-action:active:hover, .suggested-action.flat:checked:focus, .suggested-action.flat:checked:hover, .suggested-action.flat:active:focus, .suggested-action.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - .suggested-action:focus, headerbar.selection-mode button.suggested-action:focus, - .titlebar:not(headerbar).selection-mode button.suggested-action:focus, .suggested-action:hover, headerbar.selection-mode button.suggested-action:hover, - .titlebar:not(headerbar).selection-mode button.suggested-action:hover, .suggested-action.flat:focus, - .titlebar:not(headerbar).selection-mode button.flat.suggested-action:focus, .suggested-action.flat:hover, - .titlebar:not(headerbar).selection-mode button.flat.suggested-action:hover { - color: #282828; } - .suggested-action:disabled:disabled, - .titlebar:not(headerbar).selection-mode button.suggested-action:disabled:disabled, .suggested-action.flat:disabled:disabled { - background-color: alpha(mix(#98971a,#282828,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(#98971a,#282828,0.6); - box-shadow: none; } - .suggested-action:disabled:disabled :disabled, .suggested-action.flat:disabled:disabled :disabled { - color: mix(#98971a,#282828,0.6); } - .suggested-action:active:disabled, - .titlebar:not(headerbar).selection-mode button.suggested-action:active:disabled, .suggested-action:checked:disabled, - .titlebar:not(headerbar).selection-mode button.suggested-action:checked:disabled, .suggested-action.flat:active:disabled, .suggested-action.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - .suggested-action:active:disabled :disabled, .suggested-action:checked:disabled :disabled, .suggested-action.flat:active:disabled :disabled, .suggested-action.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - .suggested-action.separator, headerbar.selection-mode button.separator.suggested-action, - .titlebar:not(headerbar).selection-mode button.separator.suggested-action, .suggested-action .separator, headerbar.selection-mode button.suggested-action .separator, .titlebar:not(headerbar).selection-mode button.suggested-action .separator { - border: 1px solid currentColor; - color: rgba(152, 151, 26, 0.9); } - .suggested-action.separator:disabled, - .titlebar:not(headerbar).selection-mode button.separator.suggested-action:disabled, .suggested-action .separator:disabled, .titlebar:not(headerbar).selection-mode button.suggested-action .separator:disabled { - color: rgba(152, 151, 26, 0.85); } - -.destructive-action { - background-color: #cc241d; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .destructive-action:focus, .destructive-action:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - .destructive-action:active, .destructive-action:active:hover, .destructive-action:active:focus, .destructive-action:active:hover:focus, .destructive-action:checked, .destructive-action:checked:hover, .destructive-action:checked:focus, .destructive-action:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - .destructive-action:disabled { - border-color: rgba(34, 34, 34, 0.32); } - .destructive-action:active:disabled, .destructive-action:checked:disabled { - border-color: rgba(32, 32, 32, 0.32); } - .linked:not(.vertical) > .destructive-action:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) .destructive-action, - stackswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .destructive-action:hover, - stackswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .linked:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .destructive-action:checked, - stackswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .destructive-action:checked:hover, - stackswitcher:not(.vertical) > .destructive-action:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > .destructive-action:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) .destructive-action, - stackswitcher.vertical > .destructive-action:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > .destructive-action:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) .destructive-action:hover, - stackswitcher.vertical > .destructive-action:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .linked.vertical > .destructive-action:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) .destructive-action:checked, - stackswitcher.vertical > .destructive-action:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > .destructive-action:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) .destructive-action:checked:hover, - stackswitcher.vertical > .destructive-action:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .destructive-action.flat { - color: #282828; - border-color: rgba(204, 36, 29, 0); - background-color: rgba(204, 36, 29, 0); - background-image: none; - box-shadow: none; } - .destructive-action:hover, .destructive-action.flat:hover { - background-color: #d6261e; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - .destructive-action:hover:focus, .destructive-action:hover:hover, .destructive-action.flat:hover:focus, .destructive-action.flat:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - .destructive-action:hover:active, .destructive-action:hover:active:hover, .destructive-action:hover:active:focus, .destructive-action:hover:active:hover:focus, .destructive-action:hover:checked, .destructive-action:hover:checked:hover, .destructive-action:hover:checked:focus, .destructive-action:hover:checked:hover:focus, .destructive-action.flat:hover:active, .destructive-action.flat:hover:active:hover, .destructive-action.flat:hover:active:focus, .destructive-action.flat:hover:active:hover:focus, .destructive-action.flat:hover:checked, .destructive-action.flat:hover:checked:hover, .destructive-action.flat:hover:checked:focus, .destructive-action.flat:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - .destructive-action:hover:disabled, .destructive-action.flat:hover:disabled { - border-color: rgba(34, 34, 34, 0.4); } - .destructive-action:hover:active:disabled, .destructive-action:hover:checked:disabled, .destructive-action.flat:hover:active:disabled, .destructive-action.flat:hover:checked:disabled { - border-color: rgba(32, 32, 32, 0.4); } - .destructive-action:focus, .destructive-action.flat:focus { - background-color: #d6261e; - background-image: none; - border-color: rgba(40, 40, 40, 0.32); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .destructive-action:focus:hover, .destructive-action.flat:focus:hover { - background-color: #df2821; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - .destructive-action:focus:hover:focus, .destructive-action:focus:hover:hover, .destructive-action.flat:focus:hover:focus, .destructive-action.flat:focus:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - .destructive-action:focus:hover:active, .destructive-action:focus:hover:active:hover, .destructive-action:focus:hover:active:focus, .destructive-action:focus:hover:active:hover:focus, .destructive-action:focus:hover:checked, .destructive-action:focus:hover:checked:hover, .destructive-action:focus:hover:checked:focus, .destructive-action:focus:hover:checked:hover:focus, .destructive-action.flat:focus:hover:active, .destructive-action.flat:focus:hover:active:hover, .destructive-action.flat:focus:hover:active:focus, .destructive-action.flat:focus:hover:active:hover:focus, .destructive-action.flat:focus:hover:checked, .destructive-action.flat:focus:hover:checked:hover, .destructive-action.flat:focus:hover:checked:focus, .destructive-action.flat:focus:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - .destructive-action:focus:hover:disabled, .destructive-action.flat:focus:hover:disabled { - border-color: rgba(34, 34, 34, 0.4); } - .destructive-action:focus:hover:active:disabled, .destructive-action:focus:hover:checked:disabled, .destructive-action.flat:focus:hover:active:disabled, .destructive-action.flat:focus:hover:checked:disabled { - border-color: rgba(32, 32, 32, 0.4); } - .destructive-action:checked, .destructive-action:active, .destructive-action.flat:checked, .destructive-action.flat:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(40, 40, 40, 0.06), inset 0 1px rgba(40, 40, 40, 0.07), inset -1px 0 rgba(40, 40, 40, 0.06), inset 0 -1px rgba(40, 40, 40, 0.05); } - .destructive-action:checked:focus, .destructive-action:checked:hover, .destructive-action:active:focus, .destructive-action:active:hover, .destructive-action.flat:checked:focus, .destructive-action.flat:checked:hover, .destructive-action.flat:active:focus, .destructive-action.flat:active:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - .destructive-action:checked:active, .destructive-action:checked:active:hover, .destructive-action:checked:active:focus, .destructive-action:checked:active:hover:focus, .destructive-action:checked:checked, .destructive-action:checked:checked:hover, .destructive-action:checked:checked:focus, .destructive-action:checked:checked:hover:focus, .destructive-action:active:active, .destructive-action:active:active:hover, .destructive-action:active:active:focus, .destructive-action:active:active:hover:focus, .destructive-action:active:checked, .destructive-action:active:checked:hover, .destructive-action:active:checked:focus, .destructive-action:active:checked:hover:focus, .destructive-action.flat:checked:active, .destructive-action.flat:checked:active:hover, .destructive-action.flat:checked:active:focus, .destructive-action.flat:checked:active:hover:focus, .destructive-action.flat:checked:checked, .destructive-action.flat:checked:checked:hover, .destructive-action.flat:checked:checked:focus, .destructive-action.flat:checked:checked:hover:focus, .destructive-action.flat:active:active, .destructive-action.flat:active:active:hover, .destructive-action.flat:active:active:focus, .destructive-action.flat:active:active:hover:focus, .destructive-action.flat:active:checked, .destructive-action.flat:active:checked:hover, .destructive-action.flat:active:checked:focus, .destructive-action.flat:active:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - .destructive-action:checked:disabled, .destructive-action:active:disabled, .destructive-action.flat:checked:disabled, .destructive-action.flat:active:disabled { - border-color: rgba(34, 34, 34, 0.32); } - .destructive-action:checked:active:disabled, .destructive-action:checked:checked:disabled, .destructive-action:active:active:disabled, .destructive-action:active:checked:disabled, .destructive-action.flat:checked:active:disabled, .destructive-action.flat:checked:checked:disabled, .destructive-action.flat:active:active:disabled, .destructive-action.flat:active:checked:disabled { - border-color: rgba(32, 32, 32, 0.32); } - .destructive-action:checked:focus, .destructive-action:checked:hover, .destructive-action:active:focus, .destructive-action:active:hover, .destructive-action.flat:checked:focus, .destructive-action.flat:checked:hover, .destructive-action.flat:active:focus, .destructive-action.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - .destructive-action:focus, .destructive-action:hover, .destructive-action.flat:focus, .destructive-action.flat:hover { - color: #282828; } - .destructive-action:disabled:disabled, .destructive-action.flat:disabled:disabled { - background-color: alpha(mix(#cc241d,#282828,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(#cc241d,#282828,0.6); - box-shadow: none; } - .destructive-action:disabled:disabled :disabled, .destructive-action.flat:disabled:disabled :disabled { - color: mix(#cc241d,#282828,0.6); } - .destructive-action:active:disabled, .destructive-action:checked:disabled, .destructive-action.flat:active:disabled, .destructive-action.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - .destructive-action:active:disabled :disabled, .destructive-action:checked:disabled :disabled, .destructive-action.flat:active:disabled :disabled, .destructive-action.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - .destructive-action.separator, .destructive-action .separator { - border: 1px solid currentColor; - color: rgba(204, 36, 29, 0.9); } - .destructive-action.separator:disabled, .destructive-action .separator:disabled { - color: rgba(204, 36, 29, 0.85); } - -/****************** - ! Selection mode * -*******************/ -headerbar.selection-mode, -.titlebar:not(headerbar).selection-mode { - background-color: #928374; - background-image: none; - border-color: #75695c; - color: #282828; } - headerbar.selection-mode:focus, headerbar.selection-mode:hover, - .titlebar:not(headerbar).selection-mode:focus, - .titlebar:not(headerbar).selection-mode:hover { - border-color: mix(#928374,#928374,0.3); } - headerbar.selection-mode:active, headerbar.selection-mode:active:hover, headerbar.selection-mode:active:focus, headerbar.selection-mode:active:hover:focus, headerbar.selection-mode:checked, headerbar.selection-mode:checked:hover, headerbar.selection-mode:checked:focus, headerbar.selection-mode:checked:hover:focus, - .titlebar:not(headerbar).selection-mode:active, - .titlebar:not(headerbar).selection-mode:active:hover, - .titlebar:not(headerbar).selection-mode:active:focus, - .titlebar:not(headerbar).selection-mode:active:hover:focus, - .titlebar:not(headerbar).selection-mode:checked, - .titlebar:not(headerbar).selection-mode:checked:hover, - .titlebar:not(headerbar).selection-mode:checked:focus, - .titlebar:not(headerbar).selection-mode:checked:hover:focus { - border-color: #675c51; } - headerbar.selection-mode:disabled, - .titlebar:not(headerbar).selection-mode:disabled { - border-color: #7d6f62; } - headerbar.selection-mode:active:disabled, headerbar.selection-mode:checked:disabled, - .titlebar:not(headerbar).selection-mode:active:disabled, - .titlebar:not(headerbar).selection-mode:checked:disabled { - border-color: #75695c; } - headerbar.selection-mode:disabled, - .titlebar:not(headerbar).selection-mode:disabled { - background-color: #847668; - background-image: none; - color: mix(#282828,#928374,0.5); } - headerbar.selection-mode .title, - .titlebar:not(headerbar).selection-mode .title { - font-weight: bold; - padding: 0 6px; } - headerbar.selection-mode .subtitle, - .titlebar:not(headerbar).selection-mode .subtitle { - font-size: smaller; - padding: 0 6px; } - headerbar.selection-mode button, - .titlebar:not(headerbar).selection-mode button { - background-color: #928374; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.12); } - headerbar.selection-mode button:focus, headerbar.selection-mode button:hover, - .titlebar:not(headerbar).selection-mode button:focus, - .titlebar:not(headerbar).selection-mode button:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - headerbar.selection-mode button:active, headerbar.selection-mode button:active:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover:focus, headerbar.selection-mode button:checked, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover:focus, - .titlebar:not(headerbar).selection-mode button:active, - .titlebar:not(headerbar).selection-mode button:active:hover, - .titlebar:not(headerbar).selection-mode button:active:focus, - .titlebar:not(headerbar).selection-mode button:active:hover:focus, - .titlebar:not(headerbar).selection-mode button:checked, - .titlebar:not(headerbar).selection-mode button:checked:hover, - .titlebar:not(headerbar).selection-mode button:checked:focus, - .titlebar:not(headerbar).selection-mode button:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - headerbar.selection-mode button:disabled, - .titlebar:not(headerbar).selection-mode button:disabled { - border-color: rgba(34, 34, 34, 0.32); } - headerbar.selection-mode button:active:disabled, headerbar.selection-mode button:checked:disabled, - .titlebar:not(headerbar).selection-mode button:active:disabled, - .titlebar:not(headerbar).selection-mode button:checked:disabled { - border-color: rgba(32, 32, 32, 0.32); } - .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button, - stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked:not(.vertical) > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) - .titlebar:not(headerbar).selection-mode button, - stackswitcher:not(.vertical) > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:hover, - stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) - .titlebar:not(headerbar).selection-mode button:hover, - stackswitcher:not(.vertical) > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked, - stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) - .titlebar:not(headerbar).selection-mode button:checked, - stackswitcher:not(.vertical) > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked:hover, - stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) - .titlebar:not(headerbar).selection-mode button:checked:hover, - stackswitcher:not(.vertical) > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button, - stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked.vertical > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) - .titlebar:not(headerbar).selection-mode button, - stackswitcher.vertical > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:hover, - stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked.vertical > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) - .titlebar:not(headerbar).selection-mode button:hover, - stackswitcher.vertical > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked, - stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked.vertical > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) - .titlebar:not(headerbar).selection-mode button:checked, - stackswitcher.vertical > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked:hover, - stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) - .titlebar:not(headerbar).selection-mode button:checked:hover, - stackswitcher.vertical > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - headerbar.selection-mode button.flat, - .titlebar:not(headerbar).selection-mode button.flat { - color: #282828; - border-color: rgba(146, 131, 116, 0); - background-color: rgba(146, 131, 116, 0); - background-image: none; - box-shadow: none; } - headerbar.selection-mode button:hover, headerbar.selection-mode button.flat:hover, - .titlebar:not(headerbar).selection-mode button:hover, - .titlebar:not(headerbar).selection-mode button.flat:hover { - background-color: #988a7b; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - headerbar.selection-mode button:hover:focus, headerbar.selection-mode button:hover:hover, headerbar.selection-mode button.flat:hover:focus, headerbar.selection-mode button.flat:hover:hover, - .titlebar:not(headerbar).selection-mode button:hover:focus, - .titlebar:not(headerbar).selection-mode button:hover:hover, - .titlebar:not(headerbar).selection-mode button.flat:hover:focus, - .titlebar:not(headerbar).selection-mode button.flat:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - headerbar.selection-mode button:hover:active, headerbar.selection-mode button:hover:active:hover, headerbar.selection-mode button:hover:active:focus, headerbar.selection-mode button:hover:active:hover:focus, headerbar.selection-mode button:hover:checked, headerbar.selection-mode button:hover:checked:hover, headerbar.selection-mode button:hover:checked:focus, headerbar.selection-mode button:hover:checked:hover:focus, headerbar.selection-mode button.flat:hover:active, headerbar.selection-mode button.flat:hover:active:hover, headerbar.selection-mode button.flat:hover:active:focus, headerbar.selection-mode button.flat:hover:active:hover:focus, headerbar.selection-mode button.flat:hover:checked, headerbar.selection-mode button.flat:hover:checked:hover, headerbar.selection-mode button.flat:hover:checked:focus, headerbar.selection-mode button.flat:hover:checked:hover:focus, - .titlebar:not(headerbar).selection-mode button:hover:active, - .titlebar:not(headerbar).selection-mode button:hover:active:hover, - .titlebar:not(headerbar).selection-mode button:hover:active:focus, - .titlebar:not(headerbar).selection-mode button:hover:active:hover:focus, - .titlebar:not(headerbar).selection-mode button:hover:checked, - .titlebar:not(headerbar).selection-mode button:hover:checked:hover, - .titlebar:not(headerbar).selection-mode button:hover:checked:focus, - .titlebar:not(headerbar).selection-mode button:hover:checked:hover:focus, - .titlebar:not(headerbar).selection-mode button.flat:hover:active, - .titlebar:not(headerbar).selection-mode button.flat:hover:active:hover, - .titlebar:not(headerbar).selection-mode button.flat:hover:active:focus, - .titlebar:not(headerbar).selection-mode button.flat:hover:active:hover:focus, - .titlebar:not(headerbar).selection-mode button.flat:hover:checked, - .titlebar:not(headerbar).selection-mode button.flat:hover:checked:hover, - .titlebar:not(headerbar).selection-mode button.flat:hover:checked:focus, - .titlebar:not(headerbar).selection-mode button.flat:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - headerbar.selection-mode button:hover:disabled, headerbar.selection-mode button.flat:hover:disabled, - .titlebar:not(headerbar).selection-mode button:hover:disabled, - .titlebar:not(headerbar).selection-mode button.flat:hover:disabled { - border-color: rgba(34, 34, 34, 0.4); } - headerbar.selection-mode button:hover:active:disabled, headerbar.selection-mode button:hover:checked:disabled, headerbar.selection-mode button.flat:hover:active:disabled, headerbar.selection-mode button.flat:hover:checked:disabled, - .titlebar:not(headerbar).selection-mode button:hover:active:disabled, - .titlebar:not(headerbar).selection-mode button:hover:checked:disabled, - .titlebar:not(headerbar).selection-mode button.flat:hover:active:disabled, - .titlebar:not(headerbar).selection-mode button.flat:hover:checked:disabled { - border-color: rgba(32, 32, 32, 0.4); } - headerbar.selection-mode button:focus, headerbar.selection-mode button.flat:focus, - .titlebar:not(headerbar).selection-mode button:focus, - .titlebar:not(headerbar).selection-mode button.flat:focus { - background-color: #988a7b; - background-image: none; - border-color: rgba(40, 40, 40, 0.32); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - headerbar.selection-mode button:focus:hover, headerbar.selection-mode button.flat:focus:hover, - .titlebar:not(headerbar).selection-mode button:focus:hover, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover { - background-color: #9e9083; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.38); } - headerbar.selection-mode button:focus:hover:focus, headerbar.selection-mode button:focus:hover:hover, headerbar.selection-mode button.flat:focus:hover:focus, headerbar.selection-mode button.flat:focus:hover:hover, - .titlebar:not(headerbar).selection-mode button:focus:hover:focus, - .titlebar:not(headerbar).selection-mode button:focus:hover:hover, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:focus, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - headerbar.selection-mode button:focus:hover:active, headerbar.selection-mode button:focus:hover:active:hover, headerbar.selection-mode button:focus:hover:active:focus, headerbar.selection-mode button:focus:hover:active:hover:focus, headerbar.selection-mode button:focus:hover:checked, headerbar.selection-mode button:focus:hover:checked:hover, headerbar.selection-mode button:focus:hover:checked:focus, headerbar.selection-mode button:focus:hover:checked:hover:focus, headerbar.selection-mode button.flat:focus:hover:active, headerbar.selection-mode button.flat:focus:hover:active:hover, headerbar.selection-mode button.flat:focus:hover:active:focus, headerbar.selection-mode button.flat:focus:hover:active:hover:focus, headerbar.selection-mode button.flat:focus:hover:checked, headerbar.selection-mode button.flat:focus:hover:checked:hover, headerbar.selection-mode button.flat:focus:hover:checked:focus, headerbar.selection-mode button.flat:focus:hover:checked:hover:focus, - .titlebar:not(headerbar).selection-mode button:focus:hover:active, - .titlebar:not(headerbar).selection-mode button:focus:hover:active:hover, - .titlebar:not(headerbar).selection-mode button:focus:hover:active:focus, - .titlebar:not(headerbar).selection-mode button:focus:hover:active:hover:focus, - .titlebar:not(headerbar).selection-mode button:focus:hover:checked, - .titlebar:not(headerbar).selection-mode button:focus:hover:checked:hover, - .titlebar:not(headerbar).selection-mode button:focus:hover:checked:focus, - .titlebar:not(headerbar).selection-mode button:focus:hover:checked:hover:focus, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active:hover, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active:focus, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active:hover:focus, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:hover, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:focus, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - headerbar.selection-mode button:focus:hover:disabled, headerbar.selection-mode button.flat:focus:hover:disabled, - .titlebar:not(headerbar).selection-mode button:focus:hover:disabled, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:disabled { - border-color: rgba(34, 34, 34, 0.4); } - headerbar.selection-mode button:focus:hover:active:disabled, headerbar.selection-mode button:focus:hover:checked:disabled, headerbar.selection-mode button.flat:focus:hover:active:disabled, headerbar.selection-mode button.flat:focus:hover:checked:disabled, - .titlebar:not(headerbar).selection-mode button:focus:hover:active:disabled, - .titlebar:not(headerbar).selection-mode button:focus:hover:checked:disabled, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active:disabled, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:disabled { - border-color: rgba(32, 32, 32, 0.4); } - headerbar.selection-mode button:checked, headerbar.selection-mode button:active, headerbar.selection-mode button.flat:checked, headerbar.selection-mode button.flat:active, - .titlebar:not(headerbar).selection-mode button:checked, - .titlebar:not(headerbar).selection-mode button:active, - .titlebar:not(headerbar).selection-mode button.flat:checked, - .titlebar:not(headerbar).selection-mode button.flat:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(40, 40, 40, 0.06), inset 0 1px rgba(40, 40, 40, 0.07), inset -1px 0 rgba(40, 40, 40, 0.06), inset 0 -1px rgba(40, 40, 40, 0.05); } - headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover, headerbar.selection-mode button.flat:checked:focus, headerbar.selection-mode button.flat:checked:hover, headerbar.selection-mode button.flat:active:focus, headerbar.selection-mode button.flat:active:hover, - .titlebar:not(headerbar).selection-mode button:checked:focus, - .titlebar:not(headerbar).selection-mode button:checked:hover, - .titlebar:not(headerbar).selection-mode button:active:focus, - .titlebar:not(headerbar).selection-mode button:active:hover, - .titlebar:not(headerbar).selection-mode button.flat:checked:focus, - .titlebar:not(headerbar).selection-mode button.flat:checked:hover, - .titlebar:not(headerbar).selection-mode button.flat:active:focus, - .titlebar:not(headerbar).selection-mode button.flat:active:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - headerbar.selection-mode button:checked:active, headerbar.selection-mode button:checked:active:hover, headerbar.selection-mode button:checked:active:focus, headerbar.selection-mode button:checked:active:hover:focus, headerbar.selection-mode button:checked:checked, headerbar.selection-mode button:checked:checked:hover, headerbar.selection-mode button:checked:checked:focus, headerbar.selection-mode button:checked:checked:hover:focus, headerbar.selection-mode button:active:active, headerbar.selection-mode button:active:active:hover, headerbar.selection-mode button:active:active:focus, headerbar.selection-mode button:active:active:hover:focus, headerbar.selection-mode button:active:checked, headerbar.selection-mode button:active:checked:hover, headerbar.selection-mode button:active:checked:focus, headerbar.selection-mode button:active:checked:hover:focus, headerbar.selection-mode button.flat:checked:active, headerbar.selection-mode button.flat:checked:active:hover, headerbar.selection-mode button.flat:checked:active:focus, headerbar.selection-mode button.flat:checked:active:hover:focus, headerbar.selection-mode button.flat:checked:checked, headerbar.selection-mode button.flat:checked:checked:hover, headerbar.selection-mode button.flat:checked:checked:focus, headerbar.selection-mode button.flat:checked:checked:hover:focus, headerbar.selection-mode button.flat:active:active, headerbar.selection-mode button.flat:active:active:hover, headerbar.selection-mode button.flat:active:active:focus, headerbar.selection-mode button.flat:active:active:hover:focus, headerbar.selection-mode button.flat:active:checked, headerbar.selection-mode button.flat:active:checked:hover, headerbar.selection-mode button.flat:active:checked:focus, headerbar.selection-mode button.flat:active:checked:hover:focus, - .titlebar:not(headerbar).selection-mode button:checked:active, - .titlebar:not(headerbar).selection-mode button:checked:active:hover, - .titlebar:not(headerbar).selection-mode button:checked:active:focus, - .titlebar:not(headerbar).selection-mode button:checked:active:hover:focus, - .titlebar:not(headerbar).selection-mode button:checked:checked, - .titlebar:not(headerbar).selection-mode button:checked:checked:hover, - .titlebar:not(headerbar).selection-mode button:checked:checked:focus, - .titlebar:not(headerbar).selection-mode button:checked:checked:hover:focus, - .titlebar:not(headerbar).selection-mode button:active:active, - .titlebar:not(headerbar).selection-mode button:active:active:hover, - .titlebar:not(headerbar).selection-mode button:active:active:focus, - .titlebar:not(headerbar).selection-mode button:active:active:hover:focus, - .titlebar:not(headerbar).selection-mode button:active:checked, - .titlebar:not(headerbar).selection-mode button:active:checked:hover, - .titlebar:not(headerbar).selection-mode button:active:checked:focus, - .titlebar:not(headerbar).selection-mode button:active:checked:hover:focus, - .titlebar:not(headerbar).selection-mode button.flat:checked:active, - .titlebar:not(headerbar).selection-mode button.flat:checked:active:hover, - .titlebar:not(headerbar).selection-mode button.flat:checked:active:focus, - .titlebar:not(headerbar).selection-mode button.flat:checked:active:hover:focus, - .titlebar:not(headerbar).selection-mode button.flat:checked:checked, - .titlebar:not(headerbar).selection-mode button.flat:checked:checked:hover, - .titlebar:not(headerbar).selection-mode button.flat:checked:checked:focus, - .titlebar:not(headerbar).selection-mode button.flat:checked:checked:hover:focus, - .titlebar:not(headerbar).selection-mode button.flat:active:active, - .titlebar:not(headerbar).selection-mode button.flat:active:active:hover, - .titlebar:not(headerbar).selection-mode button.flat:active:active:focus, - .titlebar:not(headerbar).selection-mode button.flat:active:active:hover:focus, - .titlebar:not(headerbar).selection-mode button.flat:active:checked, - .titlebar:not(headerbar).selection-mode button.flat:active:checked:hover, - .titlebar:not(headerbar).selection-mode button.flat:active:checked:focus, - .titlebar:not(headerbar).selection-mode button.flat:active:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - headerbar.selection-mode button:checked:disabled, headerbar.selection-mode button:active:disabled, headerbar.selection-mode button.flat:checked:disabled, headerbar.selection-mode button.flat:active:disabled, - .titlebar:not(headerbar).selection-mode button:checked:disabled, - .titlebar:not(headerbar).selection-mode button:active:disabled, - .titlebar:not(headerbar).selection-mode button.flat:checked:disabled, - .titlebar:not(headerbar).selection-mode button.flat:active:disabled { - border-color: rgba(34, 34, 34, 0.32); } - headerbar.selection-mode button:checked:active:disabled, headerbar.selection-mode button:checked:checked:disabled, headerbar.selection-mode button:active:active:disabled, headerbar.selection-mode button:active:checked:disabled, headerbar.selection-mode button.flat:checked:active:disabled, headerbar.selection-mode button.flat:checked:checked:disabled, headerbar.selection-mode button.flat:active:active:disabled, headerbar.selection-mode button.flat:active:checked:disabled, - .titlebar:not(headerbar).selection-mode button:checked:active:disabled, - .titlebar:not(headerbar).selection-mode button:checked:checked:disabled, - .titlebar:not(headerbar).selection-mode button:active:active:disabled, - .titlebar:not(headerbar).selection-mode button:active:checked:disabled, - .titlebar:not(headerbar).selection-mode button.flat:checked:active:disabled, - .titlebar:not(headerbar).selection-mode button.flat:checked:checked:disabled, - .titlebar:not(headerbar).selection-mode button.flat:active:active:disabled, - .titlebar:not(headerbar).selection-mode button.flat:active:checked:disabled { - border-color: rgba(32, 32, 32, 0.32); } - headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover, headerbar.selection-mode button.flat:checked:focus, headerbar.selection-mode button.flat:checked:hover, headerbar.selection-mode button.flat:active:focus, headerbar.selection-mode button.flat:active:hover, - .titlebar:not(headerbar).selection-mode button:checked:focus, - .titlebar:not(headerbar).selection-mode button:checked:hover, - .titlebar:not(headerbar).selection-mode button:active:focus, - .titlebar:not(headerbar).selection-mode button:active:hover, - .titlebar:not(headerbar).selection-mode button.flat:checked:focus, - .titlebar:not(headerbar).selection-mode button.flat:checked:hover, - .titlebar:not(headerbar).selection-mode button.flat:active:focus, - .titlebar:not(headerbar).selection-mode button.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - headerbar.selection-mode button:focus, headerbar.selection-mode button:hover, headerbar.selection-mode button.flat:focus, headerbar.selection-mode button.flat:hover, - .titlebar:not(headerbar).selection-mode button:focus, - .titlebar:not(headerbar).selection-mode button:hover, - .titlebar:not(headerbar).selection-mode button.flat:focus, - .titlebar:not(headerbar).selection-mode button.flat:hover { - color: #282828; } - headerbar.selection-mode button:disabled:disabled, headerbar.selection-mode button.flat:disabled:disabled, - .titlebar:not(headerbar).selection-mode button:disabled:disabled, - .titlebar:not(headerbar).selection-mode button.flat:disabled:disabled { - background-color: alpha(mix(#928374,#282828,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(#928374,#282828,0.6); - box-shadow: none; } - headerbar.selection-mode button:disabled:disabled :disabled, headerbar.selection-mode button.flat:disabled:disabled :disabled, - .titlebar:not(headerbar).selection-mode button:disabled:disabled :disabled, - .titlebar:not(headerbar).selection-mode button.flat:disabled:disabled :disabled { - color: mix(#928374,#282828,0.6); } - headerbar.selection-mode button:active:disabled, headerbar.selection-mode button:checked:disabled, headerbar.selection-mode button.flat:active:disabled, headerbar.selection-mode button.flat:checked:disabled, - .titlebar:not(headerbar).selection-mode button:active:disabled, - .titlebar:not(headerbar).selection-mode button:checked:disabled, - .titlebar:not(headerbar).selection-mode button.flat:active:disabled, - .titlebar:not(headerbar).selection-mode button.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - headerbar.selection-mode button:active:disabled :disabled, headerbar.selection-mode button:checked:disabled :disabled, headerbar.selection-mode button.flat:active:disabled :disabled, headerbar.selection-mode button.flat:checked:disabled :disabled, - .titlebar:not(headerbar).selection-mode button:active:disabled :disabled, - .titlebar:not(headerbar).selection-mode button:checked:disabled :disabled, - .titlebar:not(headerbar).selection-mode button.flat:active:disabled :disabled, - .titlebar:not(headerbar).selection-mode button.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - headerbar.selection-mode button.separator, headerbar.selection-mode button .separator, - .titlebar:not(headerbar).selection-mode button.separator, - .titlebar:not(headerbar).selection-mode button .separator { - border: 1px solid currentColor; - color: rgba(146, 131, 116, 0.9); } - headerbar.selection-mode button.separator:disabled, headerbar.selection-mode button .separator:disabled, - .titlebar:not(headerbar).selection-mode button.separator:disabled, - .titlebar:not(headerbar).selection-mode button .separator:disabled { - color: rgba(146, 131, 116, 0.85); } - headerbar.selection-mode .linked > button, - .titlebar:not(headerbar).selection-mode .linked > button { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.12); } - headerbar.selection-mode .linked > button:focus, headerbar.selection-mode .linked > button:hover, - .titlebar:not(headerbar).selection-mode .linked > button:focus, - .titlebar:not(headerbar).selection-mode .linked > button:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - headerbar.selection-mode .linked > button:active, headerbar.selection-mode .linked > button:active:hover, headerbar.selection-mode .linked > button:active:focus, headerbar.selection-mode .linked > button:active:hover:focus, headerbar.selection-mode .linked > button:checked, headerbar.selection-mode .linked > button:checked:hover, headerbar.selection-mode .linked > button:checked:focus, headerbar.selection-mode .linked > button:checked:hover:focus, - .titlebar:not(headerbar).selection-mode .linked > button:active, - .titlebar:not(headerbar).selection-mode .linked > button:active:hover, - .titlebar:not(headerbar).selection-mode .linked > button:active:focus, - .titlebar:not(headerbar).selection-mode .linked > button:active:hover:focus, - .titlebar:not(headerbar).selection-mode .linked > button:checked, - .titlebar:not(headerbar).selection-mode .linked > button:checked:hover, - .titlebar:not(headerbar).selection-mode .linked > button:checked:focus, - .titlebar:not(headerbar).selection-mode .linked > button:checked:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset 0 -1px rgba(66, 52, 17, 0.05); } - headerbar.selection-mode .linked > button:disabled, - .titlebar:not(headerbar).selection-mode .linked > button:disabled { - box-shadow: inset -1px 0 #75695c; } - headerbar.selection-mode .linked > button:last-child, headerbar.selection-mode .linked > button:only-child, - .titlebar:not(headerbar).selection-mode .linked > button:last-child, - .titlebar:not(headerbar).selection-mode .linked > button:only-child { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.12); } - headerbar.selection-mode .linked > button:last-child:hover, headerbar.selection-mode .linked > button:only-child:hover, - .titlebar:not(headerbar).selection-mode .linked > button:last-child:hover, - .titlebar:not(headerbar).selection-mode .linked > button:only-child:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - headerbar.selection-mode .linked > button:disabled:last-child, headerbar.selection-mode .linked > button:disabled:only-child, headerbar.selection-mode .linked > button:active:disabled:last-child, headerbar.selection-mode .linked > button:active:disabled:only-child, headerbar.selection-mode .linked > button:checked:disabled:last-child, headerbar.selection-mode .linked > button:checked:disabled:only-child, - .titlebar:not(headerbar).selection-mode .linked > button:disabled:last-child, - .titlebar:not(headerbar).selection-mode .linked > button:disabled:only-child, - .titlebar:not(headerbar).selection-mode .linked > button:active:disabled:last-child, - .titlebar:not(headerbar).selection-mode .linked > button:active:disabled:only-child, - .titlebar:not(headerbar).selection-mode .linked > button:checked:disabled:last-child, - .titlebar:not(headerbar).selection-mode .linked > button:checked:disabled:only-child { - box-shadow: none; } - headerbar.selection-mode .linked > button:active:last-child, headerbar.selection-mode .linked > button:active:last-child:focus, headerbar.selection-mode .linked > button:active:last-child:hover, headerbar.selection-mode .linked > button:active:last-child:hover:focus, headerbar.selection-mode .linked > button:checked:last-child, headerbar.selection-mode .linked > button:checked:last-child:focus, headerbar.selection-mode .linked > button:checked:last-child:hover, headerbar.selection-mode .linked > button:checked:last-child:hover:focus, - .titlebar:not(headerbar).selection-mode .linked > button:active:last-child, - .titlebar:not(headerbar).selection-mode .linked > button:active:last-child:focus, - .titlebar:not(headerbar).selection-mode .linked > button:active:last-child:hover, - .titlebar:not(headerbar).selection-mode .linked > button:active:last-child:hover:focus, - .titlebar:not(headerbar).selection-mode .linked > button:checked:last-child, - .titlebar:not(headerbar).selection-mode .linked > button:checked:last-child:focus, - .titlebar:not(headerbar).selection-mode .linked > button:checked:last-child:hover, - .titlebar:not(headerbar).selection-mode .linked > button:checked:last-child:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - headerbar.selection-mode .linked > button:active:only-child, headerbar.selection-mode .linked > button:active:only-child:focus, headerbar.selection-mode .linked > button:active:only-child:hover, headerbar.selection-mode .linked > button:active:only-child:hover:focus, headerbar.selection-mode .linked > button:checked:only-child, headerbar.selection-mode .linked > button:checked:only-child:focus, headerbar.selection-mode .linked > button:checked:only-child:hover, headerbar.selection-mode .linked > button:checked:only-child:hover:focus, - .titlebar:not(headerbar).selection-mode .linked > button:active:only-child, - .titlebar:not(headerbar).selection-mode .linked > button:active:only-child:focus, - .titlebar:not(headerbar).selection-mode .linked > button:active:only-child:hover, - .titlebar:not(headerbar).selection-mode .linked > button:active:only-child:hover:focus, - .titlebar:not(headerbar).selection-mode .linked > button:checked:only-child, - .titlebar:not(headerbar).selection-mode .linked > button:checked:only-child:focus, - .titlebar:not(headerbar).selection-mode .linked > button:checked:only-child:hover, - .titlebar:not(headerbar).selection-mode .linked > button:checked:only-child:hover:focus { - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.06), inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - headerbar.selection-mode combobox, headerbar.selection-mode button, - .titlebar:not(headerbar).selection-mode combobox, - .titlebar:not(headerbar).selection-mode button { - padding: 3px; } - headerbar.selection-mode combobox.text-button, headerbar.selection-mode button.text-button, - .titlebar:not(headerbar).selection-mode combobox.text-button, - .titlebar:not(headerbar).selection-mode button.text-button { - padding: 3px; } - headerbar.selection-mode combobox.image-button, headerbar.selection-mode button.image-button, - .titlebar:not(headerbar).selection-mode combobox.image-button, - .titlebar:not(headerbar).selection-mode button.image-button { - padding: 3px; } - headerbar.selection-mode separator, headerbar.selection-mode separator:disabled, - .titlebar:not(headerbar).selection-mode separator, - .titlebar:not(headerbar).selection-mode separator:disabled { - color: #584f45; - border-color: currentColor; - -GtkWidget-window-dragging: true; } - headerbar.selection-mode button, - .titlebar:not(headerbar).selection-mode button { - background-color: #928374; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.12); } - headerbar.selection-mode button:focus, headerbar.selection-mode button:hover, - .titlebar:not(headerbar).selection-mode button:focus, - .titlebar:not(headerbar).selection-mode button:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - headerbar.selection-mode button:active, headerbar.selection-mode button:active:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover:focus, headerbar.selection-mode button:checked, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover:focus, - .titlebar:not(headerbar).selection-mode button:active, - .titlebar:not(headerbar).selection-mode button:active:hover, - .titlebar:not(headerbar).selection-mode button:active:focus, - .titlebar:not(headerbar).selection-mode button:active:hover:focus, - .titlebar:not(headerbar).selection-mode button:checked, - .titlebar:not(headerbar).selection-mode button:checked:hover, - .titlebar:not(headerbar).selection-mode button:checked:focus, - .titlebar:not(headerbar).selection-mode button:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - headerbar.selection-mode button:disabled, - .titlebar:not(headerbar).selection-mode button:disabled { - border-color: rgba(34, 34, 34, 0.32); } - headerbar.selection-mode button:active:disabled, headerbar.selection-mode button:checked:disabled, - .titlebar:not(headerbar).selection-mode button:active:disabled, - .titlebar:not(headerbar).selection-mode button:checked:disabled { - border-color: rgba(32, 32, 32, 0.32); } - .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button, - stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked:not(.vertical) > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) - .titlebar:not(headerbar).selection-mode button, - stackswitcher:not(.vertical) > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:hover, - stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) - .titlebar:not(headerbar).selection-mode button:hover, - stackswitcher:not(.vertical) > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked, - stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) - .titlebar:not(headerbar).selection-mode button:checked, - stackswitcher:not(.vertical) > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked:hover, - stackswitcher:not(.vertical) > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) - .titlebar:not(headerbar).selection-mode button:checked:hover, - stackswitcher:not(.vertical) > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button, - stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child), .linked.vertical > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) - .titlebar:not(headerbar).selection-mode button, - stackswitcher.vertical > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:hover, - stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):hover, .linked.vertical > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) - .titlebar:not(headerbar).selection-mode button:hover, - stackswitcher.vertical > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked, - stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked, .linked.vertical > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) - .titlebar:not(headerbar).selection-mode button:checked, - stackswitcher.vertical > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) headerbar.selection-mode button:checked:hover, - stackswitcher.vertical > headerbar.selection-mode button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) - .titlebar:not(headerbar).selection-mode button:checked:hover, - stackswitcher.vertical > - .titlebar:not(headerbar).selection-mode button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - headerbar.selection-mode button.flat, - .titlebar:not(headerbar).selection-mode button.flat { - color: #282828; - border-color: rgba(146, 131, 116, 0); - background-color: rgba(146, 131, 116, 0); - background-image: none; - box-shadow: none; } - headerbar.selection-mode button:hover, headerbar.selection-mode button.flat:hover, - .titlebar:not(headerbar).selection-mode button:hover, - .titlebar:not(headerbar).selection-mode button.flat:hover { - background-color: #988a7b; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - headerbar.selection-mode button:hover:focus, headerbar.selection-mode button:hover:hover, headerbar.selection-mode button.flat:hover:focus, headerbar.selection-mode button.flat:hover:hover, - .titlebar:not(headerbar).selection-mode button:hover:focus, - .titlebar:not(headerbar).selection-mode button:hover:hover, - .titlebar:not(headerbar).selection-mode button.flat:hover:focus, - .titlebar:not(headerbar).selection-mode button.flat:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - headerbar.selection-mode button:hover:active, headerbar.selection-mode button:hover:active:hover, headerbar.selection-mode button:hover:active:focus, headerbar.selection-mode button:hover:active:hover:focus, headerbar.selection-mode button:hover:checked, headerbar.selection-mode button:hover:checked:hover, headerbar.selection-mode button:hover:checked:focus, headerbar.selection-mode button:hover:checked:hover:focus, headerbar.selection-mode button.flat:hover:active, headerbar.selection-mode button.flat:hover:active:hover, headerbar.selection-mode button.flat:hover:active:focus, headerbar.selection-mode button.flat:hover:active:hover:focus, headerbar.selection-mode button.flat:hover:checked, headerbar.selection-mode button.flat:hover:checked:hover, headerbar.selection-mode button.flat:hover:checked:focus, headerbar.selection-mode button.flat:hover:checked:hover:focus, - .titlebar:not(headerbar).selection-mode button:hover:active, - .titlebar:not(headerbar).selection-mode button:hover:active:hover, - .titlebar:not(headerbar).selection-mode button:hover:active:focus, - .titlebar:not(headerbar).selection-mode button:hover:active:hover:focus, - .titlebar:not(headerbar).selection-mode button:hover:checked, - .titlebar:not(headerbar).selection-mode button:hover:checked:hover, - .titlebar:not(headerbar).selection-mode button:hover:checked:focus, - .titlebar:not(headerbar).selection-mode button:hover:checked:hover:focus, - .titlebar:not(headerbar).selection-mode button.flat:hover:active, - .titlebar:not(headerbar).selection-mode button.flat:hover:active:hover, - .titlebar:not(headerbar).selection-mode button.flat:hover:active:focus, - .titlebar:not(headerbar).selection-mode button.flat:hover:active:hover:focus, - .titlebar:not(headerbar).selection-mode button.flat:hover:checked, - .titlebar:not(headerbar).selection-mode button.flat:hover:checked:hover, - .titlebar:not(headerbar).selection-mode button.flat:hover:checked:focus, - .titlebar:not(headerbar).selection-mode button.flat:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - headerbar.selection-mode button:hover:disabled, headerbar.selection-mode button.flat:hover:disabled, - .titlebar:not(headerbar).selection-mode button:hover:disabled, - .titlebar:not(headerbar).selection-mode button.flat:hover:disabled { - border-color: rgba(34, 34, 34, 0.4); } - headerbar.selection-mode button:hover:active:disabled, headerbar.selection-mode button:hover:checked:disabled, headerbar.selection-mode button.flat:hover:active:disabled, headerbar.selection-mode button.flat:hover:checked:disabled, - .titlebar:not(headerbar).selection-mode button:hover:active:disabled, - .titlebar:not(headerbar).selection-mode button:hover:checked:disabled, - .titlebar:not(headerbar).selection-mode button.flat:hover:active:disabled, - .titlebar:not(headerbar).selection-mode button.flat:hover:checked:disabled { - border-color: rgba(32, 32, 32, 0.4); } - headerbar.selection-mode button:focus, headerbar.selection-mode button.flat:focus, - .titlebar:not(headerbar).selection-mode button:focus, - .titlebar:not(headerbar).selection-mode button.flat:focus { - background-color: #988a7b; - background-image: none; - border-color: rgba(40, 40, 40, 0.32); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - headerbar.selection-mode button:focus:hover, headerbar.selection-mode button.flat:focus:hover, - .titlebar:not(headerbar).selection-mode button:focus:hover, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover { - background-color: #9e9083; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.38); } - headerbar.selection-mode button:focus:hover:focus, headerbar.selection-mode button:focus:hover:hover, headerbar.selection-mode button.flat:focus:hover:focus, headerbar.selection-mode button.flat:focus:hover:hover, - .titlebar:not(headerbar).selection-mode button:focus:hover:focus, - .titlebar:not(headerbar).selection-mode button:focus:hover:hover, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:focus, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - headerbar.selection-mode button:focus:hover:active, headerbar.selection-mode button:focus:hover:active:hover, headerbar.selection-mode button:focus:hover:active:focus, headerbar.selection-mode button:focus:hover:active:hover:focus, headerbar.selection-mode button:focus:hover:checked, headerbar.selection-mode button:focus:hover:checked:hover, headerbar.selection-mode button:focus:hover:checked:focus, headerbar.selection-mode button:focus:hover:checked:hover:focus, headerbar.selection-mode button.flat:focus:hover:active, headerbar.selection-mode button.flat:focus:hover:active:hover, headerbar.selection-mode button.flat:focus:hover:active:focus, headerbar.selection-mode button.flat:focus:hover:active:hover:focus, headerbar.selection-mode button.flat:focus:hover:checked, headerbar.selection-mode button.flat:focus:hover:checked:hover, headerbar.selection-mode button.flat:focus:hover:checked:focus, headerbar.selection-mode button.flat:focus:hover:checked:hover:focus, - .titlebar:not(headerbar).selection-mode button:focus:hover:active, - .titlebar:not(headerbar).selection-mode button:focus:hover:active:hover, - .titlebar:not(headerbar).selection-mode button:focus:hover:active:focus, - .titlebar:not(headerbar).selection-mode button:focus:hover:active:hover:focus, - .titlebar:not(headerbar).selection-mode button:focus:hover:checked, - .titlebar:not(headerbar).selection-mode button:focus:hover:checked:hover, - .titlebar:not(headerbar).selection-mode button:focus:hover:checked:focus, - .titlebar:not(headerbar).selection-mode button:focus:hover:checked:hover:focus, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active:hover, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active:focus, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active:hover:focus, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:hover, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:focus, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - headerbar.selection-mode button:focus:hover:disabled, headerbar.selection-mode button.flat:focus:hover:disabled, - .titlebar:not(headerbar).selection-mode button:focus:hover:disabled, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:disabled { - border-color: rgba(34, 34, 34, 0.4); } - headerbar.selection-mode button:focus:hover:active:disabled, headerbar.selection-mode button:focus:hover:checked:disabled, headerbar.selection-mode button.flat:focus:hover:active:disabled, headerbar.selection-mode button.flat:focus:hover:checked:disabled, - .titlebar:not(headerbar).selection-mode button:focus:hover:active:disabled, - .titlebar:not(headerbar).selection-mode button:focus:hover:checked:disabled, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:active:disabled, - .titlebar:not(headerbar).selection-mode button.flat:focus:hover:checked:disabled { - border-color: rgba(32, 32, 32, 0.4); } - headerbar.selection-mode button:checked, headerbar.selection-mode button:active, headerbar.selection-mode button.flat:checked, headerbar.selection-mode button.flat:active, - .titlebar:not(headerbar).selection-mode button:checked, - .titlebar:not(headerbar).selection-mode button:active, - .titlebar:not(headerbar).selection-mode button.flat:checked, - .titlebar:not(headerbar).selection-mode button.flat:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(40, 40, 40, 0.06), inset 0 1px rgba(40, 40, 40, 0.07), inset -1px 0 rgba(40, 40, 40, 0.06), inset 0 -1px rgba(40, 40, 40, 0.05); } - headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover, headerbar.selection-mode button.flat:checked:focus, headerbar.selection-mode button.flat:checked:hover, headerbar.selection-mode button.flat:active:focus, headerbar.selection-mode button.flat:active:hover, - .titlebar:not(headerbar).selection-mode button:checked:focus, - .titlebar:not(headerbar).selection-mode button:checked:hover, - .titlebar:not(headerbar).selection-mode button:active:focus, - .titlebar:not(headerbar).selection-mode button:active:hover, - .titlebar:not(headerbar).selection-mode button.flat:checked:focus, - .titlebar:not(headerbar).selection-mode button.flat:checked:hover, - .titlebar:not(headerbar).selection-mode button.flat:active:focus, - .titlebar:not(headerbar).selection-mode button.flat:active:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - headerbar.selection-mode button:checked:active, headerbar.selection-mode button:checked:active:hover, headerbar.selection-mode button:checked:active:focus, headerbar.selection-mode button:checked:active:hover:focus, headerbar.selection-mode button:checked:checked, headerbar.selection-mode button:checked:checked:hover, headerbar.selection-mode button:checked:checked:focus, headerbar.selection-mode button:checked:checked:hover:focus, headerbar.selection-mode button:active:active, headerbar.selection-mode button:active:active:hover, headerbar.selection-mode button:active:active:focus, headerbar.selection-mode button:active:active:hover:focus, headerbar.selection-mode button:active:checked, headerbar.selection-mode button:active:checked:hover, headerbar.selection-mode button:active:checked:focus, headerbar.selection-mode button:active:checked:hover:focus, headerbar.selection-mode button.flat:checked:active, headerbar.selection-mode button.flat:checked:active:hover, headerbar.selection-mode button.flat:checked:active:focus, headerbar.selection-mode button.flat:checked:active:hover:focus, headerbar.selection-mode button.flat:checked:checked, headerbar.selection-mode button.flat:checked:checked:hover, headerbar.selection-mode button.flat:checked:checked:focus, headerbar.selection-mode button.flat:checked:checked:hover:focus, headerbar.selection-mode button.flat:active:active, headerbar.selection-mode button.flat:active:active:hover, headerbar.selection-mode button.flat:active:active:focus, headerbar.selection-mode button.flat:active:active:hover:focus, headerbar.selection-mode button.flat:active:checked, headerbar.selection-mode button.flat:active:checked:hover, headerbar.selection-mode button.flat:active:checked:focus, headerbar.selection-mode button.flat:active:checked:hover:focus, - .titlebar:not(headerbar).selection-mode button:checked:active, - .titlebar:not(headerbar).selection-mode button:checked:active:hover, - .titlebar:not(headerbar).selection-mode button:checked:active:focus, - .titlebar:not(headerbar).selection-mode button:checked:active:hover:focus, - .titlebar:not(headerbar).selection-mode button:checked:checked, - .titlebar:not(headerbar).selection-mode button:checked:checked:hover, - .titlebar:not(headerbar).selection-mode button:checked:checked:focus, - .titlebar:not(headerbar).selection-mode button:checked:checked:hover:focus, - .titlebar:not(headerbar).selection-mode button:active:active, - .titlebar:not(headerbar).selection-mode button:active:active:hover, - .titlebar:not(headerbar).selection-mode button:active:active:focus, - .titlebar:not(headerbar).selection-mode button:active:active:hover:focus, - .titlebar:not(headerbar).selection-mode button:active:checked, - .titlebar:not(headerbar).selection-mode button:active:checked:hover, - .titlebar:not(headerbar).selection-mode button:active:checked:focus, - .titlebar:not(headerbar).selection-mode button:active:checked:hover:focus, - .titlebar:not(headerbar).selection-mode button.flat:checked:active, - .titlebar:not(headerbar).selection-mode button.flat:checked:active:hover, - .titlebar:not(headerbar).selection-mode button.flat:checked:active:focus, - .titlebar:not(headerbar).selection-mode button.flat:checked:active:hover:focus, - .titlebar:not(headerbar).selection-mode button.flat:checked:checked, - .titlebar:not(headerbar).selection-mode button.flat:checked:checked:hover, - .titlebar:not(headerbar).selection-mode button.flat:checked:checked:focus, - .titlebar:not(headerbar).selection-mode button.flat:checked:checked:hover:focus, - .titlebar:not(headerbar).selection-mode button.flat:active:active, - .titlebar:not(headerbar).selection-mode button.flat:active:active:hover, - .titlebar:not(headerbar).selection-mode button.flat:active:active:focus, - .titlebar:not(headerbar).selection-mode button.flat:active:active:hover:focus, - .titlebar:not(headerbar).selection-mode button.flat:active:checked, - .titlebar:not(headerbar).selection-mode button.flat:active:checked:hover, - .titlebar:not(headerbar).selection-mode button.flat:active:checked:focus, - .titlebar:not(headerbar).selection-mode button.flat:active:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - headerbar.selection-mode button:checked:disabled, headerbar.selection-mode button:active:disabled, headerbar.selection-mode button.flat:checked:disabled, headerbar.selection-mode button.flat:active:disabled, - .titlebar:not(headerbar).selection-mode button:checked:disabled, - .titlebar:not(headerbar).selection-mode button:active:disabled, - .titlebar:not(headerbar).selection-mode button.flat:checked:disabled, - .titlebar:not(headerbar).selection-mode button.flat:active:disabled { - border-color: rgba(34, 34, 34, 0.32); } - headerbar.selection-mode button:checked:active:disabled, headerbar.selection-mode button:checked:checked:disabled, headerbar.selection-mode button:active:active:disabled, headerbar.selection-mode button:active:checked:disabled, headerbar.selection-mode button.flat:checked:active:disabled, headerbar.selection-mode button.flat:checked:checked:disabled, headerbar.selection-mode button.flat:active:active:disabled, headerbar.selection-mode button.flat:active:checked:disabled, - .titlebar:not(headerbar).selection-mode button:checked:active:disabled, - .titlebar:not(headerbar).selection-mode button:checked:checked:disabled, - .titlebar:not(headerbar).selection-mode button:active:active:disabled, - .titlebar:not(headerbar).selection-mode button:active:checked:disabled, - .titlebar:not(headerbar).selection-mode button.flat:checked:active:disabled, - .titlebar:not(headerbar).selection-mode button.flat:checked:checked:disabled, - .titlebar:not(headerbar).selection-mode button.flat:active:active:disabled, - .titlebar:not(headerbar).selection-mode button.flat:active:checked:disabled { - border-color: rgba(32, 32, 32, 0.32); } - headerbar.selection-mode button:checked:focus, headerbar.selection-mode button:checked:hover, headerbar.selection-mode button:active:focus, headerbar.selection-mode button:active:hover, headerbar.selection-mode button.flat:checked:focus, headerbar.selection-mode button.flat:checked:hover, headerbar.selection-mode button.flat:active:focus, headerbar.selection-mode button.flat:active:hover, - .titlebar:not(headerbar).selection-mode button:checked:focus, - .titlebar:not(headerbar).selection-mode button:checked:hover, - .titlebar:not(headerbar).selection-mode button:active:focus, - .titlebar:not(headerbar).selection-mode button:active:hover, - .titlebar:not(headerbar).selection-mode button.flat:checked:focus, - .titlebar:not(headerbar).selection-mode button.flat:checked:hover, - .titlebar:not(headerbar).selection-mode button.flat:active:focus, - .titlebar:not(headerbar).selection-mode button.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - headerbar.selection-mode button:focus, headerbar.selection-mode button:hover, headerbar.selection-mode button.flat:focus, headerbar.selection-mode button.flat:hover, - .titlebar:not(headerbar).selection-mode button:focus, - .titlebar:not(headerbar).selection-mode button:hover, - .titlebar:not(headerbar).selection-mode button.flat:focus, - .titlebar:not(headerbar).selection-mode button.flat:hover { - color: #282828; } - headerbar.selection-mode button:disabled:disabled, headerbar.selection-mode button.flat:disabled:disabled, - .titlebar:not(headerbar).selection-mode button:disabled:disabled, - .titlebar:not(headerbar).selection-mode button.flat:disabled:disabled { - background-color: alpha(mix(#928374,#282828,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(#928374,#282828,0.6); - box-shadow: none; } - headerbar.selection-mode button:disabled:disabled :disabled, headerbar.selection-mode button.flat:disabled:disabled :disabled, - .titlebar:not(headerbar).selection-mode button:disabled:disabled :disabled, - .titlebar:not(headerbar).selection-mode button.flat:disabled:disabled :disabled { - color: mix(#928374,#282828,0.6); } - headerbar.selection-mode button:active:disabled, headerbar.selection-mode button:checked:disabled, headerbar.selection-mode button.flat:active:disabled, headerbar.selection-mode button.flat:checked:disabled, - .titlebar:not(headerbar).selection-mode button:active:disabled, - .titlebar:not(headerbar).selection-mode button:checked:disabled, - .titlebar:not(headerbar).selection-mode button.flat:active:disabled, - .titlebar:not(headerbar).selection-mode button.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - headerbar.selection-mode button:active:disabled :disabled, headerbar.selection-mode button:checked:disabled :disabled, headerbar.selection-mode button.flat:active:disabled :disabled, headerbar.selection-mode button.flat:checked:disabled :disabled, - .titlebar:not(headerbar).selection-mode button:active:disabled :disabled, - .titlebar:not(headerbar).selection-mode button:checked:disabled :disabled, - .titlebar:not(headerbar).selection-mode button.flat:active:disabled :disabled, - .titlebar:not(headerbar).selection-mode button.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - headerbar.selection-mode button.separator, headerbar.selection-mode button .separator, - .titlebar:not(headerbar).selection-mode button.separator, - .titlebar:not(headerbar).selection-mode button .separator { - border: 1px solid currentColor; - color: rgba(146, 131, 116, 0.9); } - headerbar.selection-mode button.separator:disabled, headerbar.selection-mode button .separator:disabled, - .titlebar:not(headerbar).selection-mode button.separator:disabled, - .titlebar:not(headerbar).selection-mode button .separator:disabled { - color: rgba(146, 131, 116, 0.85); } - headerbar.selection-mode:backdrop, - .titlebar:not(headerbar).selection-mode:backdrop { - background-color: #928374; - background-image: none; } - headerbar.selection-mode .selection-menu:backdrop, headerbar.selection-mode .selection-menu, - .titlebar:not(headerbar).selection-mode .selection-menu:backdrop, - .titlebar:not(headerbar).selection-mode .selection-menu { - color: #75695c; - background-color: transparent; - background-image: none; - box-shadow: none; - border: 0; } - headerbar.selection-mode .selection-menu:backdrop:hover, headerbar.selection-mode .selection-menu:hover, - .titlebar:not(headerbar).selection-mode .selection-menu:backdrop:hover, - .titlebar:not(headerbar).selection-mode .selection-menu:hover { - color: #675c51; } - headerbar.selection-mode .selection-menu:backdrop:active, headerbar.selection-mode .selection-menu:active, - .titlebar:not(headerbar).selection-mode .selection-menu:backdrop:active, - .titlebar:not(headerbar).selection-mode .selection-menu:active { - color: #6e6256; } - headerbar.selection-mode .selection-menu:backdrop .arrow, headerbar.selection-mode .selection-menu .arrow, - .titlebar:not(headerbar).selection-mode .selection-menu:backdrop .arrow, - .titlebar:not(headerbar).selection-mode .selection-menu .arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - color: rgba(40, 40, 40, 0.5); - -gtk-icon-shadow: none; } - headerbar.selection-mode .dim-label, headerbar.selection-mode label.separator, .selection-menu headerbar.selection-mode .dim-label, .selection-menu headerbar.selection-mode label.separator, - .titlebar:not(headerbar).selection-mode .dim-label, - .titlebar:not(headerbar).selection-mode label.separator, .selection-menu .titlebar:not(headerbar).selection-mode .dim-label, .selection-menu .titlebar:not(headerbar).selection-mode label.separator { - color: #675c51; } - -/********** - ! Calendar -***********/ -calendar { - padding: 1px 3px; - outline-offset: -1px; - color: #ebdbb2; } - calendar:selected { - border-radius: 4px; } - calendar.header { - border-bottom: 1px solid rgba(131, 104, 34, 0.1); - border-radius: 0; } - calendar.header:backdrop { - border-color: rgba(131, 104, 34, 0.1); } - calendar.button { - color: rgba(235, 219, 178, 0.55); } - calendar.button:hover { - color: #ebdbb2; } - calendar.button:backdrop { - color: alpha(mix(#ebdbb2,#282828,0.5),0.55); } - calendar.button:disabled { - color: alpha(mix(#ebdbb2,#282828,0.5),0.55); } - calendar:indeterminate, calendar:indeterminate:backdrop { - color: mix(#ebdbb2,#282828,0.5); } - calendar.highlight, calendar.highlight:backdrop { - font-size: smaller; - color: mix(#928374,#ebdbb2,0.5); } - calendar:backdrop { - color: mix(#282828,#ebdbb2,0.8); } - -/* gnome-calendar */ -.calendar-view { - background-color: #282828; - color: #ebdbb2; } - -/*************** - ! Color chooser -****************/ -colorswatch:drop(active), colorswatch { - border-style: none; } - -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 overlay { - color: #282828; } - colorswatch.dark overlay:hover { - border-color: rgba(131, 104, 34, 0.8); } - colorswatch.dark overlay:backdrop { - color: mix(#928374,#282828,0.66); } - -colorswatch.light overlay { - color: #ebdbb2; } - colorswatch.light overlay:hover { - border-color: rgba(131, 104, 34, 0.5); } - colorswatch.light overlay:backdrop { - color: mix(#282828,#ebdbb2,0.8); } - -colorswatch:drop(active) { - box-shadow: none; } - colorswatch:drop(active).light overlay { - border-color: #928374; - box-shadow: inset 0 0 0 2px #7f7163, inset 0 0 0 1px #928374; } - colorswatch:drop(active).dark overlay { - border-color: #928374; - box-shadow: inset 0 0 0 2px rgba(131, 104, 34, 0.3), inset 0 0 0 1px #928374; } - -colorswatch overlay { - border: 1px solid rgba(131, 104, 34, 0.3); } - colorswatch overlay:hover { - box-shadow: inset 0 1px rgba(41, 41, 41, 0.4), inset 0 -1px rgba(131, 104, 34, 0.2); } - colorswatch overlay:backdrop, colorswatch overlay:backdrop:hover { - border-color: rgba(131, 104, 34, 0.3); - box-shadow: none; } - -colorswatch:disabled { - opacity: .5; } - colorswatch:disabled overlay { - border-color: rgba(131, 104, 34, 0.6); - box-shadow: none; } - -row:selected colorswatch { - box-shadow: 0 0 0 2px #282828; } - -colorswatch#add-color-button { - border-radius: 4px 4px 0 0; } - colorswatch#add-color-button:only-child { - border-radius: 4px; } - colorswatch#add-color-button overlay { - background-color: #262626; - color: #ebdbb2; } - colorswatch#add-color-button overlay:hover { - background-color: #242424; } - colorswatch#add-color-button overlay:backdrop { - background-color: #262626; } - -colorswatch#editor-color-sample { - border-radius: 4px; } - colorswatch#editor-color-sample overlay { - border-radius: 4.5px; } - -button.color { - padding: 3px; } - button.color colorswatch:only-child, button.color colorswatch:only-child overlay { - border-radius: 4px; } - button.color:disabled colorswatch:only-child, button.color:backdrop colorswatch:only-child, button.color:active colorswatch:only-child, button.color:checked colorswatch:only-child { - box-shadow: none; } - -/*********************** -! Font and file choosers -************************/ -filechooser { - /* for fallback when header bar not used */ } - filechooser .dialog-action-box { - border-top: 1px solid mix(#282828,#ebdbb2,0.18); } - filechooser .dialog-action-box:backdrop { - border-top-color: mix(#282828,mix(#282828,#ebdbb2,0.18),0.9); } - filechooser #pathbarbox { - border-bottom: 1px solid mix(#282828,#ebdbb2,0.18); - background-color: #282828; } - -filechooserbutton:drop(active) { - box-shadow: none; - border-color: transparent; } - -/****************** - ! Grid and flowbox -*******************/ -list { - color: #ebdbb2; - background-color: #282828; - border-color: mix(#282828,#ebdbb2,0.18); } - list:backdrop { - background-color: #282828; - border-color: mix(#282828,mix(#282828,#ebdbb2,0.18),0.9); } - list row { - padding: 3px; } - -row { - transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - row:hover { - transition: none; } - row:backdrop { - transition: 200ms ease-out; } - row.activatable.has-open-popup, row.activatable:hover { - background-color: rgba(235, 219, 178, 0.05); } - row.activatable:active { - box-shadow: inset 0 2px 2px -2px rgba(131, 104, 34, 0.2); } - row.activatable:backdrop:hover { - background-color: transparent; } - row.activatable:selected:active { - box-shadow: inset 0 2px 3px -1px rgba(131, 104, 34, 0.5); } - row.activatable:selected.has-open-popup, row.activatable:selected:hover { - background-color: mix(#928374,#ebdbb2,0.1); } - row.activatable:selected:backdrop { - background-color: #928374; } - -flowbox flowboxchild { - padding: 3px; - border-radius: 4px; } - flowbox flowboxchild:selected { - outline-offset: -2px; } - -/********* - ! Buttons -**********/ -/****************** -! ComboBoxes * -*******************/ -/********* - ! Infobar -**********/ -infobar { - border: 0; } - infobar.info, infobar.info:backdrop { - background-color: #458588; - background-image: none; - border: 1px solid #376a6d; - caret-color: currentColor; } - infobar.info label, infobar.info, infobar.info:backdrop label, infobar.info:backdrop { - color: #282828; } - infobar.info button { - background-color: #458588; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - infobar.info button:focus, infobar.info button:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - infobar.info button:active, infobar.info button:active:hover, infobar.info button:active:focus, infobar.info button:active:hover:focus, infobar.info button:checked, infobar.info button:checked:hover, infobar.info button:checked:focus, infobar.info button:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - infobar.info button:disabled { - border-color: rgba(34, 34, 34, 0.32); } - infobar.info button:active:disabled, infobar.info button:checked:disabled { - border-color: rgba(32, 32, 32, 0.32); } - .linked:not(.vertical) > infobar.info button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.info button, - stackswitcher:not(.vertical) > infobar.info button:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.info button:hover, - stackswitcher:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .linked:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.info button:checked, - stackswitcher:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.info button:checked:hover, - stackswitcher:not(.vertical) > infobar.info button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > infobar.info button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) infobar.info button, - stackswitcher.vertical > infobar.info button:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > infobar.info button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) infobar.info button:hover, - stackswitcher.vertical > infobar.info button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .linked.vertical > infobar.info button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) infobar.info button:checked, - stackswitcher.vertical > infobar.info button:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > infobar.info button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) infobar.info button:checked:hover, - stackswitcher.vertical > infobar.info button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - infobar.info button.flat { - color: #282828; - border-color: rgba(69, 133, 136, 0); - background-color: rgba(69, 133, 136, 0); - background-image: none; - box-shadow: none; } - infobar.info button:hover, infobar.info button.flat:hover { - background-color: #488c8f; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - infobar.info button:hover:focus, infobar.info button:hover:hover, infobar.info button.flat:hover:focus, infobar.info button.flat:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - infobar.info button:hover:active, infobar.info button:hover:active:hover, infobar.info button:hover:active:focus, infobar.info button:hover:active:hover:focus, infobar.info button:hover:checked, infobar.info button:hover:checked:hover, infobar.info button:hover:checked:focus, infobar.info button:hover:checked:hover:focus, infobar.info button.flat:hover:active, infobar.info button.flat:hover:active:hover, infobar.info button.flat:hover:active:focus, infobar.info button.flat:hover:active:hover:focus, infobar.info button.flat:hover:checked, infobar.info button.flat:hover:checked:hover, infobar.info button.flat:hover:checked:focus, infobar.info button.flat:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - infobar.info button:hover:disabled, infobar.info button.flat:hover:disabled { - border-color: rgba(34, 34, 34, 0.4); } - infobar.info button:hover:active:disabled, infobar.info button:hover:checked:disabled, infobar.info button.flat:hover:active:disabled, infobar.info button.flat:hover:checked:disabled { - border-color: rgba(32, 32, 32, 0.4); } - infobar.info button:focus, infobar.info button.flat:focus { - background-color: #488c8f; - background-image: none; - border-color: rgba(40, 40, 40, 0.32); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - infobar.info button:focus:hover, infobar.info button.flat:focus:hover { - background-color: #4c9296; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - infobar.info button:focus:hover:focus, infobar.info button:focus:hover:hover, infobar.info button.flat:focus:hover:focus, infobar.info button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - infobar.info button:focus:hover:active, infobar.info button:focus:hover:active:hover, infobar.info button:focus:hover:active:focus, infobar.info button:focus:hover:active:hover:focus, infobar.info button:focus:hover:checked, infobar.info button:focus:hover:checked:hover, infobar.info button:focus:hover:checked:focus, infobar.info button:focus:hover:checked:hover:focus, infobar.info button.flat:focus:hover:active, infobar.info button.flat:focus:hover:active:hover, infobar.info button.flat:focus:hover:active:focus, infobar.info button.flat:focus:hover:active:hover:focus, infobar.info button.flat:focus:hover:checked, infobar.info button.flat:focus:hover:checked:hover, infobar.info button.flat:focus:hover:checked:focus, infobar.info button.flat:focus:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - infobar.info button:focus:hover:disabled, infobar.info button.flat:focus:hover:disabled { - border-color: rgba(34, 34, 34, 0.4); } - infobar.info button:focus:hover:active:disabled, infobar.info button:focus:hover:checked:disabled, infobar.info button.flat:focus:hover:active:disabled, infobar.info button.flat:focus:hover:checked:disabled { - border-color: rgba(32, 32, 32, 0.4); } - infobar.info button:checked, infobar.info button:active, infobar.info button.flat:checked, infobar.info button.flat:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(40, 40, 40, 0.06), inset 0 1px rgba(40, 40, 40, 0.07), inset -1px 0 rgba(40, 40, 40, 0.06), inset 0 -1px rgba(40, 40, 40, 0.05); } - infobar.info button:checked:focus, infobar.info button:checked:hover, infobar.info button:active:focus, infobar.info button:active:hover, infobar.info button.flat:checked:focus, infobar.info button.flat:checked:hover, infobar.info button.flat:active:focus, infobar.info button.flat:active:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - infobar.info button:checked:active, infobar.info button:checked:active:hover, infobar.info button:checked:active:focus, infobar.info button:checked:active:hover:focus, infobar.info button:checked:checked, infobar.info button:checked:checked:hover, infobar.info button:checked:checked:focus, infobar.info button:checked:checked:hover:focus, infobar.info button:active:active, infobar.info button:active:active:hover, infobar.info button:active:active:focus, infobar.info button:active:active:hover:focus, infobar.info button:active:checked, infobar.info button:active:checked:hover, infobar.info button:active:checked:focus, infobar.info button:active:checked:hover:focus, infobar.info button.flat:checked:active, infobar.info button.flat:checked:active:hover, infobar.info button.flat:checked:active:focus, infobar.info button.flat:checked:active:hover:focus, infobar.info button.flat:checked:checked, infobar.info button.flat:checked:checked:hover, infobar.info button.flat:checked:checked:focus, infobar.info button.flat:checked:checked:hover:focus, infobar.info button.flat:active:active, infobar.info button.flat:active:active:hover, infobar.info button.flat:active:active:focus, infobar.info button.flat:active:active:hover:focus, infobar.info button.flat:active:checked, infobar.info button.flat:active:checked:hover, infobar.info button.flat:active:checked:focus, infobar.info button.flat:active:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - infobar.info button:checked:disabled, infobar.info button:active:disabled, infobar.info button.flat:checked:disabled, infobar.info button.flat:active:disabled { - border-color: rgba(34, 34, 34, 0.32); } - infobar.info button:checked:active:disabled, infobar.info button:checked:checked:disabled, infobar.info button:active:active:disabled, infobar.info button:active:checked:disabled, infobar.info button.flat:checked:active:disabled, infobar.info button.flat:checked:checked:disabled, infobar.info button.flat:active:active:disabled, infobar.info button.flat:active:checked:disabled { - border-color: rgba(32, 32, 32, 0.32); } - infobar.info button:checked:focus, infobar.info button:checked:hover, infobar.info button:active:focus, infobar.info button:active:hover, infobar.info button.flat:checked:focus, infobar.info button.flat:checked:hover, infobar.info button.flat:active:focus, infobar.info button.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - infobar.info button:focus, infobar.info button:hover, infobar.info button.flat:focus, infobar.info button.flat:hover { - color: #282828; } - infobar.info button:disabled:disabled, infobar.info button.flat:disabled:disabled { - background-color: alpha(mix(#458588,#282828,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(#458588,#282828,0.6); - box-shadow: none; } - infobar.info button:disabled:disabled :disabled, infobar.info button.flat:disabled:disabled :disabled { - color: mix(#458588,#282828,0.6); } - infobar.info button:active:disabled, infobar.info button:checked:disabled, infobar.info button.flat:active:disabled, infobar.info button.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - infobar.info button:active:disabled :disabled, infobar.info button:checked:disabled :disabled, infobar.info button.flat:active:disabled :disabled, infobar.info button.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - infobar.info button.separator, infobar.info button .separator { - border: 1px solid currentColor; - color: rgba(69, 133, 136, 0.9); } - infobar.info button.separator:disabled, infobar.info button .separator:disabled { - color: rgba(69, 133, 136, 0.85); } - infobar.warning, infobar.warning:backdrop { - background-color: #d79921; - background-image: none; - border: 1px solid #ac7a1a; - caret-color: currentColor; } - infobar.warning label, infobar.warning, infobar.warning:backdrop label, infobar.warning:backdrop { - color: #282828; } - infobar.warning button { - background-color: #d79921; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - infobar.warning button:focus, infobar.warning button:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - infobar.warning button:active, infobar.warning button:active:hover, infobar.warning button:active:focus, infobar.warning button:active:hover:focus, infobar.warning button:checked, infobar.warning button:checked:hover, infobar.warning button:checked:focus, infobar.warning button:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - infobar.warning button:disabled { - border-color: rgba(34, 34, 34, 0.32); } - infobar.warning button:active:disabled, infobar.warning button:checked:disabled { - border-color: rgba(32, 32, 32, 0.32); } - .linked:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.warning button, - stackswitcher:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.warning button:hover, - stackswitcher:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .linked:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.warning button:checked, - stackswitcher:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.warning button:checked:hover, - stackswitcher:not(.vertical) > infobar.warning button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > infobar.warning button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) infobar.warning button, - stackswitcher.vertical > infobar.warning button:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > infobar.warning button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) infobar.warning button:hover, - stackswitcher.vertical > infobar.warning button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .linked.vertical > infobar.warning button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) infobar.warning button:checked, - stackswitcher.vertical > infobar.warning button:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > infobar.warning button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) infobar.warning button:checked:hover, - stackswitcher.vertical > infobar.warning button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - infobar.warning button.flat { - color: #282828; - border-color: rgba(215, 153, 33, 0); - background-color: rgba(215, 153, 33, 0); - background-image: none; - box-shadow: none; } - infobar.warning button:hover, infobar.warning button.flat:hover { - background-color: #de9f27; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - infobar.warning button:hover:focus, infobar.warning button:hover:hover, infobar.warning button.flat:hover:focus, infobar.warning button.flat:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - infobar.warning button:hover:active, infobar.warning button:hover:active:hover, infobar.warning button:hover:active:focus, infobar.warning button:hover:active:hover:focus, infobar.warning button:hover:checked, infobar.warning button:hover:checked:hover, infobar.warning button:hover:checked:focus, infobar.warning button:hover:checked:hover:focus, infobar.warning button.flat:hover:active, infobar.warning button.flat:hover:active:hover, infobar.warning button.flat:hover:active:focus, infobar.warning button.flat:hover:active:hover:focus, infobar.warning button.flat:hover:checked, infobar.warning button.flat:hover:checked:hover, infobar.warning button.flat:hover:checked:focus, infobar.warning button.flat:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - infobar.warning button:hover:disabled, infobar.warning button.flat:hover:disabled { - border-color: rgba(34, 34, 34, 0.4); } - infobar.warning button:hover:active:disabled, infobar.warning button:hover:checked:disabled, infobar.warning button.flat:hover:active:disabled, infobar.warning button.flat:hover:checked:disabled { - border-color: rgba(32, 32, 32, 0.4); } - infobar.warning button:focus, infobar.warning button.flat:focus { - background-color: #de9f27; - background-image: none; - border-color: rgba(40, 40, 40, 0.32); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - infobar.warning button:focus:hover, infobar.warning button.flat:focus:hover { - background-color: #dfa431; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - infobar.warning button:focus:hover:focus, infobar.warning button:focus:hover:hover, infobar.warning button.flat:focus:hover:focus, infobar.warning button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - infobar.warning button:focus:hover:active, infobar.warning button:focus:hover:active:hover, infobar.warning button:focus:hover:active:focus, infobar.warning button:focus:hover:active:hover:focus, infobar.warning button:focus:hover:checked, infobar.warning button:focus:hover:checked:hover, infobar.warning button:focus:hover:checked:focus, infobar.warning button:focus:hover:checked:hover:focus, infobar.warning button.flat:focus:hover:active, infobar.warning button.flat:focus:hover:active:hover, infobar.warning button.flat:focus:hover:active:focus, infobar.warning button.flat:focus:hover:active:hover:focus, infobar.warning button.flat:focus:hover:checked, infobar.warning button.flat:focus:hover:checked:hover, infobar.warning button.flat:focus:hover:checked:focus, infobar.warning button.flat:focus:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - infobar.warning button:focus:hover:disabled, infobar.warning button.flat:focus:hover:disabled { - border-color: rgba(34, 34, 34, 0.4); } - infobar.warning button:focus:hover:active:disabled, infobar.warning button:focus:hover:checked:disabled, infobar.warning button.flat:focus:hover:active:disabled, infobar.warning button.flat:focus:hover:checked:disabled { - border-color: rgba(32, 32, 32, 0.4); } - infobar.warning button:checked, infobar.warning button:active, infobar.warning button.flat:checked, infobar.warning button.flat:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(40, 40, 40, 0.06), inset 0 1px rgba(40, 40, 40, 0.07), inset -1px 0 rgba(40, 40, 40, 0.06), inset 0 -1px rgba(40, 40, 40, 0.05); } - infobar.warning button:checked:focus, infobar.warning button:checked:hover, infobar.warning button:active:focus, infobar.warning button:active:hover, infobar.warning button.flat:checked:focus, infobar.warning button.flat:checked:hover, infobar.warning button.flat:active:focus, infobar.warning button.flat:active:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - infobar.warning button:checked:active, infobar.warning button:checked:active:hover, infobar.warning button:checked:active:focus, infobar.warning button:checked:active:hover:focus, infobar.warning button:checked:checked, infobar.warning button:checked:checked:hover, infobar.warning button:checked:checked:focus, infobar.warning button:checked:checked:hover:focus, infobar.warning button:active:active, infobar.warning button:active:active:hover, infobar.warning button:active:active:focus, infobar.warning button:active:active:hover:focus, infobar.warning button:active:checked, infobar.warning button:active:checked:hover, infobar.warning button:active:checked:focus, infobar.warning button:active:checked:hover:focus, infobar.warning button.flat:checked:active, infobar.warning button.flat:checked:active:hover, infobar.warning button.flat:checked:active:focus, infobar.warning button.flat:checked:active:hover:focus, infobar.warning button.flat:checked:checked, infobar.warning button.flat:checked:checked:hover, infobar.warning button.flat:checked:checked:focus, infobar.warning button.flat:checked:checked:hover:focus, infobar.warning button.flat:active:active, infobar.warning button.flat:active:active:hover, infobar.warning button.flat:active:active:focus, infobar.warning button.flat:active:active:hover:focus, infobar.warning button.flat:active:checked, infobar.warning button.flat:active:checked:hover, infobar.warning button.flat:active:checked:focus, infobar.warning button.flat:active:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - infobar.warning button:checked:disabled, infobar.warning button:active:disabled, infobar.warning button.flat:checked:disabled, infobar.warning button.flat:active:disabled { - border-color: rgba(34, 34, 34, 0.32); } - infobar.warning button:checked:active:disabled, infobar.warning button:checked:checked:disabled, infobar.warning button:active:active:disabled, infobar.warning button:active:checked:disabled, infobar.warning button.flat:checked:active:disabled, infobar.warning button.flat:checked:checked:disabled, infobar.warning button.flat:active:active:disabled, infobar.warning button.flat:active:checked:disabled { - border-color: rgba(32, 32, 32, 0.32); } - infobar.warning button:checked:focus, infobar.warning button:checked:hover, infobar.warning button:active:focus, infobar.warning button:active:hover, infobar.warning button.flat:checked:focus, infobar.warning button.flat:checked:hover, infobar.warning button.flat:active:focus, infobar.warning button.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - infobar.warning button:focus, infobar.warning button:hover, infobar.warning button.flat:focus, infobar.warning button.flat:hover { - color: #282828; } - infobar.warning button:disabled:disabled, infobar.warning button.flat:disabled:disabled { - background-color: alpha(mix(#d79921,#282828,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(#d79921,#282828,0.6); - box-shadow: none; } - infobar.warning button:disabled:disabled :disabled, infobar.warning button.flat:disabled:disabled :disabled { - color: mix(#d79921,#282828,0.6); } - infobar.warning button:active:disabled, infobar.warning button:checked:disabled, infobar.warning button.flat:active:disabled, infobar.warning button.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - infobar.warning button:active:disabled :disabled, infobar.warning button:checked:disabled :disabled, infobar.warning button.flat:active:disabled :disabled, infobar.warning button.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - infobar.warning button.separator, infobar.warning button .separator { - border: 1px solid currentColor; - color: rgba(215, 153, 33, 0.9); } - infobar.warning button.separator:disabled, infobar.warning button .separator:disabled { - color: rgba(215, 153, 33, 0.85); } - infobar.question, infobar.question:backdrop { - background-color: #458588; - background-image: none; - border: 1px solid #376a6d; - caret-color: currentColor; } - infobar.question label, infobar.question, infobar.question:backdrop label, infobar.question:backdrop { - color: #282828; } - infobar.question button { - background-color: #458588; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - infobar.question button:focus, infobar.question button:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - infobar.question button:active, infobar.question button:active:hover, infobar.question button:active:focus, infobar.question button:active:hover:focus, infobar.question button:checked, infobar.question button:checked:hover, infobar.question button:checked:focus, infobar.question button:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - infobar.question button:disabled { - border-color: rgba(34, 34, 34, 0.32); } - infobar.question button:active:disabled, infobar.question button:checked:disabled { - border-color: rgba(32, 32, 32, 0.32); } - .linked:not(.vertical) > infobar.question button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.question button, - stackswitcher:not(.vertical) > infobar.question button:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.question button:hover, - stackswitcher:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .linked:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.question button:checked, - stackswitcher:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.question button:checked:hover, - stackswitcher:not(.vertical) > infobar.question button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > infobar.question button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) infobar.question button, - stackswitcher.vertical > infobar.question button:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > infobar.question button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) infobar.question button:hover, - stackswitcher.vertical > infobar.question button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .linked.vertical > infobar.question button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) infobar.question button:checked, - stackswitcher.vertical > infobar.question button:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > infobar.question button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) infobar.question button:checked:hover, - stackswitcher.vertical > infobar.question button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - infobar.question button.flat { - color: #282828; - border-color: rgba(69, 133, 136, 0); - background-color: rgba(69, 133, 136, 0); - background-image: none; - box-shadow: none; } - infobar.question button:hover, infobar.question button.flat:hover { - background-color: #488c8f; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - infobar.question button:hover:focus, infobar.question button:hover:hover, infobar.question button.flat:hover:focus, infobar.question button.flat:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - infobar.question button:hover:active, infobar.question button:hover:active:hover, infobar.question button:hover:active:focus, infobar.question button:hover:active:hover:focus, infobar.question button:hover:checked, infobar.question button:hover:checked:hover, infobar.question button:hover:checked:focus, infobar.question button:hover:checked:hover:focus, infobar.question button.flat:hover:active, infobar.question button.flat:hover:active:hover, infobar.question button.flat:hover:active:focus, infobar.question button.flat:hover:active:hover:focus, infobar.question button.flat:hover:checked, infobar.question button.flat:hover:checked:hover, infobar.question button.flat:hover:checked:focus, infobar.question button.flat:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - infobar.question button:hover:disabled, infobar.question button.flat:hover:disabled { - border-color: rgba(34, 34, 34, 0.4); } - infobar.question button:hover:active:disabled, infobar.question button:hover:checked:disabled, infobar.question button.flat:hover:active:disabled, infobar.question button.flat:hover:checked:disabled { - border-color: rgba(32, 32, 32, 0.4); } - infobar.question button:focus, infobar.question button.flat:focus { - background-color: #488c8f; - background-image: none; - border-color: rgba(40, 40, 40, 0.32); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - infobar.question button:focus:hover, infobar.question button.flat:focus:hover { - background-color: #4c9296; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - infobar.question button:focus:hover:focus, infobar.question button:focus:hover:hover, infobar.question button.flat:focus:hover:focus, infobar.question button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - infobar.question button:focus:hover:active, infobar.question button:focus:hover:active:hover, infobar.question button:focus:hover:active:focus, infobar.question button:focus:hover:active:hover:focus, infobar.question button:focus:hover:checked, infobar.question button:focus:hover:checked:hover, infobar.question button:focus:hover:checked:focus, infobar.question button:focus:hover:checked:hover:focus, infobar.question button.flat:focus:hover:active, infobar.question button.flat:focus:hover:active:hover, infobar.question button.flat:focus:hover:active:focus, infobar.question button.flat:focus:hover:active:hover:focus, infobar.question button.flat:focus:hover:checked, infobar.question button.flat:focus:hover:checked:hover, infobar.question button.flat:focus:hover:checked:focus, infobar.question button.flat:focus:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - infobar.question button:focus:hover:disabled, infobar.question button.flat:focus:hover:disabled { - border-color: rgba(34, 34, 34, 0.4); } - infobar.question button:focus:hover:active:disabled, infobar.question button:focus:hover:checked:disabled, infobar.question button.flat:focus:hover:active:disabled, infobar.question button.flat:focus:hover:checked:disabled { - border-color: rgba(32, 32, 32, 0.4); } - infobar.question button:checked, infobar.question button:active, infobar.question button.flat:checked, infobar.question button.flat:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(40, 40, 40, 0.06), inset 0 1px rgba(40, 40, 40, 0.07), inset -1px 0 rgba(40, 40, 40, 0.06), inset 0 -1px rgba(40, 40, 40, 0.05); } - infobar.question button:checked:focus, infobar.question button:checked:hover, infobar.question button:active:focus, infobar.question button:active:hover, infobar.question button.flat:checked:focus, infobar.question button.flat:checked:hover, infobar.question button.flat:active:focus, infobar.question button.flat:active:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - infobar.question button:checked:active, infobar.question button:checked:active:hover, infobar.question button:checked:active:focus, infobar.question button:checked:active:hover:focus, infobar.question button:checked:checked, infobar.question button:checked:checked:hover, infobar.question button:checked:checked:focus, infobar.question button:checked:checked:hover:focus, infobar.question button:active:active, infobar.question button:active:active:hover, infobar.question button:active:active:focus, infobar.question button:active:active:hover:focus, infobar.question button:active:checked, infobar.question button:active:checked:hover, infobar.question button:active:checked:focus, infobar.question button:active:checked:hover:focus, infobar.question button.flat:checked:active, infobar.question button.flat:checked:active:hover, infobar.question button.flat:checked:active:focus, infobar.question button.flat:checked:active:hover:focus, infobar.question button.flat:checked:checked, infobar.question button.flat:checked:checked:hover, infobar.question button.flat:checked:checked:focus, infobar.question button.flat:checked:checked:hover:focus, infobar.question button.flat:active:active, infobar.question button.flat:active:active:hover, infobar.question button.flat:active:active:focus, infobar.question button.flat:active:active:hover:focus, infobar.question button.flat:active:checked, infobar.question button.flat:active:checked:hover, infobar.question button.flat:active:checked:focus, infobar.question button.flat:active:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - infobar.question button:checked:disabled, infobar.question button:active:disabled, infobar.question button.flat:checked:disabled, infobar.question button.flat:active:disabled { - border-color: rgba(34, 34, 34, 0.32); } - infobar.question button:checked:active:disabled, infobar.question button:checked:checked:disabled, infobar.question button:active:active:disabled, infobar.question button:active:checked:disabled, infobar.question button.flat:checked:active:disabled, infobar.question button.flat:checked:checked:disabled, infobar.question button.flat:active:active:disabled, infobar.question button.flat:active:checked:disabled { - border-color: rgba(32, 32, 32, 0.32); } - infobar.question button:checked:focus, infobar.question button:checked:hover, infobar.question button:active:focus, infobar.question button:active:hover, infobar.question button.flat:checked:focus, infobar.question button.flat:checked:hover, infobar.question button.flat:active:focus, infobar.question button.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - infobar.question button:focus, infobar.question button:hover, infobar.question button.flat:focus, infobar.question button.flat:hover { - color: #282828; } - infobar.question button:disabled:disabled, infobar.question button.flat:disabled:disabled { - background-color: alpha(mix(#458588,#282828,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(#458588,#282828,0.6); - box-shadow: none; } - infobar.question button:disabled:disabled :disabled, infobar.question button.flat:disabled:disabled :disabled { - color: mix(#458588,#282828,0.6); } - infobar.question button:active:disabled, infobar.question button:checked:disabled, infobar.question button.flat:active:disabled, infobar.question button.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - infobar.question button:active:disabled :disabled, infobar.question button:checked:disabled :disabled, infobar.question button.flat:active:disabled :disabled, infobar.question button.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - infobar.question button.separator, infobar.question button .separator { - border: 1px solid currentColor; - color: rgba(69, 133, 136, 0.9); } - infobar.question button.separator:disabled, infobar.question button .separator:disabled { - color: rgba(69, 133, 136, 0.85); } - infobar.error, infobar.error:backdrop { - background-color: #cc241d; - background-image: none; - border: 1px solid #a31d17; - caret-color: currentColor; } - infobar.error label, infobar.error, infobar.error:backdrop label, infobar.error:backdrop { - color: #282828; } - infobar.error button { - background-color: #cc241d; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - infobar.error button:focus, infobar.error button:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - infobar.error button:active, infobar.error button:active:hover, infobar.error button:active:focus, infobar.error button:active:hover:focus, infobar.error button:checked, infobar.error button:checked:hover, infobar.error button:checked:focus, infobar.error button:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - infobar.error button:disabled { - border-color: rgba(34, 34, 34, 0.32); } - infobar.error button:active:disabled, infobar.error button:checked:disabled { - border-color: rgba(32, 32, 32, 0.32); } - .linked:not(.vertical) > infobar.error button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.error button, - stackswitcher:not(.vertical) > infobar.error button:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.error button:hover, - stackswitcher:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .linked:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.error button:checked, - stackswitcher:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) infobar.error button:checked:hover, - stackswitcher:not(.vertical) > infobar.error button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > infobar.error button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) infobar.error button, - stackswitcher.vertical > infobar.error button:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > infobar.error button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) infobar.error button:hover, - stackswitcher.vertical > infobar.error button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .linked.vertical > infobar.error button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) infobar.error button:checked, - stackswitcher.vertical > infobar.error button:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > infobar.error button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) infobar.error button:checked:hover, - stackswitcher.vertical > infobar.error button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - infobar.error button.flat { - color: #282828; - border-color: rgba(204, 36, 29, 0); - background-color: rgba(204, 36, 29, 0); - background-image: none; - box-shadow: none; } - infobar.error button:hover, infobar.error button.flat:hover { - background-color: #d6261e; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - infobar.error button:hover:focus, infobar.error button:hover:hover, infobar.error button.flat:hover:focus, infobar.error button.flat:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - infobar.error button:hover:active, infobar.error button:hover:active:hover, infobar.error button:hover:active:focus, infobar.error button:hover:active:hover:focus, infobar.error button:hover:checked, infobar.error button:hover:checked:hover, infobar.error button:hover:checked:focus, infobar.error button:hover:checked:hover:focus, infobar.error button.flat:hover:active, infobar.error button.flat:hover:active:hover, infobar.error button.flat:hover:active:focus, infobar.error button.flat:hover:active:hover:focus, infobar.error button.flat:hover:checked, infobar.error button.flat:hover:checked:hover, infobar.error button.flat:hover:checked:focus, infobar.error button.flat:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - infobar.error button:hover:disabled, infobar.error button.flat:hover:disabled { - border-color: rgba(34, 34, 34, 0.4); } - infobar.error button:hover:active:disabled, infobar.error button:hover:checked:disabled, infobar.error button.flat:hover:active:disabled, infobar.error button.flat:hover:checked:disabled { - border-color: rgba(32, 32, 32, 0.4); } - infobar.error button:focus, infobar.error button.flat:focus { - background-color: #d6261e; - background-image: none; - border-color: rgba(40, 40, 40, 0.32); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - infobar.error button:focus:hover, infobar.error button.flat:focus:hover { - background-color: #df2821; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - infobar.error button:focus:hover:focus, infobar.error button:focus:hover:hover, infobar.error button.flat:focus:hover:focus, infobar.error button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - infobar.error button:focus:hover:active, infobar.error button:focus:hover:active:hover, infobar.error button:focus:hover:active:focus, infobar.error button:focus:hover:active:hover:focus, infobar.error button:focus:hover:checked, infobar.error button:focus:hover:checked:hover, infobar.error button:focus:hover:checked:focus, infobar.error button:focus:hover:checked:hover:focus, infobar.error button.flat:focus:hover:active, infobar.error button.flat:focus:hover:active:hover, infobar.error button.flat:focus:hover:active:focus, infobar.error button.flat:focus:hover:active:hover:focus, infobar.error button.flat:focus:hover:checked, infobar.error button.flat:focus:hover:checked:hover, infobar.error button.flat:focus:hover:checked:focus, infobar.error button.flat:focus:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - infobar.error button:focus:hover:disabled, infobar.error button.flat:focus:hover:disabled { - border-color: rgba(34, 34, 34, 0.4); } - infobar.error button:focus:hover:active:disabled, infobar.error button:focus:hover:checked:disabled, infobar.error button.flat:focus:hover:active:disabled, infobar.error button.flat:focus:hover:checked:disabled { - border-color: rgba(32, 32, 32, 0.4); } - infobar.error button:checked, infobar.error button:active, infobar.error button.flat:checked, infobar.error button.flat:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(40, 40, 40, 0.06), inset 0 1px rgba(40, 40, 40, 0.07), inset -1px 0 rgba(40, 40, 40, 0.06), inset 0 -1px rgba(40, 40, 40, 0.05); } - infobar.error button:checked:focus, infobar.error button:checked:hover, infobar.error button:active:focus, infobar.error button:active:hover, infobar.error button.flat:checked:focus, infobar.error button.flat:checked:hover, infobar.error button.flat:active:focus, infobar.error button.flat:active:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - infobar.error button:checked:active, infobar.error button:checked:active:hover, infobar.error button:checked:active:focus, infobar.error button:checked:active:hover:focus, infobar.error button:checked:checked, infobar.error button:checked:checked:hover, infobar.error button:checked:checked:focus, infobar.error button:checked:checked:hover:focus, infobar.error button:active:active, infobar.error button:active:active:hover, infobar.error button:active:active:focus, infobar.error button:active:active:hover:focus, infobar.error button:active:checked, infobar.error button:active:checked:hover, infobar.error button:active:checked:focus, infobar.error button:active:checked:hover:focus, infobar.error button.flat:checked:active, infobar.error button.flat:checked:active:hover, infobar.error button.flat:checked:active:focus, infobar.error button.flat:checked:active:hover:focus, infobar.error button.flat:checked:checked, infobar.error button.flat:checked:checked:hover, infobar.error button.flat:checked:checked:focus, infobar.error button.flat:checked:checked:hover:focus, infobar.error button.flat:active:active, infobar.error button.flat:active:active:hover, infobar.error button.flat:active:active:focus, infobar.error button.flat:active:active:hover:focus, infobar.error button.flat:active:checked, infobar.error button.flat:active:checked:hover, infobar.error button.flat:active:checked:focus, infobar.error button.flat:active:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - infobar.error button:checked:disabled, infobar.error button:active:disabled, infobar.error button.flat:checked:disabled, infobar.error button.flat:active:disabled { - border-color: rgba(34, 34, 34, 0.32); } - infobar.error button:checked:active:disabled, infobar.error button:checked:checked:disabled, infobar.error button:active:active:disabled, infobar.error button:active:checked:disabled, infobar.error button.flat:checked:active:disabled, infobar.error button.flat:checked:checked:disabled, infobar.error button.flat:active:active:disabled, infobar.error button.flat:active:checked:disabled { - border-color: rgba(32, 32, 32, 0.32); } - infobar.error button:checked:focus, infobar.error button:checked:hover, infobar.error button:active:focus, infobar.error button:active:hover, infobar.error button.flat:checked:focus, infobar.error button.flat:checked:hover, infobar.error button.flat:active:focus, infobar.error button.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - infobar.error button:focus, infobar.error button:hover, infobar.error button.flat:focus, infobar.error button.flat:hover { - color: #282828; } - infobar.error button:disabled:disabled, infobar.error button.flat:disabled:disabled { - background-color: alpha(mix(#cc241d,#282828,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(#cc241d,#282828,0.6); - box-shadow: none; } - infobar.error button:disabled:disabled :disabled, infobar.error button.flat:disabled:disabled :disabled { - color: mix(#cc241d,#282828,0.6); } - infobar.error button:active:disabled, infobar.error button:checked:disabled, infobar.error button.flat:active:disabled, infobar.error button.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - infobar.error button:active:disabled :disabled, infobar.error button:checked:disabled :disabled, infobar.error button.flat:active:disabled :disabled, infobar.error button.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - infobar.error button.separator, infobar.error button .separator { - border: 1px solid currentColor; - color: rgba(204, 36, 29, 0.9); } - infobar.error button.separator:disabled, infobar.error button .separator:disabled { - color: rgba(204, 36, 29, 0.85); } - -/********* - ! Entry * -**********/ -.linked:not(.vertical) > entry { - border-width: 1px; - border-radius: 0; - border-right-width: 0; - border-left-width: 0; } - .linked:not(.vertical) > entry:first-child { - border-width: 1px; - border-radius: 4px; - border-right-width: 0; - border-bottom-right-radius: 0; - border-top-right-radius: 0; } - .linked:not(.vertical) > entry:first-child:dir(rtl) { - border-left-width: 0; - border-right-width: 1px; } - .linked:not(.vertical) > entry:last-child { - border-width: 1px; - border-radius: 4px; - border-left-width: 0; - border-bottom-left-radius: 0; - border-top-left-radius: 0; } - .linked:not(.vertical) > entry:last-child:dir(rtl) { - border-left-width: 1px; - border-right-width: 0; } - .linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > entry:first-child:only-child { - border-width: 1px; } - .linked:not(.vertical) > entry:only-child { - border-radius: 4px; } - -.linked.vertical > entry { - border-width: 1px; - border-radius: 0; - border-top-width: 0; - border-bottom-width: 0; } - .linked.vertical > entry:first-child { - border-width: 1px; - border-radius: 4px; - border-top-width: 1px; - border-bottom-width: 0; - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; } - .linked.vertical > entry:first-child:dir(rtl) { - border-top-width: 0; - border-bottom-width: 1px; } - .linked.vertical > entry:last-child { - border-width: 1px; - border-radius: 4px; - border-top-width: 0; - border-bottom-width: 1px; - border-top-left-radius: 0; - border-top-right-radius: 0; } - .linked.vertical > entry:last-child:dir(rtl) { - border-top-width: 1px; - border-bottom-width: 0; } - .linked.vertical > entry:only-child, .linked.vertical > entry:first-child:only-child { - border-width: 1px; } - .linked.vertical > entry:only-child { - border-radius: 4px; } - -entry, menuitem entry, popover.background entry, .osd entry, -#XfceNotifyWindow entry, #login_window entry { - border-width: 1px; - border-style: solid; - border-radius: 4px; - transition: border 100ms ease-out; - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.1), inset 0 1px rgba(66, 52, 17, 0.12), inset -1px 0 rgba(66, 52, 17, 0.1), inset 0 -1px rgba(66, 52, 17, 0.05); } - entry:focus, popover.background entry:focus, - #XfceNotifyWindow entry:focus, #login_window entry:focus, entry:hover, popover.background entry:hover, - #XfceNotifyWindow entry:hover, #login_window entry:hover, entry:active, popover.background entry:active, - #XfceNotifyWindow entry:active, #login_window entry:active { - transition: border 100ms ease-in; } - entry:selected, popover.background entry:selected, - #XfceNotifyWindow entry:selected, #login_window entry:selected, entry:selected:selected:focus, - #XfceNotifyWindow entry:selected:selected:focus, #login_window entry:selected:selected:focus { - background-color: #928374; - color: #282828; } - entry:disabled, popover.background entry:disabled, - #XfceNotifyWindow entry:disabled, #login_window entry:disabled { - box-shadow: none; } - entry progress, popover.background entry progress, .osd entry progress, #XfceNotifyWindow entry progress, #login_window entry progress { - background-color: #928374; - background-image: none; - border-width: 0; - border-radius: 4px; - color: #282828; } - entry image.left, #XfceNotifyWindow entry image.left, #login_window entry image.left { - padding-right: 3px; } - entry image.right, #XfceNotifyWindow entry image.right, #login_window entry image.right { - padding-left: 3px; } - entry.warning, popover.background entry.warning, - #XfceNotifyWindow entry.warning, #login_window entry.warning { - color: #282828; - border-color: #ac7a1a; - background-color: mix(#282828,#d79921,0.6); } - entry.warning image, #XfceNotifyWindow entry.warning image, #login_window entry.warning image { - color: #282828; } - entry.warning:focus, - #XfceNotifyWindow entry.warning:focus, #login_window entry.warning:focus { - color: #282828; - border-color: mix(#928374,#d79921,0.3); - background-color: #d79921; - box-shadow: none; } - entry.warning selection, #XfceNotifyWindow entry.warning selection, #login_window entry.warning selection { - background-color: #282828; - color: #d79921; } - entry.error, popover.background entry.error, - #XfceNotifyWindow entry.error, #login_window entry.error { - color: #282828; - border-color: #a31d17; - background-color: mix(#282828,#cc241d,0.6); } - entry.error image, #XfceNotifyWindow entry.error image, #login_window entry.error image { - color: #282828; } - entry.error:focus, - #XfceNotifyWindow entry.error:focus, #login_window entry.error:focus { - color: #282828; - border-color: mix(#928374,#cc241d,0.3); - background-color: #cc241d; - box-shadow: none; } - entry.error selection, #XfceNotifyWindow entry.error selection, #login_window entry.error selection { - background-color: #282828; - color: #cc241d; } - entry.search-missing, popover.background entry.search-missing, - #XfceNotifyWindow entry.search-missing, #login_window entry.search-missing { - color: #282828; - border-color: #a31d17; - background-color: mix(#282828,#cc241d,0.6); } - entry.search-missing image, #XfceNotifyWindow entry.search-missing image, #login_window entry.search-missing image { - color: #282828; } - entry.search-missing:focus, - #XfceNotifyWindow entry.search-missing:focus, #login_window entry.search-missing:focus { - color: #282828; - border-color: mix(#928374,#cc241d,0.3); - background-color: #cc241d; - box-shadow: none; } - entry.search-missing selection, #XfceNotifyWindow entry.search-missing selection, #login_window entry.search-missing selection { - background-color: #282828; - color: #cc241d; } - -/********* - ! Menubar -**********/ -menubar, .menubar { - -GtkWidget-window-dragging: true; - padding: 0; - border: 0; - background-color: #1d2021; - background-image: none; - color: #fbf1c7; } - menubar > menuitem, .menubar > menuitem { - min-height: 16px; - padding: 5px 7px; - border: 1px solid transparent; - background-color: transparent; - background-image: none; - color: #fbf1c7; } - menubar > menuitem:hover, .menubar > menuitem:hover { - border-color: mix(#1d2021,#fbf1c7,0.21); - background-color: mix(#1d2021,#fbf1c7,0.21); - background-image: none; - color: #fdf9e9; } - menubar > menuitem *:hover, .menubar > menuitem *:hover { - color: #fdf9e9; } - -/****** - ! Menu -*******/ -menu, -.menu, -.context-menu { - border-radius: 0; - padding: 3px; - background-color: #1d2021; - color: #fbf1c7; - border: 1px solid mix(#1d2021,#fbf1c7,0.21); } - .csd menu, .csd - .menu, .csd - .context-menu { - border: 0; } - menu:selected, - .menu:selected, - .context-menu:selected { - background-color: #928374; - color: #282828; } - menu separator, - .csd menu separator, - .menu separator, - .csd - .menu separator, - .context-menu separator, - .csd - .context-menu separator { - background-color: mix(#1d2021,#fbf1c7,0.18); - margin: 1px 0; } - menu .separator, - .csd menu .separator, - .menu .separator, - .csd - .menu .separator, - .context-menu .separator, - .csd - .context-menu .separator { - color: mix(#1d2021,#fbf1c7,0.18); } - menu menuitem, - .menu menuitem, - .context-menu menuitem { - min-height: 16px; - min-width: 40px; - padding: 5px; - border-radius: 0; } - menu menuitem:active, menu menuitem:hover, - .menu menuitem:active, - .menu menuitem:hover, - .context-menu menuitem:active, - .context-menu menuitem:hover { - border: 0; - background-color: #928374; - background-image: none; - color: #282828; } - menu menuitem:active accelerator, menu menuitem:hover accelerator, - .menu menuitem:active accelerator, - .menu menuitem:hover accelerator, - .context-menu menuitem:active accelerator, - .context-menu menuitem:hover accelerator { - color: rgba(40, 40, 40, 0.6); } - menu menuitem *:active, menu menuitem *:hover, - .menu menuitem *:active, - .menu menuitem *:hover, - .context-menu menuitem *:active, - .context-menu menuitem *:hover { - color: #282828; } - menu menuitem:disabled, menu menuitem *:disabled, - .menu menuitem:disabled, - .menu menuitem *:disabled, - .context-menu menuitem:disabled, - .context-menu menuitem *:disabled { - color: mix(#fbf1c7,#1d2021,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: 10px; } - 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: 10px; } - menu menuitem.button, menu menuitem.button:focus, menu menuitem.button:active, menu menuitem.button:disabled, menu menuitem.button:active:disabled, menu menuitem.button.flat, menu menuitem.button.flat:focus, menu menuitem.button.flat:active, menu menuitem.button.flat:disabled, menu menuitem.button.flat:active:disabled, - .menu menuitem.button, - .menu menuitem.button:focus, - .menu menuitem.button:active, - .menu menuitem.button:disabled, - .menu menuitem.button:active:disabled, - .menu menuitem.button.flat, - .menu menuitem.button.flat:focus, - .menu menuitem.button.flat:active, - .menu menuitem.button.flat:disabled, - .menu menuitem.button.flat:active:disabled, - .context-menu menuitem.button, - .context-menu menuitem.button:focus, - .context-menu menuitem.button:active, - .context-menu menuitem.button:disabled, - .context-menu menuitem.button:active:disabled, - .context-menu menuitem.button.flat, - .context-menu menuitem.button.flat:focus, - .context-menu menuitem.button.flat:active, - .context-menu menuitem.button.flat:disabled, - .context-menu menuitem.button.flat:active:disabled { - background-color: transparent; - background-image: none; - border: 0; - box-shadow: none; - color: currentColor; } - menu menuitem.button:hover, menu menuitem.button:focus:hover, menu menuitem.button:active:hover, menu menuitem.button:selected, menu menuitem.button.flat:hover, menu menuitem.button.flat:focus:hover, menu menuitem.button.flat:active:hover, menu menuitem.button.flat:selected, - .menu menuitem.button:hover, - .menu menuitem.button:focus:hover, - .menu menuitem.button:active:hover, - .menu menuitem.button:selected, - .menu menuitem.button.flat:hover, - .menu menuitem.button.flat:focus:hover, - .menu menuitem.button.flat:active:hover, - .menu menuitem.button.flat:selected, - .context-menu menuitem.button:hover, - .context-menu menuitem.button:focus:hover, - .context-menu menuitem.button:active:hover, - .context-menu menuitem.button:selected, - .context-menu menuitem.button.flat:hover, - .context-menu menuitem.button.flat:focus:hover, - .context-menu menuitem.button.flat:active:hover, - .context-menu menuitem.button.flat:selected { - background-image: none; - background-color: #928374; - color: #282828; } - menu menuitem calendar, - .menu menuitem calendar, - .context-menu menuitem calendar { - color: #fbf1c7; } - menu menuitem calendar.header, - .menu menuitem calendar.header, - .context-menu menuitem calendar.header { - border-bottom: 1px solid #1a1d1e; - border-radius: 0; } - menu menuitem calendar.header:backdrop, - .menu menuitem calendar.header:backdrop, - .context-menu menuitem calendar.header:backdrop { - border-color: #1a1d1e; } - menu menuitem calendar.button, - .menu menuitem calendar.button, - .context-menu menuitem calendar.button { - color: rgba(251, 241, 199, 0.55); } - menu menuitem calendar.button:hover, - .menu menuitem calendar.button:hover, - .context-menu menuitem calendar.button:hover { - color: #fbf1c7; } - menu menuitem calendar:indeterminate, menu menuitem calendar:indeterminate:backdrop, - .menu menuitem calendar:indeterminate, - .menu menuitem calendar:indeterminate:backdrop, - .context-menu menuitem calendar:indeterminate, - .context-menu menuitem calendar:indeterminate:backdrop { - color: mix(#fbf1c7,#1d2021,0.5); } - 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: 3px; - background-color: #1d2021; - border-radius: 0; } - menu > arrow.top, - .menu > arrow.top, - .context-menu > arrow.top { - margin-top: -6px; - border-bottom: 1px solid mix(#1d2021,#fbf1c7,0.18); - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } - menu > arrow.bottom, - .menu > arrow.bottom, - .context-menu > arrow.bottom { - margin-bottom: -6px; - border-top: 1px solid mix(#1d2021,#fbf1c7,0.18); - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - menu > arrow:hover, - .menu > arrow:hover, - .context-menu > arrow:hover { - background-color: mix(#1d2021,#fbf1c7,0.1); } - menu > arrow:backdrop, - .menu > arrow:backdrop, - .context-menu > arrow:backdrop { - background-color: #282828; } - menu > arrow:disabled, - .menu > arrow:disabled, - .context-menu > arrow:disabled { - color: transparent; - background-color: transparent; - border-color: transparent; } - -.context-menu { - font: initial; } - -.monospace { - font-family: monospace; } - -menuitem accelerator { - color: rgba(251, 241, 199, 0.6); } - menuitem accelerator:hover { - color: rgba(40, 40, 40, 0.8); } - menuitem accelerator:disabled { - color: alpha(mix(#fbf1c7,#1d2021,0.5),0.4); } - -menuitem check, menuitem radio { - min-height: 16px; - min-width: 16px; } - menuitem check:dir(ltr), menuitem radio:dir(ltr) { - margin-right: 7px; } - menuitem check:dir(rtl), menuitem radio:dir(rtl) { - margin-left: 7px; } - -menuitem window decoration { - box-shadow: 0 2px 3px rgba(131, 104, 34, 0.2); } - -menuitem entry { - background-color: #1d2021; - background-image: none; - border-color: shade(mix(#1d2021,#fbf1c7,0.2),0.8); - padding: 5px 3px; - color: #fbf1c7; - caret-color: #a89984; - -gtk-secondary-caret-color: #a89984; } - menuitem entry:focus, menuitem entry:hover { - border-color: mix(#928374,mix(#1d2021,#fbf1c7,0.2),0.3); } - menuitem entry:active, menuitem entry:active:hover, menuitem entry:active:focus, menuitem entry:active:hover:focus, menuitem entry:checked, menuitem entry:checked:hover, menuitem entry:checked:focus, menuitem entry:checked:hover:focus { - border-color: shade(mix(#1d2021,#fbf1c7,0.2),0.7); } - menuitem entry:disabled { - border-color: shade(mix(#1d2021,#fbf1c7,0.2),0.85); } - menuitem entry:active:disabled, menuitem entry:checked:disabled { - border-color: shade(mix(#1d2021,#fbf1c7,0.2),0.8); } - menuitem entry:focus, menuitem entry:active { - border-color: mix(#928374,mix(#282828,#ebdbb2,0.18),0.3); } - menuitem entry:disabled { - background-color: mix(#1d2021,#fbf1c7,0.07); - background-image: none; - opacity: .9; - color: mix(#1d2021,#fbf1c7,0.9); } - -/********* - ! Popover -**********/ -popover.background { - padding: 0px; - border-radius: 4px; - background-clip: border-box; - background-color: #1d2021; - background-image: none; - color: #fbf1c7; - box-shadow: 0 3px 6px rgba(131, 104, 34, 0.16); } - .csd popover.background, popover.background { - /*@include border($menu_bg_color);*/ - border-color: rgba(245, 220, 115, 0.5); - border-width: 1px; - border-style: solid; } - .csd popover.background:focus, .csd popover.background:hover, popover.background:focus, popover.background:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.5),0.3); } - .csd popover.background:active, .csd popover.background:active:hover, .csd popover.background:active:focus, .csd popover.background:active:hover:focus, .csd popover.background:checked, .csd popover.background:checked:hover, .csd popover.background:checked:focus, .csd popover.background:checked:hover:focus, popover.background:active, popover.background:active:hover, popover.background:active:focus, popover.background:active:hover:focus, popover.background:checked, popover.background:checked:hover, popover.background:checked:focus, popover.background:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.5); } - .csd popover.background:disabled, popover.background:disabled { - border-color: rgba(247, 225, 136, 0.5); } - .csd popover.background:active:disabled, .csd popover.background:checked:disabled, popover.background:active:disabled, popover.background:checked:disabled { - border-color: rgba(245, 220, 115, 0.5); } - popover.background:backdrop { - box-shadow: none; } - popover.background treeview.view:hover, popover.background treeview.view:selected, popover.background treeview.view:selected:focus, popover.background treeview.view:backdrop:selected, popover.background treeview.view:backdrop:selected:focus { - border-top-color: #928374; } - popover.background treeview.view, popover.background treeview.view:backdrop { - border-top-color: #232628; } - popover.background view:hover, popover.background .view:hover, popover.background iconview:hover, popover.background list:hover { - background-image: none; - background-color: #928374; - color: #282828; } - popover.background view, popover.background view:backdrop, popover.background .view, popover.background iconview, popover.background .view:backdrop, popover.background iconview:backdrop, popover.background list, popover.background list:backdrop { - background-color: #262a2b; - background-image: none; - color: #fbf1c7; - border-color: #171a1a; } - popover.background list row, popover.background list row .button { - background-color: transparent; - background-image: none; - color: #fbf1c7; } - popover.background list row:focus, popover.background list row:hover, popover.background list row:active, popover.background list row .button:focus, popover.background list row .button:hover, popover.background list row .button:active { - background-image: none; - background-color: #928374; - color: #282828; } - popover.background .frame { - border-color: #171a1a; - border-radius: 4px; } - popover.background entry { - background-color: #282828; - background-image: none; - border-color: shade(mix(#282828,#ebdbb2,0.2),0.8); - padding: 5px 3px; - color: #ebdbb2; - caret-color: #a89984; - -gtk-secondary-caret-color: #a89984; } - popover.background entry:focus, popover.background entry:hover { - border-color: mix(#928374,mix(#282828,#ebdbb2,0.2),0.3); } - popover.background entry:active, popover.background entry:active:hover, popover.background entry:active:focus, popover.background entry:active:hover:focus, popover.background entry:checked, popover.background entry:checked:hover, popover.background entry:checked:focus, popover.background entry:checked:hover:focus { - border-color: shade(mix(#282828,#ebdbb2,0.2),0.7); } - popover.background entry:disabled { - border-color: shade(mix(#282828,#ebdbb2,0.2),0.85); } - popover.background entry:active:disabled, popover.background entry:checked:disabled { - border-color: shade(mix(#282828,#ebdbb2,0.2),0.8); } - popover.background entry:focus, popover.background entry:active { - border-color: mix(#928374,mix(#282828,#ebdbb2,0.18),0.3); } - popover.background entry:disabled { - background-color: mix(#282828,#ebdbb2,0.07); - background-image: none; - opacity: .9; - color: mix(#282828,#ebdbb2,0.9); } - popover.background button { - background-color: #282828; - background-image: none; - border-color: rgba(245, 220, 115, 0.22); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - popover.background button:focus, popover.background button:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.22),0.3); } - popover.background button:active, popover.background button:active:hover, popover.background button:active:focus, popover.background button:active:hover:focus, popover.background button:checked, popover.background button:checked:hover, popover.background button:checked:focus, popover.background button:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.22); } - popover.background button:disabled { - border-color: rgba(247, 225, 136, 0.22); } - popover.background button:active:disabled, popover.background button:checked:disabled { - border-color: rgba(245, 220, 115, 0.22); } - .linked:not(.vertical) > popover.background button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) popover.background button, - stackswitcher:not(.vertical) > popover.background button:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > popover.background button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) popover.background button:hover, - stackswitcher:not(.vertical) > popover.background button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .linked:not(.vertical) > popover.background button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) popover.background button:checked, - stackswitcher:not(.vertical) > popover.background button:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > popover.background button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) popover.background button:checked:hover, - stackswitcher:not(.vertical) > popover.background button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > popover.background button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) popover.background button, - stackswitcher.vertical > popover.background button:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > popover.background button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) popover.background button:hover, - stackswitcher.vertical > popover.background button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .linked.vertical > popover.background button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) popover.background button:checked, - stackswitcher.vertical > popover.background button:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > popover.background button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) popover.background button:checked:hover, - stackswitcher.vertical > popover.background button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - popover.background button.flat { - color: #fbf1c7; - border-color: rgba(40, 40, 40, 0); - background-color: rgba(40, 40, 40, 0); - background-image: none; - box-shadow: none; } - popover.background button:hover, popover.background button.flat:hover { - background-color: #2a2a2a; - background-image: none; - border-color: rgba(245, 220, 115, 0.3); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - popover.background button:hover:focus, popover.background button:hover:hover, popover.background button.flat:hover:focus, popover.background button.flat:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - popover.background button:hover:active, popover.background button:hover:active:hover, popover.background button:hover:active:focus, popover.background button:hover:active:hover:focus, popover.background button:hover:checked, popover.background button:hover:checked:hover, popover.background button:hover:checked:focus, popover.background button:hover:checked:hover:focus, popover.background button.flat:hover:active, popover.background button.flat:hover:active:hover, popover.background button.flat:hover:active:focus, popover.background button.flat:hover:active:hover:focus, popover.background button.flat:hover:checked, popover.background button.flat:hover:checked:hover, popover.background button.flat:hover:checked:focus, popover.background button.flat:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.3); } - popover.background button:hover:disabled, popover.background button.flat:hover:disabled { - border-color: rgba(247, 225, 136, 0.3); } - popover.background button:hover:active:disabled, popover.background button:hover:checked:disabled, popover.background button.flat:hover:active:disabled, popover.background button.flat:hover:checked:disabled { - border-color: rgba(245, 220, 115, 0.3); } - popover.background button:focus, popover.background button.flat:focus { - background-color: #2a2a2a; - background-image: none; - border-color: rgba(251, 241, 199, 0.22); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - popover.background button:focus:hover, popover.background button.flat:focus:hover { - background-color: #2c2c2c; - background-image: none; - border-color: rgba(245, 220, 115, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - popover.background button:focus:hover:focus, popover.background button:focus:hover:hover, popover.background button.flat:focus:hover:focus, popover.background button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - popover.background button:focus:hover:active, popover.background button:focus:hover:active:hover, popover.background button:focus:hover:active:focus, popover.background button:focus:hover:active:hover:focus, popover.background button:focus:hover:checked, popover.background button:focus:hover:checked:hover, popover.background button:focus:hover:checked:focus, popover.background button:focus:hover:checked:hover:focus, popover.background button.flat:focus:hover:active, popover.background button.flat:focus:hover:active:hover, popover.background button.flat:focus:hover:active:focus, popover.background button.flat:focus:hover:active:hover:focus, popover.background button.flat:focus:hover:checked, popover.background button.flat:focus:hover:checked:hover, popover.background button.flat:focus:hover:checked:focus, popover.background button.flat:focus:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.3); } - popover.background button:focus:hover:disabled, popover.background button.flat:focus:hover:disabled { - border-color: rgba(247, 225, 136, 0.3); } - popover.background button:focus:hover:active:disabled, popover.background button:focus:hover:checked:disabled, popover.background button.flat:focus:hover:active:disabled, popover.background button.flat:focus:hover:checked:disabled { - border-color: rgba(245, 220, 115, 0.3); } - popover.background button:checked, popover.background button:active, popover.background button.flat:checked, popover.background button.flat:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(245, 220, 115, 0.22); - color: #282828; - box-shadow: inset 1px 0 rgba(251, 241, 199, 0.06), inset 0 1px rgba(251, 241, 199, 0.07), inset -1px 0 rgba(251, 241, 199, 0.06), inset 0 -1px rgba(251, 241, 199, 0.05); } - popover.background button:checked:focus, popover.background button:checked:hover, popover.background button:active:focus, popover.background button:active:hover, popover.background button.flat:checked:focus, popover.background button.flat:checked:hover, popover.background button.flat:active:focus, popover.background button.flat:active:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.22),0.3); } - popover.background button:checked:active, popover.background button:checked:active:hover, popover.background button:checked:active:focus, popover.background button:checked:active:hover:focus, popover.background button:checked:checked, popover.background button:checked:checked:hover, popover.background button:checked:checked:focus, popover.background button:checked:checked:hover:focus, popover.background button:active:active, popover.background button:active:active:hover, popover.background button:active:active:focus, popover.background button:active:active:hover:focus, popover.background button:active:checked, popover.background button:active:checked:hover, popover.background button:active:checked:focus, popover.background button:active:checked:hover:focus, popover.background button.flat:checked:active, popover.background button.flat:checked:active:hover, popover.background button.flat:checked:active:focus, popover.background button.flat:checked:active:hover:focus, popover.background button.flat:checked:checked, popover.background button.flat:checked:checked:hover, popover.background button.flat:checked:checked:focus, popover.background button.flat:checked:checked:hover:focus, popover.background button.flat:active:active, popover.background button.flat:active:active:hover, popover.background button.flat:active:active:focus, popover.background button.flat:active:active:hover:focus, popover.background button.flat:active:checked, popover.background button.flat:active:checked:hover, popover.background button.flat:active:checked:focus, popover.background button.flat:active:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.22); } - popover.background button:checked:disabled, popover.background button:active:disabled, popover.background button.flat:checked:disabled, popover.background button.flat:active:disabled { - border-color: rgba(247, 225, 136, 0.22); } - popover.background button:checked:active:disabled, popover.background button:checked:checked:disabled, popover.background button:active:active:disabled, popover.background button:active:checked:disabled, popover.background button.flat:checked:active:disabled, popover.background button.flat:checked:checked:disabled, popover.background button.flat:active:active:disabled, popover.background button.flat:active:checked:disabled { - border-color: rgba(245, 220, 115, 0.22); } - popover.background button:checked:focus, popover.background button:checked:hover, popover.background button:active:focus, popover.background button:active:hover, popover.background button.flat:checked:focus, popover.background button.flat:checked:hover, popover.background button.flat:active:focus, popover.background button.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - popover.background button:focus, popover.background button:hover, popover.background button.flat:focus, popover.background button.flat:hover { - color: #fbf1c7; } - popover.background button:disabled:disabled, popover.background button.flat:disabled:disabled { - background-color: alpha(mix(#282828,#fbf1c7,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(#282828,#fbf1c7,0.6); - box-shadow: none; } - popover.background button:disabled:disabled :disabled, popover.background button.flat:disabled:disabled :disabled { - color: mix(#282828,#fbf1c7,0.6); } - popover.background button:active:disabled, popover.background button:checked:disabled, popover.background button.flat:active:disabled, popover.background button.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - popover.background button:active:disabled :disabled, popover.background button:checked:disabled :disabled, popover.background button.flat:active:disabled :disabled, popover.background button.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - popover.background button.separator, popover.background button .separator { - border: 1px solid currentColor; - color: rgba(40, 40, 40, 0.9); } - popover.background button.separator:disabled, popover.background button .separator:disabled { - color: rgba(40, 40, 40, 0.85); } - popover.background .linked > button { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - popover.background .linked > button:focus, popover.background .linked > button:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - popover.background .linked > button:active, popover.background .linked > button:active:hover, popover.background .linked > button:active:focus, popover.background .linked > button:active:hover:focus, popover.background .linked > button:checked, popover.background .linked > button:checked:hover, popover.background .linked > button:checked:focus, popover.background .linked > button:checked:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset 0 -1px rgba(66, 52, 17, 0.05); } - popover.background .linked > button:disabled { - box-shadow: inset -1px 0 #202020; } - popover.background .linked > button:last-child, popover.background .linked > button:only-child { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - popover.background .linked > button:last-child:hover, popover.background .linked > button:only-child:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - popover.background .linked > button:disabled:last-child, popover.background .linked > button:disabled:only-child, popover.background .linked > button:active:disabled:last-child, popover.background .linked > button:active:disabled:only-child, popover.background .linked > button:checked:disabled:last-child, popover.background .linked > button:checked:disabled:only-child { - box-shadow: none; } - popover.background .linked > button:active:last-child, popover.background .linked > button:active:last-child:focus, popover.background .linked > button:active:last-child:hover, popover.background .linked > button:active:last-child:hover:focus, popover.background .linked > button:checked:last-child, popover.background .linked > button:checked:last-child:focus, popover.background .linked > button:checked:last-child:hover, popover.background .linked > button:checked:last-child:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - popover.background .linked > button:active:only-child, popover.background .linked > button:active:only-child:focus, popover.background .linked > button:active:only-child:hover, popover.background .linked > button:active:only-child:hover:focus, popover.background .linked > button:checked:only-child, popover.background .linked > button:checked:only-child:focus, popover.background .linked > button:checked:only-child:hover, popover.background .linked > button:checked:only-child:hover:focus { - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.06), inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - popover.background > list, popover.background > .view, popover.background > iconview, popover.background > toolbar { - border-style: none; - background-color: transparent; } - -modelbutton.flat, -menuitem.button.flat { - padding: 5px; - outline-color: transparent; - transition: none; } - modelbutton.flat:hover, - menuitem.button.flat:hover { - background-color: #928374; - color: #282828; } - modelbutton.flat:checked, - menuitem.button.flat:checked { - color: #ebdbb2; } - modelbutton.flat arrow.left, - menuitem.button.flat arrow.left { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); } - modelbutton.flat arrow.right, - menuitem.button.flat arrow.right { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - modelbutton.flat check:last-child, - modelbutton.flat radio:last-child, - menuitem.button.flat check:last-child, - menuitem.button.flat radio:last-child { - margin-left: 8px; } - modelbutton.flat check:first-child, - modelbutton.flat radio:first-child, - menuitem.button.flat check:first-child, - menuitem.button.flat radio:first-child { - margin-right: 8px; } - -/*************** -! Dimmed label * -****************/ -.dim-label, label.separator { - opacity: .5; - text-shadow: none; } - -/*********** - ! Tooltip * -************/ -.tooltip.background, .tooltip.background.csd, -tooltip.background, -tooltip.background.csd { - background-color: #282828; - background-clip: padding-box; - border: 1px solid #202020; - border-radius: 4px; - color: #ebdbb2; } - -.tooltip *, -tooltip * { - background-color: transparent; - color: inherit; } - -/*********** - ! Dialogs * -************/ -messagedialog, .message-dialog, .prompt { - -GtkDialog-content-area-border: 0; - -GtkDialog-action-area-border: 0; - -GtkDialog-button-spacing: 3px; - margin: 0; - padding: 0; } - messagedialog .dialog-action-box, .message-dialog .dialog-action-box, .prompt .dialog-action-box { - margin: 6px; } - -printdialog paper { - color: #ebdbb2; - border: 1px solid mix(#282828,#ebdbb2,0.18); - background: #292929; - padding: 0; } - printdialog paper:backdrop { - color: mix(#ebdbb2,#282828,0.5); - border-color: mix(#282828,mix(#282828,#ebdbb2,0.18),0.9); } - -printdialog .dialog-action-box { - margin: 6px; } - -/********************* - ! App notifications * -**********************/ -frame.app-notification { - border-style: solid; - border-color: rgba(23, 26, 26, 0.8); - border-width: 0 1px 1px; - border-radius: 0 0 4px 4px; - padding: 6px; - background-color: rgba(29, 32, 33, 0.8); - background-image: none; - color: #fbf1c7; } - frame.app-notification button { - background-color: rgba(29, 32, 33, 0.8); - background-image: none; - border-color: rgba(245, 220, 115, 0.22); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - frame.app-notification button:focus, frame.app-notification button:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.22),0.3); } - frame.app-notification button:active, frame.app-notification button:active:hover, frame.app-notification button:active:focus, frame.app-notification button:active:hover:focus, frame.app-notification button:checked, frame.app-notification button:checked:hover, frame.app-notification button:checked:focus, frame.app-notification button:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.22); } - frame.app-notification button:disabled { - border-color: rgba(247, 225, 136, 0.22); } - frame.app-notification button:active:disabled, frame.app-notification button:checked:disabled { - border-color: rgba(245, 220, 115, 0.22); } - .linked:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) frame.app-notification button, - stackswitcher:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) frame.app-notification button:hover, - stackswitcher:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .linked:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) frame.app-notification button:checked, - stackswitcher:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) frame.app-notification button:checked:hover, - stackswitcher:not(.vertical) > frame.app-notification button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > frame.app-notification button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) frame.app-notification button, - stackswitcher.vertical > frame.app-notification button:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > frame.app-notification button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) frame.app-notification button:hover, - stackswitcher.vertical > frame.app-notification button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .linked.vertical > frame.app-notification button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) frame.app-notification button:checked, - stackswitcher.vertical > frame.app-notification button:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > frame.app-notification button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) frame.app-notification button:checked:hover, - stackswitcher.vertical > frame.app-notification button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - frame.app-notification button.flat { - color: #fbf1c7; - border-color: rgba(29, 32, 33, 0); - background-color: rgba(29, 32, 33, 0); - background-image: none; - box-shadow: none; } - frame.app-notification button:hover, frame.app-notification button.flat:hover { - background-color: rgba(30, 34, 35, 0.8); - background-image: none; - border-color: rgba(245, 220, 115, 0.3); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - frame.app-notification button:hover:focus, frame.app-notification button:hover:hover, frame.app-notification button.flat:hover:focus, frame.app-notification button.flat:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - frame.app-notification button:hover:active, frame.app-notification button:hover:active:hover, frame.app-notification button:hover:active:focus, frame.app-notification button:hover:active:hover:focus, frame.app-notification button:hover:checked, frame.app-notification button:hover:checked:hover, frame.app-notification button:hover:checked:focus, frame.app-notification button:hover:checked:hover:focus, frame.app-notification button.flat:hover:active, frame.app-notification button.flat:hover:active:hover, frame.app-notification button.flat:hover:active:focus, frame.app-notification button.flat:hover:active:hover:focus, frame.app-notification button.flat:hover:checked, frame.app-notification button.flat:hover:checked:hover, frame.app-notification button.flat:hover:checked:focus, frame.app-notification button.flat:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.3); } - frame.app-notification button:hover:disabled, frame.app-notification button.flat:hover:disabled { - border-color: rgba(247, 225, 136, 0.3); } - frame.app-notification button:hover:active:disabled, frame.app-notification button:hover:checked:disabled, frame.app-notification button.flat:hover:active:disabled, frame.app-notification button.flat:hover:checked:disabled { - border-color: rgba(245, 220, 115, 0.3); } - frame.app-notification button:focus, frame.app-notification button.flat:focus { - background-color: rgba(30, 34, 35, 0.8); - background-image: none; - border-color: rgba(251, 241, 199, 0.22); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - frame.app-notification button:focus:hover, frame.app-notification button.flat:focus:hover { - background-color: rgba(32, 35, 36, 0.8); - background-image: none; - border-color: rgba(245, 220, 115, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - frame.app-notification button:focus:hover:focus, frame.app-notification button:focus:hover:hover, frame.app-notification button.flat:focus:hover:focus, frame.app-notification button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - frame.app-notification button:focus:hover:active, frame.app-notification button:focus:hover:active:hover, frame.app-notification button:focus:hover:active:focus, frame.app-notification button:focus:hover:active:hover:focus, frame.app-notification button:focus:hover:checked, frame.app-notification button:focus:hover:checked:hover, frame.app-notification button:focus:hover:checked:focus, frame.app-notification button:focus:hover:checked:hover:focus, frame.app-notification button.flat:focus:hover:active, frame.app-notification button.flat:focus:hover:active:hover, frame.app-notification button.flat:focus:hover:active:focus, frame.app-notification button.flat:focus:hover:active:hover:focus, frame.app-notification button.flat:focus:hover:checked, frame.app-notification button.flat:focus:hover:checked:hover, frame.app-notification button.flat:focus:hover:checked:focus, frame.app-notification button.flat:focus:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.3); } - frame.app-notification button:focus:hover:disabled, frame.app-notification button.flat:focus:hover:disabled { - border-color: rgba(247, 225, 136, 0.3); } - frame.app-notification button:focus:hover:active:disabled, frame.app-notification button:focus:hover:checked:disabled, frame.app-notification button.flat:focus:hover:active:disabled, frame.app-notification button.flat:focus:hover:checked:disabled { - border-color: rgba(245, 220, 115, 0.3); } - frame.app-notification button:checked, frame.app-notification button:active, frame.app-notification button.flat:checked, frame.app-notification button.flat:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(245, 220, 115, 0.22); - color: #282828; - box-shadow: inset 1px 0 rgba(251, 241, 199, 0.06), inset 0 1px rgba(251, 241, 199, 0.07), inset -1px 0 rgba(251, 241, 199, 0.06), inset 0 -1px rgba(251, 241, 199, 0.05); } - frame.app-notification button:checked:focus, frame.app-notification button:checked:hover, frame.app-notification button:active:focus, frame.app-notification button:active:hover, frame.app-notification button.flat:checked:focus, frame.app-notification button.flat:checked:hover, frame.app-notification button.flat:active:focus, frame.app-notification button.flat:active:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.22),0.3); } - frame.app-notification button:checked:active, frame.app-notification button:checked:active:hover, frame.app-notification button:checked:active:focus, frame.app-notification button:checked:active:hover:focus, frame.app-notification button:checked:checked, frame.app-notification button:checked:checked:hover, frame.app-notification button:checked:checked:focus, frame.app-notification button:checked:checked:hover:focus, frame.app-notification button:active:active, frame.app-notification button:active:active:hover, frame.app-notification button:active:active:focus, frame.app-notification button:active:active:hover:focus, frame.app-notification button:active:checked, frame.app-notification button:active:checked:hover, frame.app-notification button:active:checked:focus, frame.app-notification button:active:checked:hover:focus, frame.app-notification button.flat:checked:active, frame.app-notification button.flat:checked:active:hover, frame.app-notification button.flat:checked:active:focus, frame.app-notification button.flat:checked:active:hover:focus, frame.app-notification button.flat:checked:checked, frame.app-notification button.flat:checked:checked:hover, frame.app-notification button.flat:checked:checked:focus, frame.app-notification button.flat:checked:checked:hover:focus, frame.app-notification button.flat:active:active, frame.app-notification button.flat:active:active:hover, frame.app-notification button.flat:active:active:focus, frame.app-notification button.flat:active:active:hover:focus, frame.app-notification button.flat:active:checked, frame.app-notification button.flat:active:checked:hover, frame.app-notification button.flat:active:checked:focus, frame.app-notification button.flat:active:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.22); } - frame.app-notification button:checked:disabled, frame.app-notification button:active:disabled, frame.app-notification button.flat:checked:disabled, frame.app-notification button.flat:active:disabled { - border-color: rgba(247, 225, 136, 0.22); } - frame.app-notification button:checked:active:disabled, frame.app-notification button:checked:checked:disabled, frame.app-notification button:active:active:disabled, frame.app-notification button:active:checked:disabled, frame.app-notification button.flat:checked:active:disabled, frame.app-notification button.flat:checked:checked:disabled, frame.app-notification button.flat:active:active:disabled, frame.app-notification button.flat:active:checked:disabled { - border-color: rgba(245, 220, 115, 0.22); } - frame.app-notification button:checked:focus, frame.app-notification button:checked:hover, frame.app-notification button:active:focus, frame.app-notification button:active:hover, frame.app-notification button.flat:checked:focus, frame.app-notification button.flat:checked:hover, frame.app-notification button.flat:active:focus, frame.app-notification button.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - frame.app-notification button:focus, frame.app-notification button:hover, frame.app-notification button.flat:focus, frame.app-notification button.flat:hover { - color: #fbf1c7; } - frame.app-notification button:disabled:disabled, frame.app-notification button.flat:disabled:disabled { - background-color: alpha(mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.6); - box-shadow: none; } - frame.app-notification button:disabled:disabled :disabled, frame.app-notification button.flat:disabled:disabled :disabled { - color: mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.6); } - frame.app-notification button:active:disabled, frame.app-notification button:checked:disabled, frame.app-notification button.flat:active:disabled, frame.app-notification button.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - frame.app-notification button:active:disabled :disabled, frame.app-notification button:checked:disabled :disabled, frame.app-notification button.flat:active:disabled :disabled, frame.app-notification button.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - frame.app-notification button.separator, frame.app-notification button .separator { - border: 1px solid currentColor; - color: rgba(29, 32, 33, 0.7); } - frame.app-notification button.separator:disabled, frame.app-notification button .separator:disabled { - color: rgba(29, 32, 33, 0.65); } - frame.app-notification border { - border: 0; } - -/************* - ! Expanders * -**************/ -expander arrow { - min-width: 16px; - min-height: 16px; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - expander arrow:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - expander arrow:hover { - color: alpha(currentColor,0.8); } - expander arrow:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - -/******************* - ! Symbolic images * -********************/ -.image { - color: alpha(currentColor,0.5); } - .image:hover { - color: alpha(currentColor,0.9); } - .image:selected, .image:selected:hover { - color: #282828; } - -/**************** - ! Floating bar * -*****************/ -.floating-bar { - background-color: #282828; - background-image: none; - border: 1px solid #202020; - border-radius: 4px; - color: #ebdbb2; } - .floating-bar.top { - border-top-width: 0; - border-top-right-radius: 0; - border-top-left-radius: 0; } - .floating-bar.right { - border-right-width: 0; - border-top-right-radius: 0; - border-bottom-right-radius: 0; } - .floating-bar.bottom { - border-bottom-width: 0; - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; } - .floating-bar.left { - border-left-width: 0; - border-bottom-left-radius: 0; - border-top-left-radius: 0; } - .floating-bar button { - border: 0; - background-color: transparent; - background-image: none; } - -/************************* - ! Touch text selections * -**************************/ -GtkBubbleWindow { - border-radius: 4px; - background-clip: border-box; } - GtkBubbleWindow.osd.background { - background-color: rgba(29, 32, 33, 0.8); } - GtkBubbleWindow .toolbar { - background-color: transparent; } - -/*************** - ! Font-viewer * -****************/ -SushiFontWidget { - padding: 3px 6px; } - -/************* - ! Gucharmap * -**************/ -GucharmapChartable { - background-color: #282828; - color: #ebdbb2; } - -/************* - ! Evolution * -**************/ -EPreviewPane .entry { - background-color: #282828; - color: #ebdbb2; } - -/******************* - ! Gnome Bluetooth * -********************/ -entry.entry.pin-entry { - font-style: normal; - font-size: 50px; - padding-left: 15px; - padding-right: 15px; } - -label.pin-label { - font-style: normal; - font-size: 50px; } - -/************************ - ! Shortcut window keys * -*************************/ -.keycap { - min-width: 20px; - min-height: 24px; - margin-top: 2px; - padding-bottom: 1.5px; - padding-left: 3px; - padding-right: 3px; - color: #ebdbb2; - background-color: #282828; - border: 1px solid; - border-color: mix(mix(#282828,#ebdbb2,0.18),#282828,0.5); - border-radius: 4px; - box-shadow: inset 0 -3px mix(#282828,#282828,0.2); - font-size: smaller; } - .keycap:backdrop { - background-color: #282828; - color: mix(#ebdbb2,#282828,0.5); - transition: 200ms ease-out; } - -/***************** - ! Stackswitcher * -******************/ -stackswitcher button.text-button { - min-width: 80px; } - -stackswitcher button.circular, stackswitcher button.nautilus-circular-button.image-button { - min-width: 28px; - min-height: 28px; - padding: 0; } - -/******************* - ! Selected Items * -********************/ -entry selection, menuitem entry selection, popover.background entry selection, .osd entry selection, #XfceNotifyWindow entry selection, #login_window entry selection, calendar:selected, row:selected, flowbox flowboxchild:selected, modelbutton.flat:active, modelbutton.flat:active arrow, modelbutton.flat:selected, modelbutton.flat:selected arrow, -menuitem.button.flat:active, -menuitem.button.flat:active arrow, -menuitem.button.flat:selected, -menuitem.button.flat:selected arrow, .view:selected:focus, iconview:selected:focus, .view:selected, iconview:selected, .view text:selected:focus, iconview text:selected:focus, -textview text:selected:focus, .view text:selected, iconview text:selected, -textview text:selected, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection, -textview text selection:focus, -textview text selection, treeview.view:selected:focus, treeview.view:selected, .cs-category-view:selected:focus, .cs-category-view:selected, .cs-category-view .view:selected:focus, .cs-category-view iconview:selected:focus, .cs-category-view .view:selected, .cs-category-view iconview:selected, .nemo-window .sidebar .nemo-places-sidebar .view:selected:focus, .nemo-window .sidebar .nemo-places-sidebar iconview:selected:focus, .nemo-window .sidebar .nemo-places-sidebar .view:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:selected:focus, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:selected:focus, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:selected { - background-color: #928374; } - row:selected label, label:selected, entry selection, menuitem entry selection, popover.background entry selection, .osd entry selection, #XfceNotifyWindow entry selection, #login_window entry selection, calendar:selected, row:selected, flowbox flowboxchild:selected, modelbutton.flat:active, modelbutton.flat:active arrow, modelbutton.flat:selected, modelbutton.flat:selected arrow, - menuitem.button.flat:active, - menuitem.button.flat:active arrow, - menuitem.button.flat:selected, - menuitem.button.flat:selected arrow, .view:selected:focus, iconview:selected:focus, .view:selected, iconview:selected, .view text:selected:focus, iconview text:selected:focus, - textview text:selected:focus, .view text:selected, iconview text:selected, - textview text:selected, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection, - textview text selection:focus, - textview text selection, treeview.view:selected:focus, treeview.view:selected, .cs-category-view:selected:focus, .cs-category-view:selected, .cs-category-view .view:selected:focus, .cs-category-view iconview:selected:focus, .cs-category-view .view:selected, .cs-category-view iconview:selected, .nemo-window .sidebar .nemo-places-sidebar .view:selected:focus, .nemo-window .sidebar .nemo-places-sidebar iconview:selected:focus, .nemo-window .sidebar .nemo-places-sidebar .view:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:selected:focus, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:selected:focus, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:selected { - color: #282828; - outline-color: rgba(40, 40, 40, 0.3); } - row:selected label:disabled, label:disabled:selected, label:disabled selection, entry selection:disabled, #XfceNotifyWindow entry selection:disabled, #login_window entry selection:disabled, calendar:disabled:selected, row:disabled:selected, flowbox flowboxchild:disabled:selected, modelbutton.flat:disabled:active, modelbutton.flat:active arrow:disabled, modelbutton.flat:disabled:selected, modelbutton.flat:selected arrow:disabled, - menuitem.button.flat:disabled:active, - menuitem.button.flat:active arrow:disabled, - menuitem.button.flat:disabled:selected, - menuitem.button.flat:selected arrow:disabled, iconview:disabled:selected:focus, .view:disabled:selected, iconview:disabled:selected, iconview text:disabled:selected:focus, - textview text:disabled:selected:focus, .view text:disabled:selected, iconview text:disabled:selected, - textview text:disabled:selected, iconview text selection:disabled:focus, .view text selection:disabled, iconview text selection:disabled, - textview text selection:disabled, .cs-category-view:disabled:selected, .cs-category-view iconview:disabled:selected:focus, .cs-category-view iconview:disabled:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:disabled:selected:focus, .nemo-window .sidebar .nemo-places-sidebar .view:disabled:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:disabled:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:disabled:selected:focus, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:disabled:selected { - color: mix(#282828,#928374,0.5); } - row:selected label:backdrop, label:backdrop:selected, label:backdrop selection, entry selection:backdrop, #XfceNotifyWindow entry selection:backdrop, #login_window entry selection:backdrop, calendar:backdrop:selected, row:backdrop:selected, flowbox flowboxchild:backdrop:selected, modelbutton.flat:backdrop:active, modelbutton.flat:active arrow:backdrop, modelbutton.flat:backdrop:selected, modelbutton.flat:selected arrow:backdrop, - menuitem.button.flat:backdrop:active, - menuitem.button.flat:active arrow:backdrop, - menuitem.button.flat:backdrop:selected, - menuitem.button.flat:selected arrow:backdrop, iconview:backdrop:selected:focus, .view:backdrop:selected, iconview:backdrop:selected, iconview text:backdrop:selected:focus, - textview text:backdrop:selected:focus, .view text:backdrop:selected, iconview text:backdrop:selected, - textview text:backdrop:selected, iconview text selection:backdrop:focus, .view text selection:backdrop, iconview text selection:backdrop, - textview text selection:backdrop, .cs-category-view:backdrop:selected, .cs-category-view iconview:backdrop:selected:focus, .cs-category-view iconview:backdrop:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:backdrop:selected:focus, .nemo-window .sidebar .nemo-places-sidebar .view:backdrop:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:backdrop:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:backdrop:selected:focus, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:backdrop:selected { - background-color: #928374; - color: mix(#928374,#282828,0.66); } - row:selected label:backdrop:disabled, label:backdrop:disabled:selected, label:disabled selection:backdrop, label:backdrop selection:disabled, entry selection:backdrop:disabled, #XfceNotifyWindow entry selection:backdrop:disabled, #login_window entry selection:backdrop:disabled, calendar:backdrop:disabled:selected, row:backdrop:disabled:selected, flowbox flowboxchild:backdrop:disabled:selected, modelbutton.flat:backdrop:disabled:active, modelbutton.flat:active arrow:backdrop:disabled, modelbutton.flat:backdrop:disabled:selected, modelbutton.flat:selected arrow:backdrop:disabled, - menuitem.button.flat:backdrop:disabled:active, - menuitem.button.flat:active arrow:backdrop:disabled, - menuitem.button.flat:backdrop:disabled:selected, - menuitem.button.flat:selected arrow:backdrop:disabled, .view:backdrop:disabled:selected, iconview:backdrop:disabled:selected, .view text:backdrop:disabled:selected, iconview text:backdrop:disabled:selected, - textview text:backdrop:disabled:selected, .view text selection:backdrop:disabled, iconview text selection:backdrop:disabled, - textview text selection:backdrop:disabled, .cs-category-view:backdrop:disabled:selected, .nemo-window .sidebar .nemo-places-sidebar .view:backdrop:disabled:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:backdrop:disabled:selected, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:backdrop:disabled:selected { - color: mix(mix(#928374,#282828,0.66),#928374,0.3); } - -/********* - ! Buttons -**********/ -/****************** -! ComboBoxes * -*******************/ -/********** - ! Notebook -***********/ -notebook { - padding: 0; } - notebook.frame { - border: 1px solid mix(#282828,#ebdbb2,0.18); } - notebook.frame > header { - margin: -1px; } - notebook.frame > header.top { - margin-bottom: 0; } - notebook.frame > header.bottom { - margin-top: 0; } - notebook.frame > header.left { - margin-right: 0; } - notebook.frame > header.right { - margin-left: 0; } - notebook.frame > header.top, notebook.frame > header.bottom { - padding-left: 0; - padding-right: 0; } - notebook.frame > header.left, notebook.frame > header.right { - padding-top: 0; - padding-bottom: 0; } - notebook > stack:not(:only-child) { - background-color: #282828; } - notebook > header { - padding: 3px; - background-color: #282828; } - notebook > header.top { - box-shadow: inset 0 -1px mix(#282828,#ebdbb2,0.18); } - notebook > header.bottom { - box-shadow: inset 0 1px mix(#282828,#ebdbb2,0.18); } - notebook > header.right { - box-shadow: inset 1px 0 mix(#282828,#ebdbb2,0.18); } - notebook > header.left { - box-shadow: inset -1px 0 mix(#282828,#ebdbb2,0.18); } - notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - notebook > header.top > tabs > arrow.up:last-child, notebook > header.bottom > tabs > arrow.up:last-child { - margin-left: 2px; } - notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); } - notebook > header.top > tabs > arrow.down:first-child, notebook > header.bottom > tabs > arrow.down:first-child { - margin-right: 2px; } - notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - notebook > header.left > tabs > arrow.up:last-child, notebook > header.right > tabs > arrow.up:last-child { - margin-top: 2px; } - notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } - notebook > header.left > tabs > arrow.down:first-child, notebook > header.right > tabs > arrow.down:first-child { - margin-bottom: 2px; } - notebook > header > tabs > arrow { - color: mix(#ebdbb2,#282828,0.5); } - notebook > header > tabs > arrow:hover { - color: mix(#ebdbb2,mix(#ebdbb2,#282828,0.5),0.5); } - notebook > header > tabs > arrow:active { - color: #ebdbb2; } - notebook > header > tabs > arrow:disabled { - color: alpha(mix(#ebdbb2,#282828,0.5),0.3); } - notebook > header > tabs > tab { - background-color: alpha(mix(#282828,#ebdbb2,0.1),0.7); - background-image: none; - border-color: mix(mix(#282828,#ebdbb2,0.18),mix(#ebdbb2,#282828,0.5),0.15); - color: rgba(235, 219, 178, 0.8); - padding: 3px 11px; - min-width: 20px; - min-height: 20px; - outline-offset: -4px; - border-width: 1px; - border-style: solid; } - notebook > header > tabs > tab:hover:not(:checked) { - background-color: mix(#282828,#ebdbb2,0.04); - background-image: none; - color: mix(#ebdbb2,mix(#ebdbb2,#282828,0.5),0.5); } - notebook > header > tabs > tab:checked, notebook > header > tabs > tab:checked:hover { - background: #282828; - border-color: mix(#282828,#ebdbb2,0.18); - color: #ebdbb2; } - notebook > header > tabs > tab button.flat { - min-height: 22px; - min-width: 22px; - padding: 0; - color: mix(#282828,#ebdbb2,0.35); } - notebook > header > tabs > tab button.flat:hover { - color: #e6554f; } - notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover { - color: #928374; } - notebook > header.top > tabs > tab:hover:not(:checked) { - box-shadow: inset 0 -1px mix(#282828,#ebdbb2,0.18); } - notebook > header.bottom > tabs > tab:hover:not(:checked) { - box-shadow: inset 0 1px mix(#282828,#ebdbb2,0.18); } - notebook > header.left > tabs > tab:hover:not(:checked) { - box-shadow: inset -1px 0 mix(#282828,#ebdbb2,0.18); } - notebook > header.right > tabs > tab:hover:not(:checked) { - box-shadow: inset 1px 0 mix(#282828,#ebdbb2,0.18); } - notebook > header.top { - padding-bottom: 0; } - notebook > header.top > tabs > tab { - border-bottom: none; - -gtk-outline-radius: 0; - margin-top: 4px; } - notebook > header.top > tabs > tab + tab { - margin-left: -1px; } - notebook > header.top > tabs > tab:first-child { - border-radius: 4px 0 0; - -gtk-outline-radius: 4px 0 0; } - notebook > header.top > tabs > tab:last-child { - border-radius: 0 4px 0 0; - -gtk-outline-radius: 0 4px 0 0; } - notebook > header.top > tabs > tab:hover:not(:checked), notebook > header.top > tabs > tab:checked { - border-top-width: 3px; - border-top-color: #928374; - margin-top: 0; - -gtk-outline-radius: 4px; - border-radius: 4px 4px 0 0; - padding-top: 5px; } - notebook > header.top > tabs > tab:hover:not(:checked) { - border-top-color: mix(#928374,mix(#282828,#ebdbb2,0.2),0.66); } - notebook > header.bottom { - padding-top: 0; } - notebook > header.bottom > tabs > tab { - border-top: none; - -gtk-outline-radius: 0; - margin-bottom: 4px; } - notebook > header.bottom > tabs > tab + tab { - margin-left: -1px; } - notebook > header.bottom > tabs > tab:first-child { - border-radius: 0 0 0 4px; - -gtk-outline-radius: 0 0 0 4px; } - notebook > header.bottom > tabs > tab:last-child { - border-radius: 0 0 4px; - -gtk-outline-radius: 0 0 4px; } - notebook > header.bottom > tabs > tab:hover:not(:checked), notebook > header.bottom > tabs > tab:checked { - border-bottom-width: 3px; - border-bottom-color: #928374; - margin-bottom: 0; - -gtk-outline-radius: 4px; - border-radius: 0 0 4px 4px; - padding-bottom: 5px; } - notebook > header.bottom > tabs > tab:hover:not(:checked) { - border-bottom-color: mix(#928374,mix(#282828,#ebdbb2,0.2),0.66); } - notebook > header.right { - padding-left: 0; } - notebook > header.right > tabs > tab { - border-left: none; - -gtk-outline-radius: 0; - margin-right: 4px; } - notebook > header.right > tabs > tab + tab { - margin-top: -1px; } - notebook > header.right > tabs > tab:first-child { - border-radius: 0 4px 0 0; - -gtk-outline-radius: 0 4px 0 0; } - notebook > header.right > tabs > tab:last-child { - border-radius: 0 0 4px; - -gtk-outline-radius: 0 0 4px; } - notebook > header.right > tabs > tab:hover:not(:checked), notebook > header.right > tabs > tab:checked { - border-right-width: 3px; - border-right-color: #928374; - margin-right: 0; - -gtk-outline-radius: 4px; - border-radius: 0 4px 4px 0; - padding-right: 13px; } - notebook > header.right > tabs > tab:hover:not(:checked) { - border-right-color: mix(#928374,mix(#282828,#ebdbb2,0.2),0.66); } - notebook > header.left { - padding-right: 0; } - notebook > header.left > tabs > tab { - border-right: none; - -gtk-outline-radius: 0; - margin-left: 4px; } - notebook > header.left > tabs > tab + tab { - margin-top: -1px; } - notebook > header.left > tabs > tab:first-child { - border-radius: 4px 0 0; - -gtk-outline-radius: 4px 0 0; } - notebook > header.left > tabs > tab:last-child { - border-radius: 0 0 0 4px; - -gtk-outline-radius: 0 0 0 4px; } - notebook > header.left > tabs > tab:hover:not(:checked), notebook > header.left > tabs > tab:checked { - border-left-width: 3px; - border-left-color: #928374; - margin-left: 0; - -gtk-outline-radius: 4px; - border-radius: 4px 0 0 4px; - padding-left: 13px; } - notebook > header.left > tabs > tab:hover:not(:checked) { - border-left-color: mix(#928374,mix(#282828,#ebdbb2,0.2),0.66); } - -/********* - ! Buttons -**********/ -/****************** -! ComboBoxes * -*******************/ -/******* - ! OSD * -********/ -overlay.osd { - background-color: transparent; } - -colorchooser .popover.osd { - border-radius: 4px; } - -button.color .osd colorswatch:only-child { - box-shadow: none; } - -.osd button.color:disabled colorswatch:only-child, .osd button.color:backdrop colorswatch:only-child, .osd button.color:active colorswatch:only-child, .osd button.color:checked colorswatch:only-child { - box-shadow: none; } - -button.osd, -#XfceNotifyWindow button { - background-color: rgba(29, 32, 33, 0.8); - background-image: none; - border-color: rgba(245, 220, 115, 0.22); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - button.osd:focus, button.osd:hover, - #XfceNotifyWindow button:focus, - #XfceNotifyWindow button:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.22),0.3); } - button.osd:active, button.osd:active:hover, button.osd:active:focus, button.osd:active:hover:focus, button.osd:checked, button.osd:checked:hover, button.osd:checked:focus, button.osd:checked:hover:focus, - #XfceNotifyWindow button:active, - #XfceNotifyWindow button:active:hover, - #XfceNotifyWindow button:active:focus, - #XfceNotifyWindow button:active:hover:focus, - #XfceNotifyWindow button:checked, - #XfceNotifyWindow button:checked:hover, - #XfceNotifyWindow button:checked:focus, - #XfceNotifyWindow button:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.22); } - button.osd:disabled, - #XfceNotifyWindow button:disabled { - border-color: rgba(247, 225, 136, 0.22); } - button.osd:active:disabled, button.osd:checked:disabled, - #XfceNotifyWindow button:active:disabled, - #XfceNotifyWindow button:checked:disabled { - border-color: rgba(245, 220, 115, 0.22); } - .linked:not(.vertical) > button.osd:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) button.osd, - stackswitcher:not(.vertical) > button.osd:not(:last-child):not(:only-child), .linked:not(.vertical) > - #XfceNotifyWindow button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) - #XfceNotifyWindow button, - stackswitcher:not(.vertical) > - #XfceNotifyWindow button:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > button.osd:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) button.osd:hover, - stackswitcher:not(.vertical) > button.osd:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > - #XfceNotifyWindow button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) - #XfceNotifyWindow button:hover, - stackswitcher:not(.vertical) > - #XfceNotifyWindow button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .linked:not(.vertical) > button.osd:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) button.osd:checked, - stackswitcher:not(.vertical) > button.osd:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > - #XfceNotifyWindow button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) - #XfceNotifyWindow button:checked, - stackswitcher:not(.vertical) > - #XfceNotifyWindow button:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > button.osd:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) button.osd:checked:hover, - stackswitcher:not(.vertical) > button.osd:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > - #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) - #XfceNotifyWindow button:checked:hover, - stackswitcher:not(.vertical) > - #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > button.osd:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) button.osd, - stackswitcher.vertical > button.osd:not(:last-child):not(:only-child), .linked.vertical > - #XfceNotifyWindow button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) - #XfceNotifyWindow button, - stackswitcher.vertical > - #XfceNotifyWindow button:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > button.osd:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) button.osd:hover, - stackswitcher.vertical > button.osd:not(:last-child):not(:only-child):hover, .linked.vertical > - #XfceNotifyWindow button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) - #XfceNotifyWindow button:hover, - stackswitcher.vertical > - #XfceNotifyWindow button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .linked.vertical > button.osd:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) button.osd:checked, - stackswitcher.vertical > button.osd:not(:last-child):not(:only-child):checked, .linked.vertical > - #XfceNotifyWindow button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) - #XfceNotifyWindow button:checked, - stackswitcher.vertical > - #XfceNotifyWindow button:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > button.osd:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) button.osd:checked:hover, - stackswitcher.vertical > button.osd:not(:last-child):not(:only-child):checked:hover, .linked.vertical > - #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) - #XfceNotifyWindow button:checked:hover, - stackswitcher.vertical > - #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - button.osd.flat, - #XfceNotifyWindow button.flat { - color: #fbf1c7; - border-color: rgba(29, 32, 33, 0); - background-color: rgba(29, 32, 33, 0); - background-image: none; - box-shadow: none; } - button.osd:hover, button.osd.flat:hover, - #XfceNotifyWindow button:hover, - #XfceNotifyWindow button.flat:hover { - background-color: rgba(30, 34, 35, 0.8); - background-image: none; - border-color: rgba(245, 220, 115, 0.3); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - button.osd:hover:focus, button.osd:hover:hover, button.osd.flat:hover:focus, button.osd.flat:hover:hover, - #XfceNotifyWindow button:hover:focus, - #XfceNotifyWindow button:hover:hover, - #XfceNotifyWindow button.flat:hover:focus, - #XfceNotifyWindow button.flat:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - button.osd:hover:active, button.osd:hover:active:hover, button.osd:hover:active:focus, button.osd:hover:active:hover:focus, button.osd:hover:checked, button.osd:hover:checked:hover, button.osd:hover:checked:focus, button.osd:hover:checked:hover:focus, button.osd.flat:hover:active, button.osd.flat:hover:active:hover, button.osd.flat:hover:active:focus, button.osd.flat:hover:active:hover:focus, button.osd.flat:hover:checked, button.osd.flat:hover:checked:hover, button.osd.flat:hover:checked:focus, button.osd.flat:hover:checked:hover:focus, - #XfceNotifyWindow button:hover:active, - #XfceNotifyWindow button:hover:active:hover, - #XfceNotifyWindow button:hover:active:focus, - #XfceNotifyWindow button:hover:active:hover:focus, - #XfceNotifyWindow button:hover:checked, - #XfceNotifyWindow button:hover:checked:hover, - #XfceNotifyWindow button:hover:checked:focus, - #XfceNotifyWindow button:hover:checked:hover:focus, - #XfceNotifyWindow button.flat:hover:active, - #XfceNotifyWindow button.flat:hover:active:hover, - #XfceNotifyWindow button.flat:hover:active:focus, - #XfceNotifyWindow button.flat:hover:active:hover:focus, - #XfceNotifyWindow button.flat:hover:checked, - #XfceNotifyWindow button.flat:hover:checked:hover, - #XfceNotifyWindow button.flat:hover:checked:focus, - #XfceNotifyWindow button.flat:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.3); } - button.osd:hover:disabled, button.osd.flat:hover:disabled, - #XfceNotifyWindow button:hover:disabled, - #XfceNotifyWindow button.flat:hover:disabled { - border-color: rgba(247, 225, 136, 0.3); } - button.osd:hover:active:disabled, button.osd:hover:checked:disabled, button.osd.flat:hover:active:disabled, button.osd.flat:hover:checked:disabled, - #XfceNotifyWindow button:hover:active:disabled, - #XfceNotifyWindow button:hover:checked:disabled, - #XfceNotifyWindow button.flat:hover:active:disabled, - #XfceNotifyWindow button.flat:hover:checked:disabled { - border-color: rgba(245, 220, 115, 0.3); } - button.osd:focus, button.osd.flat:focus, - #XfceNotifyWindow button:focus, - #XfceNotifyWindow button.flat:focus { - background-color: rgba(30, 34, 35, 0.8); - background-image: none; - border-color: rgba(251, 241, 199, 0.22); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - button.osd:focus:hover, button.osd.flat:focus:hover, - #XfceNotifyWindow button:focus:hover, - #XfceNotifyWindow button.flat:focus:hover { - background-color: rgba(32, 35, 36, 0.8); - background-image: none; - border-color: rgba(245, 220, 115, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - button.osd:focus:hover:focus, button.osd:focus:hover:hover, button.osd.flat:focus:hover:focus, button.osd.flat:focus:hover:hover, - #XfceNotifyWindow button:focus:hover:focus, - #XfceNotifyWindow button:focus:hover:hover, - #XfceNotifyWindow button.flat:focus:hover:focus, - #XfceNotifyWindow button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - button.osd:focus:hover:active, button.osd:focus:hover:active:hover, button.osd:focus:hover:active:focus, button.osd:focus:hover:active:hover:focus, button.osd:focus:hover:checked, button.osd:focus:hover:checked:hover, button.osd:focus:hover:checked:focus, button.osd:focus:hover:checked:hover:focus, button.osd.flat:focus:hover:active, button.osd.flat:focus:hover:active:hover, button.osd.flat:focus:hover:active:focus, button.osd.flat:focus:hover:active:hover:focus, button.osd.flat:focus:hover:checked, button.osd.flat:focus:hover:checked:hover, button.osd.flat:focus:hover:checked:focus, button.osd.flat:focus:hover:checked:hover:focus, - #XfceNotifyWindow button:focus:hover:active, - #XfceNotifyWindow button:focus:hover:active:hover, - #XfceNotifyWindow button:focus:hover:active:focus, - #XfceNotifyWindow button:focus:hover:active:hover:focus, - #XfceNotifyWindow button:focus:hover:checked, - #XfceNotifyWindow button:focus:hover:checked:hover, - #XfceNotifyWindow button:focus:hover:checked:focus, - #XfceNotifyWindow button:focus:hover:checked:hover:focus, - #XfceNotifyWindow button.flat:focus:hover:active, - #XfceNotifyWindow button.flat:focus:hover:active:hover, - #XfceNotifyWindow button.flat:focus:hover:active:focus, - #XfceNotifyWindow button.flat:focus:hover:active:hover:focus, - #XfceNotifyWindow button.flat:focus:hover:checked, - #XfceNotifyWindow button.flat:focus:hover:checked:hover, - #XfceNotifyWindow button.flat:focus:hover:checked:focus, - #XfceNotifyWindow button.flat:focus:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.3); } - button.osd:focus:hover:disabled, button.osd.flat:focus:hover:disabled, - #XfceNotifyWindow button:focus:hover:disabled, - #XfceNotifyWindow button.flat:focus:hover:disabled { - border-color: rgba(247, 225, 136, 0.3); } - button.osd:focus:hover:active:disabled, button.osd:focus:hover:checked:disabled, button.osd.flat:focus:hover:active:disabled, button.osd.flat:focus:hover:checked:disabled, - #XfceNotifyWindow button:focus:hover:active:disabled, - #XfceNotifyWindow button:focus:hover:checked:disabled, - #XfceNotifyWindow button.flat:focus:hover:active:disabled, - #XfceNotifyWindow button.flat:focus:hover:checked:disabled { - border-color: rgba(245, 220, 115, 0.3); } - button.osd:checked, button.osd:active, button.osd.flat:checked, button.osd.flat:active, - #XfceNotifyWindow button:checked, - #XfceNotifyWindow button:active, - #XfceNotifyWindow button.flat:checked, - #XfceNotifyWindow button.flat:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(245, 220, 115, 0.22); - color: #282828; - box-shadow: inset 1px 0 rgba(251, 241, 199, 0.06), inset 0 1px rgba(251, 241, 199, 0.07), inset -1px 0 rgba(251, 241, 199, 0.06), inset 0 -1px rgba(251, 241, 199, 0.05); } - button.osd:checked:focus, button.osd:checked:hover, button.osd:active:focus, button.osd:active:hover, button.osd.flat:checked:focus, button.osd.flat:checked:hover, button.osd.flat:active:focus, button.osd.flat:active:hover, - #XfceNotifyWindow button:checked:focus, - #XfceNotifyWindow button:checked:hover, - #XfceNotifyWindow button:active:focus, - #XfceNotifyWindow button:active:hover, - #XfceNotifyWindow button.flat:checked:focus, - #XfceNotifyWindow button.flat:checked:hover, - #XfceNotifyWindow button.flat:active:focus, - #XfceNotifyWindow button.flat:active:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.22),0.3); } - button.osd:checked:active, button.osd:checked:active:hover, button.osd:checked:active:focus, button.osd:checked:active:hover:focus, button.osd:checked:checked, button.osd:checked:checked:hover, button.osd:checked:checked:focus, button.osd:checked:checked:hover:focus, button.osd:active:active, button.osd:active:active:hover, button.osd:active:active:focus, button.osd:active:active:hover:focus, button.osd:active:checked, button.osd:active:checked:hover, button.osd:active:checked:focus, button.osd:active:checked:hover:focus, button.osd.flat:checked:active, button.osd.flat:checked:active:hover, button.osd.flat:checked:active:focus, button.osd.flat:checked:active:hover:focus, button.osd.flat:checked:checked, button.osd.flat:checked:checked:hover, button.osd.flat:checked:checked:focus, button.osd.flat:checked:checked:hover:focus, button.osd.flat:active:active, button.osd.flat:active:active:hover, button.osd.flat:active:active:focus, button.osd.flat:active:active:hover:focus, button.osd.flat:active:checked, button.osd.flat:active:checked:hover, button.osd.flat:active:checked:focus, button.osd.flat:active:checked:hover:focus, - #XfceNotifyWindow button:checked:active, - #XfceNotifyWindow button:checked:active:hover, - #XfceNotifyWindow button:checked:active:focus, - #XfceNotifyWindow button:checked:active:hover:focus, - #XfceNotifyWindow button:checked:checked, - #XfceNotifyWindow button:checked:checked:hover, - #XfceNotifyWindow button:checked:checked:focus, - #XfceNotifyWindow button:checked:checked:hover:focus, - #XfceNotifyWindow button:active:active, - #XfceNotifyWindow button:active:active:hover, - #XfceNotifyWindow button:active:active:focus, - #XfceNotifyWindow button:active:active:hover:focus, - #XfceNotifyWindow button:active:checked, - #XfceNotifyWindow button:active:checked:hover, - #XfceNotifyWindow button:active:checked:focus, - #XfceNotifyWindow button:active:checked:hover:focus, - #XfceNotifyWindow button.flat:checked:active, - #XfceNotifyWindow button.flat:checked:active:hover, - #XfceNotifyWindow button.flat:checked:active:focus, - #XfceNotifyWindow button.flat:checked:active:hover:focus, - #XfceNotifyWindow button.flat:checked:checked, - #XfceNotifyWindow button.flat:checked:checked:hover, - #XfceNotifyWindow button.flat:checked:checked:focus, - #XfceNotifyWindow button.flat:checked:checked:hover:focus, - #XfceNotifyWindow button.flat:active:active, - #XfceNotifyWindow button.flat:active:active:hover, - #XfceNotifyWindow button.flat:active:active:focus, - #XfceNotifyWindow button.flat:active:active:hover:focus, - #XfceNotifyWindow button.flat:active:checked, - #XfceNotifyWindow button.flat:active:checked:hover, - #XfceNotifyWindow button.flat:active:checked:focus, - #XfceNotifyWindow button.flat:active:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.22); } - button.osd:checked:disabled, button.osd:active:disabled, button.osd.flat:checked:disabled, button.osd.flat:active:disabled, - #XfceNotifyWindow button:checked:disabled, - #XfceNotifyWindow button:active:disabled, - #XfceNotifyWindow button.flat:checked:disabled, - #XfceNotifyWindow button.flat:active:disabled { - border-color: rgba(247, 225, 136, 0.22); } - button.osd:checked:active:disabled, button.osd:checked:checked:disabled, button.osd:active:active:disabled, button.osd:active:checked:disabled, button.osd.flat:checked:active:disabled, button.osd.flat:checked:checked:disabled, button.osd.flat:active:active:disabled, button.osd.flat:active:checked:disabled, - #XfceNotifyWindow button:checked:active:disabled, - #XfceNotifyWindow button:checked:checked:disabled, - #XfceNotifyWindow button:active:active:disabled, - #XfceNotifyWindow button:active:checked:disabled, - #XfceNotifyWindow button.flat:checked:active:disabled, - #XfceNotifyWindow button.flat:checked:checked:disabled, - #XfceNotifyWindow button.flat:active:active:disabled, - #XfceNotifyWindow button.flat:active:checked:disabled { - border-color: rgba(245, 220, 115, 0.22); } - button.osd:checked:focus, button.osd:checked:hover, button.osd:active:focus, button.osd:active:hover, button.osd.flat:checked:focus, button.osd.flat:checked:hover, button.osd.flat:active:focus, button.osd.flat:active:hover, - #XfceNotifyWindow button:checked:focus, - #XfceNotifyWindow button:checked:hover, - #XfceNotifyWindow button:active:focus, - #XfceNotifyWindow button:active:hover, - #XfceNotifyWindow button.flat:checked:focus, - #XfceNotifyWindow button.flat:checked:hover, - #XfceNotifyWindow button.flat:active:focus, - #XfceNotifyWindow button.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - button.osd:focus, button.osd:hover, button.osd.flat:focus, button.osd.flat:hover, - #XfceNotifyWindow button:focus, - #XfceNotifyWindow button:hover, - #XfceNotifyWindow button.flat:focus, - #XfceNotifyWindow button.flat:hover { - color: #fbf1c7; } - button.osd:disabled:disabled, button.osd.flat:disabled:disabled, - #XfceNotifyWindow button:disabled:disabled, - #XfceNotifyWindow button.flat:disabled:disabled { - background-color: alpha(mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.6); - box-shadow: none; } - button.osd:disabled:disabled :disabled, button.osd.flat:disabled:disabled :disabled, - #XfceNotifyWindow button:disabled:disabled :disabled, - #XfceNotifyWindow button.flat:disabled:disabled :disabled { - color: mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.6); } - button.osd:active:disabled, button.osd:checked:disabled, button.osd.flat:active:disabled, button.osd.flat:checked:disabled, - #XfceNotifyWindow button:active:disabled, - #XfceNotifyWindow button:checked:disabled, - #XfceNotifyWindow button.flat:active:disabled, - #XfceNotifyWindow button.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - button.osd:active:disabled :disabled, button.osd:checked:disabled :disabled, button.osd.flat:active:disabled :disabled, button.osd.flat:checked:disabled :disabled, - #XfceNotifyWindow button:active:disabled :disabled, - #XfceNotifyWindow button:checked:disabled :disabled, - #XfceNotifyWindow button.flat:active:disabled :disabled, - #XfceNotifyWindow button.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - button.osd.separator, button.osd .separator, - #XfceNotifyWindow button.separator, - #XfceNotifyWindow button .separator { - border: 1px solid currentColor; - color: rgba(29, 32, 33, 0.7); } - button.osd.separator:disabled, button.osd .separator:disabled, - #XfceNotifyWindow button.separator:disabled, - #XfceNotifyWindow button .separator:disabled { - color: rgba(29, 32, 33, 0.65); } - button.osd.image-button, - #XfceNotifyWindow button.image-button { - padding: 0; - min-height: 36px; - min-width: 36px; } - -toolbar.osd { - -GtkToolbar-button-relief: normal; - padding: 3px; - border: 1px solid rgba(23, 26, 26, 0.8); - border-radius: 4px; - background-color: rgba(29, 32, 33, 0.8); - background-image: none; - color: #fbf1c7; } - toolbar.osd separator { - color: rgba(26, 29, 30, 0.8); } - toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom { - border-radius: 0; } - -progressbar.osd { - margin: 2px; - min-height: 2px; - min-width: 2px; } - progressbar.osd trough { - border-style: none; - border-radius: 0; - background-image: none; - background-color: transparent; } - progressbar.osd progress { - border-style: none; - border-radius: 0; - background-color: #928374; - background-image: none; } - -.osd, -#XfceNotifyWindow { - background-color: rgba(29, 32, 33, 0.8); - color: #fbf1c7; - /* used by gnome-settings-daemon's media-keys OSD */ - /* used by Documents */ } - .osd.background, - #XfceNotifyWindow.background { - background-color: rgba(29, 32, 33, 0.6); - color: #fbf1c7; } - .osd .frame, - #XfceNotifyWindow .frame { - background-clip: border-box; - background-origin: border-box; } - .osd button, - #XfceNotifyWindow button { - background-color: rgba(29, 32, 33, 0.8); - background-image: none; - border-color: rgba(245, 220, 115, 0.22); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .osd button:focus, .osd button:hover, - #XfceNotifyWindow button:focus, - #XfceNotifyWindow button:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.22),0.3); } - .osd button:active, .osd button:active:hover, .osd button:active:focus, .osd button:active:hover:focus, .osd button:checked, .osd button:checked:hover, .osd button:checked:focus, .osd button:checked:hover:focus, - #XfceNotifyWindow button:active, - #XfceNotifyWindow button:active:hover, - #XfceNotifyWindow button:active:focus, - #XfceNotifyWindow button:active:hover:focus, - #XfceNotifyWindow button:checked, - #XfceNotifyWindow button:checked:hover, - #XfceNotifyWindow button:checked:focus, - #XfceNotifyWindow button:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.22); } - .osd button:disabled, - #XfceNotifyWindow button:disabled { - border-color: rgba(247, 225, 136, 0.22); } - .osd button:active:disabled, .osd button:checked:disabled, - #XfceNotifyWindow button:active:disabled, - #XfceNotifyWindow button:checked:disabled { - border-color: rgba(245, 220, 115, 0.22); } - .linked:not(.vertical) > .osd button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd button, - stackswitcher:not(.vertical) > .osd button:not(:last-child):not(:only-child), .linked:not(.vertical) > - #XfceNotifyWindow button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) - #XfceNotifyWindow button, - stackswitcher:not(.vertical) > - #XfceNotifyWindow button:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > .osd button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd button:hover, - stackswitcher:not(.vertical) > .osd button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > - #XfceNotifyWindow button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) - #XfceNotifyWindow button:hover, - stackswitcher:not(.vertical) > - #XfceNotifyWindow button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .linked:not(.vertical) > .osd button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd button:checked, - stackswitcher:not(.vertical) > .osd button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > - #XfceNotifyWindow button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) - #XfceNotifyWindow button:checked, - stackswitcher:not(.vertical) > - #XfceNotifyWindow button:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > .osd button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd button:checked:hover, - stackswitcher:not(.vertical) > .osd button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > - #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) - #XfceNotifyWindow button:checked:hover, - stackswitcher:not(.vertical) > - #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > .osd button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) .osd button, - stackswitcher.vertical > .osd button:not(:last-child):not(:only-child), .linked.vertical > - #XfceNotifyWindow button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) - #XfceNotifyWindow button, - stackswitcher.vertical > - #XfceNotifyWindow button:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > .osd button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) .osd button:hover, - stackswitcher.vertical > .osd button:not(:last-child):not(:only-child):hover, .linked.vertical > - #XfceNotifyWindow button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) - #XfceNotifyWindow button:hover, - stackswitcher.vertical > - #XfceNotifyWindow button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .linked.vertical > .osd button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) .osd button:checked, - stackswitcher.vertical > .osd button:not(:last-child):not(:only-child):checked, .linked.vertical > - #XfceNotifyWindow button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) - #XfceNotifyWindow button:checked, - stackswitcher.vertical > - #XfceNotifyWindow button:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > .osd button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) .osd button:checked:hover, - stackswitcher.vertical > .osd button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > - #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) - #XfceNotifyWindow button:checked:hover, - stackswitcher.vertical > - #XfceNotifyWindow button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .osd button.flat, - #XfceNotifyWindow button.flat { - color: #fbf1c7; - border-color: rgba(29, 32, 33, 0); - background-color: rgba(29, 32, 33, 0); - background-image: none; - box-shadow: none; } - .osd button:hover, .osd button.flat:hover, - #XfceNotifyWindow button:hover, - #XfceNotifyWindow button.flat:hover { - background-color: rgba(30, 34, 35, 0.8); - background-image: none; - border-color: rgba(245, 220, 115, 0.3); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - .osd button:hover:focus, .osd button:hover:hover, .osd button.flat:hover:focus, .osd button.flat:hover:hover, - #XfceNotifyWindow button:hover:focus, - #XfceNotifyWindow button:hover:hover, - #XfceNotifyWindow button.flat:hover:focus, - #XfceNotifyWindow button.flat:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .osd button:hover:active, .osd button:hover:active:hover, .osd button:hover:active:focus, .osd button:hover:active:hover:focus, .osd button:hover:checked, .osd button:hover:checked:hover, .osd button:hover:checked:focus, .osd button:hover:checked:hover:focus, .osd button.flat:hover:active, .osd button.flat:hover:active:hover, .osd button.flat:hover:active:focus, .osd button.flat:hover:active:hover:focus, .osd button.flat:hover:checked, .osd button.flat:hover:checked:hover, .osd button.flat:hover:checked:focus, .osd button.flat:hover:checked:hover:focus, - #XfceNotifyWindow button:hover:active, - #XfceNotifyWindow button:hover:active:hover, - #XfceNotifyWindow button:hover:active:focus, - #XfceNotifyWindow button:hover:active:hover:focus, - #XfceNotifyWindow button:hover:checked, - #XfceNotifyWindow button:hover:checked:hover, - #XfceNotifyWindow button:hover:checked:focus, - #XfceNotifyWindow button:hover:checked:hover:focus, - #XfceNotifyWindow button.flat:hover:active, - #XfceNotifyWindow button.flat:hover:active:hover, - #XfceNotifyWindow button.flat:hover:active:focus, - #XfceNotifyWindow button.flat:hover:active:hover:focus, - #XfceNotifyWindow button.flat:hover:checked, - #XfceNotifyWindow button.flat:hover:checked:hover, - #XfceNotifyWindow button.flat:hover:checked:focus, - #XfceNotifyWindow button.flat:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.3); } - .osd button:hover:disabled, .osd button.flat:hover:disabled, - #XfceNotifyWindow button:hover:disabled, - #XfceNotifyWindow button.flat:hover:disabled { - border-color: rgba(247, 225, 136, 0.3); } - .osd button:hover:active:disabled, .osd button:hover:checked:disabled, .osd button.flat:hover:active:disabled, .osd button.flat:hover:checked:disabled, - #XfceNotifyWindow button:hover:active:disabled, - #XfceNotifyWindow button:hover:checked:disabled, - #XfceNotifyWindow button.flat:hover:active:disabled, - #XfceNotifyWindow button.flat:hover:checked:disabled { - border-color: rgba(245, 220, 115, 0.3); } - .osd button:focus, .osd button.flat:focus, - #XfceNotifyWindow button:focus, - #XfceNotifyWindow button.flat:focus { - background-color: rgba(30, 34, 35, 0.8); - background-image: none; - border-color: rgba(251, 241, 199, 0.22); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .osd button:focus:hover, .osd button.flat:focus:hover, - #XfceNotifyWindow button:focus:hover, - #XfceNotifyWindow button.flat:focus:hover { - background-color: rgba(32, 35, 36, 0.8); - background-image: none; - border-color: rgba(245, 220, 115, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - .osd button:focus:hover:focus, .osd button:focus:hover:hover, .osd button.flat:focus:hover:focus, .osd button.flat:focus:hover:hover, - #XfceNotifyWindow button:focus:hover:focus, - #XfceNotifyWindow button:focus:hover:hover, - #XfceNotifyWindow button.flat:focus:hover:focus, - #XfceNotifyWindow button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .osd button:focus:hover:active, .osd button:focus:hover:active:hover, .osd button:focus:hover:active:focus, .osd button:focus:hover:active:hover:focus, .osd button:focus:hover:checked, .osd button:focus:hover:checked:hover, .osd button:focus:hover:checked:focus, .osd button:focus:hover:checked:hover:focus, .osd button.flat:focus:hover:active, .osd button.flat:focus:hover:active:hover, .osd button.flat:focus:hover:active:focus, .osd button.flat:focus:hover:active:hover:focus, .osd button.flat:focus:hover:checked, .osd button.flat:focus:hover:checked:hover, .osd button.flat:focus:hover:checked:focus, .osd button.flat:focus:hover:checked:hover:focus, - #XfceNotifyWindow button:focus:hover:active, - #XfceNotifyWindow button:focus:hover:active:hover, - #XfceNotifyWindow button:focus:hover:active:focus, - #XfceNotifyWindow button:focus:hover:active:hover:focus, - #XfceNotifyWindow button:focus:hover:checked, - #XfceNotifyWindow button:focus:hover:checked:hover, - #XfceNotifyWindow button:focus:hover:checked:focus, - #XfceNotifyWindow button:focus:hover:checked:hover:focus, - #XfceNotifyWindow button.flat:focus:hover:active, - #XfceNotifyWindow button.flat:focus:hover:active:hover, - #XfceNotifyWindow button.flat:focus:hover:active:focus, - #XfceNotifyWindow button.flat:focus:hover:active:hover:focus, - #XfceNotifyWindow button.flat:focus:hover:checked, - #XfceNotifyWindow button.flat:focus:hover:checked:hover, - #XfceNotifyWindow button.flat:focus:hover:checked:focus, - #XfceNotifyWindow button.flat:focus:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.3); } - .osd button:focus:hover:disabled, .osd button.flat:focus:hover:disabled, - #XfceNotifyWindow button:focus:hover:disabled, - #XfceNotifyWindow button.flat:focus:hover:disabled { - border-color: rgba(247, 225, 136, 0.3); } - .osd button:focus:hover:active:disabled, .osd button:focus:hover:checked:disabled, .osd button.flat:focus:hover:active:disabled, .osd button.flat:focus:hover:checked:disabled, - #XfceNotifyWindow button:focus:hover:active:disabled, - #XfceNotifyWindow button:focus:hover:checked:disabled, - #XfceNotifyWindow button.flat:focus:hover:active:disabled, - #XfceNotifyWindow button.flat:focus:hover:checked:disabled { - border-color: rgba(245, 220, 115, 0.3); } - .osd button:checked, .osd button:active, .osd button.flat:checked, .osd button.flat:active, - #XfceNotifyWindow button:checked, - #XfceNotifyWindow button:active, - #XfceNotifyWindow button.flat:checked, - #XfceNotifyWindow button.flat:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(245, 220, 115, 0.22); - color: #282828; - box-shadow: inset 1px 0 rgba(251, 241, 199, 0.06), inset 0 1px rgba(251, 241, 199, 0.07), inset -1px 0 rgba(251, 241, 199, 0.06), inset 0 -1px rgba(251, 241, 199, 0.05); } - .osd button:checked:focus, .osd button:checked:hover, .osd button:active:focus, .osd button:active:hover, .osd button.flat:checked:focus, .osd button.flat:checked:hover, .osd button.flat:active:focus, .osd button.flat:active:hover, - #XfceNotifyWindow button:checked:focus, - #XfceNotifyWindow button:checked:hover, - #XfceNotifyWindow button:active:focus, - #XfceNotifyWindow button:active:hover, - #XfceNotifyWindow button.flat:checked:focus, - #XfceNotifyWindow button.flat:checked:hover, - #XfceNotifyWindow button.flat:active:focus, - #XfceNotifyWindow button.flat:active:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.22),0.3); } - .osd button:checked:active, .osd button:checked:active:hover, .osd button:checked:active:focus, .osd button:checked:active:hover:focus, .osd button:checked:checked, .osd button:checked:checked:hover, .osd button:checked:checked:focus, .osd button:checked:checked:hover:focus, .osd button:active:active, .osd button:active:active:hover, .osd button:active:active:focus, .osd button:active:active:hover:focus, .osd button:active:checked, .osd button:active:checked:hover, .osd button:active:checked:focus, .osd button:active:checked:hover:focus, .osd button.flat:checked:active, .osd button.flat:checked:active:hover, .osd button.flat:checked:active:focus, .osd button.flat:checked:active:hover:focus, .osd button.flat:checked:checked, .osd button.flat:checked:checked:hover, .osd button.flat:checked:checked:focus, .osd button.flat:checked:checked:hover:focus, .osd button.flat:active:active, .osd button.flat:active:active:hover, .osd button.flat:active:active:focus, .osd button.flat:active:active:hover:focus, .osd button.flat:active:checked, .osd button.flat:active:checked:hover, .osd button.flat:active:checked:focus, .osd button.flat:active:checked:hover:focus, - #XfceNotifyWindow button:checked:active, - #XfceNotifyWindow button:checked:active:hover, - #XfceNotifyWindow button:checked:active:focus, - #XfceNotifyWindow button:checked:active:hover:focus, - #XfceNotifyWindow button:checked:checked, - #XfceNotifyWindow button:checked:checked:hover, - #XfceNotifyWindow button:checked:checked:focus, - #XfceNotifyWindow button:checked:checked:hover:focus, - #XfceNotifyWindow button:active:active, - #XfceNotifyWindow button:active:active:hover, - #XfceNotifyWindow button:active:active:focus, - #XfceNotifyWindow button:active:active:hover:focus, - #XfceNotifyWindow button:active:checked, - #XfceNotifyWindow button:active:checked:hover, - #XfceNotifyWindow button:active:checked:focus, - #XfceNotifyWindow button:active:checked:hover:focus, - #XfceNotifyWindow button.flat:checked:active, - #XfceNotifyWindow button.flat:checked:active:hover, - #XfceNotifyWindow button.flat:checked:active:focus, - #XfceNotifyWindow button.flat:checked:active:hover:focus, - #XfceNotifyWindow button.flat:checked:checked, - #XfceNotifyWindow button.flat:checked:checked:hover, - #XfceNotifyWindow button.flat:checked:checked:focus, - #XfceNotifyWindow button.flat:checked:checked:hover:focus, - #XfceNotifyWindow button.flat:active:active, - #XfceNotifyWindow button.flat:active:active:hover, - #XfceNotifyWindow button.flat:active:active:focus, - #XfceNotifyWindow button.flat:active:active:hover:focus, - #XfceNotifyWindow button.flat:active:checked, - #XfceNotifyWindow button.flat:active:checked:hover, - #XfceNotifyWindow button.flat:active:checked:focus, - #XfceNotifyWindow button.flat:active:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.22); } - .osd button:checked:disabled, .osd button:active:disabled, .osd button.flat:checked:disabled, .osd button.flat:active:disabled, - #XfceNotifyWindow button:checked:disabled, - #XfceNotifyWindow button:active:disabled, - #XfceNotifyWindow button.flat:checked:disabled, - #XfceNotifyWindow button.flat:active:disabled { - border-color: rgba(247, 225, 136, 0.22); } - .osd button:checked:active:disabled, .osd button:checked:checked:disabled, .osd button:active:active:disabled, .osd button:active:checked:disabled, .osd button.flat:checked:active:disabled, .osd button.flat:checked:checked:disabled, .osd button.flat:active:active:disabled, .osd button.flat:active:checked:disabled, - #XfceNotifyWindow button:checked:active:disabled, - #XfceNotifyWindow button:checked:checked:disabled, - #XfceNotifyWindow button:active:active:disabled, - #XfceNotifyWindow button:active:checked:disabled, - #XfceNotifyWindow button.flat:checked:active:disabled, - #XfceNotifyWindow button.flat:checked:checked:disabled, - #XfceNotifyWindow button.flat:active:active:disabled, - #XfceNotifyWindow button.flat:active:checked:disabled { - border-color: rgba(245, 220, 115, 0.22); } - .osd button:checked:focus, .osd button:checked:hover, .osd button:active:focus, .osd button:active:hover, .osd button.flat:checked:focus, .osd button.flat:checked:hover, .osd button.flat:active:focus, .osd button.flat:active:hover, - #XfceNotifyWindow button:checked:focus, - #XfceNotifyWindow button:checked:hover, - #XfceNotifyWindow button:active:focus, - #XfceNotifyWindow button:active:hover, - #XfceNotifyWindow button.flat:checked:focus, - #XfceNotifyWindow button.flat:checked:hover, - #XfceNotifyWindow button.flat:active:focus, - #XfceNotifyWindow button.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - .osd button:focus, .osd button:hover, .osd button.flat:focus, .osd button.flat:hover, - #XfceNotifyWindow button:focus, - #XfceNotifyWindow button:hover, - #XfceNotifyWindow button.flat:focus, - #XfceNotifyWindow button.flat:hover { - color: #fbf1c7; } - .osd button:disabled:disabled, .osd button.flat:disabled:disabled, - #XfceNotifyWindow button:disabled:disabled, - #XfceNotifyWindow button.flat:disabled:disabled { - background-color: alpha(mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.6); - box-shadow: none; } - .osd button:disabled:disabled :disabled, .osd button.flat:disabled:disabled :disabled, - #XfceNotifyWindow button:disabled:disabled :disabled, - #XfceNotifyWindow button.flat:disabled:disabled :disabled { - color: mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.6); } - .osd button:active:disabled, .osd button:checked:disabled, .osd button.flat:active:disabled, .osd button.flat:checked:disabled, - #XfceNotifyWindow button:active:disabled, - #XfceNotifyWindow button:checked:disabled, - #XfceNotifyWindow button.flat:active:disabled, - #XfceNotifyWindow button.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - .osd button:active:disabled :disabled, .osd button:checked:disabled :disabled, .osd button.flat:active:disabled :disabled, .osd button.flat:checked:disabled :disabled, - #XfceNotifyWindow button:active:disabled :disabled, - #XfceNotifyWindow button:checked:disabled :disabled, - #XfceNotifyWindow button.flat:active:disabled :disabled, - #XfceNotifyWindow button.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - .osd button.separator, .osd button .separator, - #XfceNotifyWindow button.separator, - #XfceNotifyWindow button .separator { - border: 1px solid currentColor; - color: rgba(29, 32, 33, 0.7); } - .osd button.separator:disabled, .osd button .separator:disabled, - #XfceNotifyWindow button.separator:disabled, - #XfceNotifyWindow button .separator:disabled { - color: rgba(29, 32, 33, 0.65); } - .osd entry, - #XfceNotifyWindow entry { - background-color: #1d2021; - background-image: none; - border-color: shade(mix(#1d2021,#fbf1c7,0.2),0.8); - padding: 5px 3px; - color: #fbf1c7; - caret-color: #a89984; - -gtk-secondary-caret-color: #a89984; } - .osd entry:focus, .osd entry:hover, - #XfceNotifyWindow entry:focus, - #XfceNotifyWindow entry:hover { - border-color: mix(#928374,mix(#1d2021,#fbf1c7,0.2),0.3); } - .osd entry:active, .osd entry:active:hover, .osd entry:active:focus, .osd entry:active:hover:focus, .osd entry:checked, .osd entry:checked:hover, .osd entry:checked:focus, .osd entry:checked:hover:focus, - #XfceNotifyWindow entry:active, - #XfceNotifyWindow entry:active:hover, - #XfceNotifyWindow entry:active:focus, - #XfceNotifyWindow entry:active:hover:focus, - #XfceNotifyWindow entry:checked, - #XfceNotifyWindow entry:checked:hover, - #XfceNotifyWindow entry:checked:focus, - #XfceNotifyWindow entry:checked:hover:focus { - border-color: shade(mix(#1d2021,#fbf1c7,0.2),0.7); } - .osd entry:disabled, - #XfceNotifyWindow entry:disabled { - border-color: shade(mix(#1d2021,#fbf1c7,0.2),0.85); } - .osd entry:active:disabled, .osd entry:checked:disabled, - #XfceNotifyWindow entry:active:disabled, - #XfceNotifyWindow entry:checked:disabled { - border-color: shade(mix(#1d2021,#fbf1c7,0.2),0.8); } - .osd entry:focus, .osd entry:active, - #XfceNotifyWindow entry:focus, - #XfceNotifyWindow entry:active { - border-color: mix(#928374,rgba(25, 27, 28, 0.8),0.3); } - .osd entry:disabled, - #XfceNotifyWindow entry:disabled { - background-color: mix(#1d2021,#fbf1c7,0.07); - background-image: none; - opacity: .9; - color: mix(#1d2021,#fbf1c7,0.9); } - .osd trough, .osd.trough, - #XfceNotifyWindow trough, - #XfceNotifyWindow.trough { - background-color: rgba(251, 241, 199, 0.3); } - .osd progressbar, .osd.progressbar, - #XfceNotifyWindow progressbar, - #XfceNotifyWindow.progressbar { - background-color: #fbf1c7; } - .osd scale slider, - #XfceNotifyWindow scale slider { - background-color: rgba(31, 35, 36, 0.8); - background-image: none; - border-color: rgba(23, 26, 26, 0.8); } - .osd scale slider:focus, .osd scale slider:hover, - #XfceNotifyWindow scale slider:focus, - #XfceNotifyWindow scale slider:hover { - border-color: mix(#928374,rgba(29, 32, 33, 0.8),0.3); } - .osd scale slider:active, .osd scale slider:active:hover, .osd scale slider:active:focus, .osd scale slider:active:hover:focus, .osd scale slider:checked, .osd scale slider:checked:hover, .osd scale slider:checked:focus, .osd scale slider:checked:hover:focus, - #XfceNotifyWindow scale slider:active, - #XfceNotifyWindow scale slider:active:hover, - #XfceNotifyWindow scale slider:active:focus, - #XfceNotifyWindow scale slider:active:hover:focus, - #XfceNotifyWindow scale slider:checked, - #XfceNotifyWindow scale slider:checked:hover, - #XfceNotifyWindow scale slider:checked:focus, - #XfceNotifyWindow scale slider:checked:hover:focus { - border-color: rgba(20, 22, 23, 0.8); } - .osd scale slider:disabled, - #XfceNotifyWindow scale slider:disabled { - border-color: rgba(25, 27, 28, 0.8); } - .osd scale slider:active:disabled, .osd scale slider:checked:disabled, - #XfceNotifyWindow scale slider:active:disabled, - #XfceNotifyWindow scale slider:checked:disabled { - border-color: rgba(23, 26, 26, 0.8); } - .osd scale slider:disabled, - #XfceNotifyWindow scale slider:disabled { - background-color: rgba(26, 29, 30, 0.8); - background-image: none; } - .osd scale trough, - #XfceNotifyWindow scale trough { - border-color: rgba(23, 26, 26, 0.8); - background-color: rgba(31, 35, 36, 0.8); - background-image: none; } - .osd scale trough.highlight, - #XfceNotifyWindow scale trough.highlight { - border-color: #928374; - background-color: #928374; - background-image: none; } - .osd scale trough:disabled, .osd scale trough.highlight:disabled, - #XfceNotifyWindow scale trough:disabled, - #XfceNotifyWindow scale trough.highlight:disabled { - border-color: rgba(25, 27, 28, 0.8); - background-color: rgba(26, 29, 30, 0.8); - background-image: none; } - .osd scale trough, - #XfceNotifyWindow scale trough { - background-color: rgba(46, 50, 52, 0.8); } - .osd scale trough highlight, - #XfceNotifyWindow scale trough highlight { - background-color: #928374; } - .osd scale slider, - #XfceNotifyWindow scale slider { - background-clip: border-box; - background-color: #928374; - border-color: #928374; } - .osd scale slider:hover, - #XfceNotifyWindow scale slider:hover { - background-color: #a89d91; - border-color: #a89d91; } - .osd scale slider:active, - #XfceNotifyWindow scale slider:active { - background-color: #766a5d; - border-color: #766a5d; } - .osd.view, iconview.osd, .osd .view, .osd iconview, .osd view, - #XfceNotifyWindow.view, - iconview#XfceNotifyWindow, - #XfceNotifyWindow .view, - #XfceNotifyWindow iconview, - #XfceNotifyWindow view { - background-color: rgba(29, 32, 33, 0.8); } - .osd scrollbar trough, - #XfceNotifyWindow scrollbar trough { - background-color: rgba(29, 32, 33, 0.8); } - .osd scrollbar slider, - #XfceNotifyWindow scrollbar slider { - border: 1px solid mix(rgba(25, 28, 29, 0.8),#fbf1c7,0.21); - border-radius: 0; - background-color: mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.21); } - .osd scrollbar slider:hover, - #XfceNotifyWindow scrollbar slider:hover { - border-color: mix(rgba(25, 28, 29, 0.8),#fbf1c7,0.31); - background-color: mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.31); } - .osd scrollbar slider:active, - #XfceNotifyWindow scrollbar slider:active { - border-color: #847668; - background-color: #928374; } - .osd iconview.cell:selected, .osd iconview.cell:selected:focus, - #XfceNotifyWindow iconview.cell:selected, - #XfceNotifyWindow iconview.cell:selected:focus { - background-color: transparent; - border: 3px solid mix(rgba(25, 28, 29, 0.8),#fbf1c7,0.21); - border-radius: 4px; - outline-color: transparent; } - .osd .page-thumbnail, - #XfceNotifyWindow .page-thumbnail { - border: 1px solid rgba(26, 29, 30, 0.8); - /* when there's no pixbuf yet */ - background-color: rgba(29, 32, 33, 0.8); } - .osd popover.background, - #XfceNotifyWindow popover.background { - box-shadow: 0 2px 7px 3px rgba(131, 104, 34, 0.5); } - .osd popover.background > toolbar button, - #XfceNotifyWindow popover.background > toolbar button { - border-radius: 0; - border-width: 0; - background-color: transparent; - background-image: none; } - .osd spinbutton:not(.vertical), - #XfceNotifyWindow spinbutton:not(.vertical) { - background-color: #1d2021; - background-image: none; - border-color: #171a1a; - padding: 0; - color: #fbf1c7; - caret-color: #fbf1c7; } - .osd spinbutton:not(.vertical):focus, .osd spinbutton:not(.vertical):hover, - #XfceNotifyWindow spinbutton:not(.vertical):focus, - #XfceNotifyWindow spinbutton:not(.vertical):hover { - border-color: mix(#928374,#1d2021,0.3); } - .osd spinbutton:not(.vertical):active, .osd spinbutton:not(.vertical):active:hover, .osd spinbutton:not(.vertical):active:focus, .osd spinbutton:not(.vertical):active:hover:focus, .osd spinbutton:not(.vertical):checked, .osd spinbutton:not(.vertical):checked:hover, .osd spinbutton:not(.vertical):checked:focus, .osd spinbutton:not(.vertical):checked:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical):active, - #XfceNotifyWindow spinbutton:not(.vertical):active:hover, - #XfceNotifyWindow spinbutton:not(.vertical):active:focus, - #XfceNotifyWindow spinbutton:not(.vertical):active:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical):checked, - #XfceNotifyWindow spinbutton:not(.vertical):checked:hover, - #XfceNotifyWindow spinbutton:not(.vertical):checked:focus, - #XfceNotifyWindow spinbutton:not(.vertical):checked:hover:focus { - border-color: #141617; } - .osd spinbutton:not(.vertical):disabled, - #XfceNotifyWindow spinbutton:not(.vertical):disabled { - border-color: #191b1c; } - .osd spinbutton:not(.vertical):active:disabled, .osd spinbutton:not(.vertical):checked:disabled, - #XfceNotifyWindow spinbutton:not(.vertical):active:disabled, - #XfceNotifyWindow spinbutton:not(.vertical):checked:disabled { - border-color: #171a1a; } - .osd spinbutton:not(.vertical):focus, .osd spinbutton:not(.vertical):active, - #XfceNotifyWindow spinbutton:not(.vertical):focus, - #XfceNotifyWindow spinbutton:not(.vertical):active { - border-color: mix(#928374,rgba(25, 27, 28, 0.8),0.3); } - .osd spinbutton:not(.vertical):disabled, - #XfceNotifyWindow spinbutton:not(.vertical):disabled { - background-color: #1a1d1e; - background-image: none; - color: mix(#1d2021,#fbf1c7,0.5); } - .osd spinbutton:not(.vertical) button, - #XfceNotifyWindow spinbutton:not(.vertical) button { - background-color: rgba(29, 32, 33, 0.8); - background-image: none; - border-color: rgba(245, 220, 115, 0.22); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); - border-radius: 0; - border-color: rgba(25, 27, 28, 0.5); - border-style: none none none solid; - background-image: none; - box-shadow: none; } - .osd spinbutton:not(.vertical) button:focus, .osd spinbutton:not(.vertical) button:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.22),0.3); } - .osd spinbutton:not(.vertical) button:active, .osd spinbutton:not(.vertical) button:active:hover, .osd spinbutton:not(.vertical) button:active:focus, .osd spinbutton:not(.vertical) button:active:hover:focus, .osd spinbutton:not(.vertical) button:checked, .osd spinbutton:not(.vertical) button:checked:hover, .osd spinbutton:not(.vertical) button:checked:focus, .osd spinbutton:not(.vertical) button:checked:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:active, - #XfceNotifyWindow spinbutton:not(.vertical) button:active:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button:active:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:active:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.22); } - .osd spinbutton:not(.vertical) button:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:disabled { - border-color: rgba(247, 225, 136, 0.22); } - .osd spinbutton:not(.vertical) button:active:disabled, .osd spinbutton:not(.vertical) button:checked:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:active:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:disabled { - border-color: rgba(245, 220, 115, 0.22); } - .linked:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button, - stackswitcher:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child), .linked:not(.vertical) > - #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) - #XfceNotifyWindow spinbutton:not(.vertical) button, - stackswitcher:not(.vertical) > - #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button:hover, - stackswitcher:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > - #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) - #XfceNotifyWindow spinbutton:not(.vertical) button:hover, - stackswitcher:not(.vertical) > - #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .linked:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button:checked, - stackswitcher:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > - #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) - #XfceNotifyWindow spinbutton:not(.vertical) button:checked, - stackswitcher:not(.vertical) > - #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button:checked:hover, - stackswitcher:not(.vertical) > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > - #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover, - stackswitcher:not(.vertical) > - #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button, - stackswitcher.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child), .linked.vertical > - #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) - #XfceNotifyWindow spinbutton:not(.vertical) button, - stackswitcher.vertical > - #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button:hover, - stackswitcher.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, .linked.vertical > - #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) - #XfceNotifyWindow spinbutton:not(.vertical) button:hover, - stackswitcher.vertical > - #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .linked.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button:checked, - stackswitcher.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked, .linked.vertical > - #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) - #XfceNotifyWindow spinbutton:not(.vertical) button:checked, - stackswitcher.vertical > - #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton:not(.vertical) button:checked:hover, - stackswitcher.vertical > .osd spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover, .linked.vertical > - #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover, - stackswitcher.vertical > - #XfceNotifyWindow spinbutton:not(.vertical) button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .osd spinbutton:not(.vertical) button.flat, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat { - color: #fbf1c7; - border-color: rgba(29, 32, 33, 0); - background-color: rgba(29, 32, 33, 0); - background-image: none; - box-shadow: none; } - .osd spinbutton:not(.vertical) button:hover, .osd spinbutton:not(.vertical) button.flat:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover { - background-color: rgba(30, 34, 35, 0.8); - background-image: none; - border-color: rgba(245, 220, 115, 0.3); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - .osd spinbutton:not(.vertical) button:hover:focus, .osd spinbutton:not(.vertical) button:hover:hover, .osd spinbutton:not(.vertical) button.flat:hover:focus, .osd spinbutton:not(.vertical) button.flat:hover:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:hover:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .osd spinbutton:not(.vertical) button:hover:active, .osd spinbutton:not(.vertical) button:hover:active:hover, .osd spinbutton:not(.vertical) button:hover:active:focus, .osd spinbutton:not(.vertical) button:hover:active:hover:focus, .osd spinbutton:not(.vertical) button:hover:checked, .osd spinbutton:not(.vertical) button:hover:checked:hover, .osd spinbutton:not(.vertical) button:hover:checked:focus, .osd spinbutton:not(.vertical) button:hover:checked:hover:focus, .osd spinbutton:not(.vertical) button.flat:hover:active, .osd spinbutton:not(.vertical) button.flat:hover:active:hover, .osd spinbutton:not(.vertical) button.flat:hover:active:focus, .osd spinbutton:not(.vertical) button.flat:hover:active:hover:focus, .osd spinbutton:not(.vertical) button.flat:hover:checked, .osd spinbutton:not(.vertical) button.flat:hover:checked:hover, .osd spinbutton:not(.vertical) button.flat:hover:checked:focus, .osd spinbutton:not(.vertical) button.flat:hover:checked:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:hover:active, - #XfceNotifyWindow spinbutton:not(.vertical) button:hover:active:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button:hover:active:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:hover:active:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:hover:checked, - #XfceNotifyWindow spinbutton:not(.vertical) button:hover:checked:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button:hover:checked:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:hover:checked:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:active, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:active:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:active:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:active:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:checked, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:checked:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:checked:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.3); } - .osd spinbutton:not(.vertical) button:hover:disabled, .osd spinbutton:not(.vertical) button.flat:hover:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:hover:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:disabled { - border-color: rgba(247, 225, 136, 0.3); } - .osd spinbutton:not(.vertical) button:hover:active:disabled, .osd spinbutton:not(.vertical) button:hover:checked:disabled, .osd spinbutton:not(.vertical) button.flat:hover:active:disabled, .osd spinbutton:not(.vertical) button.flat:hover:checked:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:hover:active:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:hover:checked:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:active:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover:checked:disabled { - border-color: rgba(245, 220, 115, 0.3); } - .osd spinbutton:not(.vertical) button:focus, .osd spinbutton:not(.vertical) button.flat:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus { - background-color: rgba(30, 34, 35, 0.8); - background-image: none; - border-color: rgba(251, 241, 199, 0.22); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .osd spinbutton:not(.vertical) button:focus:hover, .osd spinbutton:not(.vertical) button.flat:focus:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover { - background-color: rgba(32, 35, 36, 0.8); - background-image: none; - border-color: rgba(245, 220, 115, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - .osd spinbutton:not(.vertical) button:focus:hover:focus, .osd spinbutton:not(.vertical) button:focus:hover:hover, .osd spinbutton:not(.vertical) button.flat:focus:hover:focus, .osd spinbutton:not(.vertical) button.flat:focus:hover:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .osd spinbutton:not(.vertical) button:focus:hover:active, .osd spinbutton:not(.vertical) button:focus:hover:active:hover, .osd spinbutton:not(.vertical) button:focus:hover:active:focus, .osd spinbutton:not(.vertical) button:focus:hover:active:hover:focus, .osd spinbutton:not(.vertical) button:focus:hover:checked, .osd spinbutton:not(.vertical) button:focus:hover:checked:hover, .osd spinbutton:not(.vertical) button:focus:hover:checked:focus, .osd spinbutton:not(.vertical) button:focus:hover:checked:hover:focus, .osd spinbutton:not(.vertical) button.flat:focus:hover:active, .osd spinbutton:not(.vertical) button.flat:focus:hover:active:hover, .osd spinbutton:not(.vertical) button.flat:focus:hover:active:focus, .osd spinbutton:not(.vertical) button.flat:focus:hover:active:hover:focus, .osd spinbutton:not(.vertical) button.flat:focus:hover:checked, .osd spinbutton:not(.vertical) button.flat:focus:hover:checked:hover, .osd spinbutton:not(.vertical) button.flat:focus:hover:checked:focus, .osd spinbutton:not(.vertical) button.flat:focus:hover:checked:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:active, - #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:active:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:active:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:active:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:checked, - #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:checked:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:checked:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:checked:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:active, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:active:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:active:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:active:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:checked, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:checked:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:checked:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.3); } - .osd spinbutton:not(.vertical) button:focus:hover:disabled, .osd spinbutton:not(.vertical) button.flat:focus:hover:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:disabled { - border-color: rgba(247, 225, 136, 0.3); } - .osd spinbutton:not(.vertical) button:focus:hover:active:disabled, .osd spinbutton:not(.vertical) button:focus:hover:checked:disabled, .osd spinbutton:not(.vertical) button.flat:focus:hover:active:disabled, .osd spinbutton:not(.vertical) button.flat:focus:hover:checked:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:active:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:focus:hover:checked:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:active:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus:hover:checked:disabled { - border-color: rgba(245, 220, 115, 0.3); } - .osd spinbutton:not(.vertical) button:checked, .osd spinbutton:not(.vertical) button:active, .osd spinbutton:not(.vertical) button.flat:checked, .osd spinbutton:not(.vertical) button.flat:active, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked, - #XfceNotifyWindow spinbutton:not(.vertical) button:active, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(245, 220, 115, 0.22); - color: #282828; - box-shadow: inset 1px 0 rgba(251, 241, 199, 0.06), inset 0 1px rgba(251, 241, 199, 0.07), inset -1px 0 rgba(251, 241, 199, 0.06), inset 0 -1px rgba(251, 241, 199, 0.05); } - .osd spinbutton:not(.vertical) button:checked:focus, .osd spinbutton:not(.vertical) button:checked:hover, .osd spinbutton:not(.vertical) button:active:focus, .osd spinbutton:not(.vertical) button:active:hover, .osd spinbutton:not(.vertical) button.flat:checked:focus, .osd spinbutton:not(.vertical) button.flat:checked:hover, .osd spinbutton:not(.vertical) button.flat:active:focus, .osd spinbutton:not(.vertical) button.flat:active:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button:active:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:active:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.22),0.3); } - .osd spinbutton:not(.vertical) button:checked:active, .osd spinbutton:not(.vertical) button:checked:active:hover, .osd spinbutton:not(.vertical) button:checked:active:focus, .osd spinbutton:not(.vertical) button:checked:active:hover:focus, .osd spinbutton:not(.vertical) button:checked:checked, .osd spinbutton:not(.vertical) button:checked:checked:hover, .osd spinbutton:not(.vertical) button:checked:checked:focus, .osd spinbutton:not(.vertical) button:checked:checked:hover:focus, .osd spinbutton:not(.vertical) button:active:active, .osd spinbutton:not(.vertical) button:active:active:hover, .osd spinbutton:not(.vertical) button:active:active:focus, .osd spinbutton:not(.vertical) button:active:active:hover:focus, .osd spinbutton:not(.vertical) button:active:checked, .osd spinbutton:not(.vertical) button:active:checked:hover, .osd spinbutton:not(.vertical) button:active:checked:focus, .osd spinbutton:not(.vertical) button:active:checked:hover:focus, .osd spinbutton:not(.vertical) button.flat:checked:active, .osd spinbutton:not(.vertical) button.flat:checked:active:hover, .osd spinbutton:not(.vertical) button.flat:checked:active:focus, .osd spinbutton:not(.vertical) button.flat:checked:active:hover:focus, .osd spinbutton:not(.vertical) button.flat:checked:checked, .osd spinbutton:not(.vertical) button.flat:checked:checked:hover, .osd spinbutton:not(.vertical) button.flat:checked:checked:focus, .osd spinbutton:not(.vertical) button.flat:checked:checked:hover:focus, .osd spinbutton:not(.vertical) button.flat:active:active, .osd spinbutton:not(.vertical) button.flat:active:active:hover, .osd spinbutton:not(.vertical) button.flat:active:active:focus, .osd spinbutton:not(.vertical) button.flat:active:active:hover:focus, .osd spinbutton:not(.vertical) button.flat:active:checked, .osd spinbutton:not(.vertical) button.flat:active:checked:hover, .osd spinbutton:not(.vertical) button.flat:active:checked:focus, .osd spinbutton:not(.vertical) button.flat:active:checked:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:active, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:active:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:active:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:active:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:checked, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:checked:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:checked:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:checked:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:active:active, - #XfceNotifyWindow spinbutton:not(.vertical) button:active:active:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button:active:active:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:active:active:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:active:checked, - #XfceNotifyWindow spinbutton:not(.vertical) button:active:checked:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button:active:checked:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:active:checked:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:active, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:active:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:active:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:active:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:checked, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:checked:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:checked:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:checked:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:active, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:active:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:active:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:active:hover:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:checked, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:checked:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:checked:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.22); } - .osd spinbutton:not(.vertical) button:checked:disabled, .osd spinbutton:not(.vertical) button:active:disabled, .osd spinbutton:not(.vertical) button.flat:checked:disabled, .osd spinbutton:not(.vertical) button.flat:active:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:active:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:disabled { - border-color: rgba(247, 225, 136, 0.22); } - .osd spinbutton:not(.vertical) button:checked:active:disabled, .osd spinbutton:not(.vertical) button:checked:checked:disabled, .osd spinbutton:not(.vertical) button:active:active:disabled, .osd spinbutton:not(.vertical) button:active:checked:disabled, .osd spinbutton:not(.vertical) button.flat:checked:active:disabled, .osd spinbutton:not(.vertical) button.flat:checked:checked:disabled, .osd spinbutton:not(.vertical) button.flat:active:active:disabled, .osd spinbutton:not(.vertical) button.flat:active:checked:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:active:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:checked:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:active:active:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:active:checked:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:active:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:checked:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:active:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:checked:disabled { - border-color: rgba(245, 220, 115, 0.22); } - .osd spinbutton:not(.vertical) button:checked:focus, .osd spinbutton:not(.vertical) button:checked:hover, .osd spinbutton:not(.vertical) button:active:focus, .osd spinbutton:not(.vertical) button:active:hover, .osd spinbutton:not(.vertical) button.flat:checked:focus, .osd spinbutton:not(.vertical) button.flat:checked:hover, .osd spinbutton:not(.vertical) button.flat:active:focus, .osd spinbutton:not(.vertical) button.flat:active:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button:active:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:active:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - .osd spinbutton:not(.vertical) button:focus, .osd spinbutton:not(.vertical) button:hover, .osd spinbutton:not(.vertical) button.flat:focus, .osd spinbutton:not(.vertical) button.flat:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:focus, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:hover { - color: #fbf1c7; } - .osd spinbutton:not(.vertical) button:disabled:disabled, .osd spinbutton:not(.vertical) button.flat:disabled:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:disabled:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:disabled:disabled { - background-color: alpha(mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.6); - box-shadow: none; } - .osd spinbutton:not(.vertical) button:disabled:disabled :disabled, .osd spinbutton:not(.vertical) button.flat:disabled:disabled :disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:disabled:disabled :disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:disabled:disabled :disabled { - color: mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.6); } - .osd spinbutton:not(.vertical) button:active:disabled, .osd spinbutton:not(.vertical) button:checked:disabled, .osd spinbutton:not(.vertical) button.flat:active:disabled, .osd spinbutton:not(.vertical) button.flat:checked:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:active:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - .osd spinbutton:not(.vertical) button:active:disabled :disabled, .osd spinbutton:not(.vertical) button:checked:disabled :disabled, .osd spinbutton:not(.vertical) button.flat:active:disabled :disabled, .osd spinbutton:not(.vertical) button.flat:checked:disabled :disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:active:disabled :disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked:disabled :disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:active:disabled :disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - .osd spinbutton:not(.vertical) button.separator, .osd spinbutton:not(.vertical) button .separator, - #XfceNotifyWindow spinbutton:not(.vertical) button.separator, - #XfceNotifyWindow spinbutton:not(.vertical) button .separator { - border: 1px solid currentColor; - color: rgba(29, 32, 33, 0.7); } - .osd spinbutton:not(.vertical) button.separator:disabled, .osd spinbutton:not(.vertical) button .separator:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button.separator:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button .separator:disabled { - color: rgba(29, 32, 33, 0.65); } - .osd spinbutton:not(.vertical) button:dir(rtl), - #XfceNotifyWindow spinbutton:not(.vertical) button:dir(rtl) { - border-style: none solid none none; } - .osd spinbutton:not(.vertical) button:active, .osd spinbutton:not(.vertical) button:checked, .osd spinbutton:not(.vertical) button:hover, - #XfceNotifyWindow spinbutton:not(.vertical) button:active, - #XfceNotifyWindow spinbutton:not(.vertical) button:checked, - #XfceNotifyWindow spinbutton:not(.vertical) button:hover { - color: #fbf1c7; } - .osd spinbutton:not(.vertical) button:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:disabled { - color: alpha(mix(#fbf1c7,#1d2021,0.6),0.8); } - .osd spinbutton:not(.vertical) button:backdrop, - #XfceNotifyWindow spinbutton:not(.vertical) button:backdrop { - color: mix(#282828,mix(#ebdbb2,#282828,0.5),0.9); } - .osd spinbutton:not(.vertical) button:active, - #XfceNotifyWindow spinbutton:not(.vertical) button:active { - box-shadow: inset 0 2px 3px -1px rgba(131, 104, 34, 0.2); } - .osd spinbutton:not(.vertical) button:backdrop:disabled, - #XfceNotifyWindow spinbutton:not(.vertical) button:backdrop:disabled { - color: rgba(2, 2, 2, 0.8); - border-style: none none none solid; } - .osd spinbutton:not(.vertical) button:backdrop:disabled:dir(rtl), - #XfceNotifyWindow spinbutton:not(.vertical) button:backdrop:disabled:dir(rtl) { - border-style: none solid none none; } - .osd spinbutton:not(.vertical) button:dir(rtl):first-child, - #XfceNotifyWindow spinbutton:not(.vertical) button:dir(rtl):first-child { - border-radius: 4px 0 0 4px; } - .osd spinbutton:not(.vertical) button:dir(ltr):last-child, - #XfceNotifyWindow spinbutton:not(.vertical) button:dir(ltr):last-child { - border-radius: 0 4px 4px 0; } - .osd spinbutton.vertical button:first-child, - #XfceNotifyWindow spinbutton.vertical button:first-child { - background-color: rgba(29, 32, 33, 0.8); - background-image: none; - border-color: rgba(245, 220, 115, 0.22); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .osd spinbutton.vertical button:first-child:focus, .osd spinbutton.vertical button:first-child:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.22),0.3); } - .osd spinbutton.vertical button:first-child:active, .osd spinbutton.vertical button:first-child:active:hover, .osd spinbutton.vertical button:first-child:active:focus, .osd spinbutton.vertical button:first-child:active:hover:focus, .osd spinbutton.vertical button:first-child:checked, .osd spinbutton.vertical button:first-child:checked:hover, .osd spinbutton.vertical button:first-child:checked:focus, .osd spinbutton.vertical button:first-child:checked:hover:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:active, - #XfceNotifyWindow spinbutton.vertical button:first-child:active:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child:active:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:active:hover:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.22); } - .osd spinbutton.vertical button:first-child:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child:disabled { - border-color: rgba(247, 225, 136, 0.22); } - .osd spinbutton.vertical button:first-child:active:disabled, .osd spinbutton.vertical button:first-child:checked:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child:active:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:disabled { - border-color: rgba(245, 220, 115, 0.22); } - .linked:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child, - stackswitcher:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child), .linked:not(.vertical) > - #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) - #XfceNotifyWindow spinbutton.vertical button:first-child, - stackswitcher:not(.vertical) > - #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child:hover, - stackswitcher:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, .linked:not(.vertical) > - #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) - #XfceNotifyWindow spinbutton.vertical button:first-child:hover, - stackswitcher:not(.vertical) > - #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .linked:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child:checked, - stackswitcher:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked, .linked:not(.vertical) > - #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) - #XfceNotifyWindow spinbutton.vertical button:first-child:checked, - stackswitcher:not(.vertical) > - #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child:checked:hover, - stackswitcher:not(.vertical) > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover, .linked:not(.vertical) > - #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover, - stackswitcher:not(.vertical) > - #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child, - stackswitcher.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child), .linked.vertical > - #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) - #XfceNotifyWindow spinbutton.vertical button:first-child, - stackswitcher.vertical > - #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child:hover, - stackswitcher.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, .linked.vertical > - #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) - #XfceNotifyWindow spinbutton.vertical button:first-child:hover, - stackswitcher.vertical > - #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .linked.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child:checked, - stackswitcher.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked, .linked.vertical > - #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) - #XfceNotifyWindow spinbutton.vertical button:first-child:checked, - stackswitcher.vertical > - #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) .osd spinbutton.vertical button:first-child:checked:hover, - stackswitcher.vertical > .osd spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover, .linked.vertical > - #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover, - stackswitcher.vertical > - #XfceNotifyWindow spinbutton.vertical button:first-child:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .osd spinbutton.vertical button:first-child.flat, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat { - color: #fbf1c7; - border-color: rgba(29, 32, 33, 0); - background-color: rgba(29, 32, 33, 0); - background-image: none; - box-shadow: none; } - .osd spinbutton.vertical button:first-child:hover, .osd spinbutton.vertical button:first-child.flat:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover { - background-color: rgba(30, 34, 35, 0.8); - background-image: none; - border-color: rgba(245, 220, 115, 0.3); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - .osd spinbutton.vertical button:first-child:hover:focus, .osd spinbutton.vertical button:first-child:hover:hover, .osd spinbutton.vertical button:first-child.flat:hover:focus, .osd spinbutton.vertical button:first-child.flat:hover:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child:hover:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:hover:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .osd spinbutton.vertical button:first-child:hover:active, .osd spinbutton.vertical button:first-child:hover:active:hover, .osd spinbutton.vertical button:first-child:hover:active:focus, .osd spinbutton.vertical button:first-child:hover:active:hover:focus, .osd spinbutton.vertical button:first-child:hover:checked, .osd spinbutton.vertical button:first-child:hover:checked:hover, .osd spinbutton.vertical button:first-child:hover:checked:focus, .osd spinbutton.vertical button:first-child:hover:checked:hover:focus, .osd spinbutton.vertical button:first-child.flat:hover:active, .osd spinbutton.vertical button:first-child.flat:hover:active:hover, .osd spinbutton.vertical button:first-child.flat:hover:active:focus, .osd spinbutton.vertical button:first-child.flat:hover:active:hover:focus, .osd spinbutton.vertical button:first-child.flat:hover:checked, .osd spinbutton.vertical button:first-child.flat:hover:checked:hover, .osd spinbutton.vertical button:first-child.flat:hover:checked:focus, .osd spinbutton.vertical button:first-child.flat:hover:checked:hover:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:hover:active, - #XfceNotifyWindow spinbutton.vertical button:first-child:hover:active:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child:hover:active:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:hover:active:hover:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:hover:checked, - #XfceNotifyWindow spinbutton.vertical button:first-child:hover:checked:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child:hover:checked:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:hover:checked:hover:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:active, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:active:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:active:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:active:hover:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:checked, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:checked:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:checked:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.3); } - .osd spinbutton.vertical button:first-child:hover:disabled, .osd spinbutton.vertical button:first-child.flat:hover:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child:hover:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:disabled { - border-color: rgba(247, 225, 136, 0.3); } - .osd spinbutton.vertical button:first-child:hover:active:disabled, .osd spinbutton.vertical button:first-child:hover:checked:disabled, .osd spinbutton.vertical button:first-child.flat:hover:active:disabled, .osd spinbutton.vertical button:first-child.flat:hover:checked:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child:hover:active:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child:hover:checked:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:active:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover:checked:disabled { - border-color: rgba(245, 220, 115, 0.3); } - .osd spinbutton.vertical button:first-child:focus, .osd spinbutton.vertical button:first-child.flat:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus { - background-color: rgba(30, 34, 35, 0.8); - background-image: none; - border-color: rgba(251, 241, 199, 0.22); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .osd spinbutton.vertical button:first-child:focus:hover, .osd spinbutton.vertical button:first-child.flat:focus:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover { - background-color: rgba(32, 35, 36, 0.8); - background-image: none; - border-color: rgba(245, 220, 115, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - .osd spinbutton.vertical button:first-child:focus:hover:focus, .osd spinbutton.vertical button:first-child:focus:hover:hover, .osd spinbutton.vertical button:first-child.flat:focus:hover:focus, .osd spinbutton.vertical button:first-child.flat:focus:hover:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .osd spinbutton.vertical button:first-child:focus:hover:active, .osd spinbutton.vertical button:first-child:focus:hover:active:hover, .osd spinbutton.vertical button:first-child:focus:hover:active:focus, .osd spinbutton.vertical button:first-child:focus:hover:active:hover:focus, .osd spinbutton.vertical button:first-child:focus:hover:checked, .osd spinbutton.vertical button:first-child:focus:hover:checked:hover, .osd spinbutton.vertical button:first-child:focus:hover:checked:focus, .osd spinbutton.vertical button:first-child:focus:hover:checked:hover:focus, .osd spinbutton.vertical button:first-child.flat:focus:hover:active, .osd spinbutton.vertical button:first-child.flat:focus:hover:active:hover, .osd spinbutton.vertical button:first-child.flat:focus:hover:active:focus, .osd spinbutton.vertical button:first-child.flat:focus:hover:active:hover:focus, .osd spinbutton.vertical button:first-child.flat:focus:hover:checked, .osd spinbutton.vertical button:first-child.flat:focus:hover:checked:hover, .osd spinbutton.vertical button:first-child.flat:focus:hover:checked:focus, .osd spinbutton.vertical button:first-child.flat:focus:hover:checked:hover:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:active, - #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:active:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:active:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:active:hover:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:checked, - #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:checked:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:checked:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:checked:hover:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:active, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:active:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:active:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:active:hover:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:checked, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:checked:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:checked:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.3); } - .osd spinbutton.vertical button:first-child:focus:hover:disabled, .osd spinbutton.vertical button:first-child.flat:focus:hover:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:disabled { - border-color: rgba(247, 225, 136, 0.3); } - .osd spinbutton.vertical button:first-child:focus:hover:active:disabled, .osd spinbutton.vertical button:first-child:focus:hover:checked:disabled, .osd spinbutton.vertical button:first-child.flat:focus:hover:active:disabled, .osd spinbutton.vertical button:first-child.flat:focus:hover:checked:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:active:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child:focus:hover:checked:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:active:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus:hover:checked:disabled { - border-color: rgba(245, 220, 115, 0.3); } - .osd spinbutton.vertical button:first-child:checked, .osd spinbutton.vertical button:first-child:active, .osd spinbutton.vertical button:first-child.flat:checked, .osd spinbutton.vertical button:first-child.flat:active, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked, - #XfceNotifyWindow spinbutton.vertical button:first-child:active, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(245, 220, 115, 0.22); - color: #282828; - box-shadow: inset 1px 0 rgba(251, 241, 199, 0.06), inset 0 1px rgba(251, 241, 199, 0.07), inset -1px 0 rgba(251, 241, 199, 0.06), inset 0 -1px rgba(251, 241, 199, 0.05); } - .osd spinbutton.vertical button:first-child:checked:focus, .osd spinbutton.vertical button:first-child:checked:hover, .osd spinbutton.vertical button:first-child:active:focus, .osd spinbutton.vertical button:first-child:active:hover, .osd spinbutton.vertical button:first-child.flat:checked:focus, .osd spinbutton.vertical button:first-child.flat:checked:hover, .osd spinbutton.vertical button:first-child.flat:active:focus, .osd spinbutton.vertical button:first-child.flat:active:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child:active:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:active:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.22),0.3); } - .osd spinbutton.vertical button:first-child:checked:active, .osd spinbutton.vertical button:first-child:checked:active:hover, .osd spinbutton.vertical button:first-child:checked:active:focus, .osd spinbutton.vertical button:first-child:checked:active:hover:focus, .osd spinbutton.vertical button:first-child:checked:checked, .osd spinbutton.vertical button:first-child:checked:checked:hover, .osd spinbutton.vertical button:first-child:checked:checked:focus, .osd spinbutton.vertical button:first-child:checked:checked:hover:focus, .osd spinbutton.vertical button:first-child:active:active, .osd spinbutton.vertical button:first-child:active:active:hover, .osd spinbutton.vertical button:first-child:active:active:focus, .osd spinbutton.vertical button:first-child:active:active:hover:focus, .osd spinbutton.vertical button:first-child:active:checked, .osd spinbutton.vertical button:first-child:active:checked:hover, .osd spinbutton.vertical button:first-child:active:checked:focus, .osd spinbutton.vertical button:first-child:active:checked:hover:focus, .osd spinbutton.vertical button:first-child.flat:checked:active, .osd spinbutton.vertical button:first-child.flat:checked:active:hover, .osd spinbutton.vertical button:first-child.flat:checked:active:focus, .osd spinbutton.vertical button:first-child.flat:checked:active:hover:focus, .osd spinbutton.vertical button:first-child.flat:checked:checked, .osd spinbutton.vertical button:first-child.flat:checked:checked:hover, .osd spinbutton.vertical button:first-child.flat:checked:checked:focus, .osd spinbutton.vertical button:first-child.flat:checked:checked:hover:focus, .osd spinbutton.vertical button:first-child.flat:active:active, .osd spinbutton.vertical button:first-child.flat:active:active:hover, .osd spinbutton.vertical button:first-child.flat:active:active:focus, .osd spinbutton.vertical button:first-child.flat:active:active:hover:focus, .osd spinbutton.vertical button:first-child.flat:active:checked, .osd spinbutton.vertical button:first-child.flat:active:checked:hover, .osd spinbutton.vertical button:first-child.flat:active:checked:focus, .osd spinbutton.vertical button:first-child.flat:active:checked:hover:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:active, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:active:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:active:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:active:hover:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:checked, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:checked:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:checked:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:checked:hover:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:active:active, - #XfceNotifyWindow spinbutton.vertical button:first-child:active:active:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child:active:active:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:active:active:hover:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:active:checked, - #XfceNotifyWindow spinbutton.vertical button:first-child:active:checked:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child:active:checked:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:active:checked:hover:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:active, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:active:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:active:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:active:hover:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:checked, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:checked:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:checked:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:checked:hover:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:active, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:active:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:active:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:active:hover:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:checked, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:checked:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:checked:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.22); } - .osd spinbutton.vertical button:first-child:checked:disabled, .osd spinbutton.vertical button:first-child:active:disabled, .osd spinbutton.vertical button:first-child.flat:checked:disabled, .osd spinbutton.vertical button:first-child.flat:active:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child:active:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:disabled { - border-color: rgba(247, 225, 136, 0.22); } - .osd spinbutton.vertical button:first-child:checked:active:disabled, .osd spinbutton.vertical button:first-child:checked:checked:disabled, .osd spinbutton.vertical button:first-child:active:active:disabled, .osd spinbutton.vertical button:first-child:active:checked:disabled, .osd spinbutton.vertical button:first-child.flat:checked:active:disabled, .osd spinbutton.vertical button:first-child.flat:checked:checked:disabled, .osd spinbutton.vertical button:first-child.flat:active:active:disabled, .osd spinbutton.vertical button:first-child.flat:active:checked:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:active:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:checked:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child:active:active:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child:active:checked:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:active:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:checked:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:active:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:checked:disabled { - border-color: rgba(245, 220, 115, 0.22); } - .osd spinbutton.vertical button:first-child:checked:focus, .osd spinbutton.vertical button:first-child:checked:hover, .osd spinbutton.vertical button:first-child:active:focus, .osd spinbutton.vertical button:first-child:active:hover, .osd spinbutton.vertical button:first-child.flat:checked:focus, .osd spinbutton.vertical button:first-child.flat:checked:hover, .osd spinbutton.vertical button:first-child.flat:active:focus, .osd spinbutton.vertical button:first-child.flat:active:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child:active:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:active:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - .osd spinbutton.vertical button:first-child:focus, .osd spinbutton.vertical button:first-child:hover, .osd spinbutton.vertical button:first-child.flat:focus, .osd spinbutton.vertical button:first-child.flat:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child:hover, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:focus, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:hover { - color: #fbf1c7; } - .osd spinbutton.vertical button:first-child:disabled:disabled, .osd spinbutton.vertical button:first-child.flat:disabled:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child:disabled:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:disabled:disabled { - background-color: alpha(mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.6); - box-shadow: none; } - .osd spinbutton.vertical button:first-child:disabled:disabled :disabled, .osd spinbutton.vertical button:first-child.flat:disabled:disabled :disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child:disabled:disabled :disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:disabled:disabled :disabled { - color: mix(rgba(29, 32, 33, 0.8),#fbf1c7,0.6); } - .osd spinbutton.vertical button:first-child:active:disabled, .osd spinbutton.vertical button:first-child:checked:disabled, .osd spinbutton.vertical button:first-child.flat:active:disabled, .osd spinbutton.vertical button:first-child.flat:checked:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child:active:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - .osd spinbutton.vertical button:first-child:active:disabled :disabled, .osd spinbutton.vertical button:first-child:checked:disabled :disabled, .osd spinbutton.vertical button:first-child.flat:active:disabled :disabled, .osd spinbutton.vertical button:first-child.flat:checked:disabled :disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child:active:disabled :disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child:checked:disabled :disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:active:disabled :disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - .osd spinbutton.vertical button:first-child.separator, .osd spinbutton.vertical button:first-child .separator, - #XfceNotifyWindow spinbutton.vertical button:first-child.separator, - #XfceNotifyWindow spinbutton.vertical button:first-child .separator { - border: 1px solid currentColor; - color: rgba(29, 32, 33, 0.7); } - .osd spinbutton.vertical button:first-child.separator:disabled, .osd spinbutton.vertical button:first-child .separator:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child.separator:disabled, - #XfceNotifyWindow spinbutton.vertical button:first-child .separator:disabled { - color: rgba(29, 32, 33, 0.65); } - -scrolledwindow viewport.frame { - border-style: none; } - -scrolledwindow overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(rgba(146, 131, 116, 0.35)), to(rgba(146, 131, 116, 0.25))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(146, 131, 116, 0.2)), to(rgba(146, 131, 116, 0))); - background-size: 100% 5%, 100% 100%; - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: 0; - box-shadow: none; } - scrolledwindow overshoot.top:backdrop { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(rgba(146, 131, 116, 0.35)), to(rgba(146, 131, 116, 0.25))); - background-size: 100% 5%; - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: 0; - box-shadow: none; } - -scrolledwindow overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(rgba(146, 131, 116, 0.35)), to(rgba(146, 131, 116, 0.25))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(146, 131, 116, 0.2)), to(rgba(146, 131, 116, 0))); - background-size: 100% 5%, 100% 100%; - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: 0; - box-shadow: none; } - scrolledwindow overshoot.bottom:backdrop { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(rgba(146, 131, 116, 0.35)), to(rgba(146, 131, 116, 0.25))); - background-size: 100% 5%; - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: 0; - box-shadow: none; } - -scrolledwindow overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(rgba(146, 131, 116, 0.35)), to(rgba(146, 131, 116, 0.25))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(146, 131, 116, 0.2)), to(rgba(146, 131, 116, 0))); - background-size: 5% 100%, 100% 100%; - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: 0; - box-shadow: none; } - scrolledwindow overshoot.left:backdrop { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(rgba(146, 131, 116, 0.35)), to(rgba(146, 131, 116, 0.25))); - background-size: 5% 100%; - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: 0; - box-shadow: none; } - -scrolledwindow overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(rgba(146, 131, 116, 0.35)), to(rgba(146, 131, 116, 0.25))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(146, 131, 116, 0.2)), to(rgba(146, 131, 116, 0))); - background-size: 5% 100%, 100% 100%; - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: 0; - box-shadow: none; } - scrolledwindow overshoot.right:backdrop { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(rgba(146, 131, 116, 0.35)), to(rgba(146, 131, 116, 0.25))); - background-size: 5% 100%; - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: 0; - box-shadow: none; } - -scrolledwindow undershoot.top { - background-color: transparent; - /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line - $_undershoot_color_light 50%, - $_undershoot_color_dark 50%);*/ - padding-top: 1px; - background-size: 10px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center top; - border: 0; - box-shadow: none; } - -scrolledwindow undershoot.bottom { - background-color: transparent; - /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line - $_undershoot_color_light 50%, - $_undershoot_color_dark 50%);*/ - padding-bottom: 1px; - background-size: 10px 1px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center bottom; - border: 0; - box-shadow: none; } - -scrolledwindow undershoot.left { - background-color: transparent; - /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line - $_undershoot_color_light 50%, - $_undershoot_color_dark 50%);*/ - padding-left: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left center; - border: 0; - box-shadow: none; } - -scrolledwindow undershoot.right { - background-color: transparent; - /*background-image: linear-gradient(to $_gradient_dir, // this is the dashed line - $_undershoot_color_light 50%, - $_undershoot_color_dark 50%);*/ - padding-right: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right center; - border: 0; - box-shadow: none; } - -scrolledwindow junction { - border-color: transparent; - border-image: linear-gradient(to bottom, mix(#282828,#ebdbb2,0.18) 1px, transparent 1px) 0 0 0 1/0 1px stretch; - background-color: #1b1b1b; } - scrolledwindow junction:dir(rtl) { - border-image-slice: 0 1 0 0; } - scrolledwindow junction:backdrop { - border-image-source: linear-gradient(to bottom, mix(#282828,mix(#282828,#ebdbb2,0.18),0.9) 1px, transparent 1px); - background-color: #202020; - transition: 200ms ease-out; } - -/***************** - ! Progress bars * -******************/ -progressbar { - padding: 0; - border-radius: 4px; - font-size: smaller; - color: rgba(235, 219, 178, 0.6); } - progressbar.horizontal trough, - progressbar.horizontal progress { - min-height: 6px; } - progressbar.vertical trough, - progressbar.vertical progress { - min-width: 6px; } - progressbar trough { - border: 1px solid mix(#282828,#ebdbb2,0.17); - background-color: #2b2b2b; - background-image: none; - border-radius: 4px; } - progressbar progress { - background-color: #928374; - background-image: none; - border-radius: 0; } - progressbar progress.left { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; } - progressbar progress.right { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; } - progressbar progress.bottom { - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; } - progressbar progress.top { - border-top-left-radius: 4px; - border-top-right-radius: 4px; } - -levelbar.horizontal block { - min-width: 34px; - min-height: 4px; } - -levelbar.vertical block { - min-width: 4px; - min-height: 34px; } - -levelbar:backdrop { - transition: 200ms ease-out; } - -levelbar trough { - background-color: #2b2b2b; - border: 1px solid mix(#282828,#ebdbb2,0.17); - border-radius: 4px; - padding: 2px; } - -levelbar.horizontal.discrete block { - margin: 0 1px; } - levelbar.horizontal.discrete block:first-child { - margin: 0; } - -levelbar.vertical.discrete block { - margin: 1px 0; } - levelbar.vertical.discrete block:first-child { - margin: 0; } - -levelbar block { - background-color: #928374; - border-color: transparent; - border-radius: 4px; } - levelbar block.low { - background-color: #d79921; - border-color: transparent; } - levelbar block.high, levelbar block:not(.empty) { - background-color: #98971a; - border-color: transparent; } - levelbar block.full { - background-color: #75695c; - border-color: transparent; } - levelbar block.empty { - background-color: transparent; - border-color: transparent; - box-shadow: none; } - -scale { - min-height: 10px; - min-width: 10px; - padding: 3px; } - scale.horizontal trough { - padding: 0 3px; } - scale.horizontal highlight, scale.horizontal fill { - margin: 0 -4px; } - scale.vertical trough { - padding: 3px 0; } - scale.vertical highlight, scale.vertical fill { - margin: -4px 0; } - scale slider { - min-height: 15px; - min-width: 15px; - margin: -7px; } - scale.fine-tune slider { - margin: -7px; } - scale.fine-tune highlight { - background-color: #9e9083; } - scale.fine-tune fill, - scale.fine-tune highlight, - scale.fine-tune trough { - border-radius: 5px; - -gtk-outline-radius: 7px; } - scale trough { - outline-offset: 2px; - -gtk-outline-radius: 4.5px; - border-radius: 2.5px; - background-color: mix(#282828,#ebdbb2,0.2); } - scale trough:disabled { - background-color: mix(#282828,#ebdbb2,0.1); } - menuitem:hover scale trough, - row:selected scale trough, - infobar scale trough { - background-color: rgba(131, 104, 34, 0.2); } - menuitem:hover scale trough highlight, - row:selected scale trough highlight, - infobar scale trough highlight { - background-color: #282828; } - menuitem:hover scale trough highlight:disabled, - row:selected scale trough highlight:disabled, - infobar scale trough highlight:disabled { - background-color: mix(#282828,#928374,0.55); } - menuitem:hover scale trough:disabled, - row:selected scale trough:disabled, - infobar scale trough:disabled { - background-color: rgba(131, 104, 34, 0.1); } - scale highlight { - border-radius: 2.5px; - background-color: #928374; } - scale highlight:disabled { - background-color: rgba(146, 131, 116, 0.55); } - scale fill { - border-radius: 2.5px; - background-color: rgba(146, 131, 116, 0.5); } - scale fill:disabled { - background-color: transparent; } - scale slider { - background-color: #3c3836; - border: 1px solid rgba(235, 219, 178, 0.16); - border-radius: 100%; - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - transition-property: background, border; } - scale slider:hover { - background-color: #494542; } - scale slider:active { - background-clip: border-box; - background-color: #928374; - border-color: #928374; } - scale slider:disabled { - background-color: mix(#3c3836,#282828,0.55); - border-color: mix(#ebdbb2,#282828,0.92); } - menuitem:hover scale slider, - row:selected scale slider, - infobar scale slider { - background-clip: border-box; - background-color: #282828; - border-color: #282828; } - menuitem:hover scale slider:hover, - row:selected scale slider:hover, - infobar scale slider:hover { - background-color: mix(#282828,#928374,0.85); - border-color: mix(#282828,#928374,0.85); } - menuitem:hover scale slider:active, - row:selected scale slider:active, - infobar scale slider:active { - background-color: mix(#282828,#928374,0.5); - border-color: mix(#282828,#928374,0.5); } - menuitem:hover scale slider:disabled, - row:selected scale slider:disabled, - infobar scale slider:disabled { - background-color: mix(#282828,#928374,0.55); - border-color: mix(#282828,#928374,0.55); } - scale value { - color: alpha(currentColor,0.4); } - scale marks { - color: alpha(currentColor,0.4); } - scale marks.top { - margin-bottom: 1px; - margin-top: -4px; } - scale marks.bottom { - margin-top: 1px; - margin-bottom: -4px; } - scale marks.top { - margin-right: 1px; - margin-left: -4px; } - scale marks.bottom { - margin-left: 1px; - margin-right: -4px; } - scale.fine-tune marks.top { - margin-bottom: 0px; - margin-top: -2px; } - scale.fine-tune marks.bottom { - margin-top: 0px; - margin-bottom: -2px; } - scale.fine-tune marks.top { - margin-right: 0px; - margin-left: -2px; } - scale.fine-tune marks.bottom { - margin-left: 0px; - margin-right: -2px; } - scale.horizontal indicator { - min-height: 3px; - min-width: 1px; } - scale.horizontal.fine-tune indicator { - min-height: 2px; } - scale.vertical indicator { - min-height: 1px; - min-width: 3px; } - scale.vertical.fine-tune indicator { - min-width: 2px; } - scale.color trough { - padding: 0; - border: 0; - background-image: none; } - scale.color highlight, scale.color fill { - margin: 0; } - scale.color.horizontal { - padding: 0 0 6px; } - scale.color.horizontal trough { - border-top-left-radius: 0; - border-top-right-radius: 0; } - scale.color.horizontal slider:hover, scale.color.horizontal slider:backdrop, scale.color.horizontal slider:disabled, scale.color.horizontal slider:backdrop:disabled, scale.color.horizontal slider { - margin-bottom: 0; - margin-top: 0; } - scale.color.vertical:dir(ltr) { - padding: 0 0 0 6px; } - scale.color.vertical:dir(ltr) trough { - border-bottom-right-radius: 0; - border-top-right-radius: 0; } - scale.color.vertical:dir(ltr) slider:hover, scale.color.vertical:dir(ltr) slider:backdrop, scale.color.vertical:dir(ltr) slider:disabled, scale.color.vertical:dir(ltr) slider:backdrop:disabled, scale.color.vertical:dir(ltr) slider { - margin-left: 0; - margin-right: 0; } - scale.color.vertical:dir(rtl) { - padding: 0 6px 0 0; } - scale.color.vertical:dir(rtl) trough { - border-bottom-left-radius: 0; - border-top-left-radius: 0; } - scale.color.vertical:dir(rtl) slider:hover, scale.color.vertical:dir(rtl) slider:backdrop, scale.color.vertical:dir(rtl) slider:disabled, scale.color.vertical:dir(rtl) slider:backdrop:disabled, scale.color.vertical:dir(rtl) slider { - margin-right: 0; - margin-left: 0; } - -/*********** - ! Scrollbar -************/ -scrollbar { - background-color: #1b1b1b; - transition: 300ms ease-out; } - * { - -GtkScrollbar-has-backward-stepper: false; - -GtkScrollbar-has-forward-stepper: false; } - scrollbar.top { - border-bottom: 1px solid mix(#282828,#ebdbb2,0.18); } - scrollbar.bottom { - border-top: 1px solid mix(#282828,#ebdbb2,0.18); } - scrollbar.left { - border-right: 1px solid mix(#282828,#ebdbb2,0.18); } - scrollbar.right { - border-left: 1px solid mix(#282828,#ebdbb2,0.18); } - scrollbar:backdrop { - background-color: #202020; - border-color: mix(#282828,mix(#282828,#ebdbb2,0.18),0.9); - transition: 400ms ease-in; } - scrollbar slider { - min-width: 7px; - min-height: 7px; - border: 1px solid transparent; - border-radius: 4px; - background-clip: padding-box; - background-color: mix(#282828,#ebdbb2,0.5); } - scrollbar slider:hover { - background-color: mix(#282828,#ebdbb2,0.7); } - scrollbar slider:hover:active { - background-color: #857668; } - scrollbar slider:backdrop { - background-color: mix(mix(#ebdbb2,#282828,0.5),#282828,0.4); } - scrollbar slider:disabled { - background-color: transparent; } - scrollbar.horizontal slider { - min-width: 40px; } - scrollbar.vertical slider { - min-height: 40px; } - scrollbar.fine-tune slider:active { - background-color: #9d9082; } - scrollbar.overlay-indicator { - opacity: .8; } - scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - border-color: transparent; - opacity: .4; - background-color: transparent; } - scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - min-width: 4px; - min-height: 4px; - background-color: #ebdbb2; - border: 1px solid #292929; } - scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { - min-width: 4px; - min-height: 4px; - border-color: transparent; - -gtk-icon-source: none; } - scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { - min-width: 40px; } - scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { - min-width: 7px; } - scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { - min-height: 40px; } - scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { - min-height: 7px; } - scrollbar button { - min-width: 7px; - min-height: 7px; - padding: 0; - border: 0; - border-radius: 0; - border-color: mix(#282828,#ebdbb2,0.18); - background-color: transparent; - box-shadow: none; - color: mix(#282828,#ebdbb2,0.5); } - scrollbar button:hover { - color: mix(#282828,#ebdbb2,0.7); } - scrollbar button:active, scrollbar button:checked { - color: #857668; } - scrollbar button:backdrop { - color: mix(mix(#ebdbb2,#282828,0.5),#282828,0.4); } - scrollbar.vertical button.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - border-top: 1px solid mix(#282828,#ebdbb2,0.18); } - scrollbar.vertical button.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); - border-bottom: 1px solid mix(#282828,#ebdbb2,0.18); } - scrollbar.horizontal button.down { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - border-left: 1px solid mix(#282828,#ebdbb2,0.18); } - scrollbar.horizontal button.up { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); - border-right: 1px solid mix(#282828,#ebdbb2,0.18); } - -/********* - ! Sidebar -**********/ -.sidebar { - border-style: none; - background-color: mix(#282828,#282828,0.5); } - 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 mix(#282828,#ebdbb2,0.18); - border-left-style: none; } - stacksidebar.sidebar:dir(rtl) list .sidebar:dir(rtl), stacksidebar.sidebar.right list .sidebar:dir(rtl), .sidebar.right { - border-left: 1px solid mix(#282828,#ebdbb2,0.18); - border-right-style: none; } - .sidebar:backdrop { - background-color: mix(#282828,#282828,0.5); - border-color: mix(#282828,mix(#282828,#ebdbb2,0.18),0.9); - transition: 200ms ease-out; } - .sidebar .frame, .sidebar frame { - border-width: 0; } - .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: 6px 3px; } - stacksidebar row > label { - padding-left: 3px; - padding-right: 3px; } - stacksidebar row.needs-attention > label { - background-size: 6px 6px, 0 0; } - -placessidebar > viewport.frame { - border-style: none; } - -placessidebar row { - min-height: 32px; - padding: 0; } - placessidebar row > revealer { - padding: 0 6px; } - placessidebar row:selected { - color: #282828; } - placessidebar row:disabled { - color: mix(#ebdbb2,#282828,0.5); } - placessidebar row:backdrop { - color: mix(#ebdbb2,#282828,0.5); } - placessidebar row:backdrop:selected { - color: mix(#928374,#282828,0.66); } - placessidebar row:backdrop:disabled { - color: #020202; } - placessidebar row image.sidebar-icon { - opacity: 0.7; } - placessidebar row image.sidebar-icon:dir(ltr) { - padding-right: 8px; - padding-left: 3px; } - placessidebar row image.sidebar-icon:dir(rtl) { - padding-left: 8px; - padding-right: 3px; } - placessidebar row label.sidebar-label:dir(ltr) { - padding-right: 2px; } - placessidebar row label.sidebar-label:dir(rtl) { - padding-left: 2px; } - button.sidebar-button { - min-height: 20px; - min-width: 20px; - margin-top: 2px; - margin-bottom: 2px; - padding: 0; - border-radius: 100%; - -gtk-outline-radius: 100%; } - button.sidebar-button:not(:hover):not(:active) > image, button.sidebar-button:backdrop > image { - opacity: 0.7; } - placessidebar row:selected:active { - box-shadow: none; } - placessidebar row.sidebar-placeholder-row { - padding: 0 8px; - min-height: 2px; - background-image: image(#928374); - background-clip: content-box; } - placessidebar row.sidebar-new-bookmark-row { - color: #928374; } - placessidebar row:drop(active):not(:disabled) { - color: #928374; - box-shadow: inset 0 1px #928374, inset 0 -1px #928374; } - placessidebar row:drop(active):not(:disabled):selected { - color: #282828; - background-color: #928374; } - -/****** -! Paned -*******/ -paned > separator { - min-width: 1px; - min-height: 1px; - -gtk-icon-source: none; - border-style: none; - background-color: transparent; - background-image: image(#242424); - background-size: 1px 1px; - background-position: center center; } - paned > separator:selected { - background-image: image(#928374); } - paned > separator:backdrop { - background-image: image(mix(#282828,mix(#282828,#ebdbb2,0.18),0.9)); } - paned > separator.wide { - min-width: 5px; - min-height: 5px; - background-color: #282828; - background-image: image(#202020), image(#202020); - background-size: 1px 1px, 1px 1px; } - paned > separator.wide:backdrop { - background-color: #282828; - background-image: image(mix(#282828,mix(#282828,#ebdbb2,0.18),0.9)), image(mix(#282828,mix(#282828,#ebdbb2,0.18),0.9)); } - -paned.horizontal > separator { - background-repeat: repeat-y; - padding: 0 2px; - margin: 0 -2px; } - paned.horizontal > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-y, repeat-y; - background-position: left, right; } - -paned.vertical > separator { - background-repeat: repeat-x; - padding: 2px 0; - margin: -2px 0; } - paned.vertical > separator.wide { - margin: 0; - padding: 0; - background-repeat: repeat-x, repeat-x; - background-position: bottom, top; } - -paned.titlebar > separator { - background-image: image(#1a1d1e); } - -/******************* - ! Spinner animation -********************/ -@keyframes spin { - to { - -gtk-icon-transform: rotate(1turn); } } - -spinner { - background-image: none; - color: #928374; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } - spinner:checked { - opacity: 1; - animation: spin 1s linear infinite; } - spinner:checked:disabled { - opacity: .5; } - -/*********************** - ! Check and Radio items -************************/ -radio { - background-image: none; - -gtk-icon-source: url("../assets/radio-unchecked.svg"); - min-width: 16px; - min-height: 16px; - margin-right: 3px; } - radio:disabled { - -gtk-icon-source: url("../assets/radio-unchecked-insensitive.svg"); } - radio:checked, radio:active { - -gtk-icon-source: url("../assets/radio-checked.svg"); } - radio:checked:disabled, radio:active:disabled { - -gtk-icon-source: url("../assets/radio-checked-insensitive.svg"); } - radio:indeterminate { - -gtk-icon-source: url("../assets/radio-mixed.svg"); } - radio:indeterminate:disabled { - -gtk-icon-source: url("../assets/radio-mixed-insensitive.svg"); } - menuitem radio, modelbutton radio { - -gtk-icon-source: url("../assets/menuitem-radio-unchecked.svg"); } - menuitem radio:disabled, modelbutton radio:disabled { - -gtk-icon-source: url("../assets/menuitem-radio-checked-insensitive.svg"); } - menuitem radio:checked, menuitem radio:active, modelbutton radio:checked, modelbutton radio:active { - -gtk-icon-source: url("../assets/menuitem-radio-checked.svg"); } - menuitem radio:checked:hover, menuitem radio:active:hover, modelbutton radio:checked:hover, modelbutton radio:active:hover { - -gtk-icon-source: url("../assets/menuitem-radio-checked-hover.svg"); } - menuitem radio:checked:disabled, menuitem radio:active:disabled, modelbutton radio:checked:disabled, modelbutton radio:active:disabled { - -gtk-icon-source: url("../assets/menuitem-radio-checked-insensitive.svg"); } - menuitem radio:indeterminate, modelbutton radio:indeterminate { - -gtk-icon-source: url("../assets/menuitem-radio-mixed.svg"); } - menuitem radio:indeterminate:hover, modelbutton radio:indeterminate:hover { - -gtk-icon-source: url("../assets/menuitem-radio-mixed-hover.svg"); } - menuitem radio:indeterminate:disabled, modelbutton radio:indeterminate:disabled { - -gtk-icon-source: url("../assets/menuitem-radio-mixed-insensitive.svg"); } - -check { - background-image: none; - -gtk-icon-source: url("../assets/checkbox-unchecked.svg"); - min-width: 16px; - min-height: 16px; - margin-right: 3px; } - check:disabled { - -gtk-icon-source: url("../assets/checkbox-unchecked-insensitive.svg"); } - check:checked, check:active { - -gtk-icon-source: url("../assets/checkbox-checked.svg"); } - check:checked:disabled, check:active:disabled { - -gtk-icon-source: url("../assets/checkbox-checked-insensitive.svg"); } - check:indeterminate { - -gtk-icon-source: url("../assets/checkbox-mixed.svg"); } - check:indeterminate:disabled { - -gtk-icon-source: url("../assets/checkbox-mixed-insensitive.svg"); } - menuitem check, modelbutton check { - -gtk-icon-source: url("../assets/menuitem-checkbox-unchecked.svg"); } - menuitem check:disabled, modelbutton check:disabled { - -gtk-icon-source: url("../assets/menuitem-checkbox-checked-insensitive.svg"); } - menuitem check:checked, menuitem check:active, modelbutton check:checked, modelbutton check:active { - -gtk-icon-source: url("../assets/menuitem-checkbox-checked.svg"); } - menuitem check:checked:hover, menuitem check:active:hover, modelbutton check:checked:hover, modelbutton check:active:hover { - -gtk-icon-source: url("../assets/menuitem-checkbox-checked-hover.svg"); } - menuitem check:checked:disabled, menuitem check:active:disabled, modelbutton check:checked:disabled, modelbutton check:active:disabled { - -gtk-icon-source: url("../assets/menuitem-checkbox-checked-insensitive.svg"); } - menuitem check:indeterminate, modelbutton check:indeterminate { - -gtk-icon-source: url("../assets/menuitem-checkbox-mixed.svg"); } - menuitem check:indeterminate:hover, modelbutton check:indeterminate:hover { - -gtk-icon-source: url("../assets/menuitem-checkbox-mixed-hover.svg"); } - menuitem check:indeterminate:disabled, modelbutton check:indeterminate:disabled { - -gtk-icon-source: url("../assets/menuitem-checkbox-mixed-insensitive.svg"); } - -radio:dir(rtl), check:dir(rtl) { - margin-right: 0; - margin-left: 3px; } - -.view.content-view.check:not(list), iconview.content-view.check:not(list) { - -gtk-icon-shadow: none; - -gtk-icon-source: url("../assets/grid-selection-unchecked.svg"); - background-color: transparent; } - -.view.content-view.check:hover:not(list), iconview.content-view.check:hover:not(list) { - -gtk-icon-shadow: none; - -gtk-icon-source: url("../assets/grid-selection-unchecked.svg"); - background-color: transparent; } - -.view.content-view.check:active:not(list), iconview.content-view.check:active:not(list) { - -gtk-icon-shadow: none; - -gtk-icon-source: url("../assets/grid-selection-checked.svg"); - background-color: transparent; } - -.view.content-view.check:backdrop:not(list), iconview.content-view.check:backdrop:not(list) { - -gtk-icon-shadow: none; - -gtk-icon-source: url("../assets/grid-selection-unchecked.svg"); - background-color: transparent; } - -.view.content-view.check:checked:not(list), iconview.content-view.check:checked:not(list) { - -gtk-icon-shadow: none; - -gtk-icon-source: url("../assets/grid-selection-checked.svg"); - background-color: transparent; } - -.view.content-view.check:checked:hover:not(list), iconview.content-view.check:checked:hover:not(list) { - -gtk-icon-shadow: none; - -gtk-icon-source: url("../assets/grid-selection-checked.svg"); - background-color: transparent; } - -.view.content-view.check:checked:active:not(list), iconview.content-view.check:checked:active:not(list) { - -gtk-icon-shadow: none; - -gtk-icon-source: url("../assets/grid-selection-checked.svg"); - background-color: transparent; } - -.view.content-view.check:backdrop:checked:not(list), iconview.content-view.check:backdrop:checked:not(list) { - -gtk-icon-shadow: none; - -gtk-icon-source: url("../assets/grid-selection-checked.svg"); - background-color: transparent; } - -/******** - ! Switch -*********/ -switch { - border-radius: 4px; - padding: 2px; - border: 0; - outline: none; - transition: background-color .3s linear; - min-width: 88px; - min-height: 24px; - background-color: mix(#282828,#282828,0.3); - color: #ebdbb2; - box-shadow: inset 1px -1px 0 rgba(66, 52, 17, 0.06), inset -1px 1px 0 rgba(66, 52, 17, 0.06); } - switch slider { - background-color: mix(#ebdbb2,#282828,0.5); - transition: all .3s ease-in; - box-shadow: 0 1px 2px 0 rgba(66, 52, 17, 0.07), 1px 0 2px 0 rgba(66, 52, 17, 0.07); - border-radius: 4px; } - switch:checked { - background-color: #928374; - background-image: none; - border-color: #928374; - color: #282828; } - switch:checked slider { - background-color: #292929; - box-shadow: 0 1px 3px 0 rgba(66, 52, 17, 0.1); } - switch:disabled { - background-color: mix(#282828,#282828,0.5); - background-image: none; - border-color: #282828; - color: #282828; - box-shadow: none; } - switch:disabled slider { - background-color: #282828; } - list row:selected switch { - background-color: #282828; - color: mix(#282828,#282828,0.5); } - list row:selected switch slider { - background-color: mix(mix(#282828,#282828,0.5),#282828,0.4); } - list row:selected switch:checked { - color: #928374; - background-color: mix(#ebdbb2,#282828,0.5); } - list row:selected switch:checked slider { - background-color: #928374; } - -/********* - ! Buttons -**********/ -/****************** -! ComboBoxes * -*******************/ -/********* - ! Toolbar -**********/ -/*************** - ! Generic views -****************/ -.view, iconview, -.view text, -iconview text, -textview text { - color: #ebdbb2; - background-color: #282828; - caret-color: #a89984; - -gtk-secondary-caret-color: #a89984; } - .view:backdrop, iconview:backdrop, - .view text:backdrop, - iconview text:backdrop, - textview text:backdrop { - color: mix(#282828,#ebdbb2,0.8); - background-color: #282828; } - .view:selected:focus, iconview:selected:focus, .view:selected, iconview:selected, - .view text:selected:focus, - iconview text:selected:focus, - textview text:selected:focus, - .view text:selected, - iconview text:selected, - textview text:selected { - border-radius: 4px; } - -textview border { - background-color: mix(#282828,#282828,0.5); } - -/************ -! Treeview -*************/ -.rubberband, -rubberband, -flowbox rubberband, -treeview.view rubberband { - border: 1px solid #928374; - background-color: rgba(146, 131, 116, 0.2); } - -treeview entry:focus:dir(rtl), treeview entry:focus:dir(ltr) { - background-color: #282828; - transition-property: color, background; } - -treeview entry.flat, treeview entry { - border-radius: 0; - background-image: none; - background-color: #282828; } - treeview entry.flat:focus, treeview entry:focus { - border-color: #928374; } - -treeview.view header button, treeview.view header button:hover, treeview.view header button:active { - padding: 1px 4px; - border-radius: 0; - text-shadow: none; - border-top-color: transparent; - border-left-color: transparent; } - treeview.view header button:disabled { - color: mix(#ebdbb2,#282828,0.5); } - treeview.view header button:backdrop { - border-color: #282828; - border-style: none solid solid none; - color: mix(mix(#ebdbb2,#282828,0.5),#282828,0.5); - background-image: none; - background-color: #282828; } - treeview.view header button:backdrop:disabled { - border-color: #282828; - background-image: none; } - -treeview.view { - -GtkTreeView-grid-line-width: 1; - -GtkTreeView-grid-line-pattern: ""; - -GtkTreeView-tree-line-width: 1; - -GtkTreeView-tree-line-pattern: ""; - border-left-color: mix(#ebdbb2,#282828,0.5); - border-top-color: #282828; } - treeview.view:selected:focus, treeview.view:selected { - border-radius: 0; } - treeview.view:selected:backdrop, treeview.view:selected { - border-left-color: mix(#282828,#928374,0.5); - border-top-color: rgba(235, 219, 178, 0.1); } - treeview.view:disabled { - color: mix(#ebdbb2,#282828,0.5); } - treeview.view:disabled:selected { - color: mix(#282828,#928374,0.4); } - treeview.view:disabled:selected:backdrop { - color: mix(mix(#928374,#282828,0.66),#928374,0.3); } - treeview.view:disabled:backdrop { - color: #020202; } - treeview.view.separator { - min-height: 2px; - color: #282828; } - treeview.view.separator:backdrop { - color: rgba(40, 40, 40, 0.1); } - treeview.view:backdrop { - border-left-color: mix(mix(#ebdbb2,#282828,0.5),#282828,0.5); - border-top: #282828; } - treeview.view:drop(active) { - border-style: solid none; - border-width: 1px; - border-color: mix(#928374,#ebdbb2,0.3); } - 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-end-symbolic"); - color: mix(#282828,#ebdbb2,0.7); } - treeview.view.expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - treeview.view.expander:hover { - color: #ebdbb2; } - treeview.view.expander:selected { - color: mix(#928374,#282828,0.7); } - treeview.view.expander:selected:hover { - color: #282828; } - treeview.view.expander:selected:backdrop { - color: mix(#928374,mix(#928374,#282828,0.66),0.7); } - treeview.view.expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - treeview.view.expander:backdrop { - color: mix(#282828,mix(#ebdbb2,#282828,0.5),0.7); } - treeview.view.progressbar { - color: #282828; - border-radius: 4px; - border: 1px solid mix(#928374,#ebdbb2,0.3); - background-color: #928374; } - treeview.view.progressbar:selected { - border: 1px solid mix(#928374,#282828,0.2); } - treeview.view.progressbar:selected:focus, treeview.view.progressbar:selected { - color: #282828; - box-shadow: none; - background-color: #928374; - background-image: none; - border-radius: 4px; } - treeview.view.progressbar:selected:focus:backdrop, treeview.view.progressbar:selected:backdrop { - color: mix(#928374,#282828,0.66); - border-color: mix(#928374,#ebdbb2,0.3); - background-color: mix(#282828,#928374,0.9); } - treeview.view.progressbar:disabled { - background-color: #282828; - background-image: none; - border-color: #222222; } - treeview.view.progressbar:backdrop { - color: #282828; - background-image: none; - box-shadow: none; } - treeview.view.trough { - background-color: rgba(235, 219, 178, 0.1); - border-radius: 4px; } - treeview.view.trough:selected:focus, treeview.view.trough:selected { - background-color: rgba(40, 40, 40, 0.3); - border-width: 1px 0; - border-style: solid; - border-color: #928374; - border-radius: 4px; } - treeview.view header button { - font-weight: normal; - text-shadow: none; - box-shadow: none; } - treeview.view header button:hover { - border-top-color: mix(#928374,#ebdbb2,0.3); - border-left-color: mix(#928374,#ebdbb2,0.3); - box-shadow: none; - transition: none; } - treeview.view header button:active { - border-top-color: mix(#928374,#ebdbb2,0.3); - border-left-color: mix(#928374,#ebdbb2,0.3); - transition: none; } - treeview.view header button:last-child:backdrop, treeview.view header button:last-child { - border-right-style: none; } - treeview.view button.dnd:active, treeview.view button.dnd:selected, treeview.view button.dnd:hover, treeview.view button.dnd, - treeview.view header.button.dnd:active, - treeview.view header.button.dnd:selected, - treeview.view header.button.dnd:hover, - treeview.view header.button.dnd { - padding: 0 6px; - transition: none; - background-image: none; - background-color: #928374; - color: #282828; - border-radius: 0; - border-style: none; - box-shadow: inset 0 0 0 1px #282828; - text-shadow: none; } - treeview.view acceleditor > label { - background-color: #928374; } - -/*********** - ! Separator -************/ -separator { - background: rgba(131, 104, 34, 0.1); - min-width: 1px; - min-height: 1px; } - -/********** - ! Frames * -***********/ -frame > border, .frame { - border: 1px solid mix(#282828,#ebdbb2,0.18); } - frame > border.flat, .frame.flat { - border-style: none; } - frame > border:backdrop, .frame:backdrop { - border-color: mix(#282828,mix(#282828,#ebdbb2,0.18),0.9); } - -frame.border-inset > border, -frame.border-outset > border, -frame.border-groove > border, -frame.border-ridge > border { - border: 1px solid alpha(mix(#282828,#ebdbb2,0.18),0.35686); } - -/* avoid double borders when a viewport is packed into a GtkScrolledWindow */ -scrolledwindow viewport.frame { - border: 0; } - -viewport { - background-color: mix(#282828,#282828,0.28); - color: mix(#ebdbb2,#ebdbb2,0.28); } - -/*************** - ! Places view * -****************/ -placesview .server-list-button > image { - transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - -gtk-icon-transform: rotate(0turn); } - -placesview .server-list-button:checked > image { - transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - -gtk-icon-transform: rotate(-0.5turn); } - -placesview row.activatable:hover { - background-color: transparent; } - -placesview > actionbar > revealer > box > label { - padding-left: 8px; - padding-right: 8px; } - -/************** - ! Window frame -***************/ -decoration { - background-color: #1d2021; - background-image: none; - border-radius: 4px 4px 0 0; - box-shadow: 0 3px 9px 1px rgba(131, 104, 34, 0.7), 0 0 0 1px #a89984; - /* this is used for the resize cursor area */ - border-width: 1px; - border-style: solid; - border-color: #928374; } - decoration:backdrop { - box-shadow: 0 3px 9px 1px transparent, 0 2px 6px 2px rgba(131, 104, 34, 0.4), 0 0 0 1px #928374; - border-color: #928374; - transition: 200ms ease-out; } - .maximized decoration, .fullscreen decoration, .tiled decoration { - border-radius: 0; } - .popup decoration { - box-shadow: none; } - .ssd decoration { - box-shadow: 0 0 0 1px #a89984; } - .ssd decoration:backdrop { - box-shadow: 0 0 0 1px #928374; } - .solid-csd decoration { - border-radius: 0; - box-shadow: none; } - .csd.popup decoration { - border-radius: 0; - box-shadow: 0 1px 2px rgba(131, 104, 34, 0.2), 0 0 0 1px rgba(146, 131, 116, 0.13); } - tooltip.csd decoration { - border-radius: 4px; - box-shadow: none; } - messagedialog.csd decoration { - border-radius: 4px; - box-shadow: 0 1px 2px rgba(131, 104, 34, 0.2), 0 0 0 1px rgba(146, 131, 116, 0.13); } - -/*********************** - ! Fallback mode panel * -************************/ -panel-plug, -panel-toplevel.background, clock-box, clock-box:backdrop, -panel-applet > menubar, -panel-applet > menubar:backdrop, -panel-toplevel .gnome-panel-menu-bar, -panel-toplevel .gnome-panel-menu-bar:backdrop, clock-box menuitem, clock-box:backdrop menuitem, -panel-applet > menubar menuitem, -panel-applet > menubar:backdrop menuitem, -panel-toplevel .gnome-panel-menu-bar menuitem, -panel-toplevel .gnome-panel-menu-bar:backdrop menuitem, wnck-pager, wnck-tasklist, .mate-panel-menu-bar, .xfce4-panel, UnityPanelWidget, .unity-panel { - background-color: #1d2021; - background-image: none; - color: #fbf1c7; } - -clock-box menuitem label, clock-box:backdrop menuitem label, -panel-applet > menubar menuitem label, -panel-applet > menubar:backdrop menuitem label, -panel-toplevel .gnome-panel-menu-bar menuitem label, -panel-toplevel .gnome-panel-menu-bar:backdrop menuitem label, gp-calendar-window label, -#tasklist-button label, -#clock-applet-button label, -#showdesktop-button label { - font-weight: normal; - color: #fbf1c7; } - -#clock-applet-button, #clock-applet-button:backdrop, panel-applet button, panel-applet button:backdrop, .xfce4-panel button, #login_window, #shutdown_dialog, #restart_dialog { - border-width: 0 1px; - border-radius: 0; - border-color: transparent; - background-color: transparent; - background-image: none; - color: #fbf1c7; } - #clock-applet-button:hover, panel-applet button:hover, .xfce4-panel button:hover, #login_window:hover, #shutdown_dialog:hover, #restart_dialog:hover { - background-color: mix(#1d2021,#fbf1c7,0.11); - background-image: none; - border-color: mix(#1d2021,#fbf1c7,0.11); - color: #fdf9e9; } - #clock-applet-button:active, panel-applet button:active, .xfce4-panel button:active, #login_window:active, #shutdown_dialog:active, #restart_dialog:active, #clock-applet-button:checked, panel-applet button:checked, .xfce4-panel button:checked, #login_window:checked, #shutdown_dialog:checked, #restart_dialog:checked { - background-color: mix(#1d2021,#fbf1c7,0.21); - background-image: none; - border-color: mix(#1d2021,#fbf1c7,0.21); - color: #fdf9e9; } - #clock-applet-button:active:hover, panel-applet button:active:hover, .xfce4-panel button:active:hover, #login_window:active:hover, #shutdown_dialog:active:hover, #restart_dialog:active:hover, #clock-applet-button:checked:hover, panel-applet button:checked:hover, .xfce4-panel button:checked:hover, #login_window:checked:hover, #shutdown_dialog:checked:hover, #restart_dialog:checked:hover { - background-color: mix(#1d2021,#fbf1c7,0.31); - background-image: none; - border-color: mix(#1d2021,#fbf1c7,0.31); } - -panel-plug, -panel-toplevel.background { - padding: 0; } - -.gp-text-color { - color: #836822; } - -panel-applet { - border: 0; } - -clock-box menuitem, clock-box:backdrop menuitem, -panel-applet > menubar menuitem, -panel-applet > menubar:backdrop menuitem, -panel-toplevel .gnome-panel-menu-bar menuitem, -panel-toplevel .gnome-panel-menu-bar:backdrop menuitem { - border: 0; } - -/**************** - ! MATE styles * -*****************/ -.mate-panel-menu-bar { - border: 0; - padding: 0; - text-shadow: none; } - -#PanelApplet label, -.mate-panel-menu-bar menubar > menuitem { - color: #fbf1c7; } - -PanelSeparator, MatePanelAppletFrameDBus { - border-width: 0; - color: transparent; - background-image: -gtk-scaled(url("../assets/pane-handle.png"), url("../assets/pane-handle@2.png")); - background-color: transparent; - background-repeat: no-repeat; - background-position: left; } - -#PanelApplet button, -#PanelApplet button.flat, -#PanelApplet button.toggle #PanelApplet button.flat.toggle { - background-image: none; - background-color: transparent; - border-color: transparent; - border-style: solid; - border-radius: 0; - border-width: 1px; - color: #fbf1c7; - text-shadow: none; - box-shadow: none; - padding: 2px; } - -#PanelApplet button:hover:active, -#PanelApplet button:checked, -#PanelApplet button:checked:hover, -#PanelApplet button.flat:hover:active, -#PanelApplet button.flat:checked, -#PanelApplet button.flat:checked:hover, -#PanelApplet button.toggle:hover:active, -#PanelApplet button.toggle:checked, -#PanelApplet button.toggle:checked:hover, -#PanelApplet button.flat.toggle:hover:active, -#PanelApplet button.flat.toggle:checked, -#PanelApplet button.flat.toggle:checked:hover { - background-image: none; - background-color: darker(#1d2021); - border-color: transparent; - border-radius: 0; - border-width: 1px; - color: lighter(#fbf1c7); - text-shadow: none; - padding: 2px; } - -#PanelApplet button:hover, -#PanelApplet button.flat:hover, -#PanelApplet button.toggle:hover, -#PanelApplet button.flat.toggle:hover { - background-image: none; - background-color: #262a2b; - border-color: transparent; - border-radius: 0; - border-width: 1px; - color: #282828; - text-shadow: none; - padding: 2px; } - -.mate-panel-menu-bar menubar > menuitem { - padding: 3px 7px; } - -/********************* - ! Cinnamon Settings * -**********************/ -.cs-category-view, .cs-category-view:backdrop, .cs-category-view .view, .cs-category-view iconview, .cs-category-view .view:backdrop, .cs-category-view iconview:backdrop { - background-color: transparent; } - -/**************** - ! Gnome clocks * -*****************/ -.clocks-analog-frame.trough { - color: mix(#ebdbb2,#282828,0.85); } - -.clocks-analog-frame.progress { - color: mix(#282828,#928374,0.5); } - -.clocks-analog-frame.progress-fast { - color: #675c51; } - -/***************** - ! Gnome Builder * -******************/ -workbench.csd > stack.titlebar:not(headerbar) { - padding: 0; - background: none; - border: 0; - box-shadow: none; } - workbench.csd > stack.titlebar:not(headerbar) headerbar, workbench.csd > stack.titlebar:not(headerbar) headerbar:first-child, workbench.csd > stack.titlebar:not(headerbar) headerbar:last-child { - border-radius: 4px 4px 0 0; } - -/**************** - ! Geary * -*****************/ -.geary-expanded .geary-message-summary { - background-color: #262626; } - -.geary-folder-popover-list-row { - border-color: #232628; - box-shadow: None; } - .geary-folder-popover-list-row > label { - color: #282828; } - -/*********************** - ! Unity Greeter * - ***********************/ -@keyframes dashentry_spinner { - to { - -gtk-icon-transform: rotate(1turn); } } - -.lightdm.button, .lightdm-combo.combobox-entry .button, .lightdm-combo .cell, .lightdm-combo .button, .lightdm-combo .entry { - background-image: none; - background-color: rgba(131, 104, 34, 0.3); - border-color: rgba(41, 41, 41, 0.9); - border-radius: 9px; - padding: 3px; - color: #292929; } - -.lightdm.menu { - background-image: none; - background-color: rgba(131, 104, 34, 0.6); - border-color: rgba(41, 41, 41, 0.2); - border-radius: 8px; - padding: 1px; - color: #292929; } - .lightdm.menu .menuitem *, .lightdm.menu .menuitem.check:active, .lightdm.menu .menuitem.radio:active { - color: #292929; } - -.lightdm.menubar *, .lightdm.menubar.menuitem { - padding: 0px; } - -.lightdm.option-button { - padding: 3px; - background: none; - border: 0; } - -.lightdm.toggle-button { - background: none; - border-width: 0; } - .lightdm.toggle-button.selected { - background-color: rgba(131, 104, 34, 0.3); - border-color: rgba(41, 41, 41, 0.3); - border-width: 1px; } - .lightdm.toggle-button.selected:hover { - background-color: rgba(41, 41, 41, 0.3); } - -.lightdm.button:hover { - background-color: rgba(41, 41, 41, 0.3); - border-color: rgba(41, 41, 41, 0.6); - text-shadow: none; } - -.lightdm.entry, .lightdm.button:active, .lightdm.button:active:focus, .lightdm.button:focus { - background-image: none; - background-color: rgba(131, 104, 34, 0.3); - border-color: rgba(41, 41, 41, 0.6); - border-radius: 9px; - padding: 5px; - color: #292929; - text-shadow: none; } - -.lightdm.entry:hover, .lightdm.entry:active, .lightdm.entry:active:focus { - background-image: none; - border-image: none; } - -.lightdm.entry:active { - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); - animation: dashentry_spinner 1s infinite linear; } - -.lightdm.entry:focus { - border-color: rgba(41, 41, 41, 0.6); - border-width: 1px; - border-style: solid; - color: #292929; } - -.lightdm.entry:selected { - background-color: rgba(41, 41, 41, 0.2); } - -.lightdm-combo.menu { - background-color: #1f2324; - border-radius: 0; - padding: 0; - color: #292929; } - -/********* - ! Gedit * -**********/ -GeditWindow .pane-separator { - border-width: 0 1px 0 0; - border-style: solid; } - GeditWindow .pane-separator, GeditWindow .pane-separator:hover { - border-color: #242424; - background-color: #282828; } - -.gedit-document-panel { - background-color: #282828; - color: mix(#ebdbb2,#282828,0.1); } - .gedit-document-panel list row { - padding: 3px; } - .gedit-document-panel list row button { - padding: 1px; - border-radius: 4px; - border-style: solid; - border-color: transparent; - border-width: 1px; - background-color: transparent; - background-image: none; - color: transparent; - -gtk-icon-shadow: none; } - .gedit-document-panel .prelight-row button { - border-color: rgba(131, 104, 34, 0.1); - color: rgba(41, 41, 41, 0.8); } - .gedit-document-panel .prelight-row button:active { - border-color: rgba(131, 104, 34, 0.2); - background-color: rgba(131, 104, 34, 0.08); - color: #292929; } - .gedit-document-panel list row button:hover, .gedit-document-panel .prelight-row button:hover { - border-color: rgba(131, 104, 34, 0.1); - color: #292929; } - -.gedit-document-panel-group-row, .gedit-document-panel-group-row:hover { - border-top: 1px solid #242424; - background-color: #282828; } - -.gedit-document-panel-document-row:hover { - background-color: #2a2a2a; } - -.gedit-document-panel-dragged-row { - border: 1px solid rgba(131, 104, 34, 0.1); - background-color: rgba(131, 104, 34, 0.5); - color: #292929; } - -.gedit-document-panel-placeholder-row { - border: 0; - background-color: rgba(131, 104, 34, 0.08); - transition: all 200ms ease-in; } - -statusbar GeditSmallButton, GeditStatusMenuButton { - text-shadow: none; } - statusbar GeditSmallButton button, GeditStatusMenuButton button { - border-style: solid; - border-width: 0 1px; - border-color: transparent; - border-radius: 0; - padding: 1px 6px 2px 4px; } - statusbar GeditSmallButton button:hover, statusbar GeditSmallButton button:active, statusbar GeditSmallButton button:active:hover, GeditStatusMenuButton button:hover, GeditStatusMenuButton button:active, GeditStatusMenuButton button:active:hover { - border-color: #202020; } - statusbar GeditSmallButton button:active, GeditStatusMenuButton button:active { - background-color: #262626; - color: #ebdbb2; } - -GeditViewFrame .gedit-search-slider { - padding: 3px; - border-radius: 0 0 4px 4px; - border-width: 0 1px 1px; - border-style: solid; - border-color: #202020; - background-color: #282828; } - GeditViewFrame .gedit-search-slider .not-found { - background-color: #cc241d; - background-image: none; - color: #282828; } - -GeditFileBrowserWidget .toolbar { - padding: 1.5px; - border-top: 0; - background-color: #282828; - background-image: none; } - -.gedit-search-entry-occurrences-tag { - margin: 1.5px; - padding: 1.5px; - color: mix(#ebdbb2,#282828,0.5); } - -.gedit-bottom-panel-paned, -.gedit-side-panel-paned, -paned.titlebar { - margin-right: 0; } - -.gedit-bottom-panel-paned notebook { - border-top: 0; } - -/************ - ! Nautilus * -*************/ -.nautilus-desktop, .nautilus-desktop:backdrop, .nautilus-desktop *, .nautilus-desktop *:backdrop { - color: #292929; - text-shadow: 1px 1px #836822; } - .nautilus-desktop:active, .nautilus-desktop:backdrop:active, .nautilus-desktop *:active, .nautilus-desktop *:backdrop:active { - color: #ebdbb2; } - .nautilus-desktop:selected, .nautilus-desktop:backdrop:selected, .nautilus-desktop *:selected, .nautilus-desktop *:backdrop:selected { - color: #282828; } - .nautilus-desktop:active, .nautilus-desktop:hover, .nautilus-desktop:selected, .nautilus-desktop:backdrop:active, .nautilus-desktop:backdrop:hover, .nautilus-desktop:backdrop:selected, .nautilus-desktop *:active, .nautilus-desktop *:hover, .nautilus-desktop *:selected, .nautilus-desktop *:backdrop:active, .nautilus-desktop *:backdrop:hover, .nautilus-desktop *:backdrop:selected { - text-shadow: none; } - -.nautilus-window toolbar { - border-width: 0 0 1px; - border-style: solid; - border-color: #202020; } - -.nautilus-window .sidebar { - border: 0; } - .nautilus-window .sidebar frame { - border: 0; } - -.nautilus-window notebook { - background-color: #282828; - border: 0; } - .nautilus-window notebook frame { - border: 0; } - -.nautilus-window .searchbar-container { - margin-top: -1px; } - .nautilus-window .searchbar-container searchbar { - padding-top: 0px; - padding-bottom: 1px; - border-bottom: 1px solid mix(#282828,#ebdbb2,0.18); } - -.disk-space-display { - border-style: solid; - border-width: 1px; } - .disk-space-display.unknown { - background-color: rgba(235, 219, 178, 0.5); - border-color: rgba(226, 204, 145, 0.5); } - .disk-space-display.used { - background-color: rgba(146, 131, 116, 0.8); - border-color: rgba(132, 118, 104, 0.8); } - .disk-space-display.free { - background-color: #262626; - border-color: #222222; } - -.conflict-row.activatable, .conflict-row.activatable:active { - color: #282828; - background-color: #cc241d; } - -.conflict-row.activatable:hover { - background-color: #df2821; } - -.conflict-row.activatable:selected { - color: #282828; - background-color: #928374; } - -/******** - ! Nemo * -*********/ -.nemo-desktop, .nemo-desktop:backdrop, .nemo-desktop *, .nemo-desktop *:backdrop { - color: #292929; - text-shadow: 1px 1px #836822; } - .nemo-desktop:active, .nemo-desktop:backdrop:active, .nemo-desktop *:active, .nemo-desktop *:backdrop:active { - color: #ebdbb2; } - .nemo-desktop:selected, .nemo-desktop:backdrop:selected, .nemo-desktop *:selected, .nemo-desktop *:backdrop:selected { - color: #282828; } - .nemo-desktop:active, .nemo-desktop:hover, .nemo-desktop:selected, .nemo-desktop:backdrop:active, .nemo-desktop:backdrop:hover, .nemo-desktop:backdrop:selected, .nemo-desktop *:active, .nemo-desktop *:hover, .nemo-desktop *:selected, .nemo-desktop *:backdrop:active, .nemo-desktop *:backdrop:hover, .nemo-desktop *:backdrop:selected { - text-shadow: none; } - -.nemo-window { - /* Status Bar */ } - .nemo-window .nemo-inactive-pane .view, .nemo-window .nemo-inactive-pane iconview { - background-color: mix(#282828,#ebdbb2,0.12); - color: #ebdbb2; } - .nemo-window toolbar { - border-width: 0 0 1px; - border-style: solid; - border-color: #202020; - /* Path Bar */ } - .nemo-window toolbar button { - background-color: #282828; - background-image: none; - border-color: rgba(218, 188, 112, 0.22); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .nemo-window toolbar button:focus, .nemo-window toolbar button:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.22),0.3); } - .nemo-window toolbar button:active, .nemo-window toolbar button:active:hover, .nemo-window toolbar button:active:focus, .nemo-window toolbar button:active:hover:focus, .nemo-window toolbar button:checked, .nemo-window toolbar button:checked:hover, .nemo-window toolbar button:checked:focus, .nemo-window toolbar button:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.22); } - .nemo-window toolbar button:disabled { - border-color: rgba(222, 196, 129, 0.22); } - .nemo-window toolbar button:active:disabled, .nemo-window toolbar button:checked:disabled { - border-color: rgba(218, 188, 112, 0.22); } - .linked:not(.vertical) > .nemo-window toolbar button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) .nemo-window toolbar button, - stackswitcher:not(.vertical) > .nemo-window toolbar button:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > .nemo-window toolbar button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .nemo-window toolbar button:hover, - stackswitcher:not(.vertical) > .nemo-window toolbar button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(235, 219, 178, 0.3),0.3); } - .linked:not(.vertical) > .nemo-window toolbar button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .nemo-window toolbar button:checked, - stackswitcher:not(.vertical) > .nemo-window toolbar button:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > .nemo-window toolbar button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) .nemo-window toolbar button:checked:hover, - stackswitcher:not(.vertical) > .nemo-window toolbar button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > .nemo-window toolbar button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) .nemo-window toolbar button, - stackswitcher.vertical > .nemo-window toolbar button:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > .nemo-window toolbar button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) .nemo-window toolbar button:hover, - stackswitcher.vertical > .nemo-window toolbar button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(235, 219, 178, 0.3),0.3); } - .linked.vertical > .nemo-window toolbar button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) .nemo-window toolbar button:checked, - stackswitcher.vertical > .nemo-window toolbar button:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > .nemo-window toolbar button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) .nemo-window toolbar button:checked:hover, - stackswitcher.vertical > .nemo-window toolbar button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .nemo-window toolbar button.flat { - color: #ebdbb2; - border-color: rgba(40, 40, 40, 0); - background-color: rgba(40, 40, 40, 0); - background-image: none; - box-shadow: none; } - .nemo-window toolbar button:hover, .nemo-window toolbar button.flat:hover { - background-color: #2a2a2a; - background-image: none; - border-color: rgba(218, 188, 112, 0.3); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - .nemo-window toolbar button:hover:focus, .nemo-window toolbar button:hover:hover, .nemo-window toolbar button.flat:hover:focus, .nemo-window toolbar button.flat:hover:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.3),0.3); } - .nemo-window toolbar button:hover:active, .nemo-window toolbar button:hover:active:hover, .nemo-window toolbar button:hover:active:focus, .nemo-window toolbar button:hover:active:hover:focus, .nemo-window toolbar button:hover:checked, .nemo-window toolbar button:hover:checked:hover, .nemo-window toolbar button:hover:checked:focus, .nemo-window toolbar button:hover:checked:hover:focus, .nemo-window toolbar button.flat:hover:active, .nemo-window toolbar button.flat:hover:active:hover, .nemo-window toolbar button.flat:hover:active:focus, .nemo-window toolbar button.flat:hover:active:hover:focus, .nemo-window toolbar button.flat:hover:checked, .nemo-window toolbar button.flat:hover:checked:hover, .nemo-window toolbar button.flat:hover:checked:focus, .nemo-window toolbar button.flat:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.3); } - .nemo-window toolbar button:hover:disabled, .nemo-window toolbar button.flat:hover:disabled { - border-color: rgba(222, 196, 129, 0.3); } - .nemo-window toolbar button:hover:active:disabled, .nemo-window toolbar button:hover:checked:disabled, .nemo-window toolbar button.flat:hover:active:disabled, .nemo-window toolbar button.flat:hover:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } - .nemo-window toolbar button:focus, .nemo-window toolbar button.flat:focus { - background-color: #2a2a2a; - background-image: none; - border-color: rgba(235, 219, 178, 0.22); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .nemo-window toolbar button:focus:hover, .nemo-window toolbar button.flat:focus:hover { - background-color: #2c2c2c; - background-image: none; - border-color: rgba(218, 188, 112, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - .nemo-window toolbar button:focus:hover:focus, .nemo-window toolbar button:focus:hover:hover, .nemo-window toolbar button.flat:focus:hover:focus, .nemo-window toolbar button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.3),0.3); } - .nemo-window toolbar button:focus:hover:active, .nemo-window toolbar button:focus:hover:active:hover, .nemo-window toolbar button:focus:hover:active:focus, .nemo-window toolbar button:focus:hover:active:hover:focus, .nemo-window toolbar button:focus:hover:checked, .nemo-window toolbar button:focus:hover:checked:hover, .nemo-window toolbar button:focus:hover:checked:focus, .nemo-window toolbar button:focus:hover:checked:hover:focus, .nemo-window toolbar button.flat:focus:hover:active, .nemo-window toolbar button.flat:focus:hover:active:hover, .nemo-window toolbar button.flat:focus:hover:active:focus, .nemo-window toolbar button.flat:focus:hover:active:hover:focus, .nemo-window toolbar button.flat:focus:hover:checked, .nemo-window toolbar button.flat:focus:hover:checked:hover, .nemo-window toolbar button.flat:focus:hover:checked:focus, .nemo-window toolbar button.flat:focus:hover:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.3); } - .nemo-window toolbar button:focus:hover:disabled, .nemo-window toolbar button.flat:focus:hover:disabled { - border-color: rgba(222, 196, 129, 0.3); } - .nemo-window toolbar button:focus:hover:active:disabled, .nemo-window toolbar button:focus:hover:checked:disabled, .nemo-window toolbar button.flat:focus:hover:active:disabled, .nemo-window toolbar button.flat:focus:hover:checked:disabled { - border-color: rgba(218, 188, 112, 0.3); } - .nemo-window toolbar button:checked, .nemo-window toolbar button:active, .nemo-window toolbar button.flat:checked, .nemo-window toolbar button.flat:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(218, 188, 112, 0.22); - color: #282828; - box-shadow: inset 1px 0 rgba(235, 219, 178, 0.06), inset 0 1px rgba(235, 219, 178, 0.07), inset -1px 0 rgba(235, 219, 178, 0.06), inset 0 -1px rgba(235, 219, 178, 0.05); } - .nemo-window toolbar button:checked:focus, .nemo-window toolbar button:checked:hover, .nemo-window toolbar button:active:focus, .nemo-window toolbar button:active:hover, .nemo-window toolbar button.flat:checked:focus, .nemo-window toolbar button.flat:checked:hover, .nemo-window toolbar button.flat:active:focus, .nemo-window toolbar button.flat:active:hover { - border-color: mix(#928374,rgba(235, 219, 178, 0.22),0.3); } - .nemo-window toolbar button:checked:active, .nemo-window toolbar button:checked:active:hover, .nemo-window toolbar button:checked:active:focus, .nemo-window toolbar button:checked:active:hover:focus, .nemo-window toolbar button:checked:checked, .nemo-window toolbar button:checked:checked:hover, .nemo-window toolbar button:checked:checked:focus, .nemo-window toolbar button:checked:checked:hover:focus, .nemo-window toolbar button:active:active, .nemo-window toolbar button:active:active:hover, .nemo-window toolbar button:active:active:focus, .nemo-window toolbar button:active:active:hover:focus, .nemo-window toolbar button:active:checked, .nemo-window toolbar button:active:checked:hover, .nemo-window toolbar button:active:checked:focus, .nemo-window toolbar button:active:checked:hover:focus, .nemo-window toolbar button.flat:checked:active, .nemo-window toolbar button.flat:checked:active:hover, .nemo-window toolbar button.flat:checked:active:focus, .nemo-window toolbar button.flat:checked:active:hover:focus, .nemo-window toolbar button.flat:checked:checked, .nemo-window toolbar button.flat:checked:checked:hover, .nemo-window toolbar button.flat:checked:checked:focus, .nemo-window toolbar button.flat:checked:checked:hover:focus, .nemo-window toolbar button.flat:active:active, .nemo-window toolbar button.flat:active:active:hover, .nemo-window toolbar button.flat:active:active:focus, .nemo-window toolbar button.flat:active:active:hover:focus, .nemo-window toolbar button.flat:active:checked, .nemo-window toolbar button.flat:active:checked:hover, .nemo-window toolbar button.flat:active:checked:focus, .nemo-window toolbar button.flat:active:checked:hover:focus { - border-color: rgba(209, 173, 80, 0.22); } - .nemo-window toolbar button:checked:disabled, .nemo-window toolbar button:active:disabled, .nemo-window toolbar button.flat:checked:disabled, .nemo-window toolbar button.flat:active:disabled { - border-color: rgba(222, 196, 129, 0.22); } - .nemo-window toolbar button:checked:active:disabled, .nemo-window toolbar button:checked:checked:disabled, .nemo-window toolbar button:active:active:disabled, .nemo-window toolbar button:active:checked:disabled, .nemo-window toolbar button.flat:checked:active:disabled, .nemo-window toolbar button.flat:checked:checked:disabled, .nemo-window toolbar button.flat:active:active:disabled, .nemo-window toolbar button.flat:active:checked:disabled { - border-color: rgba(218, 188, 112, 0.22); } - .nemo-window toolbar button:checked:focus, .nemo-window toolbar button:checked:hover, .nemo-window toolbar button:active:focus, .nemo-window toolbar button:active:hover, .nemo-window toolbar button.flat:checked:focus, .nemo-window toolbar button.flat:checked:hover, .nemo-window toolbar button.flat:active:focus, .nemo-window toolbar button.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - .nemo-window toolbar button:focus, .nemo-window toolbar button:hover, .nemo-window toolbar button.flat:focus, .nemo-window toolbar button.flat:hover { - color: #ebdbb2; } - .nemo-window toolbar button:disabled:disabled, .nemo-window toolbar button.flat:disabled:disabled { - background-color: alpha(mix(#282828,#ebdbb2,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(#282828,#ebdbb2,0.6); - box-shadow: none; } - .nemo-window toolbar button:disabled:disabled :disabled, .nemo-window toolbar button.flat:disabled:disabled :disabled { - color: mix(#282828,#ebdbb2,0.6); } - .nemo-window toolbar button:active:disabled, .nemo-window toolbar button:checked:disabled, .nemo-window toolbar button.flat:active:disabled, .nemo-window toolbar button.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - .nemo-window toolbar button:active:disabled :disabled, .nemo-window toolbar button:checked:disabled :disabled, .nemo-window toolbar button.flat:active:disabled :disabled, .nemo-window toolbar button.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - .nemo-window toolbar button.separator, .nemo-window toolbar button .separator { - border: 1px solid currentColor; - color: rgba(40, 40, 40, 0.9); } - .nemo-window toolbar button.separator:disabled, .nemo-window toolbar button .separator:disabled { - color: rgba(40, 40, 40, 0.85); } - .nemo-window toolbar .linked > button { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .nemo-window toolbar .linked > button:focus, .nemo-window toolbar .linked > button:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .nemo-window toolbar .linked > button:active, .nemo-window toolbar .linked > button:active:hover, .nemo-window toolbar .linked > button:active:focus, .nemo-window toolbar .linked > button:active:hover:focus, .nemo-window toolbar .linked > button:checked, .nemo-window toolbar .linked > button:checked:hover, .nemo-window toolbar .linked > button:checked:focus, .nemo-window toolbar .linked > button:checked:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset 0 -1px rgba(66, 52, 17, 0.05); } - .nemo-window toolbar .linked > button:disabled { - box-shadow: inset -1px 0 #202020; } - .nemo-window toolbar .linked > button:last-child, .nemo-window toolbar .linked > button:only-child { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .nemo-window toolbar .linked > button:last-child:hover, .nemo-window toolbar .linked > button:only-child:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .nemo-window toolbar .linked > button:disabled:last-child, .nemo-window toolbar .linked > button:disabled:only-child, .nemo-window toolbar .linked > button:active:disabled:last-child, .nemo-window toolbar .linked > button:active:disabled:only-child, .nemo-window toolbar .linked > button:checked:disabled:last-child, .nemo-window toolbar .linked > button:checked:disabled:only-child { - box-shadow: none; } - .nemo-window toolbar .linked > button:active:last-child, .nemo-window toolbar .linked > button:active:last-child:focus, .nemo-window toolbar .linked > button:active:last-child:hover, .nemo-window toolbar .linked > button:active:last-child:hover:focus, .nemo-window toolbar .linked > button:checked:last-child, .nemo-window toolbar .linked > button:checked:last-child:focus, .nemo-window toolbar .linked > button:checked:last-child:hover, .nemo-window toolbar .linked > button:checked:last-child:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - .nemo-window toolbar .linked > button:active:only-child, .nemo-window toolbar .linked > button:active:only-child:focus, .nemo-window toolbar .linked > button:active:only-child:hover, .nemo-window toolbar .linked > button:active:only-child:hover:focus, .nemo-window toolbar .linked > button:checked:only-child, .nemo-window toolbar .linked > button:checked:only-child:focus, .nemo-window toolbar .linked > button:checked:only-child:hover, .nemo-window toolbar .linked > button:checked:only-child:hover:focus { - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.06), inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - .nemo-window toolbar separator, .nemo-window toolbar separator:disabled { - color: #242424; - border-color: currentColor; - -GtkWidget-window-dragging: true; } - .nemo-window toolbar.primary-toolbar button.image-button { - padding: 0 8px; } - .nemo-window toolbar combobox, .nemo-window toolbar button { - padding: 3px; } - .nemo-window toolbar combobox.text-button, .nemo-window toolbar button.text-button { - padding: 3px; } - .nemo-window toolbar combobox.image-button, .nemo-window toolbar button.image-button { - padding: 3px; } - .nemo-window toolbar toolitem stack { - margin-left: 15px; } - .nemo-window toolbar toolitem stack widget button { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); - -NemoPathbarButton-border-radius: 4px; } - .nemo-window toolbar toolitem stack widget button:focus, .nemo-window toolbar toolitem stack widget button:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .nemo-window toolbar toolitem stack widget button:active, .nemo-window toolbar toolitem stack widget button:active:hover, .nemo-window toolbar toolitem stack widget button:active:focus, .nemo-window toolbar toolitem stack widget button:active:hover:focus, .nemo-window toolbar toolitem stack widget button:checked, .nemo-window toolbar toolitem stack widget button:checked:hover, .nemo-window toolbar toolitem stack widget button:checked:focus, .nemo-window toolbar toolitem stack widget button:checked:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset 0 -1px rgba(66, 52, 17, 0.05); } - .nemo-window toolbar toolitem stack widget button:disabled { - box-shadow: inset -1px 0 #202020; } - .nemo-window toolbar toolitem stack widget button:last-child, .nemo-window toolbar toolitem stack widget button:only-child { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - .nemo-window toolbar toolitem stack widget button:last-child:hover, .nemo-window toolbar toolitem stack widget button:only-child:hover { - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - .nemo-window toolbar toolitem stack widget button:disabled:last-child, .nemo-window toolbar toolitem stack widget button:disabled:only-child, .nemo-window toolbar toolitem stack widget button:active:disabled:last-child, .nemo-window toolbar toolitem stack widget button:active:disabled:only-child, .nemo-window toolbar toolitem stack widget button:checked:disabled:last-child, .nemo-window toolbar toolitem stack widget button:checked:disabled:only-child { - box-shadow: none; } - .nemo-window toolbar toolitem stack widget button:active:last-child, .nemo-window toolbar toolitem stack widget button:active:last-child:focus, .nemo-window toolbar toolitem stack widget button:active:last-child:hover, .nemo-window toolbar toolitem stack widget button:active:last-child:hover:focus, .nemo-window toolbar toolitem stack widget button:checked:last-child, .nemo-window toolbar toolitem stack widget button:checked:last-child:focus, .nemo-window toolbar toolitem stack widget button:checked:last-child:hover, .nemo-window toolbar toolitem stack widget button:checked:last-child:hover:focus { - box-shadow: inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - .nemo-window toolbar toolitem stack widget button:active:only-child, .nemo-window toolbar toolitem stack widget button:active:only-child:focus, .nemo-window toolbar toolitem stack widget button:active:only-child:hover, .nemo-window toolbar toolitem stack widget button:active:only-child:hover:focus, .nemo-window toolbar toolitem stack widget button:checked:only-child, .nemo-window toolbar toolitem stack widget button:checked:only-child:focus, .nemo-window toolbar toolitem stack widget button:checked:only-child:hover, .nemo-window toolbar toolitem stack widget button:checked:only-child:hover:focus { - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.06), inset 0 1px rgba(66, 52, 17, 0.07), inset -1px 0 rgba(66, 52, 17, 0.06); } - .nemo-window grid > widget:last-child button { - min-height: 16px; - min-width: 16px; - padding: 2px 4px; } - .nemo-window grid > widget:last-child button:first-child { - margin-left: 20px; } - .nemo-window grid > widget:last-child button:first-child + button { - margin-right: 15px; } - .nemo-window grid > widget:last-child button:first-child + button + separator + button { - margin-left: 15px; } - .nemo-window grid > widget:last-child > box > scale { - margin-right: 12px; } - .nemo-window grid > widget:last-child statusbar { - border: 0; } - .nemo-window .sidebar { - /* Nemo Query Editor (File Search Bar) */ } - .nemo-window .sidebar .frame { - border: 0; } - .nemo-window .sidebar image { - padding-left: 3px; - padding-right: 3px; } - .nemo-window .sidebar .nemo-places-sidebar, .nemo-window .sidebar .nemo-places-sidebar .view, .nemo-window .sidebar .nemo-places-sidebar iconview { - background-color: mix(#282828,#282828,0.5); } - .nemo-window .sidebar .nemo-places-sidebar .view, .nemo-window .sidebar .nemo-places-sidebar iconview { - -NemoPlacesTreeView-disk-full-bg-color: #202020; - -NemoPlacesTreeView-disk-full-fg-color: #928374; - -NemoPlacesTreeView-disk-full-bar-width: 2px; - -NemoPlacesTreeView-disk-full-bar-radius: 1px; - -NemoPlacesTreeView-disk-full-bottom-padding: 0; - -NemoPlacesTreeView-disk-full-max-length: 75px; } - .nemo-window .sidebar .nemo-places-sidebar .view:selected, .nemo-window .sidebar .nemo-places-sidebar iconview:selected { - -NemoPlacesTreeView-disk-full-bg-color: #282828; - -NemoPlacesTreeView-disk-full-fg-color: #a99d91; } - .nemo-window .sidebar + separator + box .primary-toolbar { - background-color: #272727; - background-image: none; - padding-top: 0px; - padding-bottom: 0px; - border-bottom: 1px solid mix(#282828,#ebdbb2,0.18); } - .nemo-window .sidebar + separator + box .primary-toolbar button:nth-child(2) { - border-right: 0; - border-top-right-radius: 0; - border-bottom-right-radius: 0; } - .nemo-window .sidebar + separator + box .primary-toolbar button:nth-child(3) { - margin-left: -6px; - border-left: 0; - border-top-left-radius: 0; - border-bottom-left-radius: 0; } - .nemo-window .sidebar + separator + box .primary-toolbar button.flat { - background-color: #303030; - background-image: none; - border-color: rgba(0, 0, 0, 0.22); - color: #ebdbb2; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); - padding: 5px 6px; } - .nemo-window .sidebar + separator + box .primary-toolbar button.flat:focus, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:hover { - border-color: mix(#928374,rgba(0, 0, 0, 0.22),0.3); } - .nemo-window .sidebar + separator + box .primary-toolbar button.flat:active, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:active:hover, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:active:focus, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:active:hover:focus, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:checked, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:checked:hover, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:checked:focus, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:checked:hover:focus { - border-color: rgba(0, 0, 0, 0.22); } - .nemo-window .sidebar + separator + box .primary-toolbar button.flat:disabled { - border-color: rgba(0, 0, 0, 0.22); } - .nemo-window .sidebar + separator + box .primary-toolbar button.flat:active:disabled, .nemo-window .sidebar + separator + box .primary-toolbar button.flat:checked:disabled { - border-color: rgba(0, 0, 0, 0.22); } - .nemo-window notebook { - background-color: #282828; - border-width: 0; } - .nemo-window notebook tabs { - border: 0; } - -/*********************** - ! Fallback mode panel * -************************/ -/************ - ! Synaptic * -*************/ -GtkWindow > GtkVBox > .dock, GtkWindow > GtkVBox > .dock > GtkHBox > GtkToolbar { - background-color: #282828; - background-image: none; - padding: 3px; - border: 0; - color: #ebdbb2; } - -/*********************** - ! Fallback mode panel * -************************/ -/*************** - ! Xfce styles * -****************/ -.XfceHeading { - margin: 0; - padding: 0; - border: 0; - background-image: none; - background-color: #282828; - color: #ebdbb2; } - -.xfce4-panel { - font: inherit; } - .xfce4-panel menu { - -gtk-icon-effect: none; - text-shadow: none; } - -/*********************** - ! Fallback mode panel * -************************/ -/**************** - ! Unity styles * -*****************/ -UnityDecoration { - -UnityDecoration-extents: 24px 1px 1px 1px; - -UnityDecoration-input-extents: 10px; - -UnityDecoration-shadow-offset-x: 1px; - -UnityDecoration-shadow-offset-y: 1px; - -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.7); - -UnityDecoration-active-shadow-radius: 8px; - -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.5); - -UnityDecoration-inactive-shadow-radius: 5px; - -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #928374; - -UnityDecoration-title-indent: 10px; - -UnityDecoration-title-fade: 35px; - -UnityDecoration-title-alignment: 0; } - UnityDecoration .top { - border: 1px solid #a89984; - border-bottom: 0; - border-radius: 4px 4px 0 0; - padding: 1px 6px 0; - background-color: #1d2021; - color: #fbf1c7; - text-shadow: none; } - UnityDecoration .top:hover { - border-radius: 0; - border-color: mix(#1d2021,#fbf1c7,0.21); - background-color: mix(#1d2021,#fbf1c7,0.21); - background-image: none; - color: #fdf9e9; } - UnityDecoration .top:backdrop { - border: 1px solid #928374; - color: mix(#ebdbb2,#282828,0.4); } - UnityDecoration .left, UnityDecoration .right, UnityDecoration .bottom { - background-color: #1d2021; } - UnityDecoration .left:backdrop, UnityDecoration .right:backdrop, UnityDecoration .bottom:backdrop { - background-color: mix(#1c1c1c,mix(#ebdbb2,#282828,0.4),0.21); } - -UnityPanelWidget, .unity-panel { - border: 0; } - -.unity-panel.menuitem, .unity-panel .menuitem { - border-width: 0 1px; - color: #fbf1c7; } - .unity-panel.menuitem:hover, .unity-panel.menuitem *:hover, .unity-panel .menuitem:hover, .unity-panel .menuitem *:hover { - border-color: mix(#1d2021,#fbf1c7,0.21); - background-color: mix(#1d2021,#fbf1c7,0.21); - background-image: none; - color: #fdf9e9; } - -SheetStyleDialog.unity-force-quit { - background-color: #282828; } - -/************************ - ! Unity-Control-Center * -*************************/ -.background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame { - border: 0 none transparent; } - .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview.view:backdrop, .background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame > stack > scrolledwindow > viewport > box.vertical > frame > box.vertical iconview:backdrop { - background-color: transparent; } - -/*********************** - ! LightDM GTK Greeter * - ***********************/ -#panel_window { - background-color: #1d2021; - background-image: none; - color: #fbf1c7; - font-weight: bold; - text-shadow: 0 1px rgba(131, 104, 34, 0.5); - -gtk-icon-shadow: 0 1px rgba(131, 104, 34, 0.5); } - #panel_window menubar { - padding-left: 3px; } - #panel_window menubar, #panel_window menubar > menuitem { - background-color: transparent; - background-image: none; - border-style: none; - color: #fbf1c7; - text-shadow: 0 1px rgba(131, 104, 34, 0.5); - -gtk-icon-shadow: 0 1px rgba(131, 104, 34, 0.5); } - #panel_window menubar:hover, #panel_window menubar > menuitem:hover { - background-color: rgba(251, 241, 199, 0.2); - background-image: none; - color: #fbf1c7; } - #panel_window menubar *:hover, #panel_window menubar > menuitem *:hover { - color: #fbf1c7; } - #panel_window menubar:disabled, #panel_window menubar > menuitem:disabled { - color: rgba(251, 241, 199, 0.7); } - #panel_window menubar menu > menuitem { - font-weight: normal; } - -#content_frame { - padding-bottom: 9px; } - -#login_window, #shutdown_dialog, #restart_dialog { - border-style: none; - border-radius: 4px; - background-color: #1d2021; - color: #fbf1c7; - /* draw border using box-shadow */ - box-shadow: inset 1px 0 mix(#141617,#fbf1c7,0.21), inset -1px 0 mix(#141617,#fbf1c7,0.21), inset 0 1px mix(#141617,#fbf1c7,0.21), inset 0 -1px mix(#141617,#fbf1c7,0.21); } - -#login_window menu { - border-radius: 0; } - -#login_window button { - background-color: #282828; - background-image: none; - border-color: rgba(245, 220, 115, 0.22); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - #login_window button:focus, #login_window button:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.22),0.3); } - #login_window button:active, #login_window button:active:hover, #login_window button:active:focus, #login_window button:active:hover:focus, #login_window button:checked, #login_window button:checked:hover, #login_window button:checked:focus, #login_window button:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.22); } - #login_window button:disabled { - border-color: rgba(247, 225, 136, 0.22); } - #login_window button:active:disabled, #login_window button:checked:disabled { - border-color: rgba(245, 220, 115, 0.22); } - .linked:not(.vertical) > #login_window button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) #login_window button, - stackswitcher:not(.vertical) > #login_window button:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > #login_window button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) #login_window button:hover, - stackswitcher:not(.vertical) > #login_window button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .linked:not(.vertical) > #login_window button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) #login_window button:checked, - stackswitcher:not(.vertical) > #login_window button:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > #login_window button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) #login_window button:checked:hover, - stackswitcher:not(.vertical) > #login_window button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > #login_window button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) #login_window button, - stackswitcher.vertical > #login_window button:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > #login_window button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) #login_window button:hover, - stackswitcher.vertical > #login_window button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - .linked.vertical > #login_window button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) #login_window button:checked, - stackswitcher.vertical > #login_window button:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > #login_window button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) #login_window button:checked:hover, - stackswitcher.vertical > #login_window button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - #login_window button.flat { - color: #fbf1c7; - border-color: rgba(40, 40, 40, 0); - background-color: rgba(40, 40, 40, 0); - background-image: none; - box-shadow: none; } - #login_window button:hover, #login_window button.flat:hover { - background-color: #2a2a2a; - background-image: none; - border-color: rgba(245, 220, 115, 0.3); - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - #login_window button:hover:focus, #login_window button:hover:hover, #login_window button.flat:hover:focus, #login_window button.flat:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - #login_window button:hover:active, #login_window button:hover:active:hover, #login_window button:hover:active:focus, #login_window button:hover:active:hover:focus, #login_window button:hover:checked, #login_window button:hover:checked:hover, #login_window button:hover:checked:focus, #login_window button:hover:checked:hover:focus, #login_window button.flat:hover:active, #login_window button.flat:hover:active:hover, #login_window button.flat:hover:active:focus, #login_window button.flat:hover:active:hover:focus, #login_window button.flat:hover:checked, #login_window button.flat:hover:checked:hover, #login_window button.flat:hover:checked:focus, #login_window button.flat:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.3); } - #login_window button:hover:disabled, #login_window button.flat:hover:disabled { - border-color: rgba(247, 225, 136, 0.3); } - #login_window button:hover:active:disabled, #login_window button:hover:checked:disabled, #login_window button.flat:hover:active:disabled, #login_window button.flat:hover:checked:disabled { - border-color: rgba(245, 220, 115, 0.3); } - #login_window button:focus, #login_window button.flat:focus { - background-color: #2a2a2a; - background-image: none; - border-color: rgba(251, 241, 199, 0.22); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #fbf1c7; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - #login_window button:focus:hover, #login_window button.flat:focus:hover { - background-color: #2c2c2c; - background-image: none; - border-color: rgba(245, 220, 115, 0.3); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - #login_window button:focus:hover:focus, #login_window button:focus:hover:hover, #login_window button.flat:focus:hover:focus, #login_window button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.3),0.3); } - #login_window button:focus:hover:active, #login_window button:focus:hover:active:hover, #login_window button:focus:hover:active:focus, #login_window button:focus:hover:active:hover:focus, #login_window button:focus:hover:checked, #login_window button:focus:hover:checked:hover, #login_window button:focus:hover:checked:focus, #login_window button:focus:hover:checked:hover:focus, #login_window button.flat:focus:hover:active, #login_window button.flat:focus:hover:active:hover, #login_window button.flat:focus:hover:active:focus, #login_window button.flat:focus:hover:active:hover:focus, #login_window button.flat:focus:hover:checked, #login_window button.flat:focus:hover:checked:hover, #login_window button.flat:focus:hover:checked:focus, #login_window button.flat:focus:hover:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.3); } - #login_window button:focus:hover:disabled, #login_window button.flat:focus:hover:disabled { - border-color: rgba(247, 225, 136, 0.3); } - #login_window button:focus:hover:active:disabled, #login_window button:focus:hover:checked:disabled, #login_window button.flat:focus:hover:active:disabled, #login_window button.flat:focus:hover:checked:disabled { - border-color: rgba(245, 220, 115, 0.3); } - #login_window button:checked, #login_window button:active, #login_window button.flat:checked, #login_window button.flat:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(245, 220, 115, 0.22); - color: #282828; - box-shadow: inset 1px 0 rgba(251, 241, 199, 0.06), inset 0 1px rgba(251, 241, 199, 0.07), inset -1px 0 rgba(251, 241, 199, 0.06), inset 0 -1px rgba(251, 241, 199, 0.05); } - #login_window button:checked:focus, #login_window button:checked:hover, #login_window button:active:focus, #login_window button:active:hover, #login_window button.flat:checked:focus, #login_window button.flat:checked:hover, #login_window button.flat:active:focus, #login_window button.flat:active:hover { - border-color: mix(#928374,rgba(251, 241, 199, 0.22),0.3); } - #login_window button:checked:active, #login_window button:checked:active:hover, #login_window button:checked:active:focus, #login_window button:checked:active:hover:focus, #login_window button:checked:checked, #login_window button:checked:checked:hover, #login_window button:checked:checked:focus, #login_window button:checked:checked:hover:focus, #login_window button:active:active, #login_window button:active:active:hover, #login_window button:active:active:focus, #login_window button:active:active:hover:focus, #login_window button:active:checked, #login_window button:active:checked:hover, #login_window button:active:checked:focus, #login_window button:active:checked:hover:focus, #login_window button.flat:checked:active, #login_window button.flat:checked:active:hover, #login_window button.flat:checked:active:focus, #login_window button.flat:checked:active:hover:focus, #login_window button.flat:checked:checked, #login_window button.flat:checked:checked:hover, #login_window button.flat:checked:checked:focus, #login_window button.flat:checked:checked:hover:focus, #login_window button.flat:active:active, #login_window button.flat:active:active:hover, #login_window button.flat:active:active:focus, #login_window button.flat:active:active:hover:focus, #login_window button.flat:active:checked, #login_window button.flat:active:checked:hover, #login_window button.flat:active:checked:focus, #login_window button.flat:active:checked:hover:focus { - border-color: rgba(242, 210, 73, 0.22); } - #login_window button:checked:disabled, #login_window button:active:disabled, #login_window button.flat:checked:disabled, #login_window button.flat:active:disabled { - border-color: rgba(247, 225, 136, 0.22); } - #login_window button:checked:active:disabled, #login_window button:checked:checked:disabled, #login_window button:active:active:disabled, #login_window button:active:checked:disabled, #login_window button.flat:checked:active:disabled, #login_window button.flat:checked:checked:disabled, #login_window button.flat:active:active:disabled, #login_window button.flat:active:checked:disabled { - border-color: rgba(245, 220, 115, 0.22); } - #login_window button:checked:focus, #login_window button:checked:hover, #login_window button:active:focus, #login_window button:active:hover, #login_window button.flat:checked:focus, #login_window button.flat:checked:hover, #login_window button.flat:active:focus, #login_window button.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - #login_window button:focus, #login_window button:hover, #login_window button.flat:focus, #login_window button.flat:hover { - color: #fbf1c7; } - #login_window button:disabled:disabled, #login_window button.flat:disabled:disabled { - background-color: alpha(mix(#282828,#fbf1c7,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(#282828,#fbf1c7,0.6); - box-shadow: none; } - #login_window button:disabled:disabled :disabled, #login_window button.flat:disabled:disabled :disabled { - color: mix(#282828,#fbf1c7,0.6); } - #login_window button:active:disabled, #login_window button:checked:disabled, #login_window button.flat:active:disabled, #login_window button.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - #login_window button:active:disabled :disabled, #login_window button:checked:disabled :disabled, #login_window button.flat:active:disabled :disabled, #login_window button.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - #login_window button.separator, #login_window button .separator { - border: 1px solid currentColor; - color: rgba(40, 40, 40, 0.9); } - #login_window button.separator:disabled, #login_window button .separator:disabled { - color: rgba(40, 40, 40, 0.85); } - -#login_window entry { - background-color: #1d2021; - background-image: none; - border-color: shade(mix(#1d2021,#fbf1c7,0.2),0.8); - padding: 5px 3px; - color: #fbf1c7; - caret-color: #a89984; - -gtk-secondary-caret-color: #a89984; } - #login_window entry:focus, #login_window entry:hover { - border-color: mix(#928374,mix(#1d2021,#fbf1c7,0.2),0.3); } - #login_window entry:active, #login_window entry:active:hover, #login_window entry:active:focus, #login_window entry:active:hover:focus, #login_window entry:checked, #login_window entry:checked:hover, #login_window entry:checked:focus, #login_window entry:checked:hover:focus { - border-color: shade(mix(#1d2021,#fbf1c7,0.2),0.7); } - #login_window entry:disabled { - border-color: shade(mix(#1d2021,#fbf1c7,0.2),0.85); } - #login_window entry:active:disabled, #login_window entry:checked:disabled { - border-color: shade(mix(#1d2021,#fbf1c7,0.2),0.8); } - #login_window entry:focus, #login_window entry:active { - border-color: mix(#928374,mix(#282828,#ebdbb2,0.18),0.3); } - #login_window entry:disabled { - background-color: mix(#1d2021,#fbf1c7,0.07); - background-image: none; - opacity: .9; - color: mix(#1d2021,#fbf1c7,0.9); } - -#user_combobox { - color: #fbf1c7; - font-size: 18px; } - #user_combobox menu { - font-weight: normal; } - #user_combobox arrow { - color: mix(#fbf1c7,#1d2021,0.5); } - -#user_image { - border-radius: 4px; - /* draw border using box-shadow */ - box-shadow: inset 1px 0 #141617, inset -1px 0 #141617, inset 0 1px #141617, inset 0 -1px #141617; } - -#user_image_border { - border-radius: 4px; - background-color: #1a1d1e; - background-image: none; - box-shadow: inset 1px 0 rgba(66, 52, 17, 0.07), inset 0 1px rgba(66, 52, 17, 0.08), inset -1px 0 rgba(66, 52, 17, 0.07), inset 0 -1px rgba(66, 52, 17, 0.05); } - -#buttonbox_frame { - padding-top: 6px; - padding-bottom: 0; - border-style: none; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; - background-color: transparent; - background-image: none; - box-shadow: none; } - -/* shutdown button */ -#shutdown_button button { - background-color: #cc241d; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - #shutdown_button button:focus, #shutdown_button button:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - #shutdown_button button:active, #shutdown_button button:active:hover, #shutdown_button button:active:focus, #shutdown_button button:active:hover:focus, #shutdown_button button:checked, #shutdown_button button:checked:hover, #shutdown_button button:checked:focus, #shutdown_button button:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - #shutdown_button button:disabled { - border-color: rgba(34, 34, 34, 0.32); } - #shutdown_button button:active:disabled, #shutdown_button button:checked:disabled { - border-color: rgba(32, 32, 32, 0.32); } - .linked:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) #shutdown_button button, - stackswitcher:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) #shutdown_button button:hover, - stackswitcher:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .linked:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) #shutdown_button button:checked, - stackswitcher:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) #shutdown_button button:checked:hover, - stackswitcher:not(.vertical) > #shutdown_button button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > #shutdown_button button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) #shutdown_button button, - stackswitcher.vertical > #shutdown_button button:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > #shutdown_button button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) #shutdown_button button:hover, - stackswitcher.vertical > #shutdown_button button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .linked.vertical > #shutdown_button button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) #shutdown_button button:checked, - stackswitcher.vertical > #shutdown_button button:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > #shutdown_button button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) #shutdown_button button:checked:hover, - stackswitcher.vertical > #shutdown_button button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - #shutdown_button button.flat { - color: #282828; - border-color: rgba(204, 36, 29, 0); - background-color: rgba(204, 36, 29, 0); - background-image: none; - box-shadow: none; } - #shutdown_button button:hover, #shutdown_button button.flat:hover { - background-color: #d6261e; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - #shutdown_button button:hover:focus, #shutdown_button button:hover:hover, #shutdown_button button.flat:hover:focus, #shutdown_button button.flat:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - #shutdown_button button:hover:active, #shutdown_button button:hover:active:hover, #shutdown_button button:hover:active:focus, #shutdown_button button:hover:active:hover:focus, #shutdown_button button:hover:checked, #shutdown_button button:hover:checked:hover, #shutdown_button button:hover:checked:focus, #shutdown_button button:hover:checked:hover:focus, #shutdown_button button.flat:hover:active, #shutdown_button button.flat:hover:active:hover, #shutdown_button button.flat:hover:active:focus, #shutdown_button button.flat:hover:active:hover:focus, #shutdown_button button.flat:hover:checked, #shutdown_button button.flat:hover:checked:hover, #shutdown_button button.flat:hover:checked:focus, #shutdown_button button.flat:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - #shutdown_button button:hover:disabled, #shutdown_button button.flat:hover:disabled { - border-color: rgba(34, 34, 34, 0.4); } - #shutdown_button button:hover:active:disabled, #shutdown_button button:hover:checked:disabled, #shutdown_button button.flat:hover:active:disabled, #shutdown_button button.flat:hover:checked:disabled { - border-color: rgba(32, 32, 32, 0.4); } - #shutdown_button button:focus, #shutdown_button button.flat:focus { - background-color: #d6261e; - background-image: none; - border-color: rgba(40, 40, 40, 0.32); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - #shutdown_button button:focus:hover, #shutdown_button button.flat:focus:hover { - background-color: #df2821; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - #shutdown_button button:focus:hover:focus, #shutdown_button button:focus:hover:hover, #shutdown_button button.flat:focus:hover:focus, #shutdown_button button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - #shutdown_button button:focus:hover:active, #shutdown_button button:focus:hover:active:hover, #shutdown_button button:focus:hover:active:focus, #shutdown_button button:focus:hover:active:hover:focus, #shutdown_button button:focus:hover:checked, #shutdown_button button:focus:hover:checked:hover, #shutdown_button button:focus:hover:checked:focus, #shutdown_button button:focus:hover:checked:hover:focus, #shutdown_button button.flat:focus:hover:active, #shutdown_button button.flat:focus:hover:active:hover, #shutdown_button button.flat:focus:hover:active:focus, #shutdown_button button.flat:focus:hover:active:hover:focus, #shutdown_button button.flat:focus:hover:checked, #shutdown_button button.flat:focus:hover:checked:hover, #shutdown_button button.flat:focus:hover:checked:focus, #shutdown_button button.flat:focus:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - #shutdown_button button:focus:hover:disabled, #shutdown_button button.flat:focus:hover:disabled { - border-color: rgba(34, 34, 34, 0.4); } - #shutdown_button button:focus:hover:active:disabled, #shutdown_button button:focus:hover:checked:disabled, #shutdown_button button.flat:focus:hover:active:disabled, #shutdown_button button.flat:focus:hover:checked:disabled { - border-color: rgba(32, 32, 32, 0.4); } - #shutdown_button button:checked, #shutdown_button button:active, #shutdown_button button.flat:checked, #shutdown_button button.flat:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(40, 40, 40, 0.06), inset 0 1px rgba(40, 40, 40, 0.07), inset -1px 0 rgba(40, 40, 40, 0.06), inset 0 -1px rgba(40, 40, 40, 0.05); } - #shutdown_button button:checked:focus, #shutdown_button button:checked:hover, #shutdown_button button:active:focus, #shutdown_button button:active:hover, #shutdown_button button.flat:checked:focus, #shutdown_button button.flat:checked:hover, #shutdown_button button.flat:active:focus, #shutdown_button button.flat:active:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - #shutdown_button button:checked:active, #shutdown_button button:checked:active:hover, #shutdown_button button:checked:active:focus, #shutdown_button button:checked:active:hover:focus, #shutdown_button button:checked:checked, #shutdown_button button:checked:checked:hover, #shutdown_button button:checked:checked:focus, #shutdown_button button:checked:checked:hover:focus, #shutdown_button button:active:active, #shutdown_button button:active:active:hover, #shutdown_button button:active:active:focus, #shutdown_button button:active:active:hover:focus, #shutdown_button button:active:checked, #shutdown_button button:active:checked:hover, #shutdown_button button:active:checked:focus, #shutdown_button button:active:checked:hover:focus, #shutdown_button button.flat:checked:active, #shutdown_button button.flat:checked:active:hover, #shutdown_button button.flat:checked:active:focus, #shutdown_button button.flat:checked:active:hover:focus, #shutdown_button button.flat:checked:checked, #shutdown_button button.flat:checked:checked:hover, #shutdown_button button.flat:checked:checked:focus, #shutdown_button button.flat:checked:checked:hover:focus, #shutdown_button button.flat:active:active, #shutdown_button button.flat:active:active:hover, #shutdown_button button.flat:active:active:focus, #shutdown_button button.flat:active:active:hover:focus, #shutdown_button button.flat:active:checked, #shutdown_button button.flat:active:checked:hover, #shutdown_button button.flat:active:checked:focus, #shutdown_button button.flat:active:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - #shutdown_button button:checked:disabled, #shutdown_button button:active:disabled, #shutdown_button button.flat:checked:disabled, #shutdown_button button.flat:active:disabled { - border-color: rgba(34, 34, 34, 0.32); } - #shutdown_button button:checked:active:disabled, #shutdown_button button:checked:checked:disabled, #shutdown_button button:active:active:disabled, #shutdown_button button:active:checked:disabled, #shutdown_button button.flat:checked:active:disabled, #shutdown_button button.flat:checked:checked:disabled, #shutdown_button button.flat:active:active:disabled, #shutdown_button button.flat:active:checked:disabled { - border-color: rgba(32, 32, 32, 0.32); } - #shutdown_button button:checked:focus, #shutdown_button button:checked:hover, #shutdown_button button:active:focus, #shutdown_button button:active:hover, #shutdown_button button.flat:checked:focus, #shutdown_button button.flat:checked:hover, #shutdown_button button.flat:active:focus, #shutdown_button button.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - #shutdown_button button:focus, #shutdown_button button:hover, #shutdown_button button.flat:focus, #shutdown_button button.flat:hover { - color: #282828; } - #shutdown_button button:disabled:disabled, #shutdown_button button.flat:disabled:disabled { - background-color: alpha(mix(#cc241d,#282828,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(#cc241d,#282828,0.6); - box-shadow: none; } - #shutdown_button button:disabled:disabled :disabled, #shutdown_button button.flat:disabled:disabled :disabled { - color: mix(#cc241d,#282828,0.6); } - #shutdown_button button:active:disabled, #shutdown_button button:checked:disabled, #shutdown_button button.flat:active:disabled, #shutdown_button button.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - #shutdown_button button:active:disabled :disabled, #shutdown_button button:checked:disabled :disabled, #shutdown_button button.flat:active:disabled :disabled, #shutdown_button button.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - #shutdown_button button.separator, #shutdown_button button .separator { - border: 1px solid currentColor; - color: rgba(204, 36, 29, 0.9); } - #shutdown_button button.separator:disabled, #shutdown_button button .separator:disabled { - color: rgba(204, 36, 29, 0.85); } - -/* restart button */ -#restart_button button { - background-color: #d79921; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.22); } - #restart_button button:focus, #restart_button button:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - #restart_button button:active, #restart_button button:active:hover, #restart_button button:active:focus, #restart_button button:active:hover:focus, #restart_button button:checked, #restart_button button:checked:hover, #restart_button button:checked:focus, #restart_button button:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - #restart_button button:disabled { - border-color: rgba(34, 34, 34, 0.32); } - #restart_button button:active:disabled, #restart_button button:checked:disabled { - border-color: rgba(32, 32, 32, 0.32); } - .linked:not(.vertical) > #restart_button button:not(:last-child):not(:only-child), - .linked:not(.vertical) > :not(:last-child):not(:only-child) #restart_button button, - stackswitcher:not(.vertical) > #restart_button button:not(:last-child):not(:only-child) { - border-right-style: none; } - .linked:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) #restart_button button:hover, - stackswitcher:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .linked:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):checked, - .linked:not(.vertical) > :not(:last-child):not(:only-child) #restart_button button:checked, - stackswitcher:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):checked { - border-right-style: none; } - .linked:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):checked:hover, - .linked:not(.vertical) > :not(:last-child):not(:only-child) #restart_button button:checked:hover, - stackswitcher:not(.vertical) > #restart_button button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-right-style: none; - box-shadow: inset-1px 0 0 mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - .linked.vertical > #restart_button button:not(:last-child):not(:only-child), - .linked.vertical > :not(:last-child):not(:only-child) #restart_button button, - stackswitcher.vertical > #restart_button button:not(:last-child):not(:only-child) { - border-bottom-style: none; } - .linked.vertical > #restart_button button:not(:last-child):not(:only-child):hover, - .linked.vertical > :not(:last-child):not(:only-child) #restart_button button:hover, - stackswitcher.vertical > #restart_button button:not(:last-child):not(:only-child):hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(40, 40, 40, 0.3),0.3); } - .linked.vertical > #restart_button button:not(:last-child):not(:only-child):checked, - .linked.vertical > :not(:last-child):not(:only-child) #restart_button button:checked, - stackswitcher.vertical > #restart_button button:not(:last-child):not(:only-child):checked { - border-bottom-style: none; } - .linked.vertical > #restart_button button:not(:last-child):not(:only-child):checked:hover, - .linked.vertical > :not(:last-child):not(:only-child) #restart_button button:checked:hover, - stackswitcher.vertical > #restart_button button:not(:last-child):not(:only-child):checked:hover { - border-color: mix(#928374,rgba(146, 131, 116, 0.3),0.3); - border-bottom-style: none; - box-shadow: inset 0 -1px mix(#928374,rgba(146, 131, 116, 0.3),0.3); } - #restart_button button.flat { - color: #282828; - border-color: rgba(215, 153, 33, 0); - background-color: rgba(215, 153, 33, 0); - background-image: none; - box-shadow: none; } - #restart_button button:hover, #restart_button button.flat:hover { - background-color: #de9f27; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.32); } - #restart_button button:hover:focus, #restart_button button:hover:hover, #restart_button button.flat:hover:focus, #restart_button button.flat:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - #restart_button button:hover:active, #restart_button button:hover:active:hover, #restart_button button:hover:active:focus, #restart_button button:hover:active:hover:focus, #restart_button button:hover:checked, #restart_button button:hover:checked:hover, #restart_button button:hover:checked:focus, #restart_button button:hover:checked:hover:focus, #restart_button button.flat:hover:active, #restart_button button.flat:hover:active:hover, #restart_button button.flat:hover:active:focus, #restart_button button.flat:hover:active:hover:focus, #restart_button button.flat:hover:checked, #restart_button button.flat:hover:checked:hover, #restart_button button.flat:hover:checked:focus, #restart_button button.flat:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - #restart_button button:hover:disabled, #restart_button button.flat:hover:disabled { - border-color: rgba(34, 34, 34, 0.4); } - #restart_button button:hover:active:disabled, #restart_button button:hover:checked:disabled, #restart_button button.flat:hover:active:disabled, #restart_button button.flat:hover:checked:disabled { - border-color: rgba(32, 32, 32, 0.4); } - #restart_button button:focus, #restart_button button.flat:focus { - background-color: #de9f27; - background-image: none; - border-color: rgba(40, 40, 40, 0.32); - outline-color: rgba(146, 131, 116, 0.5); - outline-width: 1px; - outline-style: solid; - outline-offset: -3px; - color: #282828; - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.42); } - #restart_button button:focus:hover, #restart_button button.flat:focus:hover { - background-color: #dfa431; - background-image: none; - border-color: rgba(32, 32, 32, 0.4); - box-shadow: 0 1px 2px -1px rgba(66, 52, 17, 0.48); } - #restart_button button:focus:hover:focus, #restart_button button:focus:hover:hover, #restart_button button.flat:focus:hover:focus, #restart_button button.flat:focus:hover:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.4),0.3); } - #restart_button button:focus:hover:active, #restart_button button:focus:hover:active:hover, #restart_button button:focus:hover:active:focus, #restart_button button:focus:hover:active:hover:focus, #restart_button button:focus:hover:checked, #restart_button button:focus:hover:checked:hover, #restart_button button:focus:hover:checked:focus, #restart_button button:focus:hover:checked:hover:focus, #restart_button button.flat:focus:hover:active, #restart_button button.flat:focus:hover:active:hover, #restart_button button.flat:focus:hover:active:focus, #restart_button button.flat:focus:hover:active:hover:focus, #restart_button button.flat:focus:hover:checked, #restart_button button.flat:focus:hover:checked:hover, #restart_button button.flat:focus:hover:checked:focus, #restart_button button.flat:focus:hover:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.4); } - #restart_button button:focus:hover:disabled, #restart_button button.flat:focus:hover:disabled { - border-color: rgba(34, 34, 34, 0.4); } - #restart_button button:focus:hover:active:disabled, #restart_button button:focus:hover:checked:disabled, #restart_button button.flat:focus:hover:active:disabled, #restart_button button.flat:focus:hover:checked:disabled { - border-color: rgba(32, 32, 32, 0.4); } - #restart_button button:checked, #restart_button button:active, #restart_button button.flat:checked, #restart_button button.flat:active { - /*@include linear-gradient(shade($bg, .7), to top);*/ - background-color: #928374; - background-image: none; - border-color: rgba(32, 32, 32, 0.32); - color: #282828; - box-shadow: inset 1px 0 rgba(40, 40, 40, 0.06), inset 0 1px rgba(40, 40, 40, 0.07), inset -1px 0 rgba(40, 40, 40, 0.06), inset 0 -1px rgba(40, 40, 40, 0.05); } - #restart_button button:checked:focus, #restart_button button:checked:hover, #restart_button button:active:focus, #restart_button button:active:hover, #restart_button button.flat:checked:focus, #restart_button button.flat:checked:hover, #restart_button button.flat:active:focus, #restart_button button.flat:active:hover { - border-color: mix(#928374,rgba(40, 40, 40, 0.32),0.3); } - #restart_button button:checked:active, #restart_button button:checked:active:hover, #restart_button button:checked:active:focus, #restart_button button:checked:active:hover:focus, #restart_button button:checked:checked, #restart_button button:checked:checked:hover, #restart_button button:checked:checked:focus, #restart_button button:checked:checked:hover:focus, #restart_button button:active:active, #restart_button button:active:active:hover, #restart_button button:active:active:focus, #restart_button button:active:active:hover:focus, #restart_button button:active:checked, #restart_button button:active:checked:hover, #restart_button button:active:checked:focus, #restart_button button:active:checked:hover:focus, #restart_button button.flat:checked:active, #restart_button button.flat:checked:active:hover, #restart_button button.flat:checked:active:focus, #restart_button button.flat:checked:active:hover:focus, #restart_button button.flat:checked:checked, #restart_button button.flat:checked:checked:hover, #restart_button button.flat:checked:checked:focus, #restart_button button.flat:checked:checked:hover:focus, #restart_button button.flat:active:active, #restart_button button.flat:active:active:hover, #restart_button button.flat:active:active:focus, #restart_button button.flat:active:active:hover:focus, #restart_button button.flat:active:checked, #restart_button button.flat:active:checked:hover, #restart_button button.flat:active:checked:focus, #restart_button button.flat:active:checked:hover:focus { - border-color: rgba(28, 28, 28, 0.32); } - #restart_button button:checked:disabled, #restart_button button:active:disabled, #restart_button button.flat:checked:disabled, #restart_button button.flat:active:disabled { - border-color: rgba(34, 34, 34, 0.32); } - #restart_button button:checked:active:disabled, #restart_button button:checked:checked:disabled, #restart_button button:active:active:disabled, #restart_button button:active:checked:disabled, #restart_button button.flat:checked:active:disabled, #restart_button button.flat:checked:checked:disabled, #restart_button button.flat:active:active:disabled, #restart_button button.flat:active:checked:disabled { - border-color: rgba(32, 32, 32, 0.32); } - #restart_button button:checked:focus, #restart_button button:checked:hover, #restart_button button:active:focus, #restart_button button:active:hover, #restart_button button.flat:checked:focus, #restart_button button.flat:checked:hover, #restart_button button.flat:active:focus, #restart_button button.flat:active:hover { - /*@include linear-gradient(shade($bg, .65), to top);*/ - background-color: #988a7b; - background-image: none; - color: #282828; } - #restart_button button:focus, #restart_button button:hover, #restart_button button.flat:focus, #restart_button button.flat:hover { - color: #282828; } - #restart_button button:disabled:disabled, #restart_button button.flat:disabled:disabled { - background-color: alpha(mix(#d79921,#282828,0.2),0.4); - background-image: none; - /*border: 1px solid alpha($bg, .2);*/ - opacity: .6; - color: mix(#d79921,#282828,0.6); - box-shadow: none; } - #restart_button button:disabled:disabled :disabled, #restart_button button.flat:disabled:disabled :disabled { - color: mix(#d79921,#282828,0.6); } - #restart_button button:active:disabled, #restart_button button:checked:disabled, #restart_button button.flat:active:disabled, #restart_button button.flat:checked:disabled { - background-color: rgba(146, 131, 116, 0.6); - background-image: none; - color: rgba(40, 40, 40, 0.85); - box-shadow: none; } - #restart_button button:active:disabled :disabled, #restart_button button:checked:disabled :disabled, #restart_button button.flat:active:disabled :disabled, #restart_button button.flat:checked:disabled :disabled { - color: rgba(40, 40, 40, 0.85); } - #restart_button button.separator, #restart_button button .separator { - border: 1px solid currentColor; - color: rgba(215, 153, 33, 0.9); } - #restart_button button.separator:disabled, #restart_button button .separator:disabled { - color: rgba(215, 153, 33, 0.85); } - -/* password warning */ -#greeter_infobar { - font-weight: bold; } - -/********************** - ! Genome Terminal * -***********************/ -VteTerminal { - background-color: #1d2021; - color: #fbf1c7; } - -terminal-window junction, terminal-window scrollbar trough { - background-color: #1d2021; - border-color: #171a1a; } - -terminal-window scrollbar.vertical slider { - background-color: mix(#1d2021,#fbf1c7,0.2); } - terminal-window scrollbar.vertical slider:hover { - background-color: mix(#1d2021,#fbf1c7,0.3); } - terminal-window scrollbar.vertical slider:hover:active { - background-color: #928374; } - terminal-window scrollbar.vertical slider:disabled { - background-color: transparent; } - -/****************** - ! Budgie Desktop * -*******************/ -.budgie-container { - background-color: transparent; } - -.raven { - background-color: rgba(40, 40, 40, 0.93); } - .raven .raven-header { - background-color: #282828; - border: solid mix(#282828,#ebdbb2,0.18); - border-width: 1px 0; } - .raven .raven-background { - background-color: rgba(40, 40, 40, 0.93); } - -.raven-mpris { - background-color: rgba(40, 40, 40, 0.7); } diff --git a/users/files/oomox-gruvmox-dark-medium-default/gtk-3.20/gtk-dark.css b/users/files/oomox-gruvmox-dark-medium-default/gtk-3.20/gtk-dark.css deleted file mode 100644 index 198bb85..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/gtk-3.20/gtk-dark.css +++ /dev/null @@ -1 +0,0 @@ -@import url("resource:///org/numixproject/gtk-3.20/dist/gtk-dark.css"); diff --git a/users/files/oomox-gruvmox-dark-medium-default/gtk-3.20/gtk.css b/users/files/oomox-gruvmox-dark-medium-default/gtk-3.20/gtk.css deleted file mode 100644 index 19b01e6..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/gtk-3.20/gtk.css +++ /dev/null @@ -1 +0,0 @@ -@import url("resource:///org/numixproject/gtk-3.20/dist/gtk.css"); diff --git a/users/files/oomox-gruvmox-dark-medium-default/gtk-3.20/gtk.gresource b/users/files/oomox-gruvmox-dark-medium-default/gtk-3.20/gtk.gresource deleted file mode 100644 index 3103865..0000000 Binary files a/users/files/oomox-gruvmox-dark-medium-default/gtk-3.20/gtk.gresource and /dev/null differ diff --git a/users/files/oomox-gruvmox-dark-medium-default/gtk-3.20/gtk.gresource.xml b/users/files/oomox-gruvmox-dark-medium-default/gtk-3.20/gtk.gresource.xml deleted file mode 100644 index 98e3014..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/gtk-3.20/gtk.gresource.xml +++ /dev/null @@ -1,53 +0,0 @@ - - - - assets/checkbox-checked-dark.svg - assets/checkbox-checked-insensitive-dark.svg - assets/checkbox-checked-insensitive.svg - assets/checkbox-checked.svg - assets/checkbox-mixed-dark.svg - assets/checkbox-mixed-insensitive-dark.svg - assets/checkbox-mixed-insensitive.svg - assets/checkbox-mixed.svg - assets/checkbox-unchecked-dark.svg - assets/checkbox-unchecked-insensitive-dark.svg - assets/checkbox-unchecked-insensitive.svg - assets/checkbox-unchecked.svg - assets/grid-selection-checked-dark.svg - assets/grid-selection-checked.svg - assets/grid-selection-unchecked-dark.svg - assets/grid-selection-unchecked.svg - assets/menuitem-checkbox-checked-hover.svg - assets/menuitem-checkbox-checked-insensitive.svg - assets/menuitem-checkbox-checked.svg - assets/menuitem-checkbox-unchecked.svg - assets/menuitem-checkbox-mixed-hover.svg - assets/menuitem-checkbox-mixed-selected.svg - assets/menuitem-checkbox-mixed-insensitive.svg - assets/menuitem-checkbox-mixed.svg - assets/menuitem-radio-checked-hover.svg - assets/menuitem-radio-checked-insensitive.svg - assets/menuitem-radio-checked.svg - assets/menuitem-radio-unchecked.svg - assets/menuitem-radio-mixed-hover.svg - assets/menuitem-radio-mixed-selected.svg - assets/menuitem-radio-mixed-insensitive.svg - assets/menuitem-radio-mixed.svg - assets/radio-checked-dark.svg - assets/radio-checked-insensitive-dark.svg - assets/radio-checked-insensitive.svg - assets/radio-checked.svg - assets/radio-mixed-dark.svg - assets/radio-mixed-insensitive-dark.svg - assets/radio-mixed-insensitive.svg - assets/radio-mixed.svg - assets/radio-unchecked-dark.svg - assets/radio-unchecked-insensitive-dark.svg - assets/radio-unchecked-insensitive.svg - assets/radio-unchecked.svg - assets/pane-handle.png - assets/pane-handle@2.png - dist/gtk.css - dist/gtk-dark.css - - diff --git a/users/files/oomox-gruvmox-dark-medium-default/gtk-3.20/thumbnail.png b/users/files/oomox-gruvmox-dark-medium-default/gtk-3.20/thumbnail.png deleted file mode 120000 index 01495bc..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/gtk-3.20/thumbnail.png +++ /dev/null @@ -1 +0,0 @@ -../gtk-3.0/thumbnail.png \ No newline at end of file diff --git a/users/files/oomox-gruvmox-dark-medium-default/index.theme b/users/files/oomox-gruvmox-dark-medium-default/index.theme deleted file mode 100644 index 67a6a67..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/index.theme +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Type=X-GNOME-Metatheme -Name=oomox-gruvmox-dark-medium-default -Comment=A partially sexual act; when a female (of any species; mostly humanoids) rubs the ears/lobes of a male Ferengi, creating sensual emotions and chemical reactions in the male (and sometimes in the female). -Encoding=UTF-8 - -[X-GNOME-Metatheme] -Name=oomox-gruvmox-dark-medium-default -GtkTheme=oomox-gruvmox-dark-medium-default -IconTheme=oomox-gruvmox-dark-medium-default -MetacityTheme=oomox-gruvmox-dark-medium-default diff --git a/users/files/oomox-gruvmox-dark-medium-default/metacity-1/metacity-theme-2.xml b/users/files/oomox-gruvmox-dark-medium-default/metacity-1/metacity-theme-2.xml deleted file mode 100644 index ae7a41d..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/metacity-1/metacity-theme-2.xml +++ /dev/null @@ -1,1571 +0,0 @@ - - - - oomox-gruvmox-dark-medium-default - Satyajit Sahoo - GPL-3.0+ - 11 December 2013 - Numix Metacity Theme - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</draw_ops> - -<draw_ops name="title_unfocused"> - <title x="(0 `max` ((width - title_width) / 2)) + 2" - y="(0 `max` ((height - title_height) / 2))" - color="C_title_unfocused" /> -</draw_ops> - -<!-- ::: WINDOW DECORATIONS ::: --> -<draw_ops name="entire_background_focused"> - <rectangle color="C_titlebar_focused" x="0" y="0" width="width" height="height" filled="true" /> -</draw_ops> - -<draw_ops name="entire_background_unfocused"> - <rectangle color="C_titlebar_unfocused" x="0" y="0" width="width" height="height" filled="true" /> -</draw_ops> - -<draw_ops name="titlebar_fill_focused"> - <include name="entire_background_focused" /> -</draw_ops> - -<draw_ops name="titlebar_fill_unfocused"> - <include name="entire_background_unfocused" /> -</draw_ops> - -<draw_ops name="titlebar_fill_attached_focused"> - <include name="titlebar_fill_focused" /> -</draw_ops> - -<draw_ops name="titlebar_fill_attached_unfocused"> - <include name="titlebar_fill_unfocused" /> -</draw_ops> - -<draw_ops name="titlebar_focused"> - <include name="titlebar_fill_focused" /> -</draw_ops> - -<draw_ops name="titlebar_unfocused"> - <include name="titlebar_fill_unfocused" /> -</draw_ops> - -<draw_ops name="titlebar_attached_focused"> <!-- titlebar for attached and modal dialogs --> - <include name="titlebar_fill_attached_focused" /> -</draw_ops> - -<draw_ops name="titlebar_attached_unfocused"> <!-- titlebar for attached and modal dialogs --> - <include name="titlebar_fill_attached_unfocused" /> -</draw_ops> - -<draw_ops name="rounded_titlebar_focused"> - <include name="titlebar_fill_focused" /> -</draw_ops> - -<draw_ops name="rounded_titlebar_unfocused"> - <include name="titlebar_fill_unfocused" /> -</draw_ops> - -<draw_ops name="border_focused"> - <rectangle color="C_border_focused" x="0" y="0" width="width-1" height="height-1" filled="false" /> -</draw_ops> - -<draw_ops name="border_unfocused"> - <rectangle color="C_border_unfocused" x="0" y="0" width="width-1" height="height-1" filled="false" /> -</draw_ops> - -<draw_ops name="rounded_border_focused"> - <line color="C_border_focused" x1="2" y1="0" x2="width-3" y2="0" /> - <line color="C_border_focused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> - <line color="C_border_focused" x1="0" y1="2" x2="0" y2="height-2" /> - <line color="C_border_focused" x1="width-1" y1="2" x2="width-1" y2="height-2" /> - <arc color="C_border_focused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" /> - <arc color="C_border_focused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" /> - <!-- double arcs for darker borders --> - <arc color="C_border_focused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" /> - <arc color="C_border_focused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" /> -</draw_ops> - -<draw_ops name="rounded_border_unfocused"> - <line color="C_border_unfocused" x1="2" y1="0" x2="width-3" y2="0" /> - <line color="C_border_unfocused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> - <line color="C_border_unfocused" x1="0" y1="2" x2="0" y2="height-2" /> - <line color="C_border_unfocused" x1="width-1" y1="2" x2="width-1" y2="height-2" /> - <arc color="C_border_unfocused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" /> - <arc color="C_border_unfocused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" /> - <!-- double arcs for darker borders --> - <arc color="C_border_unfocused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" /> - <arc color="C_border_unfocused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" /> -</draw_ops> - -<draw_ops name="border_right_focused"> - <line - x1="width-1" y1="0" - x2="width-1" y2="height" - color="C_border_focused" /> -</draw_ops> - -<draw_ops name="border_right_unfocused"> - <line - x1="width-1" y1="0" - x2="width-1" y2="height" - color="C_border_unfocused" /> -</draw_ops> - -<draw_ops name="border_left_focused"> - <line - x1="0" y1="0" - x2="0" y2="height" - color="C_border_focused" /> -</draw_ops> - -<draw_ops name="border_left_unfocused"> - <line - x1="0" y1="0" - x2="0" y2="height" - color="C_border_unfocused" /> -</draw_ops> - -<!-- ::: BUTTON ICONS ::: --> -<!-- note: negative values in x or y causes gnome-shell to crash --> -<!-- close icon --> -<draw_ops name="close_focused"> - <line - x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+1" - x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-2" - color="C_icons_focused" /> - <line - x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+2" - x2="(width-width%3)/3+2" y2="height-(height-height%3)/3-2" - color="C_icons_focused" /> - <line - x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+1" - x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-3" - color="C_icons_focused" /> - <line - x1="(width-width%3)/3+1" y1="(height-height%3)/3+1" - x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-2" - color="C_icons_focused" /> - <line - x1="(width-width%3)/3+1" y1="(height-height%3)/3+2" - x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-2" - color="C_icons_focused" /> - <line - x1="(width-width%3)/3+2" y1="(height-height%3)/3+1" - x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-3" - color="C_icons_focused" /> -</draw_ops> - -<draw_ops name="close_focused_prelight"> - <line - x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+1" - x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-2" - color="C_icons_focused_prelight" /> - <line - x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+2" - x2="(width-width%3)/3+2" y2="height-(height-height%3)/3-2" - color="C_icons_focused_prelight" /> - <line - x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+1" - x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-3" - color="C_icons_focused_prelight" /> - <line - x1="(width-width%3)/3+1" y1="(height-height%3)/3+1" - x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-2" - color="C_icons_focused_prelight" /> - <line - x1="(width-width%3)/3+1" y1="(height-height%3)/3+2" - x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-2" - color="C_icons_focused_prelight" /> - <line - x1="(width-width%3)/3+2" y1="(height-height%3)/3+1" - x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-3" - color="C_icons_focused_prelight" /> -</draw_ops> - -<draw_ops name="close_focused_pressed"> - <line - x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+1" - x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-2" - color="C_icons_focused_pressed" /> - <line - x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+2" - x2="(width-width%3)/3+2" y2="height-(height-height%3)/3-2" - color="C_icons_focused_pressed" /> - <line - x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+1" - x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-3" - color="C_icons_focused_pressed" /> - <line - x1="(width-width%3)/3+1" y1="(height-height%3)/3+1" - x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-2" - color="C_icons_focused_pressed" /> - <line - x1="(width-width%3)/3+1" y1="(height-height%3)/3+2" - x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-2" - color="C_icons_focused_pressed" /> - <line - x1="(width-width%3)/3+2" y1="(height-height%3)/3+1" - x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-3" - color="C_icons_focused_pressed" /> -</draw_ops> - -<draw_ops name="close_unfocused"> - <line - x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+1" - x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-2" - color="C_icons_unfocused" /> - <line - x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+2" - x2="(width-width%3)/3+2" y2="height-(height-height%3)/3-2" - color="C_icons_unfocused" /> - <line - x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+1" - x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-3" - color="C_icons_unfocused" /> - <line - x1="(width-width%3)/3+1" y1="(height-height%3)/3+1" - x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-2" - color="C_icons_unfocused" /> - <line - x1="(width-width%3)/3+1" y1="(height-height%3)/3+2" - x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-2" - color="C_icons_unfocused" /> - <line - x1="(width-width%3)/3+2" y1="(height-height%3)/3+1" - x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-3" - color="C_icons_unfocused" /> -</draw_ops> - -<draw_ops name="close_unfocused_prelight"> - <include name="close_focused_prelight" /> -</draw_ops> - -<draw_ops name="close_unfocused_pressed"> - <include name="close_focused_pressed" /> -</draw_ops> - -<!-- maximize icon --> -<draw_ops name="maximize_focused"> - <rectangle - x="(width-width%3)/3+1" y="(height-height%3)/3+1" - width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3" - color="C_icons_focused" /> - <rectangle - x="(width-width%3)/3+2" y="(height-height%3)/3+2" - width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5" - color="C_icons_focused" /> -</draw_ops> - -<draw_ops name="maximize_focused_prelight"> - <rectangle - x="(width-width%3)/3+1" y="(height-height%3)/3+1" - width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3" - color="C_icons_focused_prelight" /> - <rectangle - x="(width-width%3)/3+2" y="(height-height%3)/3+2" - width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5" - color="C_icons_focused_prelight" /> -</draw_ops> - -<draw_ops name="maximize_focused_pressed"> - <rectangle - x="(width-width%3)/3+1" y="(height-height%3)/3+1" - width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3" - color="C_icons_focused_pressed" /> - <rectangle - x="(width-width%3)/3+2" y="(height-height%3)/3+2" - width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5" - color="C_icons_focused_pressed" /> -</draw_ops> - -<draw_ops name="maximize_unfocused"> - <rectangle - x="(width-width%3)/3+1" y="(height-height%3)/3+1" - width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3" - color="C_icons_unfocused" /> - <rectangle - x="(width-width%3)/3+2" y="(height-height%3)/3+2" - width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5" - color="C_icons_unfocused" /> -</draw_ops> - -<draw_ops name="maximize_unfocused_prelight"> - <include name="maximize_focused_prelight" /> -</draw_ops> - -<draw_ops name="maximize_unfocused_pressed"> - <include name="maximize_focused_pressed" /> -</draw_ops> - -<!-- unmaximize icon --> -<draw_ops name="unmaximize_focused"> - <rectangle - x="(width-width%3)/3+1" y="(height-height%3)/3+1" - width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3" - color="C_icons_focused" /> - <rectangle - x="(width-width%3)/3+2" y="(height-height%3)/3+2" - width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5" - color="C_icons_focused" /> -</draw_ops> - -<draw_ops name="unmaximize_focused_prelight"> - <rectangle - x="(width-width%3)/3+1" y="(height-height%3)/3+1" - width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3" - color="C_icons_focused_prelight" /> - <rectangle - x="(width-width%3)/3+2" y="(height-height%3)/3+2" - width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5" - color="C_icons_focused_prelight" /> -</draw_ops> - -<draw_ops name="unmaximize_focused_pressed"> - <rectangle - x="(width-width%3)/3+1" y="(height-height%3)/3+1" - width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3" - color="C_icons_focused_pressed" /> - <rectangle - x="(width-width%3)/3+2" y="(height-height%3)/3+2" - width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5" - color="C_icons_focused_pressed" /> -</draw_ops> - -<draw_ops name="unmaximize_unfocused"> - <rectangle - x="(width-width%3)/3+1" y="(height-height%3)/3+1" - width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3" - color="C_icons_unfocused" /> - <rectangle - x="(width-width%3)/3+2" y="(height-height%3)/3+2" - width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5" - color="C_icons_unfocused" /> -</draw_ops> - -<draw_ops name="unmaximize_unfocused_prelight"> - <include name="unmaximize_focused_prelight" /> -</draw_ops> - -<draw_ops name="unmaximize_unfocused_pressed"> - <include name="unmaximize_focused_pressed" /> -</draw_ops> - -<!-- minimize icon --> -<draw_ops name="minimize_focused"> - <rectangle - x="(width-width%3)/3+2" y="height-(height-height%3)/3-5" - width="width-2*(width-width%3)/3-2" height="2" filled="true" - color="C_icons_focused" /> -</draw_ops> - -<draw_ops name="minimize_focused_prelight"> - <rectangle - x="(width-width%3)/3+2" y="height-(height-height%3)/3-5" - width="width-2*(width-width%3)/3-2" height="2" filled="true" - color="C_icons_focused_prelight" /> -</draw_ops> - -<draw_ops name="minimize_focused_pressed"> - <rectangle - x="(width-width%3)/3+2" y="height-(height-height%3)/3-5" - width="width-2*(width-width%3)/3-2" height="2" filled="true" - color="C_icons_focused_pressed" /> -</draw_ops> - -<draw_ops name="minimize_unfocused"> - <rectangle - x="(width-width%3)/3+2" y="height-(height-height%3)/3-5" - width="width-2*(width-width%3)/3-2" height="2" filled="true" - color="C_icons_unfocused" /> -</draw_ops> - -<draw_ops name="minimize_unfocused_prelight"> - <include name="minimize_focused_prelight" /> -</draw_ops> - -<draw_ops name="minimize_unfocused_pressed"> - <include name="minimize_focused_pressed" /> -</draw_ops> - -<!-- menu icon --> -<draw_ops name="menu_focused"> - <rectangle - x="(width-width%3)/3+2" y="(height-height%3)/3+1" - width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3" - color="C_icons_focused" /> - <rectangle - x="(width-width%3)/3+3" y="(height-height%3)/3+2" - width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5" - color="C_icons_focused" /> - <rectangle - x="(width-width%3)/3+5" y="height/2-2" - width="width-2*(width-width%3)/3-8" height="2" filled="true" - color="C_icons_focused" /> -</draw_ops> - -<draw_ops name="menu_focused_prelight"> - <rectangle - x="(width-width%3)/3+2" y="(height-height%3)/3+1" - width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3" - color="C_icons_focused_prelight" /> - <rectangle - x="(width-width%3)/3+3" y="(height-height%3)/3+2" - width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5" - color="C_icons_focused_prelight" /> - <rectangle - x="(width-width%3)/3+5" y="height/2-2" - width="width-2*(width-width%3)/3-8" height="2" filled="true" - color="C_icons_focused_prelight" /> -</draw_ops> - -<draw_ops name="menu_focused_pressed"> - <rectangle - x="(width-width%3)/3+2" y="(height-height%3)/3+1" - width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3" - color="C_icons_focused_pressed" /> - <rectangle - x="(width-width%3)/3+3" y="(height-height%3)/3+2" - width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5" - color="C_icons_focused_pressed" /> - <rectangle - x="(width-width%3)/3+5" y="height/2-2" - width="width-2*(width-width%3)/3-8" height="2" filled="true" - color="C_icons_focused_pressed" /> -</draw_ops> - -<draw_ops name="menu_unfocused"> - <rectangle - x="(width-width%3)/3+2" y="(height-height%3)/3+1" - width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3" - color="C_icons_unfocused" /> - <rectangle - x="(width-width%3)/3+3" y="(height-height%3)/3+2" - width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5" - color="C_icons_unfocused" /> - <rectangle - x="(width-width%3)/3+5" y="height/2-2" - width="width-2*(width-width%3)/3-8" height="2" filled="true" - color="C_icons_unfocused" /> -</draw_ops> - -<draw_ops name="menu_unfocused_prelight"> - <include name="menu_focused_prelight" /> -</draw_ops> - -<draw_ops name="menu_unfocused_pressed"> - <include name="menu_focused_pressed" /> -</draw_ops> - -<!-- shade icon --> -<draw_ops name="shade_focused"> - <line - x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+1" - x2="(width-width%3)/3" y2="height-(height-height%3)/3-5" - color="C_icons_focused" /> - <line - x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+2" - x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-5" - color="C_icons_focused" /> - <line - x1="width-(width-width%3)/3-7" y1="(height-height%3)/3+1" - x2="(width-width%3)/3" y2="height-(height-height%3)/3-6" - color="C_icons_focused" /> - <line - x1="(width-width%3)/3+3" y1="(height-height%3)/3+1" - x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-5" - color="C_icons_focused" /> - <line - x1="(width-width%3)/3+3" y1="(height-height%3)/3+2" - x2="width-(width-width%3)/3-4" y2="height-(height-height%3)/3-5" - color="C_icons_focused" /> - <line - x1="(width-width%3)/3+4" y1="(height-height%3)/3+1" - x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-6" - color="C_icons_focused" /> - <rectangle - x="(width-width%3)/3+3" y="height/2-2" - width="width-2*(width-width%3)/3-8" height="6" filled="true" - color="C_icons_focused" /> -</draw_ops> - -<draw_ops name="shade_focused_prelight"> - <line - x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+1" - x2="(width-width%3)/3" y2="height-(height-height%3)/3-5" - color="C_icons_focused_prelight" /> - <line - x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+2" - x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-5" - color="C_icons_focused_prelight" /> - <line - x1="width-(width-width%3)/3-7" y1="(height-height%3)/3+1" - x2="(width-width%3)/3" y2="height-(height-height%3)/3-6" - color="C_icons_focused_prelight" /> - <line - x1="(width-width%3)/3+3" y1="(height-height%3)/3+1" - x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-5" - color="C_icons_focused_prelight" /> - <line - x1="(width-width%3)/3+3" y1="(height-height%3)/3+2" - x2="width-(width-width%3)/3-4" y2="height-(height-height%3)/3-5" - color="C_icons_focused_prelight" /> - <line - x1="(width-width%3)/3+4" y1="(height-height%3)/3+1" - x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-6" - color="C_icons_focused_prelight" /> - <rectangle - x="(width-width%3)/3+3" y="height/2-2" - width="width-2*(width-width%3)/3-8" height="6" filled="true" - color="C_icons_focused_prelight" /> -</draw_ops> - -<draw_ops name="shade_focused_pressed"> - <line - x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+1" - x2="(width-width%3)/3" y2="height-(height-height%3)/3-5" - color="C_icons_focused_pressed" /> - <line - x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+2" - x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-5" - color="C_icons_focused_pressed" /> - <line - x1="width-(width-width%3)/3-7" y1="(height-height%3)/3+1" - x2="(width-width%3)/3" y2="height-(height-height%3)/3-6" - color="C_icons_focused_pressed" /> - <line - x1="(width-width%3)/3+3" y1="(height-height%3)/3+1" - x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-5" - color="C_icons_focused_pressed" /> - <line - x1="(width-width%3)/3+3" y1="(height-height%3)/3+2" - x2="width-(width-width%3)/3-4" y2="height-(height-height%3)/3-5" - color="C_icons_focused_pressed" /> - <line - x1="(width-width%3)/3+4" y1="(height-height%3)/3+1" - x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-6" - color="C_icons_focused_pressed" /> - <rectangle - x="(width-width%3)/3+3" y="height/2-2" - width="width-2*(width-width%3)/3-8" height="6" filled="true" - color="C_icons_focused_pressed" /> -</draw_ops> - -<draw_ops name="shade_unfocused"> - <line - x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+1" - x2="(width-width%3)/3" y2="height-(height-height%3)/3-5" - color="C_icons_unfocused" /> - <line - x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+2" - x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-5" - color="C_icons_unfocused" /> - <line - x1="width-(width-width%3)/3-7" y1="(height-height%3)/3+1" - x2="(width-width%3)/3" y2="height-(height-height%3)/3-6" - color="C_icons_unfocused" /> - <line - x1="(width-width%3)/3+3" y1="(height-height%3)/3+1" - x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-5" - color="C_icons_unfocused" /> - <line - x1="(width-width%3)/3+3" y1="(height-height%3)/3+2" - x2="width-(width-width%3)/3-4" y2="height-(height-height%3)/3-5" - color="C_icons_unfocused" /> - <line - x1="(width-width%3)/3+4" y1="(height-height%3)/3+1" - x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-6" - color="C_icons_unfocused" /> - <rectangle - x="(width-width%3)/3+3" y="height/2-2" - width="width-2*(width-width%3)/3-8" height="6" filled="true" - color="C_icons_unfocused" /> -</draw_ops> - -<draw_ops name="shade_unfocused_prelight"> - <include name="shade_focused_prelight" /> -</draw_ops> - -<draw_ops name="shade_unfocused_pressed"> - <include name="shade_focused_pressed" /> -</draw_ops> - -<!-- unshade icon --> -<draw_ops name="unshade_focused"> - <line - x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+4" - x2="(width-width%3)/3+3" y2="height-(height-height%3)/3-2" - color="C_icons_focused" /> - <line - x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+5" - x2="(width-width%3)/3+4" y2="height-(height-height%3)/3-2" - color="C_icons_focused" /> - <line - x1="width-(width-width%3)/3-4" y1="(height-height%3)/3+4" - x2="(width-width%3)/3+3" y2="height-(height-height%3)/3-3" - color="C_icons_focused" /> - <line - x1="(width-width%3)/3" y1="(height-height%3)/3+4" - x2="width-(width-width%3)/3-6" y2="height-(height-height%3)/3-2" - color="C_icons_focused" /> - <line - x1="(width-width%3)/3" y1="(height-height%3)/3+5" - x2="width-(width-width%3)/3-7" y2="height-(height-height%3)/3-2" - color="C_icons_focused" /> - <line - x1="(width-width%3)/3+1" y1="(height-height%3)/3+4" - x2="width-(width-width%3)/3-6" y2="height-(height-height%3)/3-3" - color="C_icons_focused" /> - <rectangle - x="(width-width%3)/3+3" y="height/2-4" - width="width-2*(width-width%3)/3-8" height="6" filled="true" - color="C_icons_focused" /> -</draw_ops> - -<draw_ops name="unshade_focused_prelight"> - <line - x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+4" - x2="(width-width%3)/3+3" y2="height-(height-height%3)/3-2" - color="C_icons_focused_prelight" /> - <line - x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+5" - x2="(width-width%3)/3+4" y2="height-(height-height%3)/3-2" - color="C_icons_focused_prelight" /> - <line - x1="width-(width-width%3)/3-4" y1="(height-height%3)/3+4" - x2="(width-width%3)/3+3" y2="height-(height-height%3)/3-3" - color="C_icons_focused_prelight" /> - <line - x1="(width-width%3)/3" y1="(height-height%3)/3+4" - x2="width-(width-width%3)/3-6" y2="height-(height-height%3)/3-2" - color="C_icons_focused_prelight" /> - <line - x1="(width-width%3)/3" y1="(height-height%3)/3+5" - x2="width-(width-width%3)/3-7" y2="height-(height-height%3)/3-2" - color="C_icons_focused_prelight" /> - <line - x1="(width-width%3)/3+1" y1="(height-height%3)/3+4" - x2="width-(width-width%3)/3-6" y2="height-(height-height%3)/3-3" - color="C_icons_focused_prelight" /> - <rectangle - x="(width-width%3)/3+3" y="height/2-4" - width="width-2*(width-width%3)/3-8" height="6" filled="true" - color="C_icons_focused_prelight" /> -</draw_ops> - -<draw_ops name="unshade_focused_pressed"> - <line - x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+1" - x2="(width-width%3)/3" y2="height-(height-height%3)/3-5" - color="C_icons_focused_pressed" /> - <line - x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+2" - x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-5" - color="C_icons_focused_pressed" /> - <line - x1="width-(width-width%3)/3-7" y1="(height-height%3)/3+1" - x2="(width-width%3)/3" y2="height-(height-height%3)/3-6" - color="C_icons_focused_pressed" /> - <line - x1="(width-width%3)/3+3" y1="(height-height%3)/3+1" - x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-5" - color="C_icons_focused_pressed" /> - <line - x1="(width-width%3)/3+3" y1="(height-height%3)/3+2" - x2="width-(width-width%3)/3-4" y2="height-(height-height%3)/3-5" - color="C_icons_focused_pressed" /> - <line - x1="(width-width%3)/3+4" y1="(height-height%3)/3+1" - x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-6" - color="C_icons_focused_pressed" /> - <rectangle - x="(width-width%3)/3+3" y="height/2-2" - width="width-2*(width-width%3)/3-8" height="6" filled="true" - color="C_icons_focused_pressed" /> -</draw_ops> - -<draw_ops name="unshade_unfocused"> - <line - x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+4" - x2="(width-width%3)/3+3" y2="height-(height-height%3)/3-2" - color="C_icons_unfocused" /> - <line - x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+5" - x2="(width-width%3)/3+4" y2="height-(height-height%3)/3-2" - color="C_icons_unfocused" /> - <line - x1="width-(width-width%3)/3-4" y1="(height-height%3)/3+4" - x2="(width-width%3)/3+3" y2="height-(height-height%3)/3-3" - color="C_icons_unfocused" /> - <line - x1="(width-width%3)/3" y1="(height-height%3)/3+4" - x2="width-(width-width%3)/3-6" y2="height-(height-height%3)/3-2" - color="C_icons_unfocused" /> - <line - x1="(width-width%3)/3" y1="(height-height%3)/3+5" - x2="width-(width-width%3)/3-7" y2="height-(height-height%3)/3-2" - color="C_icons_unfocused" /> - <line - x1="(width-width%3)/3+1" y1="(height-height%3)/3+4" - x2="width-(width-width%3)/3-6" y2="height-(height-height%3)/3-3" - color="C_icons_unfocused" /> - <rectangle - x="(width-width%3)/3+3" y="height/2-4" - width="width-2*(width-width%3)/3-8" height="6" filled="true" - color="C_icons_unfocused" /> -</draw_ops> - -<draw_ops name="unshade_unfocused_prelight"> - <include name="unshade_focused_prelight" /> -</draw_ops> - -<draw_ops name="unshade_unfocused_pressed"> - <include name="unshade_focused_pressed" /> -</draw_ops> - -<!-- ::: FRAME STYLES ::: --> -<frame_style name="normal_focused" geometry="normal"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="rounded_titlebar_focused" /> - <piece position="title" draw_ops="title_focused" /> - <piece position="overlay" draw_ops="rounded_border_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_unfocused" geometry="normal_unfocused"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay" draw_ops="rounded_border_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused" /> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_max_focused" geometry="max"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_fill_focused" /> - <piece position="title" draw_ops="title_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_max_unfocused" geometry="max"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused" /> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_max_shaded_focused" geometry="max"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_fill_focused" /> - <piece position="title" draw_ops="title_focused" /> - <piece position="overlay"><draw_ops><line x1="0" y1="height-1" x2="width" y2="height-1" color="C_border_focused" /></draw_ops></piece> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_max_shaded_unfocused" geometry="max"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay"><draw_ops><line x1="0" y1="height-1" x2="width" y2="height-1" color="C_border_unfocused" /></draw_ops></piece> - <button function="close" state="normal" draw_ops="close_unfocused" /> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="dialog_focused" geometry="nobuttons"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="rounded_titlebar_focused" /> - <piece position="title" draw_ops="title_focused" /> - <piece position="overlay" draw_ops="rounded_border_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="dialog_unfocused" geometry="nobuttons"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay" draw_ops="rounded_border_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused" /> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="prelight"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="prelight"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="modal_dialog_focused" geometry="modal"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_attached_focused" /> - <piece position="title" draw_ops="title_focused" /> - <piece position="overlay" draw_ops="border_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="modal_dialog_unfocused" geometry="modal"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay" draw_ops="border_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused" /> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="utility_focused" geometry="small"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_focused" /> - <piece position="title" draw_ops="title_focused" /> - <piece position="overlay" draw_ops="border_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="utility_unfocused" geometry="small_unfocused"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay" draw_ops="border_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused" /> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="border_focused" geometry="border"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="overlay" draw_ops="border_focused" /> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="prelight"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="prelight"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="border_unfocused" geometry="border"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="overlay" draw_ops="border_unfocused" /> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="prelight"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="prelight"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="borderless" geometry="borderless"> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="prelight"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="prelight"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="attached_focused" geometry="attached"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_attached_focused" /> - <piece position="title" draw_ops="title_focused" /> - <piece position="overlay" draw_ops="border_focused" /> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="prelight"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="prelight"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="attached_unfocused" geometry="attached"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_attached_focused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay" draw_ops="border_unfocused" /> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="prelight"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="prelight"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="tiled_left_focused" geometry="tiled_left"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_fill_focused" /> - <piece position="title" draw_ops="title_focused" /> - <piece position="overlay" draw_ops="border_right_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="tiled_left_unfocused" geometry="tiled_left"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay" draw_ops="border_right_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused" /> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="tiled_right_focused" geometry="tiled_right"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_fill_focused" /> - <piece position="title" draw_ops="title_focused" /> - <piece position="overlay" draw_ops="border_left_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="tiled_right_unfocused" geometry="tiled_right"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay" draw_ops="border_left_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused" /> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<!-- placeholder for unimplementated styles--> -<frame_style name="blank" geometry="normal"> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="prelight"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="prelight"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<!-- ::: FRAME STYLE SETS ::: --> -<frame_style_set name="normal_style_set"> - <frame focus="yes" state="normal" resize="both" style="normal_focused" /> - <frame focus="no" state="normal" resize="both" style="normal_unfocused" /> - <frame focus="yes" state="maximized" style="normal_max_focused" /> - <frame focus="no" state="maximized" style="normal_max_unfocused" /> - <frame focus="yes" state="shaded" style="normal_focused" /> - <frame focus="no" state="shaded" style="normal_unfocused" /> - <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused" /> - <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused" /> -</frame_style_set> - -<frame_style_set name="dialog_style_set"> - <frame focus="yes" state="normal" resize="both" style="dialog_focused" /> - <frame focus="no" state="normal" resize="both" style="dialog_unfocused" /> - <frame focus="yes" state="maximized" style="blank" /> - <frame focus="no" state="maximized" style="blank" /> - <frame focus="yes" state="shaded" style="dialog_focused" /> - <frame focus="no" state="shaded" style="dialog_unfocused" /> - <frame focus="yes" state="maximized_and_shaded" style="blank" /> - <frame focus="no" state="maximized_and_shaded" style="blank" /> -</frame_style_set> - -<frame_style_set name="modal_dialog_style_set"> - <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused" /> - <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused" /> - <frame focus="yes" state="maximized" style="blank" /> - <frame focus="no" state="maximized" style="blank" /> - <frame focus="yes" state="shaded" style="modal_dialog_focused" /> - <frame focus="no" state="shaded" style="modal_dialog_unfocused" /> - <frame focus="yes" state="maximized_and_shaded" style="blank" /> - <frame focus="no" state="maximized_and_shaded" style="blank" /> -</frame_style_set> - -<frame_style_set name="utility_style_set"> - <frame focus="yes" state="normal" resize="both" style="utility_focused" /> - <frame focus="no" state="normal" resize="both" style="utility_unfocused" /> - <frame focus="yes" state="maximized" style="blank" /> - <frame focus="no" state="maximized" style="blank" /> - <frame focus="yes" state="shaded" style="utility_focused" /> - <frame focus="no" state="shaded" style="utility_unfocused" /> - <frame focus="yes" state="maximized_and_shaded" style="blank" /> - <frame focus="no" state="maximized_and_shaded" style="blank" /> -</frame_style_set> - -<frame_style_set name="border_style_set"> - <frame focus="yes" state="normal" resize="both" style="border_focused" /> - <frame focus="no" state="normal" resize="both" style="border_unfocused" /> - <frame focus="yes" state="maximized" style="borderless" /> - <frame focus="no" state="maximized" style="borderless" /> - <frame focus="yes" state="shaded" style="blank" /> - <frame focus="no" state="shaded" style="blank" /> - <frame focus="yes" state="maximized_and_shaded" style="blank" /> - <frame focus="no" state="maximized_and_shaded" style="blank" /> -</frame_style_set> - -<!-- ::: WINDOWS ::: --> -<window type="normal" style_set="normal_style_set" /> -<window type="dialog" style_set="dialog_style_set" /> -<window type="modal_dialog" style_set="modal_dialog_style_set" /> -<window type="menu" style_set="utility_style_set" /> -<window type="utility" style_set="utility_style_set" /> -<window type="border" style_set="border_style_set" /> - -</metacity_theme> diff --git a/users/files/oomox-gruvmox-dark-medium-default/metacity-1/metacity-theme-3.xml b/users/files/oomox-gruvmox-dark-medium-default/metacity-1/metacity-theme-3.xml deleted file mode 100644 index 1f529f6..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/metacity-1/metacity-theme-3.xml +++ /dev/null @@ -1,1603 +0,0 @@ -<?xml version="1.0"?> -<metacity_theme> -<info> - <name>Numix</name> - <author>Satyajit Sahoo</author> - <copyright>GPL-3.0+</copyright> - <date>11 December 2013</date> - <description>Numix Mutter Theme</description> -</info> - -<!-- ::: CONSTANTS ::: --> -<constant name="C_titlebar_focused" value="gtk:custom(wm_bg_focused,#444444)" /> -<constant name="C_titlebar_unfocused" value="gtk:custom(wm_bg_unfocused,#353535)" /> -<constant name="C_border_focused" value="gtk:custom(wm_border_focused,#484848)" /> -<constant name="C_border_unfocused" value="gtk:custom(wm_border_unfocused,#393939)" /> -<constant name="C_title_focused" value="gtk:custom(wm_title_focused,#eeeeee)" /> -<constant name="C_title_unfocused" value="gtk:custom(wm_title_unfocused,#888888)" /> -<constant name="C_icons_focused" value="gtk:custom(wm_icons_focused,#eeeeee)" /> -<constant name="C_icons_focused_prelight" value="gtk:custom(wm_icons_focused_prelight,gtk:bg[SELECTED])" /> -<constant name="C_icons_focused_pressed" value="gtk:custom(wm_icons_focused_pressed,shade/gtk:bg[SELECTED]/0.8)" /> -<constant name="C_icons_unfocused" value="gtk:custom(wm_icons_unfocused,#888888)" /> -<constant name="C_icons_unfocused_prelight" value="gtk:custom(wm_icons_focused_prelight,gtk:bg[SELECTED])" /> -<constant name="C_icons_unfocused_pressed" value="gtk:custom(wm_icons_focused_pressed,shade/gtk:bg[SELECTED]/0.8)" /> - -<!-- ::: GEOMETRY ::: --> -<frame_geometry name="normal" title_scale="medium" rounded_top_left="1" rounded_top_right="1"> - <distance name="left_width" value="1" /> - <distance name="right_width" value="1" /> - <distance name="bottom_height" value="1" /> - <distance name="left_titlebar_edge" value="4" /> - <distance name="right_titlebar_edge" value="4" /> - <distance name="title_vertical_pad" value="0" /> - <aspect_ratio name="button" value="1.0" /> - <border name="title_border" left="8" right="8" top="4" bottom="4" /> - <border name="button_border" left="0" right="0" top="0" bottom="0" /> -</frame_geometry> - -<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="1" rounded_top_right="1" parent="normal" /> - -<frame_geometry name="max" title_scale="medium" parent="normal" rounded_top_left="false" rounded_top_right="false"> - <distance name="left_width" value="0" /> - <distance name="right_width" value="0" /> - <distance name="bottom_height" value="0" /> -</frame_geometry> - -<frame_geometry name="tiled_left" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max"> - <distance name="right_width" value="1" /> -</frame_geometry> - -<frame_geometry name="tiled_right" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max"> - <distance name="left_width" value="1" /> -</frame_geometry> - -<frame_geometry name="small" title_scale="small" parent="normal" rounded_top_left="1" rounded_top_right="1"> - <distance name="title_vertical_pad" value="0" /> - <border name="title_border" left="8" right="8" top="4" bottom="4" /> - <border name="button_border" left="0" right="0" top="0" bottom="0" /> -</frame_geometry> - -<frame_geometry name="small_unfocused" parent="small"> - <distance name="left_titlebar_edge" value="1"/> - <distance name="right_titlebar_edge" value="1"/> -</frame_geometry> - -<frame_geometry name="nobuttons" hide_buttons="true" parent="normal" /> - -<frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal" > - <distance name="left_width" value="1" /> - <distance name="right_width" value="1" /> - <distance name="bottom_height" value="1" /> - <distance name="title_vertical_pad" value="0" /> - <border name="title_border" left="0" right="0" top="0" bottom="0" /> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> -</frame_geometry> - -<frame_geometry name="borderless" has_title="false" rounded_top_left="false" rounded_top_right="false" parent="normal"> - <distance name="left_width" value="0" /> - <distance name="right_width" value="0" /> - <distance name="bottom_height" value="0" /> - <distance name="title_vertical_pad" value="0" /> - <border name="title_border" left="0" right="0" top="0" bottom="0" /> - <border name="button_border" left="0" right="0" top="0" bottom="0" /> -</frame_geometry> - -<frame_geometry name="modal" title_scale="small" hide_buttons="true" rounded_top_left="1" rounded_top_right="1" rounded_bottom_right="1" rounded_bottom_left="1" parent="small"> -</frame_geometry> - -<frame_geometry name="attached" title_scale="small" hide_buttons="true" rounded_top_left="1" rounded_top_right="1" parent="small"> -</frame_geometry> - -<!-- ::: TITLES ::: --> -<draw_ops name="title_focused"> - <title version="< 3.1" - x="(0 `max` ((width - title_width) / 2)) + 2" - y="(0 `max` ((height - title_height) / 2))" - color="C_title_focused" /> - <title version=">= 3.1" - x="(0 `max` ((frame_x_center - title_width/2) `min` (width - title_width))) + 2" - y="(0 `max` ((height - title_height) / 2))" - ellipsize_width="width" - color="C_title_focused" /> -</draw_ops> - -<draw_ops name="title_unfocused"> - <title version="< 3.1" - x="(0 `max` ((width - title_width) / 2)) + 2" - y="(0 `max` ((height - title_height) / 2))" - color="C_title_unfocused" /> - <title version=">= 3.1" - x="(0 `max` ((frame_x_center - title_width/2) `min` (width - title_width))) + 2" - y="(0 `max` ((height - title_height) / 2))" - ellipsize_width="width" - color="C_title_unfocused" /> -</draw_ops> - -<!-- ::: WINDOW DECORATIONS ::: --> -<draw_ops name="entire_background_focused"> - <rectangle color="C_titlebar_focused" x="0" y="0" width="width" height="height" filled="true" /> -</draw_ops> - -<draw_ops name="entire_background_unfocused"> - <rectangle color="C_titlebar_unfocused" x="0" y="0" width="width" height="height" filled="true" /> -</draw_ops> - -<draw_ops name="titlebar_fill_focused"> - <include name="entire_background_focused" /> -</draw_ops> - -<draw_ops name="titlebar_fill_unfocused"> - <include name="entire_background_unfocused" /> -</draw_ops> - -<draw_ops name="titlebar_fill_attached_focused"> - <include name="titlebar_fill_focused" /> -</draw_ops> - -<draw_ops name="titlebar_fill_attached_unfocused"> - <include name="titlebar_fill_unfocused" /> -</draw_ops> - -<draw_ops name="titlebar_focused"> - <include name="titlebar_fill_focused" /> -</draw_ops> - -<draw_ops name="titlebar_unfocused"> - <include name="titlebar_fill_unfocused" /> -</draw_ops> - -<draw_ops name="titlebar_attached_focused"> <!-- titlebar for attached and modal dialogs --> - <include name="titlebar_fill_attached_focused" /> -</draw_ops> - -<draw_ops name="titlebar_attached_unfocused"> <!-- titlebar for attached and modal dialogs --> - <include name="titlebar_fill_attached_unfocused" /> -</draw_ops> - -<draw_ops name="rounded_titlebar_focused"> - <include name="titlebar_fill_focused" /> -</draw_ops> - -<draw_ops name="rounded_titlebar_unfocused"> - <include name="titlebar_fill_unfocused" /> -</draw_ops> - -<draw_ops name="border_focused"> - <rectangle color="C_border_focused" x="0" y="0" width="width-1" height="height-1" filled="false" /> -</draw_ops> - -<draw_ops name="border_unfocused"> - <rectangle color="C_border_unfocused" x="0" y="0" width="width-1" height="height-1" filled="false" /> -</draw_ops> - -<draw_ops name="rounded_border_focused"> - <line color="C_border_focused" x1="2" y1="0" x2="width-3" y2="0" /> - <line color="C_border_focused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> - <line color="C_border_focused" x1="0" y1="2" x2="0" y2="height-2" /> - <line color="C_border_focused" x1="width-1" y1="2" x2="width-1" y2="height-2" /> - <arc color="C_border_focused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" /> - <arc color="C_border_focused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" /> - <!-- double arcs for darker borders --> - <arc color="C_border_focused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" /> - <arc color="C_border_focused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" /> -</draw_ops> - -<draw_ops name="rounded_border_unfocused"> - <line color="C_border_unfocused" x1="2" y1="0" x2="width-3" y2="0" /> - <line color="C_border_unfocused" x1="0" y1="height-1" x2="width-1" y2="height-1" /> - <line color="C_border_unfocused" x1="0" y1="2" x2="0" y2="height-2" /> - <line color="C_border_unfocused" x1="width-1" y1="2" x2="width-1" y2="height-2" /> - <arc color="C_border_unfocused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" /> - <arc color="C_border_unfocused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" /> - <!-- double arcs for darker borders --> - <arc color="C_border_unfocused" x="0" y="0" width="3" height="3" start_angle="270" extent_angle="90" /> - <arc color="C_border_unfocused" x="width-3" y="0" width="2" height="3" start_angle="0" extent_angle="90" /> -</draw_ops> - -<draw_ops name="border_right_focused"> - <line - x1="width-1" y1="0" - x2="width-1" y2="height" - color="C_border_focused" /> -</draw_ops> - -<draw_ops name="border_right_unfocused"> - <line - x1="width-1" y1="0" - x2="width-1" y2="height" - color="C_border_unfocused" /> -</draw_ops> - -<draw_ops name="border_left_focused"> - <line - x1="0" y1="0" - x2="0" y2="height" - color="C_border_focused" /> -</draw_ops> - -<draw_ops name="border_left_unfocused"> - <line - x1="0" y1="0" - x2="0" y2="height" - color="C_border_unfocused" /> -</draw_ops> - -<!-- ::: BUTTON ICONS ::: --> -<!-- note: negative values in x or y causes gnome-shell to crash --> -<!-- close icon --> -<draw_ops name="close_focused"> - <line - x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+1" - x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-2" - color="C_icons_focused" /> - <line - x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+2" - x2="(width-width%3)/3+2" y2="height-(height-height%3)/3-2" - color="C_icons_focused" /> - <line - x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+1" - x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-3" - color="C_icons_focused" /> - <line - x1="(width-width%3)/3+1" y1="(height-height%3)/3+1" - x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-2" - color="C_icons_focused" /> - <line - x1="(width-width%3)/3+1" y1="(height-height%3)/3+2" - x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-2" - color="C_icons_focused" /> - <line - x1="(width-width%3)/3+2" y1="(height-height%3)/3+1" - x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-3" - color="C_icons_focused" /> -</draw_ops> - -<draw_ops name="close_focused_prelight"> - <line - x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+1" - x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-2" - color="C_icons_focused_prelight" /> - <line - x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+2" - x2="(width-width%3)/3+2" y2="height-(height-height%3)/3-2" - color="C_icons_focused_prelight" /> - <line - x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+1" - x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-3" - color="C_icons_focused_prelight" /> - <line - x1="(width-width%3)/3+1" y1="(height-height%3)/3+1" - x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-2" - color="C_icons_focused_prelight" /> - <line - x1="(width-width%3)/3+1" y1="(height-height%3)/3+2" - x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-2" - color="C_icons_focused_prelight" /> - <line - x1="(width-width%3)/3+2" y1="(height-height%3)/3+1" - x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-3" - color="C_icons_focused_prelight" /> -</draw_ops> - -<draw_ops name="close_focused_pressed"> - <line - x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+1" - x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-2" - color="C_icons_focused_pressed" /> - <line - x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+2" - x2="(width-width%3)/3+2" y2="height-(height-height%3)/3-2" - color="C_icons_focused_pressed" /> - <line - x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+1" - x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-3" - color="C_icons_focused_pressed" /> - <line - x1="(width-width%3)/3+1" y1="(height-height%3)/3+1" - x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-2" - color="C_icons_focused_pressed" /> - <line - x1="(width-width%3)/3+1" y1="(height-height%3)/3+2" - x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-2" - color="C_icons_focused_pressed" /> - <line - x1="(width-width%3)/3+2" y1="(height-height%3)/3+1" - x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-3" - color="C_icons_focused_pressed" /> -</draw_ops> - -<draw_ops name="close_unfocused"> - <line - x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+1" - x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-2" - color="C_icons_unfocused" /> - <line - x1="width-(width-width%3)/3-2" y1="(height-height%3)/3+2" - x2="(width-width%3)/3+2" y2="height-(height-height%3)/3-2" - color="C_icons_unfocused" /> - <line - x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+1" - x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-3" - color="C_icons_unfocused" /> - <line - x1="(width-width%3)/3+1" y1="(height-height%3)/3+1" - x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-2" - color="C_icons_unfocused" /> - <line - x1="(width-width%3)/3+1" y1="(height-height%3)/3+2" - x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-2" - color="C_icons_unfocused" /> - <line - x1="(width-width%3)/3+2" y1="(height-height%3)/3+1" - x2="width-(width-width%3)/3-2" y2="height-(height-height%3)/3-3" - color="C_icons_unfocused" /> -</draw_ops> - -<draw_ops name="close_unfocused_prelight"> - <include name="close_focused_prelight" /> -</draw_ops> - -<draw_ops name="close_unfocused_pressed"> - <include name="close_focused_pressed" /> -</draw_ops> - -<!-- maximize icon --> -<draw_ops name="maximize_focused"> - <rectangle - x="(width-width%3)/3+1" y="(height-height%3)/3+1" - width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3" - color="C_icons_focused" /> - <rectangle - x="(width-width%3)/3+2" y="(height-height%3)/3+2" - width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5" - color="C_icons_focused" /> -</draw_ops> - -<draw_ops name="maximize_focused_prelight"> - <rectangle - x="(width-width%3)/3+1" y="(height-height%3)/3+1" - width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3" - color="C_icons_focused_prelight" /> - <rectangle - x="(width-width%3)/3+2" y="(height-height%3)/3+2" - width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5" - color="C_icons_focused_prelight" /> -</draw_ops> - -<draw_ops name="maximize_focused_pressed"> - <rectangle - x="(width-width%3)/3+1" y="(height-height%3)/3+1" - width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3" - color="C_icons_focused_pressed" /> - <rectangle - x="(width-width%3)/3+2" y="(height-height%3)/3+2" - width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5" - color="C_icons_focused_pressed" /> -</draw_ops> - -<draw_ops name="maximize_unfocused"> - <rectangle - x="(width-width%3)/3+1" y="(height-height%3)/3+1" - width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3" - color="C_icons_unfocused" /> - <rectangle - x="(width-width%3)/3+2" y="(height-height%3)/3+2" - width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5" - color="C_icons_unfocused" /> -</draw_ops> - -<draw_ops name="maximize_unfocused_prelight"> - <include name="maximize_focused_prelight" /> -</draw_ops> - -<draw_ops name="maximize_unfocused_pressed"> - <include name="maximize_focused_pressed" /> -</draw_ops> - -<!-- unmaximize icon --> -<draw_ops name="unmaximize_focused"> - <rectangle - x="(width-width%3)/3+1" y="(height-height%3)/3+1" - width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3" - color="C_icons_focused" /> - <rectangle - x="(width-width%3)/3+2" y="(height-height%3)/3+2" - width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5" - color="C_icons_focused" /> -</draw_ops> - -<draw_ops name="unmaximize_focused_prelight"> - <rectangle - x="(width-width%3)/3+1" y="(height-height%3)/3+1" - width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3" - color="C_icons_focused_prelight" /> - <rectangle - x="(width-width%3)/3+2" y="(height-height%3)/3+2" - width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5" - color="C_icons_focused_prelight" /> -</draw_ops> - -<draw_ops name="unmaximize_focused_pressed"> - <rectangle - x="(width-width%3)/3+1" y="(height-height%3)/3+1" - width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3" - color="C_icons_focused_pressed" /> - <rectangle - x="(width-width%3)/3+2" y="(height-height%3)/3+2" - width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5" - color="C_icons_focused_pressed" /> -</draw_ops> - -<draw_ops name="unmaximize_unfocused"> - <rectangle - x="(width-width%3)/3+1" y="(height-height%3)/3+1" - width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3" - color="C_icons_unfocused" /> - <rectangle - x="(width-width%3)/3+2" y="(height-height%3)/3+2" - width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5" - color="C_icons_unfocused" /> -</draw_ops> - -<draw_ops name="unmaximize_unfocused_prelight"> - <include name="unmaximize_focused_prelight" /> -</draw_ops> - -<draw_ops name="unmaximize_unfocused_pressed"> - <include name="unmaximize_focused_pressed" /> -</draw_ops> - -<!-- minimize icon --> -<draw_ops name="minimize_focused"> - <rectangle - x="(width-width%3)/3+2" y="height-(height-height%3)/3-5" - width="width-2*(width-width%3)/3-2" height="2" filled="true" - color="C_icons_focused" /> -</draw_ops> - -<draw_ops name="minimize_focused_prelight"> - <rectangle - x="(width-width%3)/3+2" y="height-(height-height%3)/3-5" - width="width-2*(width-width%3)/3-2" height="2" filled="true" - color="C_icons_focused_prelight" /> -</draw_ops> - -<draw_ops name="minimize_focused_pressed"> - <rectangle - x="(width-width%3)/3+2" y="height-(height-height%3)/3-5" - width="width-2*(width-width%3)/3-2" height="2" filled="true" - color="C_icons_focused_pressed" /> -</draw_ops> - -<draw_ops name="minimize_unfocused"> - <rectangle - x="(width-width%3)/3+2" y="height-(height-height%3)/3-5" - width="width-2*(width-width%3)/3-2" height="2" filled="true" - color="C_icons_unfocused" /> -</draw_ops> - -<draw_ops name="minimize_unfocused_prelight"> - <include name="minimize_focused_prelight" /> -</draw_ops> - -<draw_ops name="minimize_unfocused_pressed"> - <include name="minimize_focused_pressed" /> -</draw_ops> - -<!-- menu icon --> -<draw_ops name="menu_focused"> - <rectangle - x="(width-width%3)/3+2" y="(height-height%3)/3+1" - width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3" - color="C_icons_focused" /> - <rectangle - x="(width-width%3)/3+3" y="(height-height%3)/3+2" - width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5" - color="C_icons_focused" /> - <rectangle - x="(width-width%3)/3+5" y="height/2-2" - width="width-2*(width-width%3)/3-8" height="2" filled="true" - color="C_icons_focused" /> -</draw_ops> - -<draw_ops name="menu_focused_prelight"> - <rectangle - x="(width-width%3)/3+2" y="(height-height%3)/3+1" - width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3" - color="C_icons_focused_prelight" /> - <rectangle - x="(width-width%3)/3+3" y="(height-height%3)/3+2" - width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5" - color="C_icons_focused_prelight" /> - <rectangle - x="(width-width%3)/3+5" y="height/2-2" - width="width-2*(width-width%3)/3-8" height="2" filled="true" - color="C_icons_focused_prelight" /> -</draw_ops> - -<draw_ops name="menu_focused_pressed"> - <rectangle - x="(width-width%3)/3+2" y="(height-height%3)/3+1" - width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3" - color="C_icons_focused_pressed" /> - <rectangle - x="(width-width%3)/3+3" y="(height-height%3)/3+2" - width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5" - color="C_icons_focused_pressed" /> - <rectangle - x="(width-width%3)/3+5" y="height/2-2" - width="width-2*(width-width%3)/3-8" height="2" filled="true" - color="C_icons_focused_pressed" /> -</draw_ops> - -<draw_ops name="menu_unfocused"> - <rectangle - x="(width-width%3)/3+2" y="(height-height%3)/3+1" - width="width-2*(width-width%3)/3-3" height="height-2*(height-height%3)/3-3" - color="C_icons_unfocused" /> - <rectangle - x="(width-width%3)/3+3" y="(height-height%3)/3+2" - width="width-2*(width-width%3)/3-5" height="height-2*(height-height%3)/3-5" - color="C_icons_unfocused" /> - <rectangle - x="(width-width%3)/3+5" y="height/2-2" - width="width-2*(width-width%3)/3-8" height="2" filled="true" - color="C_icons_unfocused" /> -</draw_ops> - -<draw_ops name="menu_unfocused_prelight"> - <include name="menu_focused_prelight" /> -</draw_ops> - -<draw_ops name="menu_unfocused_pressed"> - <include name="menu_focused_pressed" /> -</draw_ops> - -<!-- shade icon --> -<draw_ops name="shade_focused"> - <line - x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+1" - x2="(width-width%3)/3" y2="height-(height-height%3)/3-5" - color="C_icons_focused" /> - <line - x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+2" - x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-5" - color="C_icons_focused" /> - <line - x1="width-(width-width%3)/3-7" y1="(height-height%3)/3+1" - x2="(width-width%3)/3" y2="height-(height-height%3)/3-6" - color="C_icons_focused" /> - <line - x1="(width-width%3)/3+3" y1="(height-height%3)/3+1" - x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-5" - color="C_icons_focused" /> - <line - x1="(width-width%3)/3+3" y1="(height-height%3)/3+2" - x2="width-(width-width%3)/3-4" y2="height-(height-height%3)/3-5" - color="C_icons_focused" /> - <line - x1="(width-width%3)/3+4" y1="(height-height%3)/3+1" - x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-6" - color="C_icons_focused" /> - <rectangle - x="(width-width%3)/3+3" y="height/2-2" - width="width-2*(width-width%3)/3-8" height="6" filled="true" - color="C_icons_focused" /> -</draw_ops> - -<draw_ops name="shade_focused_prelight"> - <line - x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+1" - x2="(width-width%3)/3" y2="height-(height-height%3)/3-5" - color="C_icons_focused_prelight" /> - <line - x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+2" - x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-5" - color="C_icons_focused_prelight" /> - <line - x1="width-(width-width%3)/3-7" y1="(height-height%3)/3+1" - x2="(width-width%3)/3" y2="height-(height-height%3)/3-6" - color="C_icons_focused_prelight" /> - <line - x1="(width-width%3)/3+3" y1="(height-height%3)/3+1" - x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-5" - color="C_icons_focused_prelight" /> - <line - x1="(width-width%3)/3+3" y1="(height-height%3)/3+2" - x2="width-(width-width%3)/3-4" y2="height-(height-height%3)/3-5" - color="C_icons_focused_prelight" /> - <line - x1="(width-width%3)/3+4" y1="(height-height%3)/3+1" - x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-6" - color="C_icons_focused_prelight" /> - <rectangle - x="(width-width%3)/3+3" y="height/2-2" - width="width-2*(width-width%3)/3-8" height="6" filled="true" - color="C_icons_focused_prelight" /> -</draw_ops> - -<draw_ops name="shade_focused_pressed"> - <line - x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+1" - x2="(width-width%3)/3" y2="height-(height-height%3)/3-5" - color="C_icons_focused_pressed" /> - <line - x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+2" - x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-5" - color="C_icons_focused_pressed" /> - <line - x1="width-(width-width%3)/3-7" y1="(height-height%3)/3+1" - x2="(width-width%3)/3" y2="height-(height-height%3)/3-6" - color="C_icons_focused_pressed" /> - <line - x1="(width-width%3)/3+3" y1="(height-height%3)/3+1" - x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-5" - color="C_icons_focused_pressed" /> - <line - x1="(width-width%3)/3+3" y1="(height-height%3)/3+2" - x2="width-(width-width%3)/3-4" y2="height-(height-height%3)/3-5" - color="C_icons_focused_pressed" /> - <line - x1="(width-width%3)/3+4" y1="(height-height%3)/3+1" - x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-6" - color="C_icons_focused_pressed" /> - <rectangle - x="(width-width%3)/3+3" y="height/2-2" - width="width-2*(width-width%3)/3-8" height="6" filled="true" - color="C_icons_focused_pressed" /> -</draw_ops> - -<draw_ops name="shade_unfocused"> - <line - x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+1" - x2="(width-width%3)/3" y2="height-(height-height%3)/3-5" - color="C_icons_unfocused" /> - <line - x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+2" - x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-5" - color="C_icons_unfocused" /> - <line - x1="width-(width-width%3)/3-7" y1="(height-height%3)/3+1" - x2="(width-width%3)/3" y2="height-(height-height%3)/3-6" - color="C_icons_unfocused" /> - <line - x1="(width-width%3)/3+3" y1="(height-height%3)/3+1" - x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-5" - color="C_icons_unfocused" /> - <line - x1="(width-width%3)/3+3" y1="(height-height%3)/3+2" - x2="width-(width-width%3)/3-4" y2="height-(height-height%3)/3-5" - color="C_icons_unfocused" /> - <line - x1="(width-width%3)/3+4" y1="(height-height%3)/3+1" - x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-6" - color="C_icons_unfocused" /> - <rectangle - x="(width-width%3)/3+3" y="height/2-2" - width="width-2*(width-width%3)/3-8" height="6" filled="true" - color="C_icons_unfocused" /> -</draw_ops> - -<draw_ops name="shade_unfocused_prelight"> - <include name="shade_focused_prelight" /> -</draw_ops> - -<draw_ops name="shade_unfocused_pressed"> - <include name="shade_focused_pressed" /> -</draw_ops> - -<!-- unshade icon --> -<draw_ops name="unshade_focused"> - <line - x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+4" - x2="(width-width%3)/3+3" y2="height-(height-height%3)/3-2" - color="C_icons_focused" /> - <line - x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+5" - x2="(width-width%3)/3+4" y2="height-(height-height%3)/3-2" - color="C_icons_focused" /> - <line - x1="width-(width-width%3)/3-4" y1="(height-height%3)/3+4" - x2="(width-width%3)/3+3" y2="height-(height-height%3)/3-3" - color="C_icons_focused" /> - <line - x1="(width-width%3)/3" y1="(height-height%3)/3+4" - x2="width-(width-width%3)/3-6" y2="height-(height-height%3)/3-2" - color="C_icons_focused" /> - <line - x1="(width-width%3)/3" y1="(height-height%3)/3+5" - x2="width-(width-width%3)/3-7" y2="height-(height-height%3)/3-2" - color="C_icons_focused" /> - <line - x1="(width-width%3)/3+1" y1="(height-height%3)/3+4" - x2="width-(width-width%3)/3-6" y2="height-(height-height%3)/3-3" - color="C_icons_focused" /> - <rectangle - x="(width-width%3)/3+3" y="height/2-4" - width="width-2*(width-width%3)/3-8" height="6" filled="true" - color="C_icons_focused" /> -</draw_ops> - -<draw_ops name="unshade_focused_prelight"> - <line - x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+4" - x2="(width-width%3)/3+3" y2="height-(height-height%3)/3-2" - color="C_icons_focused_prelight" /> - <line - x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+5" - x2="(width-width%3)/3+4" y2="height-(height-height%3)/3-2" - color="C_icons_focused_prelight" /> - <line - x1="width-(width-width%3)/3-4" y1="(height-height%3)/3+4" - x2="(width-width%3)/3+3" y2="height-(height-height%3)/3-3" - color="C_icons_focused_prelight" /> - <line - x1="(width-width%3)/3" y1="(height-height%3)/3+4" - x2="width-(width-width%3)/3-6" y2="height-(height-height%3)/3-2" - color="C_icons_focused_prelight" /> - <line - x1="(width-width%3)/3" y1="(height-height%3)/3+5" - x2="width-(width-width%3)/3-7" y2="height-(height-height%3)/3-2" - color="C_icons_focused_prelight" /> - <line - x1="(width-width%3)/3+1" y1="(height-height%3)/3+4" - x2="width-(width-width%3)/3-6" y2="height-(height-height%3)/3-3" - color="C_icons_focused_prelight" /> - <rectangle - x="(width-width%3)/3+3" y="height/2-4" - width="width-2*(width-width%3)/3-8" height="6" filled="true" - color="C_icons_focused_prelight" /> -</draw_ops> - -<draw_ops name="unshade_focused_pressed"> - <line - x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+1" - x2="(width-width%3)/3" y2="height-(height-height%3)/3-5" - color="C_icons_focused_pressed" /> - <line - x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+2" - x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-5" - color="C_icons_focused_pressed" /> - <line - x1="width-(width-width%3)/3-7" y1="(height-height%3)/3+1" - x2="(width-width%3)/3" y2="height-(height-height%3)/3-6" - color="C_icons_focused_pressed" /> - <line - x1="(width-width%3)/3+3" y1="(height-height%3)/3+1" - x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-5" - color="C_icons_focused_pressed" /> - <line - x1="(width-width%3)/3+3" y1="(height-height%3)/3+2" - x2="width-(width-width%3)/3-4" y2="height-(height-height%3)/3-5" - color="C_icons_focused_pressed" /> - <line - x1="(width-width%3)/3+4" y1="(height-height%3)/3+1" - x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-6" - color="C_icons_focused_pressed" /> - <rectangle - x="(width-width%3)/3+3" y="height/2-2" - width="width-2*(width-width%3)/3-8" height="6" filled="true" - color="C_icons_focused_pressed" /> -</draw_ops> - -<draw_ops name="unshade_unfocused"> - <line - x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+4" - x2="(width-width%3)/3+3" y2="height-(height-height%3)/3-2" - color="C_icons_unfocused" /> - <line - x1="width-(width-width%3)/3-3" y1="(height-height%3)/3+5" - x2="(width-width%3)/3+4" y2="height-(height-height%3)/3-2" - color="C_icons_unfocused" /> - <line - x1="width-(width-width%3)/3-4" y1="(height-height%3)/3+4" - x2="(width-width%3)/3+3" y2="height-(height-height%3)/3-3" - color="C_icons_unfocused" /> - <line - x1="(width-width%3)/3" y1="(height-height%3)/3+4" - x2="width-(width-width%3)/3-6" y2="height-(height-height%3)/3-2" - color="C_icons_unfocused" /> - <line - x1="(width-width%3)/3" y1="(height-height%3)/3+5" - x2="width-(width-width%3)/3-7" y2="height-(height-height%3)/3-2" - color="C_icons_unfocused" /> - <line - x1="(width-width%3)/3+1" y1="(height-height%3)/3+4" - x2="width-(width-width%3)/3-6" y2="height-(height-height%3)/3-3" - color="C_icons_unfocused" /> - <rectangle - x="(width-width%3)/3+3" y="height/2-4" - width="width-2*(width-width%3)/3-8" height="6" filled="true" - color="C_icons_unfocused" /> -</draw_ops> - -<draw_ops name="unshade_unfocused_prelight"> - <include name="unshade_focused_prelight" /> -</draw_ops> - -<draw_ops name="unshade_unfocused_pressed"> - <include name="unshade_focused_pressed" /> -</draw_ops> - -<!-- ::: FRAME STYLES ::: --> -<frame_style name="normal_focused" geometry="normal"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="rounded_titlebar_focused" /> - <piece position="title" draw_ops="title_focused" /> - <piece position="overlay" draw_ops="rounded_border_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_unfocused" geometry="normal_unfocused"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay" draw_ops="rounded_border_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused" /> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_max_focused" geometry="max"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_fill_focused" /> - <piece position="title" draw_ops="title_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_max_unfocused" geometry="max"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused" /> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_max_shaded_focused" geometry="max"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_fill_focused" /> - <piece position="title" draw_ops="title_focused" /> - <piece position="overlay"><draw_ops><line x1="0" y1="height-1" x2="width" y2="height-1" color="C_border_focused" /></draw_ops></piece> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="normal_max_shaded_unfocused" geometry="max"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay"><draw_ops><line x1="0" y1="height-1" x2="width" y2="height-1" color="C_border_unfocused" /></draw_ops></piece> - <button function="close" state="normal" draw_ops="close_unfocused" /> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="dialog_focused" geometry="nobuttons"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="rounded_titlebar_focused" /> - <piece position="title" draw_ops="title_focused" /> - <piece position="overlay" draw_ops="rounded_border_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="dialog_unfocused" geometry="nobuttons"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay" draw_ops="rounded_border_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused" /> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="prelight"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="prelight"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="modal_dialog_focused" geometry="modal"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_attached_focused" /> - <piece position="title" draw_ops="title_focused" /> - <piece position="overlay" draw_ops="border_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button><button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="modal_dialog_unfocused" geometry="modal"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay" draw_ops="border_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused" /> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="utility_focused" geometry="small"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_focused" /> - <piece position="title" draw_ops="title_focused" /> - <piece position="overlay" draw_ops="border_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="utility_unfocused" geometry="small_unfocused"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay" draw_ops="border_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused" /> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="border_focused" geometry="border"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="overlay" draw_ops="border_focused" /> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="prelight"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="prelight"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="border_unfocused" geometry="border"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="overlay" draw_ops="border_unfocused" /> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="prelight"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="prelight"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="borderless" geometry="borderless"> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="prelight"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="prelight"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="attached_focused" geometry="attached"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_attached_focused" /> - <piece position="title" draw_ops="title_focused" /> - <piece position="overlay" draw_ops="border_focused" /> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="prelight"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="prelight"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="attached_unfocused" geometry="attached"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_attached_focused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay" draw_ops="border_unfocused" /> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="prelight"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="prelight"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="tiled_left_focused" geometry="tiled_left"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_fill_focused" /> - <piece position="title" draw_ops="title_focused" /> - <piece position="overlay" draw_ops="border_right_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="tiled_left_unfocused" geometry="tiled_left"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay" draw_ops="border_right_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused" /> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="tiled_right_focused" geometry="tiled_right"> - <piece position="entire_background" draw_ops="entire_background_focused" /> - <piece position="titlebar" draw_ops="titlebar_fill_focused" /> - <piece position="title" draw_ops="title_focused" /> - <piece position="overlay" draw_ops="border_left_focused" /> - <button function="close" state="normal" draw_ops="close_focused" /> - <button function="close" state="prelight" draw_ops="close_focused_prelight" /> - <button function="close" state="pressed" draw_ops="close_focused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_focused" /> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_focused" /> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_focused" /> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_focused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_focused" /> - <button function="shade" state="prelight" draw_ops="shade_focused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_focused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_focused" /> - <button function="unshade" state="prelight" draw_ops="unshade_focused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_focused_pressed" /> - - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<frame_style name="tiled_right_unfocused" geometry="tiled_right"> - <piece position="entire_background" draw_ops="entire_background_unfocused" /> - <piece position="titlebar" draw_ops="titlebar_fill_unfocused" /> - <piece position="title" draw_ops="title_unfocused" /> - <piece position="overlay" draw_ops="border_left_unfocused" /> - <button function="close" state="normal" draw_ops="close_unfocused" /> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight" /> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed" /> - <button function="maximize" state="normal" draw_ops="maximize_unfocused" /> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight" /> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed" /> - <button function="minimize" state="normal" draw_ops="minimize_unfocused" /> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight" /> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed" /> - <button function="menu" state="normal" draw_ops="menu_unfocused" /> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight" /> - <button function="menu" state="pressed" draw_ops="menu_unfocused_pressed" /> - <button function="shade" state="normal" draw_ops="shade_unfocused" /> - <button function="shade" state="prelight" draw_ops="shade_unfocused_prelight" /> - <button function="shade" state="pressed" draw_ops="shade_unfocused_pressed" /> - <button function="unshade" state="normal" draw_ops="unshade_unfocused" /> - <button function="unshade" state="prelight" draw_ops="unshade_unfocused_prelight" /> - <button function="unshade" state="pressed" draw_ops="unshade_unfocused_pressed" /> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<!-- placeholder for unimplementated styles--> -<frame_style name="blank" geometry="normal"> - <button function="close" state="normal"><draw_ops></draw_ops></button> - <button function="close" state="pressed"><draw_ops></draw_ops></button> - <button function="maximize" state="normal"><draw_ops></draw_ops></button> - <button function="maximize" state="pressed"><draw_ops></draw_ops></button> - <button function="minimize" state="normal"><draw_ops></draw_ops></button> - <button function="minimize" state="pressed"><draw_ops></draw_ops></button> - <button function="menu" state="normal"><draw_ops></draw_ops></button> - <button function="menu" state="pressed"><draw_ops></draw_ops></button> - <button function="shade" state="normal"><draw_ops></draw_ops></button> - <button function="shade" state="prelight"><draw_ops></draw_ops></button> - <button function="shade" state="pressed"><draw_ops></draw_ops></button> - <button function="unshade" state="normal"><draw_ops></draw_ops></button> - <button function="unshade" state="prelight"><draw_ops></draw_ops></button> - <button function="unshade" state="pressed"><draw_ops></draw_ops></button> - <button function="above" state="normal"><draw_ops></draw_ops></button> - <button function="above" state="pressed"><draw_ops></draw_ops></button> - <button function="unabove" state="normal"><draw_ops></draw_ops></button> - <button function="unabove" state="pressed"><draw_ops></draw_ops></button> - <button function="stick" state="normal"><draw_ops></draw_ops></button> - <button function="stick" state="pressed"><draw_ops></draw_ops></button> - <button function="unstick" state="normal"><draw_ops></draw_ops></button> - <button function="unstick" state="pressed"><draw_ops></draw_ops></button> -</frame_style> - -<!-- ::: FRAME STYLE SETS ::: --> -<frame_style_set name="normal_style_set"> - <frame focus="yes" state="normal" resize="both" style="normal_focused" /> - <frame focus="no" state="normal" resize="both" style="normal_unfocused" /> - <frame focus="yes" state="maximized" style="normal_max_focused" /> - <frame focus="no" state="maximized" style="normal_max_unfocused" /> - <frame focus="yes" state="shaded" style="normal_focused" /> - <frame focus="no" state="shaded" style="normal_unfocused" /> - <frame focus="yes" state="maximized_and_shaded" style="normal_max_shaded_focused" /> - <frame focus="no" state="maximized_and_shaded" style="normal_max_shaded_unfocused" /> - <frame version=">= 3.3" focus="yes" state="tiled_left" style="tiled_left_focused" /> - <frame version=">= 3.3" focus="no" state="tiled_left" style="tiled_left_unfocused" /> - <frame version=">= 3.3" focus="yes" state="tiled_right" style="tiled_right_focused" /> - <frame version=">= 3.3" focus="no" state="tiled_right" style="tiled_right_unfocused" /> - <frame version=">= 3.3" focus="yes" state="tiled_left_and_shaded" style="tiled_left_focused" /> - <frame version=">= 3.3" focus="no" state="tiled_left_and_shaded" style="tiled_left_unfocused" /> - <frame version=">= 3.3" focus="yes" state="tiled_right_and_shaded" style="tiled_right_focused" /> - <frame version=">= 3.3" focus="no" state="tiled_right_and_shaded" style="tiled_right_unfocused" /> -</frame_style_set> - -<frame_style_set name="dialog_style_set"> - <frame focus="yes" state="normal" resize="both" style="dialog_focused" /> - <frame focus="no" state="normal" resize="both" style="dialog_unfocused" /> - <frame focus="yes" state="maximized" style="blank" /> - <frame focus="no" state="maximized" style="blank" /> - <frame focus="yes" state="shaded" style="dialog_focused" /> - <frame focus="no" state="shaded" style="dialog_unfocused" /> - <frame focus="yes" state="maximized_and_shaded" style="blank" /> - <frame focus="no" state="maximized_and_shaded" style="blank" /> -</frame_style_set> - -<frame_style_set name="modal_dialog_style_set"> - <frame focus="yes" state="normal" resize="both" style="modal_dialog_focused" /> - <frame focus="no" state="normal" resize="both" style="modal_dialog_unfocused" /> - <frame focus="yes" state="maximized" style="blank" /> - <frame focus="no" state="maximized" style="blank" /> - <frame focus="yes" state="shaded" style="modal_dialog_focused" /> - <frame focus="no" state="shaded" style="modal_dialog_unfocused" /> - <frame focus="yes" state="maximized_and_shaded" style="blank" /> - <frame focus="no" state="maximized_and_shaded" style="blank" /> -</frame_style_set> - -<frame_style_set name="utility_style_set"> - <frame focus="yes" state="normal" resize="both" style="utility_focused" /> - <frame focus="no" state="normal" resize="both" style="utility_unfocused" /> - <frame focus="yes" state="maximized" style="blank" /> - <frame focus="no" state="maximized" style="blank" /> - <frame focus="yes" state="shaded" style="utility_focused" /> - <frame focus="no" state="shaded" style="utility_unfocused" /> - <frame focus="yes" state="maximized_and_shaded" style="blank" /> - <frame focus="no" state="maximized_and_shaded" style="blank" /> -</frame_style_set> - -<frame_style_set name="border_style_set"> - <frame focus="yes" state="normal" resize="both" style="border_focused" /> - <frame focus="no" state="normal" resize="both" style="border_unfocused" /> - <frame focus="yes" state="maximized" style="borderless" /> - <frame focus="no" state="maximized" style="borderless" /> - <frame focus="yes" state="shaded" style="blank" /> - <frame focus="no" state="shaded" style="blank" /> - <frame focus="yes" state="maximized_and_shaded" style="blank" /> - <frame focus="no" state="maximized_and_shaded" style="blank" /> -</frame_style_set> - -<frame_style_set name="attached_style_set"> - <frame focus="yes" state="normal" resize="both" style="attached_focused" /> - <frame focus="no" state="normal" resize="both" style="attached_unfocused" /> - <frame focus="yes" state="maximized" style="blank" /> - <frame focus="no" state="maximized" style="blank" /> - <frame focus="yes" state="shaded" style="blank" /> - <frame focus="no" state="shaded" style="blank" /> - <frame focus="yes" state="maximized_and_shaded" style="blank" /> - <frame focus="no" state="maximized_and_shaded" style="blank" /> -</frame_style_set> - -<!-- ::: WINDOWS ::: --> -<window type="normal" style_set="normal_style_set" /> -<window type="dialog" style_set="dialog_style_set" /> -<window type="modal_dialog" style_set="modal_dialog_style_set" /> -<window type="menu" style_set="utility_style_set" /> -<window type="utility" style_set="utility_style_set" /> -<window type="border" style_set="border_style_set" /> -<window version=">= 3.2" type="attached" style_set="attached_style_set" /> - -</metacity_theme> diff --git a/users/files/oomox-gruvmox-dark-medium-default/metacity-1/thumbnail.png b/users/files/oomox-gruvmox-dark-medium-default/metacity-1/thumbnail.png deleted file mode 100644 index fd0542e..0000000 Binary files a/users/files/oomox-gruvmox-dark-medium-default/metacity-1/thumbnail.png and /dev/null differ diff --git a/users/files/oomox-gruvmox-dark-medium-default/openbox-3/close.xbm b/users/files/oomox-gruvmox-dark-medium-default/openbox-3/close.xbm deleted file mode 100644 index 0486bd9..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/openbox-3/close.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define close_width 8 -#define close_height 8 -static unsigned char close_bits[] = { - 0x42, 0xe7, 0x7e, 0x3c, 0x3c, 0x7e, 0xe7, 0x42 }; diff --git a/users/files/oomox-gruvmox-dark-medium-default/openbox-3/close_hover.xbm b/users/files/oomox-gruvmox-dark-medium-default/openbox-3/close_hover.xbm deleted file mode 100644 index 4a88cff..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/openbox-3/close_hover.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define close_width 6 -#define close_height 6 -static unsigned char close_bits[] = { - 0x33, 0x3f, 0x1e, 0x1e, 0x3f, 0x33 }; diff --git a/users/files/oomox-gruvmox-dark-medium-default/openbox-3/desk.xbm b/users/files/oomox-gruvmox-dark-medium-default/openbox-3/desk.xbm deleted file mode 100644 index abca780..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/openbox-3/desk.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define desk_toggled_width 8 -#define desk_toggled_height 8 -static unsigned char desk_toggled_bits[] = { - 0xe7, 0xe7, 0xe7, 0x00, 0x00, 0xe7, 0xe7, 0xe7 }; diff --git a/users/files/oomox-gruvmox-dark-medium-default/openbox-3/desk_toggled.xbm b/users/files/oomox-gruvmox-dark-medium-default/openbox-3/desk_toggled.xbm deleted file mode 100644 index b4b5330..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/openbox-3/desk_toggled.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define desk_width 8 -#define desk_height 8 -static unsigned char desk_bits[] = { - 0x04, 0x0e, 0x3f, 0x1e, 0x1c, 0x24, 0x40, 0x80 }; diff --git a/users/files/oomox-gruvmox-dark-medium-default/openbox-3/iconify.xbm b/users/files/oomox-gruvmox-dark-medium-default/openbox-3/iconify.xbm deleted file mode 100644 index 9a9743f..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/openbox-3/iconify.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define iconify_width 8 -#define iconify_height 8 -static unsigned char iconify_bits[] = { - 0x00, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0x00 }; diff --git a/users/files/oomox-gruvmox-dark-medium-default/openbox-3/iconify_hover.xbm b/users/files/oomox-gruvmox-dark-medium-default/openbox-3/iconify_hover.xbm deleted file mode 100644 index 9a9743f..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/openbox-3/iconify_hover.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define iconify_width 8 -#define iconify_height 8 -static unsigned char iconify_bits[] = { - 0x00, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0x00 }; diff --git a/users/files/oomox-gruvmox-dark-medium-default/openbox-3/max.xbm b/users/files/oomox-gruvmox-dark-medium-default/openbox-3/max.xbm deleted file mode 100644 index 88bb9bd..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/openbox-3/max.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define max_width 8 -#define max_height 8 -static unsigned char max_bits[] = { - 0xff, 0xff, 0xc3, 0xc3, 0xc3, 0xc3, 0xff, 0xff }; diff --git a/users/files/oomox-gruvmox-dark-medium-default/openbox-3/max_toggled.xbm b/users/files/oomox-gruvmox-dark-medium-default/openbox-3/max_toggled.xbm deleted file mode 100644 index cec3f24..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/openbox-3/max_toggled.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define max_toggled_width 8 -#define max_toggled_height 8 -static unsigned char max_toggled_bits[] = { - 0xff, 0xff, 0xc3, 0xc3, 0xc3, 0xc3, 0xff, 0xff }; diff --git a/users/files/oomox-gruvmox-dark-medium-default/openbox-3/shade.xbm b/users/files/oomox-gruvmox-dark-medium-default/openbox-3/shade.xbm deleted file mode 100644 index fcacf42..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/openbox-3/shade.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define shade_width 8 -#define shade_height 8 -static unsigned char shade_bits[] = { - 0x18, 0x3c, 0x7e, 0xff, 0xdb, 0x18, 0x18, 0x18 }; diff --git a/users/files/oomox-gruvmox-dark-medium-default/openbox-3/shade_toggled.xbm b/users/files/oomox-gruvmox-dark-medium-default/openbox-3/shade_toggled.xbm deleted file mode 100644 index 594201e..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/openbox-3/shade_toggled.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define shade_toggled_width 8 -#define shade_toggled_height 8 -static unsigned char shade_toggled_bits[] = { - 0x18, 0x18, 0x18, 0xdb, 0xff, 0x7e, 0x3c, 0x18 }; diff --git a/users/files/oomox-gruvmox-dark-medium-default/openbox-3/themerc b/users/files/oomox-gruvmox-dark-medium-default/openbox-3/themerc deleted file mode 100644 index 86ae31f..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/openbox-3/themerc +++ /dev/null @@ -1,155 +0,0 @@ -# Name: Oomox (Numix fork) Openbox theme -# Author: Satyajit Sahoo <satyajit.happy@gmail.com> -# License: GPL-3.0+ - -# @TODO: finish replacing the colors here - - -# Menu -menu.border.color: #ebdbb2 - -menu.title.bg: Solid Flat -menu.title.bg.color: #1d2021 -menu.title.bg.shadow: 0 -menu.title.text.color: #fbf1c7 -menu.title.text.justify: Center - -menu.items.bg: Solid Flat -menu.items.bg.color: #1d2021 -menu.items.text.color: #fbf1c7 -menu.items.disabled.text.color: #c3bc9d - -menu.items.active.bg: Solid Flat -menu.items.active.bg.color: #928374 -menu.items.active.text.color: #fbf1c7 - -menu.separator.color: #c3bc9d -menu.separator.width: 1 -menu.separator.padding.width: 2 -menu.separator.padding.height: 4 - -# Window focused -window.active.title.separator.color: #1d2021 - -# Active window -window.active.border.color: #a89984 - - -window.active.title.bg: flat solid -window.active.title.bg.color: #1d2021 -window.active.title.separator.color: #1d2021 -window.active.text.justify: center - -window.active.label.bg: parentrelative -window.active.label.text.color: #fbf1c7 - -window.active.handle.bg: flat solid -window.active.handle.bg.color: #1d2021 - -window.active.grip.bg: flat solid -window.active.grip.bg.color: #1d2021 - -window.active.button.unpressed.bg: flat solid -window.active.button.unpressed.bg.color: #1d2021 -window.active.button.unpressed.image.color: #fbf1c7 - -window.active.button.pressed.bg: flat solid -window.active.button.pressed.bg.color: #928374 -window.active.button.pressed.image.color: #282828 - -window.active.button.disabled.bg: flat solid -window.active.button.disabled.bg.color: #1d2021 -window.active.button.disabled.image.color: #c3bc9d - -window.active.button.hover.bg: flat solid -window.active.button.hover.bg.color: #1d2021 -window.active.button.hover.image.color: #928374 - -#window.active.button.toggled.bg: #928374 -#window.active.button.toggled.image.color: #282828 - -# Inactive window -window.inactive.border.color: #928374 - -window.inactive.title.bg: flat solid -window.inactive.title.bg.color: #1d2021 -window.inactive.title.separator.color: #1d2021 -window.inactive.text.justify: center - -window.inactive.label.bg: parentrelative -window.inactive.label.text.color: #c3bc9d - -window.inactive.handle.bg: flat solid -window.inactive.handle.bg.color: #1d2021 - -window.inactive.grip.bg: flat solid -window.inactive.grip.bg.color: #1d2021 - -window.inactive.button.unpressed.bg: flat solid -window.inactive.button.unpressed.bg.color: #1d2021 -window.inactive.button.unpressed.image.color: #c3bc9d - -window.inactive.button.pressed.bg: flat solid -window.inactive.button.pressed.bg.color: #928374 -window.inactive.button.pressed.image.color: #282828 - -window.inactive.button.disabled.bg: flat solid -window.inactive.button.disabled.bg.color: #c3bc9d -window.inactive.button.disabled.image.color: #1d2021 - -window.inactive.button.hover.bg: flat solid -window.inactive.button.hover.bg.color: #1d2021 -window.inactive.button.hover.image.color: #928374 - - -# OSD -osd.border.width: 1 -osd.border.color: #928374 - -osd.bg: flat solid -osd.bg.color: #1d2021 -osd.label.bg: flat solid -osd.label.bg.color: #1d2021 -osd.label.text.color: #fbf1c7 - -# OSD -osd.bg: Solid Flat -osd.bg.color: #1d2021 -osd.bg.shadow: 0 - -osd.border.width: 2 -osd.hilight.bg: Solid Flat -osd.hilight.bg.color: #928374 -osd.unhilight.bg: flat solid -osd.unhilight.bg.color: #282828 - -osd.button.unpressed.bg: flat border -osd.button.unpressed.bg.color: #282828 -#osd.button.unpressed.*.border.color: #fbf1c7 - -osd.button.pressed.bg: flat border -osd.button.pressed.bg.color: #928374 -#osd.button.pressed.*.border.color: #282828 - -osd.button.focused.bg: flat solid border -osd.button.focused.bg.color: #ebdbb2 -#osd.button.focused.*.border.color: #282828 - -osd.button.focused.box.color: #928374 - - -# Fonts -window.active.label.text.font:shadow=n -window.inactive.label.text.font:shadow=n -menu.items.font:shadow=n -menu.title.text.font:shadow=n - - -# Everything else -border.width: 3 -padding.width: 8 -padding.height: 3 -window.handle.width: 0 -window.client.padding.width: 0 -window.label.text.justify: center -#menu.overlap: 0 diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/close.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/close.svg deleted file mode 100644 index d763b56..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/close.svg +++ /dev/null @@ -1 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 24 24"><path id="a" fill="#fbf1c7" d="M16,8c0,0,0,0.2-0.1,0.6c0,0.2-0.1,0.4-0.1,0.7c0,0.1-0.1,0.3-0.1,0.4c0,0.1-0.2,0.2-0.3,0.3c-0.7,0.7-1.7,1.7-2.7,2.7c-1,1-2,2-2.7,2.7c-0.1,0.1-0.1,0.2-0.3,0.3c-0.1,0-0.3,0.1-0.4,0.1c-0.2,0.1-0.5,0.1-0.7,0.1C8.2,16,8,16,8,16s0-0.2,0.1-0.6c0-0.2,0.1-0.4,0.1-0.7c0-0.1,0.1-0.3,0.1-0.4c0-0.1,0.2-0.2,0.3-0.3c0.7-0.7,1.7-1.7,2.7-2.7c1-1,2-2,2.7-2.7c0.1-0.1,0.1-0.2,0.3-0.3c0.1,0,0.3-0.1,0.4-0.1c0.2-0.1,0.5-0.1,0.7-0.1C15.7,8,16,8,16,8z"/><use xlink:href="#a" transform="matrix(-1,0,0,1,24,0)"/></svg> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/close_dash.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/close_dash.svg deleted file mode 100644 index f00cf34..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/close_dash.svg +++ /dev/null @@ -1 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 24 24"><path id="a" fill="#282828" d="M16,8c0,0,0,0.2-0.1,0.6c0,0.2-0.1,0.4-0.1,0.7c0,0.1-0.1,0.3-0.1,0.4c0,0.1-0.2,0.2-0.3,0.3c-0.7,0.7-1.7,1.7-2.7,2.7c-1,1-2,2-2.7,2.7c-0.1,0.1-0.1,0.2-0.3,0.3c-0.1,0-0.3,0.1-0.4,0.1c-0.2,0.1-0.5,0.1-0.7,0.1C8.2,16,8,16,8,16s0-0.2,0.1-0.6c0-0.2,0.1-0.4,0.1-0.7c0-0.1,0.1-0.3,0.1-0.4c0-0.1,0.2-0.2,0.3-0.3c0.7-0.7,1.7-1.7,2.7-2.7c1-1,2-2,2.7-2.7c0.1-0.1,0.1-0.2,0.3-0.3c0.1,0,0.3-0.1,0.4-0.1c0.2-0.1,0.5-0.1,0.7-0.1C15.7,8,16,8,16,8z"/><use xlink:href="#a" transform="matrix(-1,0,0,1,24,0)"/></svg> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/close_dash_disabled.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/close_dash_disabled.svg deleted file mode 120000 index 0749829..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/close_dash_disabled.svg +++ /dev/null @@ -1 +0,0 @@ -close_unfocused.svg \ No newline at end of file diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/close_dash_prelight.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/close_dash_prelight.svg deleted file mode 120000 index 64b2bff..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/close_dash_prelight.svg +++ /dev/null @@ -1 +0,0 @@ -close_focused_prelight.svg \ No newline at end of file diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/close_dash_pressed.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/close_dash_pressed.svg deleted file mode 120000 index ba6d4fe..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/close_dash_pressed.svg +++ /dev/null @@ -1 +0,0 @@ -close_unfocused_pressed.svg \ No newline at end of file diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/close_focused_normal.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/close_focused_normal.svg deleted file mode 120000 index 088f392..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/close_focused_normal.svg +++ /dev/null @@ -1 +0,0 @@ -./close.svg \ No newline at end of file diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/close_focused_prelight.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/close_focused_prelight.svg deleted file mode 100644 index 7975e7d..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/close_focused_prelight.svg +++ /dev/null @@ -1 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 24 24"><path id="a" fill="#928374" d="M16,8c0,0,0,0.2-0.1,0.6c0,0.2-0.1,0.4-0.1,0.7c0,0.1-0.1,0.3-0.1,0.4c0,0.1-0.2,0.2-0.3,0.3c-0.7,0.7-1.7,1.7-2.7,2.7c-1,1-2,2-2.7,2.7c-0.1,0.1-0.1,0.2-0.3,0.3c-0.1,0-0.3,0.1-0.4,0.1c-0.2,0.1-0.5,0.1-0.7,0.1C8.2,16,8,16,8,16s0-0.2,0.1-0.6c0-0.2,0.1-0.4,0.1-0.7c0-0.1,0.1-0.3,0.1-0.4c0-0.1,0.2-0.2,0.3-0.3c0.7-0.7,1.7-1.7,2.7-2.7c1-1,2-2,2.7-2.7c0.1-0.1,0.1-0.2,0.3-0.3c0.1,0,0.3-0.1,0.4-0.1c0.2-0.1,0.5-0.1,0.7-0.1C15.7,8,16,8,16,8z"/><use xlink:href="#a" transform="matrix(-1,0,0,1,24,0)"/></svg> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/close_focused_pressed.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/close_focused_pressed.svg deleted file mode 100644 index 66c44b1..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/close_focused_pressed.svg +++ /dev/null @@ -1 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 24 24"><path id="a" fill="#928374" opacity="0.75" d="M16,8c0,0,0,0.2-0.1,0.6c0,0.2-0.1,0.4-0.1,0.7c0,0.1-0.1,0.3-0.1,0.4c0,0.1-0.2,0.2-0.3,0.3c-0.7,0.7-1.7,1.7-2.7,2.7c-1,1-2,2-2.7,2.7c-0.1,0.1-0.1,0.2-0.3,0.3c-0.1,0-0.3,0.1-0.4,0.1c-0.2,0.1-0.5,0.1-0.7,0.1C8.2,16,8,16,8,16s0-0.2,0.1-0.6c0-0.2,0.1-0.4,0.1-0.7c0-0.1,0.1-0.3,0.1-0.4c0-0.1,0.2-0.2,0.3-0.3c0.7-0.7,1.7-1.7,2.7-2.7c1-1,2-2,2.7-2.7c0.1-0.1,0.1-0.2,0.3-0.3c0.1,0,0.3-0.1,0.4-0.1c0.2-0.1,0.5-0.1,0.7-0.1C15.7,8,16,8,16,8z"/><use xlink:href="#a" transform="matrix(-1,0,0,1,24,0)"/></svg> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/close_unfocused.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/close_unfocused.svg deleted file mode 100644 index 3e6968e..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/close_unfocused.svg +++ /dev/null @@ -1 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 24 24"><path id="a" fill="#c3bc9d" d="M16,8c0,0,0,0.2-0.1,0.6c0,0.2-0.1,0.4-0.1,0.7c0,0.1-0.1,0.3-0.1,0.4c0,0.1-0.2,0.2-0.3,0.3c-0.7,0.7-1.7,1.7-2.7,2.7c-1,1-2,2-2.7,2.7c-0.1,0.1-0.1,0.2-0.3,0.3c-0.1,0-0.3,0.1-0.4,0.1c-0.2,0.1-0.5,0.1-0.7,0.1C8.2,16,8,16,8,16s0-0.2,0.1-0.6c0-0.2,0.1-0.4,0.1-0.7c0-0.1,0.1-0.3,0.1-0.4c0-0.1,0.2-0.2,0.3-0.3c0.7-0.7,1.7-1.7,2.7-2.7c1-1,2-2,2.7-2.7c0.1-0.1,0.1-0.2,0.3-0.3c0.1,0,0.3-0.1,0.4-0.1c0.2-0.1,0.5-0.1,0.7-0.1C15.7,8,16,8,16,8z"/><use xlink:href="#a" transform="matrix(-1,0,0,1,24,0)"/></svg> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/close_unfocused_prelight.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/close_unfocused_prelight.svg deleted file mode 120000 index c92a1d4..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/close_unfocused_prelight.svg +++ /dev/null @@ -1 +0,0 @@ -./close_focused_prelight.svg \ No newline at end of file diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/close_unfocused_pressed.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/close_unfocused_pressed.svg deleted file mode 120000 index 61c7b94..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/close_unfocused_pressed.svg +++ /dev/null @@ -1 +0,0 @@ -./close_focused_pressed.svg \ No newline at end of file diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_arrow_ltr_19.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_arrow_ltr_19.svg deleted file mode 100644 index ead21e3..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_arrow_ltr_19.svg +++ /dev/null @@ -1,10 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="10" height="19"> - <defs> - <clipPath> - <rect width="10" height="19" x="20" y="1033.36" opacity="0.12" fill="#928374" color="#ebdbb2"/> - </clipPath> - </defs> - <g transform="translate(0,-1033.3622)"> - <rect width="4" height="8" x="2" y="1039.36" rx="0.5" fill="#282828"/> - </g> -</svg> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_arrow_ltr_37.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_arrow_ltr_37.svg deleted file mode 100644 index 9e9818e..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_arrow_ltr_37.svg +++ /dev/null @@ -1,15 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="20" height="37"> - <defs> - <clipPath> - <rect y="1015.36" x="20" height="37" width="20" opacity="0.12" fill="#928374" color="#ebdbb2"/> - </clipPath> - <clipPath> - <rect y="1033.36" x="20" height="19" width="10" opacity="0.12" fill="#928374" color="#ebdbb2"/> - </clipPath> - </defs> - <g transform="translate(0,-1015.3622)"> - <g transform="matrix(2,0,0,1.4999968,0,-530.67775)"> - <rect rx="1" y="1039.36" x="2" height="8" width="4" fill="#282828"/> - </g> - </g> -</svg> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_arrow_outline_ltr_19.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_arrow_outline_ltr_19.svg deleted file mode 100644 index 4d8160b..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_arrow_outline_ltr_19.svg +++ /dev/null @@ -1,10 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="10" height="19"> - <defs> - <clipPath> - <rect width="10" height="19" x="20" y="1033.36" opacity="0.12" fill="#928374" color="#ebdbb2"/> - </clipPath> - </defs> - <g transform="translate(0,-1033.3622)"> - <path d="M 2.5 6 C 2.223 6 2 6.223 2 6.5 L 2 13.5 C 2 13.777 2.223 14 2.5 14 L 5.5 14 C 5.777 14 6 13.777 6 13.5 L 6 6.5 C 6 6.223 5.777 6 5.5 6 L 2.5 6 z M 3 7 L 5 7 L 5 13 L 3 13 L 3 7 z " transform="translate(0,1033.3622)" fill="#282828"/> - </g> -</svg> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_arrow_outline_ltr_37.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_arrow_outline_ltr_37.svg deleted file mode 100644 index 29c5b31..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_arrow_outline_ltr_37.svg +++ /dev/null @@ -1,13 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="20" height="37"> - <defs> - <clipPath> - <rect y="1015.36" x="20" height="37" width="20" opacity="0.12" fill="#928374" color="#ebdbb2"/> - </clipPath> - <clipPath> - <rect y="1033.36" x="20" height="19" width="10" opacity="0.12" fill="#928374" color="#ebdbb2"/> - </clipPath> - </defs> - <g transform="translate(0,-1015.3622)"> - <path d="M 6 13 C 4.892 13 4 13.669002 4 14.5 L 4 23.5 C 4 24.330998 4.892 25 6 25 L 10 25 C 11.108 25 12 24.330998 12 23.5 L 12 14.5 C 12 13.669002 11.108 13 10 13 L 6 13 z M 6 15 L 10 15 L 10 23 L 6 23 L 6 15 z " transform="translate(0,1015.3622)" fill="#282828"/> - </g> -</svg> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_arrow_outline_rtl_19.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_arrow_outline_rtl_19.svg deleted file mode 100644 index 7fdbb32..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_arrow_outline_rtl_19.svg +++ /dev/null @@ -1,10 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="10" height="19"> - <defs> - <clipPath> - <rect width="10" height="19" x="20" y="1033.36" opacity="0.12" fill="#928374" color="#ebdbb2"/> - </clipPath> - </defs> - <g transform="translate(0,-1033.3622)"> - <path d="m 4.5,1039.3622 c -0.277,0 -0.5,0.223 -0.5,0.5 l 0,7 c 0,0.277 0.223,0.5 0.5,0.5 l 3,0 c 0.277,0 0.5,-0.223 0.5,-0.5 l 0,-7 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 l -3,0 z m 0.5,1 2,0 0,6 -2,0 0,-6 z" fill="#282828"/> - </g> -</svg> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_arrow_outline_rtl_37.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_arrow_outline_rtl_37.svg deleted file mode 100644 index 713bdc0..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_arrow_outline_rtl_37.svg +++ /dev/null @@ -1,13 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="20" height="37"> - <defs> - <clipPath> - <rect y="1015.36" x="20" height="37" width="20" opacity="0.12" fill="#928374" color="#ebdbb2"/> - </clipPath> - <clipPath> - <rect y="1033.36" x="20" height="19" width="10" opacity="0.12" fill="#928374" color="#ebdbb2"/> - </clipPath> - </defs> - <g transform="translate(0,-1015.3622)"> - <path d="m 10,1028.3622 c -1.108,0 -2,0.669 -2,1.5 l 0,9 c 0,0.831 0.892,1.5 2,1.5 l 4,0 c 1.108,0 2,-0.669 2,-1.5 l 0,-9 c 0,-0.831 -0.892,-1.5 -2,-1.5 l -4,0 z m 0,2 4,0 0,8 -4,0 0,-8 z" fill="#282828"/> - </g> -</svg> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_arrow_rtl_19.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_arrow_rtl_19.svg deleted file mode 100644 index c3b4081..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_arrow_rtl_19.svg +++ /dev/null @@ -1,10 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="10" height="19"> - <defs> - <clipPath> - <rect width="10" height="19" x="20" y="1033.36" opacity="0.12" fill="#928374" color="#ebdbb2"/> - </clipPath> - </defs> - <g transform="translate(0,-1033.3622)"> - <rect width="4" height="8" x="4" y="1039.36" rx="0.5" fill="#282828"/> - </g> -</svg> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_arrow_rtl_37.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_arrow_rtl_37.svg deleted file mode 100644 index 59386ce..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_arrow_rtl_37.svg +++ /dev/null @@ -1,15 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="20" height="37"> - <defs> - <clipPath> - <rect y="1015.36" x="20" height="37" width="20" opacity="0.12" fill="#928374" color="#ebdbb2"/> - </clipPath> - <clipPath> - <rect y="1033.36" x="20" height="19" width="10" opacity="0.12" fill="#928374" color="#ebdbb2"/> - </clipPath> - </defs> - <g transform="translate(0,-1015.3622)"> - <g transform="matrix(2,0,0,1.4999968,4,-530.67775)"> - <rect rx="1" y="1039.36" x="2" height="8" width="4" fill="#282828"/> - </g> - </g> -</svg> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_icon_back_150.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_icon_back_150.svg deleted file mode 100644 index d66f78d..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_icon_back_150.svg +++ /dev/null @@ -1,7 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="150" height="150" viewBox="0 0 149.99998 150"> - <defs> - <clipPath> - <path d="m 440,80.683594 c -1.84957,0 -3.31641,1.466834 -3.31641,3.316406 l 0,44 c 0,1.84957 1.46684,3.31641 3.31641,3.31641 l 44,0 c 1.84957,0 3.31641,-1.46684 3.31641,-3.31641 l 0,-44 c 0,-1.849572 -1.46684,-3.316406 -3.31641,-3.316406 l -44,0 z"/> - </clipPath> - </defs> -</svg> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_icon_back_54.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_icon_back_54.svg deleted file mode 100644 index dfe7dbf..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_icon_back_54.svg +++ /dev/null @@ -1 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="54" height="54" viewBox="0 0 54 54.000001"/> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_icon_edge_150.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_icon_edge_150.svg deleted file mode 100644 index 35bdb34..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_icon_edge_150.svg +++ /dev/null @@ -1,10 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="150" height="150" viewBox="0 0 149.99998 150"> - <defs> - <clipPath> - <path d="m 440,80.683594 c -1.84957,0 -3.31641,1.466834 -3.31641,3.316406 l 0,44 c 0,1.84957 1.46684,3.31641 3.31641,3.31641 l 44,0 c 1.84957,0 3.31641,-1.46684 3.31641,-3.31641 l 0,-44 c 0,-1.849572 -1.46684,-3.316406 -3.31641,-3.316406 l -44,0 z"/> - </clipPath> - <clipPath> - <rect y="316" x="353" height="148" width="148" opacity="0.8" fill="#928374" color="#ebdbb2" rx="12"/> - </clipPath> - </defs> -</svg> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_icon_edge_54.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_icon_edge_54.svg deleted file mode 100644 index 3307c5b..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_icon_edge_54.svg +++ /dev/null @@ -1,7 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="54" height="54" viewBox="0 0 54 54.000001"> - <defs> - <clipPath> - <path d="m 440,81.001953 c -1.67866,0 -2.99805,1.319387 -2.99805,2.998047 l 0,44 c 0,1.67866 1.31939,2.99805 2.99805,2.99805 l 44,0 c 1.67866,0 2.99805,-1.31939 2.99805,-2.99805 l 0,-44 c 0,-1.67866 -1.31939,-2.998047 -2.99805,-2.998047 l -44,0 z"/> - </clipPath> - </defs> -</svg> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_icon_glow_200.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_icon_glow_200.svg deleted file mode 100644 index 01bb0d9..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_icon_glow_200.svg +++ /dev/null @@ -1,7 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200.00001 200.00003"> - <defs> - <clipPath> - <path d="m 427.33333,22.026666 0,69.333333 69.33333,0 0,-69.333333 -69.33333,0 z m 13.11917,9.013333 43.095,0 c 2.27623,0 4.10583,1.829606 4.10583,4.105834 l 0,43.094999 c 0,2.276228 -1.8296,4.105834 -4.10583,4.105834 l -43.095,0 c -2.27623,0 -4.10583,-1.829606 -4.10583,-4.105834 l 0,-43.094999 c 0,-2.276228 1.8296,-4.105834 4.10583,-4.105834 z"/> - </clipPath> - </defs> -</svg> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_icon_glow_62.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_icon_glow_62.svg deleted file mode 100644 index 105b068..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_icon_glow_62.svg +++ /dev/null @@ -1,7 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="62" height="62" viewBox="0 0 62 62.000001"> - <defs> - <clipPath> - <path d="m 1,25 0,62 62,0 0,-62 -62,0 z m 9,6 44,0 c 1.662,0 3,1.338 3,3 l 0,44 c 0,1.662 -1.338,3 -3,3 L 10,81 C 8.338,81 7,79.662 7,78 L 7,34 c 0,-1.662 1.338,-3 3,-3 z"/> - </clipPath> - </defs> -</svg> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_icon_selected_back_150.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_icon_selected_back_150.svg deleted file mode 100644 index 8a78e39..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_icon_selected_back_150.svg +++ /dev/null @@ -1,10 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="150" height="150" viewBox="0 0 149.99998 150"> - <defs> - <clipPath> - <rect y="1040.22" x="505" height="150" width="150" opacity="0.2" fill-rule="evenodd" color="#ebdbb2" rx="42"/> - </clipPath> - </defs> - <g transform="translate(-505.00002,-1040.2193)"> - <rect width="150" height="4" x="505" y="1186.22" rx="2" fill="#282828" fill-rule="evenodd"/> - </g> -</svg> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_icon_selected_back_54.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_icon_selected_back_54.svg deleted file mode 100644 index dfe7dbf..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_icon_selected_back_54.svg +++ /dev/null @@ -1 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="54" height="54" viewBox="0 0 54 54.000001"/> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_icon_shadow_200.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_icon_shadow_200.svg deleted file mode 100644 index 9e68b14..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_icon_shadow_200.svg +++ /dev/null @@ -1,7 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200.00001 200.00003"> - <defs> - <clipPath> - <path d="m 489.73333,21.333331 0,69.333332 69.33333,0 0,-69.333332 -69.33333,0 z m 13.11917,9.013334 43.095,0 c 2.27623,0 4.10583,1.829606 4.10583,4.105833 l 0,43.094999 c 0,2.276227 -1.8296,4.105833 -4.10583,4.105833 l -43.095,0 c -2.27623,0 -4.10583,-1.829606 -4.10583,-4.105833 l 0,-43.094999 c 0,-2.276227 1.8296,-4.105833 4.10583,-4.105833 z"/> - </clipPath> - </defs> -</svg> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_icon_shadow_62.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_icon_shadow_62.svg deleted file mode 100644 index d322434..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_icon_shadow_62.svg +++ /dev/null @@ -1,7 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="62" height="62" viewBox="0 0 61.999999 62.000001"> - <defs> - <clipPath> - <path d="m 4,24 c -2.216,0 -4,1.784 -4,4 l 0,56 c 0,2.216 1.784,4 4,4 l 56,0 c 2.216,0 4,-1.784 4,-4 l 0,-56 c 0,-2.216 -1.784,-4 -4,-4 L 4,24 z m 6,6 44,0 c 2.216,0 4,1.784 4,4 l 0,44 c 0,2.216 -1.784,4 -4,4 L 10,82 C 7.784,82 6,80.216 6,78 L 6,34 c 0,-2.216 1.784,-4 4,-4 z"/> - </clipPath> - </defs> -</svg> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_icon_shine_150.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_icon_shine_150.svg deleted file mode 100644 index 51af8a1..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_icon_shine_150.svg +++ /dev/null @@ -1 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="150" height="150" viewBox="0 0 149.99998 150"/> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_icon_shine_54.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_icon_shine_54.svg deleted file mode 100644 index dfe7dbf..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_icon_shine_54.svg +++ /dev/null @@ -1 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="54" height="54" viewBox="0 0 54 54.000001"/> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_pip_ltr_19.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_pip_ltr_19.svg deleted file mode 100644 index 9616162..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_pip_ltr_19.svg +++ /dev/null @@ -1,10 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="10" height="18"> - <defs> - <clipPath> - <rect width="10" height="19" x="20" y="1033.36" opacity="0.12" fill="#928374" color="#ebdbb2"/> - </clipPath> - </defs> - <g transform="translate(0,-1034.3622)"> - <rect rx="0.5" y="1042.36" x="2" height="3" width="3" fill="#282828"/> - </g> -</svg> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_pip_ltr_37.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_pip_ltr_37.svg deleted file mode 100644 index 0a28315..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_pip_ltr_37.svg +++ /dev/null @@ -1,16 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="20" height="37"> - <defs> - <clipPath> - <rect y="1015.36" x="20" height="37" width="20" opacity="0.12" fill="#928374" color="#ebdbb2"/> - </clipPath> - <clipPath> - <rect width="10" height="19" x="20" y="1033.36" opacity="0.12" fill="#928374" color="#ebdbb2"/> - </clipPath> - <clipPath> - <rect width="20" height="37" x="20" y="1015.36" opacity="0.12" fill="#928374" color="#ebdbb2"/> - </clipPath> - </defs> - <g transform="translate(0,-1015.3622)"> - <rect width="7" height="7" x="5" y="1030.36" rx="1" fill="#282828"/> - </g> -</svg> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_pip_rtl_19.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_pip_rtl_19.svg deleted file mode 100644 index 15882a9..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_pip_rtl_19.svg +++ /dev/null @@ -1,10 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="10" height="18"> - <defs> - <clipPath> - <rect width="10" height="19" x="20" y="1033.36" opacity="0.12" fill="#928374" color="#ebdbb2"/> - </clipPath> - </defs> - <g transform="translate(0,-1034.3622)"> - <rect width="3" height="3" x="5" y="1042.36" rx="0.5" fill="#282828"/> - </g> -</svg> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_pip_rtl_37.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_pip_rtl_37.svg deleted file mode 100644 index aeddef0..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/launcher_pip_rtl_37.svg +++ /dev/null @@ -1,16 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="20" height="37"> - <defs> - <clipPath> - <rect y="1015.36" x="20" height="37" width="20" opacity="0.12" fill="#928374" color="#ebdbb2"/> - </clipPath> - <clipPath> - <rect width="10" height="19" x="20" y="1033.36" opacity="0.12" fill="#928374" color="#ebdbb2"/> - </clipPath> - <clipPath> - <rect width="20" height="37" x="20" y="1015.36" opacity="0.12" fill="#928374" color="#ebdbb2"/> - </clipPath> - </defs> - <g transform="translate(0,-1015.3622)"> - <rect width="7" height="7" x="8" y="1030.36" rx="1" fill="#282828"/> - </g> -</svg> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/maximize.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/maximize.svg deleted file mode 100644 index 4d96bdb..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/maximize.svg +++ /dev/null @@ -1 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 24 24" xml:space="preserve"><path fill="#fbf1c7" d="M14,14h-4v-4h4V14z M16,8H8v8h8V8z"/></svg> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/maximize_dash.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/maximize_dash.svg deleted file mode 100644 index ba60250..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/maximize_dash.svg +++ /dev/null @@ -1 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 24 24" xml:space="preserve"><path fill="#282828" d="M14,14h-4v-4h4V14z M16,8H8v8h8V8z"/></svg> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/maximize_dash_disabled.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/maximize_dash_disabled.svg deleted file mode 120000 index a933b39..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/maximize_dash_disabled.svg +++ /dev/null @@ -1 +0,0 @@ -maximize_unfocused.svg \ No newline at end of file diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/maximize_dash_prelight.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/maximize_dash_prelight.svg deleted file mode 120000 index 3efa75f..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/maximize_dash_prelight.svg +++ /dev/null @@ -1 +0,0 @@ -maximize_dash.svg \ No newline at end of file diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/maximize_dash_pressed.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/maximize_dash_pressed.svg deleted file mode 120000 index 3efa75f..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/maximize_dash_pressed.svg +++ /dev/null @@ -1 +0,0 @@ -maximize_dash.svg \ No newline at end of file diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/maximize_focused_normal.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/maximize_focused_normal.svg deleted file mode 120000 index a09c8fc..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/maximize_focused_normal.svg +++ /dev/null @@ -1 +0,0 @@ -./maximize.svg \ No newline at end of file diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/maximize_focused_prelight.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/maximize_focused_prelight.svg deleted file mode 100644 index 3a7e94a..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/maximize_focused_prelight.svg +++ /dev/null @@ -1 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 24 24" xml:space="preserve"><path fill="#928374" d="M14,14h-4v-4h4V14z M16,8H8v8h8V8z"/></svg> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/maximize_focused_pressed.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/maximize_focused_pressed.svg deleted file mode 100644 index 0936912..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/maximize_focused_pressed.svg +++ /dev/null @@ -1 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 24 24" xml:space="preserve"><path fill="#928374" opacity="0.75" d="M14,14h-4v-4h4V14z M16,8H8v8h8V8z"/></svg> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/maximize_unfocused.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/maximize_unfocused.svg deleted file mode 100644 index e24d994..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/maximize_unfocused.svg +++ /dev/null @@ -1 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 24 24" xml:space="preserve"><path fill="#c3bc9d" d="M14,14h-4v-4h4V14z M16,8H8v8h8V8z"/></svg> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/maximize_unfocused_prelight.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/maximize_unfocused_prelight.svg deleted file mode 120000 index 0f332c5..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/maximize_unfocused_prelight.svg +++ /dev/null @@ -1 +0,0 @@ -./maximize_focused_prelight.svg \ No newline at end of file diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/maximize_unfocused_pressed.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/maximize_unfocused_pressed.svg deleted file mode 120000 index e3f8d9b..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/maximize_unfocused_pressed.svg +++ /dev/null @@ -1 +0,0 @@ -./maximize_focused_pressed.svg \ No newline at end of file diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/minimize.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/minimize.svg deleted file mode 100644 index e10700c..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/minimize.svg +++ /dev/null @@ -1 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 24 24" xml:space="preserve"><rect x="8" y="11" fill="#fbf1c7" width="8" height="2"/></svg> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/minimize_dash.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/minimize_dash.svg deleted file mode 100644 index 0b4a646..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/minimize_dash.svg +++ /dev/null @@ -1 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 24 24" xml:space="preserve"><rect x="8" y="11" fill="#282828" width="8" height="2"/></svg> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/minimize_dash_disabled.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/minimize_dash_disabled.svg deleted file mode 120000 index ac8c42d..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/minimize_dash_disabled.svg +++ /dev/null @@ -1 +0,0 @@ -minimize_unfocused.svg \ No newline at end of file diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/minimize_dash_prelight.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/minimize_dash_prelight.svg deleted file mode 120000 index 752db6d..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/minimize_dash_prelight.svg +++ /dev/null @@ -1 +0,0 @@ -minimize_focused_prelight.svg \ No newline at end of file diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/minimize_dash_pressed.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/minimize_dash_pressed.svg deleted file mode 120000 index d2b384b..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/minimize_dash_pressed.svg +++ /dev/null @@ -1 +0,0 @@ -minimize_focused_pressed.svg \ No newline at end of file diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/minimize_focused_normal.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/minimize_focused_normal.svg deleted file mode 120000 index d9675f0..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/minimize_focused_normal.svg +++ /dev/null @@ -1 +0,0 @@ -./minimize.svg \ No newline at end of file diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/minimize_focused_prelight.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/minimize_focused_prelight.svg deleted file mode 100644 index 69ec042..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/minimize_focused_prelight.svg +++ /dev/null @@ -1 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 24 24" xml:space="preserve"><rect x="8" y="11" fill="#928374" width="8" height="2"/></svg> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/minimize_focused_pressed.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/minimize_focused_pressed.svg deleted file mode 100644 index f002776..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/minimize_focused_pressed.svg +++ /dev/null @@ -1 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 24 24" xml:space="preserve"><rect x="8" y="11" fill="#928374" opacity="0.75" width="8" height="2"/></svg> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/minimize_unfocused.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/minimize_unfocused.svg deleted file mode 100644 index a7ff8b3..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/minimize_unfocused.svg +++ /dev/null @@ -1 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 24 24" xml:space="preserve"><rect x="8" y="11" fill="#c3bc9d" width="8" height="2"/></svg> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/minimize_unfocused_prelight.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/minimize_unfocused_prelight.svg deleted file mode 120000 index bef3fe5..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/minimize_unfocused_prelight.svg +++ /dev/null @@ -1 +0,0 @@ -./minimize_focused_prelight.svg \ No newline at end of file diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/minimize_unfocused_pressed.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/minimize_unfocused_pressed.svg deleted file mode 120000 index 683fa92..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/minimize_unfocused_pressed.svg +++ /dev/null @@ -1 +0,0 @@ -./minimize_focused_pressed.svg \ No newline at end of file diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/minimized.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/minimized.svg deleted file mode 100644 index e10700c..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/minimized.svg +++ /dev/null @@ -1 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 24 24" xml:space="preserve"><rect x="8" y="11" fill="#fbf1c7" width="8" height="2"/></svg> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/modes/launcher_bfb-flat.png b/users/files/oomox-gruvmox-dark-medium-default/unity/modes/launcher_bfb-flat.png deleted file mode 100644 index f5aa0e5..0000000 Binary files a/users/files/oomox-gruvmox-dark-medium-default/unity/modes/launcher_bfb-flat.png and /dev/null differ diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/modes/launcher_bfb_ns.png b/users/files/oomox-gruvmox-dark-medium-default/unity/modes/launcher_bfb_ns.png deleted file mode 100644 index 2ca1ebb..0000000 Binary files a/users/files/oomox-gruvmox-dark-medium-default/unity/modes/launcher_bfb_ns.png and /dev/null differ diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/modes/ubuntu-square.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/modes/ubuntu-square.svg deleted file mode 100644 index 1b925fb..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/modes/ubuntu-square.svg +++ /dev/null @@ -1,69 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48"> - <defs> - <clipPath> - <rect width="42" x="307" y="223" rx="9" height="42" transform="rotate(90)" fill="url(#3)" color="#bebebe"/> - </clipPath> - <clipPath> - <rect width="240" x="24" y="36" rx="50" height="240" fill="#986767" color="#bebebe"/> - </clipPath> - <clipPath> - <rect width="16" x="432" y="116" rx="2" height="16" opacity="0.2" fill="#6d6d6d" color="#bebebe"/> - </clipPath> - <clipPath> - <path d="m 98.03125,23.191212 c -41.492132,1.05238 -74.84375,35.06824 -74.84375,76.812498 0,42.40687 34.405632,76.8125 76.8125,76.8125 42.40687,0 76.8125,-34.40563 76.8125,-76.8125 0,-42.406866 -34.40563,-76.812498 -76.8125,-76.812498 -0.662607,0 -1.310145,-0.0167 -1.96875,0 z M 100,50.659962 c 27.24464,0 49.34375,22.099114 49.34375,49.343748 -1e-5,27.24464 -22.09911,49.34375 -49.34375,49.34375 -27.244636,-1e-5 -49.34375,-22.09911 -49.34375,-49.34375 0,-27.244634 22.099114,-49.343748 49.34375,-49.343748 z"/> - </clipPath> - <clipPath> - <path d="m 152,204 a 8,8 0 1 1 -16,0 8,8 0 1 1 16,0 z"/> - </clipPath> - <clipPath> - <path d="m 145,215 c 33.13708,0 60,-26.86292 60,-60 0,-33.13708 -26.86292,-60 -60,-60 -33.13708,0 -60,26.86292 -60,60 0,12.50698 3.8285,24.10633 10.375,33.71875 L 89,211 111.28125,204.625 C 120.89367,211.1715 132.49302,215 145,215 z"/> - </clipPath> - <clipPath> - <rect width="16" x="432" y="116" rx="3" height="16" color="#bebebe"/> - </clipPath> - <clipPath> - <path d="m 144,70 c -49.705627,0 -90,40.29437 -90,90 0,49.70563 40.294373,90 90,90 49.70563,0 90,-40.29437 90,-90 0,-49.70563 -40.29437,-90 -90,-90 z m 0,32.1875 c 32.03251,0 58,25.96748 58,58 0,32.03252 -25.96749,58 -58,58 -32.03251,0 -58,-25.96748 -58,-58 0,-32.03252 25.96749,-58 58,-58 z"/> - </clipPath> - <clipPath> - <rect width="22" x="433" y="77" rx="3" height="22" opacity="0.2" fill="#6d6d6d" color="#bebebe"/> - </clipPath> - <clipPath> - <rect width="30" x="433" y="29" rx="4" height="30" opacity="0.2" fill="#6d6d6d" color="#bebebe"/> - </clipPath> - <clipPath> - <rect width="90" x="307" y="31" rx="18.75" height="90" fill="url(#1)" color="#bebebe"/> - </clipPath> - <clipPath> - <rect width="60" x="306" y="142" rx="12.5" height="60" transform="matrix(0 -1 1 0 0 0)" fill="url(#0)" color="#bebebe"/> - </clipPath> - <clipPath> - <rect width="30" x="433" y="29" rx="6" height="30" color="#bebebe"/> - </clipPath> - <clipPath> - <rect width="22" x="433" y="77" rx="5" height="22" color="#bebebe"/> - </clipPath> - <clipPath> - <rect width="22" x="433" y="77" rx="4" height="22" color="#bebebe"/> - </clipPath> - <clipPath> - <rect width="20" x="434" y="78" rx="4" height="20" color="#bebebe"/> - </clipPath> - <linearGradient gradientTransform="matrix(.25 0 0 .25 299.99999 131.99999)" id="0" xlink:href="#2" y1="230" y2="90" x2="0" gradientUnits="userSpaceOnUse"/> - <linearGradient gradientTransform="matrix(.375 0 0 .375 298 16)" id="1" xlink:href="#2" y1="230" y2="90" x2="0" gradientUnits="userSpaceOnUse"/> - <linearGradient id="2"> - <stop stop-color="#151515"/> - <stop offset="1" stop-color="#222"/> - </linearGradient> - <linearGradient gradientTransform="matrix(.175 0 0 .175 302.79999 215.99997)" id="3" xlink:href="#2" y1="280" y2="40" x2="0" gradientUnits="userSpaceOnUse"/> - </defs> - <g transform="translate(0,-1004.3622)"> - <path d="M 5.1875,1 C 2.8707723,1 1,2.8707723 1,5.1875 l 0,37.625 C 1,45.129228 2.8707723,47 5.1875,47 l 37.625,0 C 45.129228,47 47,45.129228 47,42.8125 L 47,5.1875 C 47,2.8707723 45.129228,1 42.8125,1 L 5.1875,1 z m 0.1875,0.25 37.25,0 c 2.291546,0 4.125,1.8334541 4.125,4.125 l 0,37.25 c 0,2.291546 -1.833454,4.125 -4.125,4.125 l -37.25,0 C 3.0834541,46.75 1.25,44.916546 1.25,42.625 l 0,-37.25 C 1.25,3.0834541 3.0834541,1.25 5.375,1.25 z" transform="translate(0,1004.3622)" opacity="0.05"/> - <path d="M 5.375,1.25 C 3.0834541,1.25 1.25,3.0834541 1.25,5.375 l 0,37.25 c 0,2.291546 1.8334541,4.125 4.125,4.125 l 37.25,0 c 2.291546,0 4.125,-1.833454 4.125,-4.125 l 0,-37.25 C 46.75,3.0834541 44.916546,1.25 42.625,1.25 l -37.25,0 z m 0.21875,0.25 36.8125,0 C 44.672614,1.5 46.5,3.3273859 46.5,5.59375 l 0,36.8125 C 46.5,44.672614 44.672614,46.5 42.40625,46.5 l -36.8125,0 C 3.3273859,46.5 1.5,44.672614 1.5,42.40625 l 0,-36.8125 C 1.5,3.3273859 3.3273859,1.5 5.59375,1.5 z" transform="translate(0,1004.3622)" opacity="0.1"/> - <path d="M 5.59375,1.5 C 3.3273859,1.5 1.5,3.3273859 1.5,5.59375 l 0,36.8125 C 1.5,44.672614 3.3273859,46.5 5.59375,46.5 l 36.8125,0 C 44.672614,46.5 46.5,44.672614 46.5,42.40625 l 0,-36.8125 C 46.5,3.3273859 44.672614,1.5 42.40625,1.5 l -36.8125,0 z m 0.09375,0.125 36.625,0 c 2.253773,0 4.0625,1.8087269 4.0625,4.0625 l 0,36.625 c 0,2.253773 -1.808727,4.0625 -4.0625,4.0625 l -36.625,0 c -2.2537731,0 -4.0625,-1.808727 -4.0625,-4.0625 l 0,-36.625 C 1.625,3.4337269 3.4337269,1.625 5.6875,1.625 z" transform="translate(0,1004.3622)" opacity="0.2"/> - <path d="M 5.6875,1.625 C 3.4337269,1.625 1.625,3.4337269 1.625,5.6875 l 0,36.625 c 0,2.253773 1.8087269,4.0625 4.0625,4.0625 l 36.625,0 c 2.253773,0 4.0625,-1.808727 4.0625,-4.0625 l 0,-36.625 c 0,-2.2537731 -1.808727,-4.0625 -4.0625,-4.0625 l -36.625,0 z m 0.09375,0.125 36.4375,0 c 2.241182,0 4.03125,1.7900679 4.03125,4.03125 l 0,36.4375 c 0,2.241182 -1.790068,4.03125 -4.03125,4.03125 l -36.4375,0 C 3.5400679,46.25 1.75,44.459932 1.75,42.21875 l 0,-36.4375 C 1.75,3.5400679 3.5400679,1.75 5.78125,1.75 z" transform="translate(0,1004.3622)" opacity="0.3"/> - <path d="M 5.78125,1.75 C 3.5400679,1.75 1.75,3.5400679 1.75,5.78125 l 0,36.4375 c 0,2.241182 1.7900679,4.03125 4.03125,4.03125 l 36.4375,0 c 2.241182,0 4.03125,-1.790068 4.03125,-4.03125 l 0,-36.4375 C 46.25,3.5400679 44.459932,1.75 42.21875,1.75 l -36.4375,0 z m 0.125,0.125 36.1875,0 c 2.228591,0 4.03125,1.802659 4.03125,4.03125 l 0,36.1875 c 0,2.228591 -1.802659,4.03125 -4.03125,4.03125 l -36.1875,0 C 3.677659,46.125 1.875,44.322341 1.875,42.09375 l 0,-36.1875 C 1.875,3.677659 3.677659,1.875 5.90625,1.875 z" transform="translate(0,1004.3622)" opacity="0.4"/> - <rect rx="4.02" y="1006.24" x="1.875" height="44.25" width="44.25" opacity="0.5"/> - </g> - <rect rx="4" y="1.998" x="2" height="44" width="44" fill="#dd4814"/> - <path d="M 24.000004,12.000001 C 17.372557,12.000001 12,17.372389 12,24 c 0,6.627189 5.372557,12 12.000004,12 6.62744,0 12,-5.372896 12,-12 0,-6.627611 -5.37256,-11.999999 -12,-11.999999 z m 4.125,3.33125 c 0.25818,0.0067 0.51682,0.07428 0.75625,0.2125 0.76631,0.442467 1.02996,1.427433 0.5875,2.19375 -0.44222,0.765978 -1.42127,1.023802 -2.1875,0.58125 -0.76607,-0.442214 -1.0298,-1.421522 -0.5875,-2.1875 0.30419,-0.526843 0.86325,-0.814741 1.43125,-0.8 z m -4.125,1.70625 c 0.64422,0 1.27051,0.09242 1.8625,0.25625 0.10464,0.64355 0.48482,1.235964 1.09375,1.5875 0.60815,0.351196 1.30965,0.386373 1.91875,0.15625 1.18473,1.164757 1.95639,2.74771 2.06875,4.512499 l -2.28125,0.0375 c -0.21023,-2.390305 -2.21759,-4.268749 -4.6625,-4.268749 -0.704516,0 -1.36957,0.158693 -1.968754,0.4375 l -1.112499,-1.99375 c 0.929807,-0.460586 1.973301,-0.725 3.081253,-0.725 z m -3.862503,1.16875 1.174999,1.9625 c -1.203195,0.846834 -1.993749,2.2479 -1.993749,3.831249 0,1.583603 0.790554,2.984585 1.993749,3.83125 l -1.174999,1.9625 c -1.402078,-0.936666 -2.441846,-2.372586 -2.875,-4.05 0.506136,-0.41241 0.825,-1.039747 0.825,-1.74375 0,-0.704171 -0.31895,-1.331254 -0.825,-1.74375 0.433238,-1.677243 1.472922,-3.113249 2.875,-4.049999 z m -4.3,4.193749 c 0.884764,0 1.60625,0.714896 1.60625,1.6 0,0.884681 -0.72157,1.6 -1.60625,1.6 -0.88502,0 -1.600001,-0.715319 -1.600001,-1.6 0,-0.885019 0.714981,-1.6 1.600001,-1.6 z m 12.825003,2.0125 2.28125,0.0375 c -0.11219,1.76479 -0.8841,3.347658 -2.06875,4.5125 -0.6091,-0.230208 -1.3106,-0.194777 -1.91875,0.15625 -0.60901,0.35179 -0.98911,0.94395 -1.09375,1.5875 -0.59208,0.163829 -1.21828,0.25625 -1.8625,0.25625 -1.107952,0 -2.157612,-0.264583 -3.087503,-0.725 l 1.118749,-1.99375 c 0.599268,0.278807 1.264154,0.4375 1.968754,0.4375 2.44491,0 4.45244,-1.878105 4.6625,-4.26875 z m -0.625,5.05 c 0.56798,-0.01474 1.12717,0.27964 1.43125,0.80625 0.44238,0.766232 0.17856,1.745202 -0.5875,2.1875 -0.76632,0.442384 -1.74504,0.178818 -2.1875,-0.5875 -0.44222,-0.765978 -0.17882,-1.745117 0.5875,-2.1875 0.23939,-0.138218 0.49807,-0.212051 0.75625,-0.21875 z" fill="#f9f9f9"/> -</svg> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/progress_bar_fill.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/progress_bar_fill.svg deleted file mode 100644 index ea58c8c..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/progress_bar_fill.svg +++ /dev/null @@ -1,5 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="42" height="4"> - <g transform="translate(0,-1048.3622)"> - <path d="m 1,1048.3622 40,0 c 1,0 1,0 1,1 l 0,2 c 0,1 0,1 -1,1 l -40,0 c -1,0 -1,0 -1,-1 l 0,-2 c 0,-1 0,-1 1,-1 z" fill="#928374"/> - </g> -</svg> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/progress_bar_trough.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/progress_bar_trough.svg deleted file mode 100644 index 81c39ed..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/progress_bar_trough.svg +++ /dev/null @@ -1,71 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="54" - height="54" - id="svg2" - version="1.1" - inkscape:version="0.48.4 r9939" - sodipodi:docname="progress_bar_trough.svg"> - <metadata - id="metadata18"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs16" /> - <sodipodi:namedview - pagecolor="#282828" - bordercolor="#c3bc9d" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="713" - id="namedview14" - showgrid="false" - inkscape:zoom="8.9114583" - inkscape:cx="8.3161894" - inkscape:cy="26.77557" - inkscape:window-x="0" - inkscape:window-y="341" - inkscape:window-maximized="1" - inkscape:current-layer="svg2" /> - <g - transform="translate(0,-998.36218)" - id="g4"> - <image - y="346.58" - x="413.71" - xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAABHNCSVQICAgIfAhkiAAAAAxJREFU CJljYCAZAAAAMwAB0kOx4wAAAABJRU5ErkJggg== " - height="3" - width="4" - id="image6" /> - </g> - <path - style="fill:#1d2021;opacity:0.5" - inkscape:connector-curvature="0" - id="path10" - d="m 7,25 c -1.0000065,0 -1,0 -1,1 l 0,2 c 0,1 -1.35e-5,1 1,1 l 40,0 c 1,0 1,0 1,-1 l 0,-2 c 0,-1 0,-1 -1,-1 L 7,25 z" /> - <path - style="fill:#282828" - inkscape:connector-curvature="0" - id="path12" - d="m 7,23 c -3.0000291,0 -3,0 -3,3 l 0,2 c 0,3 -2.91e-5,3 3,3 l 40,0 c 3,0 3,0 3,-3 l 0,-2 c 0,-3 0,-3 -3,-3 z m 0,2 40,0 c 1,0 1,0 1,1 l 0,2 c 0,1 0,1 -1,1 L 7,29 C 5.9999865,29 6,29 6,28 l 0,-2 c 0,-1 -6.5e-6,-1 1,-1 z" /> -</svg> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/sheet_style_close_focused.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/sheet_style_close_focused.svg deleted file mode 120000 index 0749829..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/sheet_style_close_focused.svg +++ /dev/null @@ -1 +0,0 @@ -close_unfocused.svg \ No newline at end of file diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/sheet_style_close_focused_prelight.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/sheet_style_close_focused_prelight.svg deleted file mode 120000 index 64b2bff..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/sheet_style_close_focused_prelight.svg +++ /dev/null @@ -1 +0,0 @@ -close_focused_prelight.svg \ No newline at end of file diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/sheet_style_close_focused_pressed.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/sheet_style_close_focused_pressed.svg deleted file mode 120000 index ba6d4fe..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/sheet_style_close_focused_pressed.svg +++ /dev/null @@ -1 +0,0 @@ -close_unfocused_pressed.svg \ No newline at end of file diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/unmaximize.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/unmaximize.svg deleted file mode 100644 index 5279f78..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/unmaximize.svg +++ /dev/null @@ -1 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 24 24"><path fill="#fbf1c7" d="M14,14h-4v-3h4V14z M16,9H8v7h8V9z"/></svg> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/unmaximize_dash.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/unmaximize_dash.svg deleted file mode 100644 index a42351d..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/unmaximize_dash.svg +++ /dev/null @@ -1 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 24 24"><path fill="#282828" d="M14,14h-4v-3h4V14z M16,9H8v7h8V9z"/></svg> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/unmaximize_dash_disabled.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/unmaximize_dash_disabled.svg deleted file mode 120000 index 8340f67..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/unmaximize_dash_disabled.svg +++ /dev/null @@ -1 +0,0 @@ -unmaximize_unfocused.svg \ No newline at end of file diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/unmaximize_dash_prelight.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/unmaximize_dash_prelight.svg deleted file mode 120000 index 945a9f8..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/unmaximize_dash_prelight.svg +++ /dev/null @@ -1 +0,0 @@ -unmaximize_dash.svg \ No newline at end of file diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/unmaximize_dash_pressed.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/unmaximize_dash_pressed.svg deleted file mode 120000 index 945a9f8..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/unmaximize_dash_pressed.svg +++ /dev/null @@ -1 +0,0 @@ -unmaximize_dash.svg \ No newline at end of file diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/unmaximize_focused_normal.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/unmaximize_focused_normal.svg deleted file mode 120000 index 0a2fccd..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/unmaximize_focused_normal.svg +++ /dev/null @@ -1 +0,0 @@ -unmaximize.svg \ No newline at end of file diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/unmaximize_focused_prelight.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/unmaximize_focused_prelight.svg deleted file mode 100644 index a1a7e24..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/unmaximize_focused_prelight.svg +++ /dev/null @@ -1 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 24 24"><path fill="#928374" d="M14,14h-4v-3h4V14z M16,9H8v7h8V9z"/></svg> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/unmaximize_focused_pressed.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/unmaximize_focused_pressed.svg deleted file mode 100644 index 9941789..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/unmaximize_focused_pressed.svg +++ /dev/null @@ -1 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 24 24"><path fill="#928374" opacity="0.75" d="M14,14h-4v-3h4V14z M16,9H8v7h8V9z"/></svg> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/unmaximize_unfocused.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/unmaximize_unfocused.svg deleted file mode 100644 index 977f19b..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/unmaximize_unfocused.svg +++ /dev/null @@ -1 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 24 24"><path fill="#c3bc9d" d="M14,14h-4v-3h4V14z M16,9H8v7h8V9z"/></svg> diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/unmaximize_unfocused_prelight.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/unmaximize_unfocused_prelight.svg deleted file mode 120000 index c786587..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/unmaximize_unfocused_prelight.svg +++ /dev/null @@ -1 +0,0 @@ -unmaximize_focused_prelight.svg \ No newline at end of file diff --git a/users/files/oomox-gruvmox-dark-medium-default/unity/unmaximize_unfocused_pressed.svg b/users/files/oomox-gruvmox-dark-medium-default/unity/unmaximize_unfocused_pressed.svg deleted file mode 120000 index 226570c..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/unity/unmaximize_unfocused_pressed.svg +++ /dev/null @@ -1 +0,0 @@ -unmaximize_focused_pressed.svg \ No newline at end of file diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/bottom-active.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/bottom-active.xpm deleted file mode 100644 index f86ad96..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/bottom-active.xpm +++ /dev/null @@ -1,6 +0,0 @@ -/* XPM */ -static char * bottom_active_xpm[] = { -"8 1 2 1", -" c None", -". c #a89984", -"........"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/bottom-inactive.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/bottom-inactive.xpm deleted file mode 100644 index 8584853..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/bottom-inactive.xpm +++ /dev/null @@ -1,6 +0,0 @@ -/* XPM */ -static char * bottom_inactive_xpm[] = { -"8 1 2 1", -" c None", -". c #1d2021", -"........"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/bottom-left-active.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/bottom-left-active.xpm deleted file mode 100644 index a7a7237..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/bottom-left-active.xpm +++ /dev/null @@ -1,6 +0,0 @@ -/* XPM */ -static char * bottom_left_active_xpm[] = { -"1 1 2 1", -" c None", -". c #a89984", -"."}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/bottom-left-inactive.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/bottom-left-inactive.xpm deleted file mode 100644 index d6f97aa..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/bottom-left-inactive.xpm +++ /dev/null @@ -1,6 +0,0 @@ -/* XPM */ -static char * bottom_left_inactive_xpm[] = { -"1 1 2 1", -" c None", -". c #1d2021", -"."}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/bottom-right-active.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/bottom-right-active.xpm deleted file mode 100644 index 0e8c6ef..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/bottom-right-active.xpm +++ /dev/null @@ -1,6 +0,0 @@ -/* XPM */ -static char * bottom_right_active_xpm[] = { -"1 1 2 1", -" c None", -". c #a89984", -"."}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/bottom-right-inactive.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/bottom-right-inactive.xpm deleted file mode 100644 index a2c3b64..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/bottom-right-inactive.xpm +++ /dev/null @@ -1,6 +0,0 @@ -/* XPM */ -static char * bottom_right_inactive_xpm[] = { -"1 1 2 1", -" c None", -". c #1d2021", -"."}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/close-active.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/close-active.xpm deleted file mode 100644 index 50bfba3..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/close-active.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * close_prelight_xpm[] = { -"24 26 4 1", -" c None", -". c #1d2021", -"+ c #fbf1c7", -"@ c #a89984", -"@@@@@@@@@@@@@@@@@@@@@@@@", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........++....++........", -"........+++..+++........", -".........++++++.........", -"..........++++..........", -"..........++++..........", -".........++++++.........", -"........+++..+++........", -"........++....++........", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/close-inactive.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/close-inactive.xpm deleted file mode 100644 index cc9ec43..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/close-inactive.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * close_prelight_xpm[] = { -"24 26 4 1", -" c None", -". c #1d2021", -"+ c #fbf1c7", -"@ c #1d2021", -"@@@@@@@@@@@@@@@@@@@@@@@@", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........++....++........", -"........+++..+++........", -".........++++++.........", -"..........++++..........", -"..........++++..........", -".........++++++.........", -"........+++..+++........", -"........++....++........", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/close-prelight.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/close-prelight.xpm deleted file mode 100644 index 9998f33..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/close-prelight.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * close_prelight_xpm[] = { -"24 26 4 1", -" c None", -". c #1d2021", -"+ c #928374 s active_color_1", -"@ c #a89984", -"@@@@@@@@@@@@@@@@@@@@@@@@", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........++....++........", -"........+++..+++........", -".........++++++.........", -"..........++++..........", -"..........++++..........", -".........++++++.........", -"........+++..+++........", -"........++....++........", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/close-pressed.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/close-pressed.xpm deleted file mode 100644 index 9998f33..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/close-pressed.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * close_prelight_xpm[] = { -"24 26 4 1", -" c None", -". c #1d2021", -"+ c #928374 s active_color_1", -"@ c #a89984", -"@@@@@@@@@@@@@@@@@@@@@@@@", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........++....++........", -"........+++..+++........", -".........++++++.........", -"..........++++..........", -"..........++++..........", -".........++++++.........", -"........+++..+++........", -"........++....++........", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/hide-active.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/hide-active.xpm deleted file mode 100644 index 2481eb8..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/hide-active.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * hide_prelight_xpm[] = { -"24 26 4 1", -" c None", -". c #1d2021", -"+ c #fbf1c7", -"@ c #a89984", -"@@@@@@@@@@@@@@@@@@@@@@@@", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........++++++++........", -"........++++++++........", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/hide-inactive.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/hide-inactive.xpm deleted file mode 100644 index 7e44776..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/hide-inactive.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * hide_prelight_xpm[] = { -"24 26 4 1", -" c None", -". c #1d2021", -"+ c #c3bc9d", -"@ c #1d2021", -"@@@@@@@@@@@@@@@@@@@@@@@@", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........++++++++........", -"........++++++++........", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/hide-prelight.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/hide-prelight.xpm deleted file mode 100644 index 3d5b77e..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/hide-prelight.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * hide_prelight_xpm[] = { -"24 26 4 1", -" c None", -". c #1d2021", -"+ c #928374 s active_color_1", -"@ c #a89984", -"@@@@@@@@@@@@@@@@@@@@@@@@", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........++++++++........", -"........++++++++........", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/hide-pressed.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/hide-pressed.xpm deleted file mode 100644 index 3d5b77e..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/hide-pressed.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * hide_prelight_xpm[] = { -"24 26 4 1", -" c None", -". c #1d2021", -"+ c #928374 s active_color_1", -"@ c #a89984", -"@@@@@@@@@@@@@@@@@@@@@@@@", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........++++++++........", -"........++++++++........", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/left-active.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/left-active.xpm deleted file mode 100644 index e37853a..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/left-active.xpm +++ /dev/null @@ -1,26 +0,0 @@ -/* XPM */ -static char * left_active_xpm[] = { -"1 21 2 1", -" c None", -". c #a89984", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -"."}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/left-inactive.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/left-inactive.xpm deleted file mode 100644 index b9597d9..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/left-inactive.xpm +++ /dev/null @@ -1,26 +0,0 @@ -/* XPM */ -static char * left_inactive_xpm[] = { -"1 21 2 1", -" c None", -". c #1d2021", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -"."}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/maximize-active.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/maximize-active.xpm deleted file mode 100644 index 746f2ab..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/maximize-active.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * maximize_prelight_xpm[] = { -"24 26 4 1", -" c None", -". c #1d2021", -"+ c #fbf1c7", -"@ c #a89984", -"@@@@@@@@@@@@@@@@@@@@@@@@", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........++++++++........", -"........++++++++........", -"........++....++........", -"........++....++........", -"........++....++........", -"........++....++........", -"........++++++++........", -"........++++++++........", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/maximize-inactive.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/maximize-inactive.xpm deleted file mode 100644 index e34096d..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/maximize-inactive.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * maximize_prelight_xpm[] = { -"24 26 4 1", -" c None", -". c #1d2021", -"+ c #c3bc9d", -"@ c #1d2021", -"@@@@@@@@@@@@@@@@@@@@@@@@", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........++++++++........", -"........++++++++........", -"........++....++........", -"........++....++........", -"........++....++........", -"........++....++........", -"........++++++++........", -"........++++++++........", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/maximize-prelight.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/maximize-prelight.xpm deleted file mode 100644 index edb3207..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/maximize-prelight.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * maximize_prelight_xpm[] = { -"24 26 4 1", -" c None", -". c #1d2021", -"+ c #928374 s active_color_1", -"@ c #a89984", -"@@@@@@@@@@@@@@@@@@@@@@@@", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........++++++++........", -"........++++++++........", -"........++....++........", -"........++....++........", -"........++....++........", -"........++....++........", -"........++++++++........", -"........++++++++........", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/maximize-pressed.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/maximize-pressed.xpm deleted file mode 100644 index edb3207..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/maximize-pressed.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * maximize_prelight_xpm[] = { -"24 26 4 1", -" c None", -". c #1d2021", -"+ c #928374 s active_color_1", -"@ c #a89984", -"@@@@@@@@@@@@@@@@@@@@@@@@", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........++++++++........", -"........++++++++........", -"........++....++........", -"........++....++........", -"........++....++........", -"........++....++........", -"........++++++++........", -"........++++++++........", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/maximize-toggled-active.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/maximize-toggled-active.xpm deleted file mode 100644 index de9758e..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/maximize-toggled-active.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * maximize_toggled_prelight_xpm[] = { -"24 26 4 1", -" c None", -". c #1d2021", -"+ c #fbf1c7", -"@ c #a89984", -"@@@@@@@@@@@@@@@@@@@@@@@@", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........++++++++........", -"........++++++++........", -"........++....++........", -"........++....++........", -"........++....++........", -"........++....++........", -"........++++++++........", -"........++++++++........", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/maximize-toggled-inactive.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/maximize-toggled-inactive.xpm deleted file mode 100644 index 21ddf5c..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/maximize-toggled-inactive.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * maximize_toggled_prelight_xpm[] = { -"24 26 4 1", -" c None", -". c #1d2021", -"+ c #c3bc9d", -"@ c #1d2021", -"@@@@@@@@@@@@@@@@@@@@@@@@", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........++++++++........", -"........++++++++........", -"........++....++........", -"........++....++........", -"........++....++........", -"........++....++........", -"........++++++++........", -"........++++++++........", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/maximize-toggled-prelight.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/maximize-toggled-prelight.xpm deleted file mode 100644 index 1dc892b..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/maximize-toggled-prelight.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * maximize_toggled_prelight_xpm[] = { -"24 26 4 1", -" c None", -". c #1d2021", -"+ c #928374 s active_color_1", -"@ c #a89984", -"@@@@@@@@@@@@@@@@@@@@@@@@", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........++++++++........", -"........++++++++........", -"........++....++........", -"........++....++........", -"........++....++........", -"........++....++........", -"........++++++++........", -"........++++++++........", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/maximize-toggled-pressed.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/maximize-toggled-pressed.xpm deleted file mode 100644 index 1dc892b..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/maximize-toggled-pressed.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * maximize_toggled_prelight_xpm[] = { -"24 26 4 1", -" c None", -". c #1d2021", -"+ c #928374 s active_color_1", -"@ c #a89984", -"@@@@@@@@@@@@@@@@@@@@@@@@", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........++++++++........", -"........++++++++........", -"........++....++........", -"........++....++........", -"........++....++........", -"........++....++........", -"........++++++++........", -"........++++++++........", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/menu-active.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/menu-active.xpm deleted file mode 100644 index 55cd617..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/menu-active.xpm +++ /dev/null @@ -1,21 +0,0 @@ -/* XPM */ -static char * menu_active_xpm[] = { -"24 16 2 1", -" c None", -". c #1d2021", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/menu-inactive.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/menu-inactive.xpm deleted file mode 100644 index c8935aa..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/menu-inactive.xpm +++ /dev/null @@ -1,21 +0,0 @@ -/* XPM */ -static char * menu_inactive_xpm[] = { -"24 16 2 1", -" c None", -". c #1d2021", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/menu-prelight.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/menu-prelight.xpm deleted file mode 100644 index c476175..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/menu-prelight.xpm +++ /dev/null @@ -1,21 +0,0 @@ -/* XPM */ -static char * menu_prelight_xpm[] = { -"24 16 2 1", -" c None", -". c #1d2021", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/menu-pressed.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/menu-pressed.xpm deleted file mode 100644 index 958235b..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/menu-pressed.xpm +++ /dev/null @@ -1,21 +0,0 @@ -/* XPM */ -static char * menu_pressed_xpm[] = { -"24 16 2 1", -" c None", -". c #1d2021", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/right-active.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/right-active.xpm deleted file mode 100644 index 622a0d0..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/right-active.xpm +++ /dev/null @@ -1,26 +0,0 @@ -/* XPM */ -static char * right_active_xpm[] = { -"1 21 2 1", -" c None", -". c #a89984", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -"."}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/right-inactive.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/right-inactive.xpm deleted file mode 100644 index d1b2ee9..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/right-inactive.xpm +++ /dev/null @@ -1,26 +0,0 @@ -/* XPM */ -static char * right_inactive_xpm[] = { -"1 21 2 1", -" c None", -". c #1d2021", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -"."}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/shade-active.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/shade-active.xpm deleted file mode 100644 index 6c96c1e..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/shade-active.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * shade_prelight_xpm[] = { -"24 26 4 1", -" c None", -". c #1d2021", -"+ c #fbf1c7", -"@ c #a89984", -"@@@@@@@@@@@@@@@@@@@@@@@@", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"...........++...........", -"..........++++..........", -".........++++++.........", -"........++++++++........", -".......+++.++.+++.......", -"...........++...........", -"...........++...........", -"...........++...........", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/shade-inactive.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/shade-inactive.xpm deleted file mode 100644 index 27fc69e..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/shade-inactive.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * shade_prelight_xpm[] = { -"24 26 4 1", -" c None", -". c #1d2021", -"+ c #c3bc9d", -"@ c #1d2021", -"@@@@@@@@@@@@@@@@@@@@@@@@", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"...........++...........", -"..........++++..........", -".........++++++.........", -"........++++++++........", -".......+++.++.+++.......", -"...........++...........", -"...........++...........", -"...........++...........", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/shade-prelight.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/shade-prelight.xpm deleted file mode 100644 index 30a4be1..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/shade-prelight.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * shade_prelight_xpm[] = { -"24 26 4 1", -" c None", -". c #1d2021", -"+ c #928374 s active_color_1", -"@ c #a89984", -"@@@@@@@@@@@@@@@@@@@@@@@@", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"...........++...........", -"..........++++..........", -".........++++++.........", -"........++++++++........", -".......+++.++.+++.......", -"...........++...........", -"...........++...........", -"...........++...........", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/shade-pressed.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/shade-pressed.xpm deleted file mode 100644 index 30a4be1..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/shade-pressed.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * shade_prelight_xpm[] = { -"24 26 4 1", -" c None", -". c #1d2021", -"+ c #928374 s active_color_1", -"@ c #a89984", -"@@@@@@@@@@@@@@@@@@@@@@@@", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"...........++...........", -"..........++++..........", -".........++++++.........", -"........++++++++........", -".......+++.++.+++.......", -"...........++...........", -"...........++...........", -"...........++...........", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/shade-toggled-active.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/shade-toggled-active.xpm deleted file mode 100644 index 7cec742..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/shade-toggled-active.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * shade_toggled_prelight_xpm[] = { -"24 26 4 1", -" c None", -". c #1d2021", -"+ c #fbf1c7", -"@ c #a89984", -"@@@@@@@@@@@@@@@@@@@@@@@@", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"...........++...........", -"...........++...........", -"...........++...........", -".......+++.++.+++.......", -"........++++++++........", -".........++++++.........", -"..........++++..........", -"...........++...........", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/shade-toggled-inactive.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/shade-toggled-inactive.xpm deleted file mode 100644 index 3df4078..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/shade-toggled-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * shade_toggled_prelight_xpm[] = { -"24 26 4 1", -" c None", -". c #1d2021", -"+ c #c3bc9d", -"@@@@@@@@@@@@@@@@@@@@@@@@", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"...........++...........", -"...........++...........", -"...........++...........", -".......+++.++.+++.......", -"........++++++++........", -".........++++++.........", -"..........++++..........", -"...........++...........", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/shade-toggled-prelight.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/shade-toggled-prelight.xpm deleted file mode 100644 index 0b293eb..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/shade-toggled-prelight.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * shade_toggled_prelight_xpm[] = { -"24 26 4 1", -" c None", -". c #1d2021", -"+ c #928374 s active_color_1", -"@ c #a89984", -"@@@@@@@@@@@@@@@@@@@@@@@@", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"...........++...........", -"...........++...........", -"...........++...........", -".......+++.++.+++.......", -"........++++++++........", -".........++++++.........", -"..........++++..........", -"...........++...........", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/shade-toggled-pressed.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/shade-toggled-pressed.xpm deleted file mode 100644 index 0b293eb..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/shade-toggled-pressed.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * shade_toggled_prelight_xpm[] = { -"24 26 4 1", -" c None", -". c #1d2021", -"+ c #928374 s active_color_1", -"@ c #a89984", -"@@@@@@@@@@@@@@@@@@@@@@@@", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"...........++...........", -"...........++...........", -"...........++...........", -".......+++.++.+++.......", -"........++++++++........", -".........++++++.........", -"..........++++..........", -"...........++...........", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/stick-active.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/stick-active.xpm deleted file mode 100644 index 3ef86f3..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/stick-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * stick_active_xpm[] = { -"24 26 4 1", -" c None", -". c #1d2021", -"+ c #fbf1c7", -"@@@@@@@@@@@@@@@@@@@@@@@@", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"...........++...........", -".........++++++.........", -".........++..++.........", -"........++....++........", -"........++....++........", -".........++..++.........", -".........++++++.........", -"...........++...........", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/stick-inactive.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/stick-inactive.xpm deleted file mode 100644 index 402b8df..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/stick-inactive.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * stick_toggled_prelight_xpm[] = { -"24 26 4 1", -" c None", -". c #1d2021", -"+ c #c3bc9d", -"@ c #1d2021", -"@@@@@@@@@@@@@@@@@@@@@@@@", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"...........++...........", -".........++++++.........", -".........++..++.........", -"........++....++........", -"........++....++........", -".........++..++.........", -".........++++++.........", -"...........++...........", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/stick-prelight.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/stick-prelight.xpm deleted file mode 100644 index 44d0e61..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/stick-prelight.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * stick_toggled_prelight_xpm[] = { -"24 26 4 1", -" c None", -". c #1d2021", -"+ c #928374 s active_color_1", -"@ c #a89984", -"@@@@@@@@@@@@@@@@@@@@@@@@", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"...........++...........", -".........++++++.........", -".........++..++.........", -"........++....++........", -"........++....++........", -".........++..++.........", -".........++++++.........", -"...........++...........", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/stick-pressed.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/stick-pressed.xpm deleted file mode 100644 index 44d0e61..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/stick-pressed.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * stick_toggled_prelight_xpm[] = { -"24 26 4 1", -" c None", -". c #1d2021", -"+ c #928374 s active_color_1", -"@ c #a89984", -"@@@@@@@@@@@@@@@@@@@@@@@@", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"...........++...........", -".........++++++.........", -".........++..++.........", -"........++....++........", -"........++....++........", -".........++..++.........", -".........++++++.........", -"...........++...........", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/stick-toggled-active.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/stick-toggled-active.xpm deleted file mode 100644 index 0ad2c03..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/stick-toggled-active.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * stick_toggled_active_xpm[] = { -"24 26 4 1", -" c None", -". c #1d2021", -"+ c #fbf1c7", -"@ c #a89984", -"@@@@@@@@@@@@@@@@@@@@@@@@", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"...........++...........", -".........++++++.........", -".........++++++.........", -"........++++++++........", -"........++++++++........", -".........++++++.........", -".........++++++.........", -"...........++...........", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/stick-toggled-inactive.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/stick-toggled-inactive.xpm deleted file mode 100644 index 2ba0654..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/stick-toggled-inactive.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * stick_toggled_prelight_xpm[] = { -"24 26 4 1", -" c None", -". c #1d2021", -"+ c #c3bc9d", -"@ c #1d2021", -"@@@@@@@@@@@@@@@@@@@@@@@@", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"...........++...........", -".........++++++.........", -".........++++++.........", -"........++++++++........", -"........++++++++........", -".........++++++.........", -".........++++++.........", -"...........++...........", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/stick-toggled-prelight.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/stick-toggled-prelight.xpm deleted file mode 100644 index 10e390b..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/stick-toggled-prelight.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * stick_toggled_prelight_xpm[] = { -"24 26 4 1", -" c None", -". c #1d2021", -"+ c #928374 s active_color_1", -"@ c #a89984", -"@@@@@@@@@@@@@@@@@@@@@@@@", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"...........++...........", -".........++++++.........", -".........++++++.........", -"........++++++++........", -"........++++++++........", -".........++++++.........", -".........++++++.........", -"...........++...........", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/stick-toggled-pressed.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/stick-toggled-pressed.xpm deleted file mode 100644 index 10e390b..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/stick-toggled-pressed.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * stick_toggled_prelight_xpm[] = { -"24 26 4 1", -" c None", -". c #1d2021", -"+ c #928374 s active_color_1", -"@ c #a89984", -"@@@@@@@@@@@@@@@@@@@@@@@@", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"...........++...........", -".........++++++.........", -".........++++++.........", -"........++++++++........", -"........++++++++........", -".........++++++.........", -".........++++++.........", -"...........++...........", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................", -"........................"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/themerc b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/themerc deleted file mode 100644 index cc90121..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/themerc +++ /dev/null @@ -1,23 +0,0 @@ -# Name: Numix xfwm4 theme -# Author: Satyajit Sahoo <satyajit.happy@gmail.com> -# License: GPL-3.0+ - -active_text_color=#fbf1c7 -inactive_text_color=#c3bc9d -button_offset=3 -button_spacing=0 -show_app_icon=true -full_width_title=true -maximized_offset=0 -title_horizontal_offset=3 -title_shadow_active=false -title_shadow_inactive=false -title_vertical_offset_active=0 -title_vertical_offset_inactive=0 -title_shadow_active=false -title_shadow_inactive=false -shadow_delta_height=0 -shadow_delta_width=0 -shadow_delta_x=0 -shadow_delta_y=0 -shadow_opacity=30 diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/title-1-active.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/title-1-active.xpm deleted file mode 100644 index 2df212d..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/title-1-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_1_active_xpm[] = { -"2 26 3 1", -" c None", -". c #a89984", -"+ c #1d2021", -"..", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/title-1-inactive.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/title-1-inactive.xpm deleted file mode 100644 index d0b5bff..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/title-1-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_1_inactive_xpm[] = { -"2 26 3 1", -" c None", -". c #1d2021", -"+ c #1d2021", -"..", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/title-2-active.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/title-2-active.xpm deleted file mode 100644 index 1004aa5..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/title-2-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_2_active_xpm[] = { -"2 26 3 1", -" c None", -". c #a89984", -"+ c #1d2021", -"..", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/title-2-inactive.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/title-2-inactive.xpm deleted file mode 100644 index ff8a512..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/title-2-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_2_inactive_xpm[] = { -"2 26 3 1", -" c None", -". c #1d2021", -"+ c #1d2021", -"..", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/title-3-active.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/title-3-active.xpm deleted file mode 100644 index 2620ddd..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/title-3-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_3_active_xpm[] = { -"2 26 3 1", -" c None", -". c #a89984", -"+ c #1d2021", -"..", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/title-3-inactive.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/title-3-inactive.xpm deleted file mode 100644 index 5361291..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/title-3-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_3_inactive_xpm[] = { -"2 26 3 1", -" c None", -". c #1d2021", -"+ c #1d2021", -"..", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/title-4-active.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/title-4-active.xpm deleted file mode 100644 index 18d73d9..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/title-4-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_4_active_xpm[] = { -"2 26 3 1", -" c None", -". c #a89984", -"+ c #1d2021", -"..", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/title-4-inactive.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/title-4-inactive.xpm deleted file mode 100644 index dcc0bd2..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/title-4-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_4_inactive_xpm[] = { -"2 26 3 1", -" c None", -". c #1d2021", -"+ c #1d2021", -"..", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/title-5-active.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/title-5-active.xpm deleted file mode 100644 index 6668300..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/title-5-active.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_5_active_xpm[] = { -"2 26 3 1", -" c None", -". c #a89984", -"+ c #1d2021", -"..", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/title-5-inactive.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/title-5-inactive.xpm deleted file mode 100644 index 1caba89..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/title-5-inactive.xpm +++ /dev/null @@ -1,32 +0,0 @@ -/* XPM */ -static char * title_5_inactive_xpm[] = { -"2 26 3 1", -" c None", -". c #1d2021", -"+ c #1d2021", -"..", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++", -"++"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/top-left-active.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/top-left-active.xpm deleted file mode 100644 index 202964b..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/top-left-active.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * top_left_active_xpm[] = { -"2 26 4 1", -" c None", -". c #a89984", -"+ c #a89984", -"@ c #1d2021", -" .", -".+", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/top-left-inactive.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/top-left-inactive.xpm deleted file mode 100644 index 556f0ff..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/top-left-inactive.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * top_left_inactive_xpm[] = { -"2 26 4 1", -" c None", -". c #1d2021", -"+ c #1d2021", -"@ c #1d2021", -" .", -".+", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@"}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/top-right-active.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/top-right-active.xpm deleted file mode 100644 index 7f6574a..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/top-right-active.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * top_right_active_xpm[] = { -"2 26 4 1", -" c None", -". c #a89984", -"+ c #a89984", -"@ c #1d2021", -". ", -"+.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@."}; diff --git a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/top-right-inactive.xpm b/users/files/oomox-gruvmox-dark-medium-default/xfwm4/top-right-inactive.xpm deleted file mode 100644 index ee281b7..0000000 --- a/users/files/oomox-gruvmox-dark-medium-default/xfwm4/top-right-inactive.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * top_right_inactive_xpm[] = { -"2 26 4 1", -" c None", -". c #1d2021", -"+ c #1d2021", -"@ c #1d2021", -". ", -"+.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@."}; diff --git a/users/files/ranger/commands.py b/users/files/ranger/commands.py deleted file mode 100755 index d6e8131..0000000 --- a/users/files/ranger/commands.py +++ /dev/null @@ -1,213 +0,0 @@ -# This is a sample commands.py. You can add your own commands here. -# -# Please refer to commands_full.py for all the default commands and a complete -# documentation. Do NOT add them all here, or you may end up with defunct -# commands when upgrading ranger. - -# You always need to import ranger.api.commands here to get the Command class: -from ranger.api.commands import * - -# A simple command for demonstration purposes follows. -#------------------------------------------------------------------------------ - -# You can import any python module as needed. -import os - -# Any class that is a subclass of "Command" will be integrated into ranger as a -# command. Try typing ":my_edit<ENTER>" in ranger! -class my_edit(Command): - # The so-called doc-string of the class will be visible in the built-in - # help that is accessible by typing "?c" inside ranger. - """:my_edit <filename> - - A sample command for demonstration purposes that opens a file in an editor. - """ - - # The execute method is called when you run this command in ranger. - def execute(self): - # self.arg(1) is the first (space-separated) argument to the function. - # This way you can write ":my_edit somefilename<ENTER>". - if self.arg(1): - # self.rest(1) contains self.arg(1) and everything that follows - target_filename = self.rest(1) - else: - # self.fm is a ranger.core.filemanager.FileManager object and gives - # you access to internals of ranger. - # self.fm.thisfile is a ranger.container.file.File object and is a - # reference to the currently selected file. - target_filename = self.fm.thisfile.path - - # This is a generic function to print text in ranger. - self.fm.notify("Let's edit the file " + target_filename + "!") - - # Using bad=True in fm.notify allows you to print error messages: - if not os.path.exists(target_filename): - self.fm.notify("The given file does not exist!", bad=True) - return - - # This executes a function from ranger.core.acitons, a module with a - # variety of subroutines that can help you construct commands. - # Check out the source, or run "pydoc ranger.core.actions" for a list. - self.fm.edit_file(target_filename) - - # The tab method is called when you press tab, and should return a list of - # suggestions that the user will tab through. - def tab(self): - # This is a generic tab-completion function that iterates through the - # content of the current directory. - return self._tab_directory_content() - - -# https://github.com/ranger/ranger/wiki/Integrating-File-Search-with-fzf -# Now, simply bind this function to a key, by adding this to your ~/.config/ranger/rc.conf: map <C-f> fzf_select -class fzf_select(Command): - """ - :fzf_select - - Find a file using fzf. - - With a prefix argument select only directories. - - See: https://github.com/junegunn/fzf - """ - def execute(self): - import subprocess - if self.quantifier: - # match only directories - command="find -L . \( -path '*/\.*' -o -fstype 'dev' -o -fstype 'proc' \) -prune \ - -o -type d -print 2> /dev/null | sed 1d | cut -b3- | fzf +m" - else: - # match files and directories - command="find -L . \( -path '*/\.*' -o -fstype 'dev' -o -fstype 'proc' \) -prune \ - -o -print 2> /dev/null | sed 1d | cut -b3- | fzf +m" - fzf = self.fm.execute_command(command, stdout=subprocess.PIPE) - stdout, stderr = fzf.communicate() - if fzf.returncode == 0: - fzf_file = os.path.abspath(stdout.decode('utf-8').rstrip('\n')) - if os.path.isdir(fzf_file): - self.fm.cd(fzf_file) - else: - self.fm.select_file(fzf_file) -# fzf_locate -class fzf_locate(Command): - """ - :fzf_locate - - Find a file using fzf. - - With a prefix argument select only directories. - - See: https://github.com/junegunn/fzf - """ - def execute(self): - import subprocess - if self.quantifier: - command="locate home media | fzf -e -i" - else: - command="locate home media | fzf -e -i" - fzf = self.fm.execute_command(command, stdout=subprocess.PIPE) - stdout, stderr = fzf.communicate() - if fzf.returncode == 0: - fzf_file = os.path.abspath(stdout.decode('utf-8').rstrip('\n')) - if os.path.isdir(fzf_file): - self.fm.cd(fzf_file) - else: - self.fm.select_file(fzf_file) - -class fzf_bring(Command): - """ - :fzf_bring - - Find a file using fzf and bring it to the current directory. - - See: https://github.com/junegunn/fzf - """ - def execute(self): - import subprocess - if self.quantifier: - # match only directories - command="find -L . \( -path '*/\.*' -o -fstype 'dev' -o -fstype 'proc' \) -prune \ - -o -type d -print 2> /dev/null | sed 1d | cut -b3- | fzf +m" - else: - # match files and directories - command="find -L . \( -path '*/\.*' -o -fstype 'dev' -o -fstype 'proc' \) -prune \ - -o -print 2> /dev/null | sed 1d | cut -b3- | fzf +m" - fzf = self.fm.execute_command(command, stdout=subprocess.PIPE) - stdout, stderr = fzf.communicate() - if fzf.returncode == 0: - fzf_file = os.path.abspath(stdout.decode('utf-8').rstrip('\n')) - if os.path.isdir(fzf_file): - self.fm.cd(fzf_file) - else: - self.fm.select_file(fzf_file) - - -import os -from ranger.core.loader import CommandLoader - -class compress(Command): - def execute(self): - """ Compress marked files to current directory """ - cwd = self.fm.thisdir - marked_files = cwd.get_selection() - - if not marked_files: - return - - def refresh(_): - cwd = self.fm.get_directory(original_path) - cwd.load_content() - - original_path = cwd.path - parts = self.line.split() - au_flags = parts[1:] - - descr = "compressing files in: " + os.path.basename(parts[1]) - obj = CommandLoader(args=['apack'] + au_flags + \ - [os.path.relpath(f.path, cwd.path) for f in marked_files], descr=descr) - - obj.signal_bind('after', refresh) - self.fm.loader.add(obj) - - def tab(self): - """ Complete with current folder name """ - - extension = ['.zip', '.tar.gz', '.rar', '.7z'] - return ['compress ' + os.path.basename(self.fm.thisdir.path) + ext for ext in extension] - - - - -import os -from ranger.core.loader import CommandLoader - -class extracthere(Command): - def execute(self): - """ Extract copied files to current directory """ - copied_files = tuple(self.fm.copy_buffer) - - if not copied_files: - return - - def refresh(_): - cwd = self.fm.get_directory(original_path) - cwd.load_content() - - one_file = copied_files[0] - cwd = self.fm.thisdir - original_path = cwd.path - au_flags = ['-X', cwd.path] - au_flags += self.line.split()[1:] - au_flags += ['-e'] - - self.fm.copy_buffer.clear() - self.fm.cut_buffer = False - if len(copied_files) == 1: - descr = "extracting: " + os.path.basename(one_file.path) - else: - descr = "extracting files from: " + os.path.basename(one_file.dirname) - obj = CommandLoader(args=['aunpack'] + au_flags \ - + [f.path for f in copied_files], descr=descr) - - obj.signal_bind('after', refresh) - self.fm.loader.add(obj) diff --git a/users/files/ranger/rc.conf b/users/files/ranger/rc.conf deleted file mode 100755 index eddebb0..0000000 --- a/users/files/ranger/rc.conf +++ /dev/null @@ -1,518 +0,0 @@ -###SETTINGS### - -set column_ratios 1,3,4 -#set hidden_filter ^\.|\.(?:pyc|pyo|bak|swp)$|^lost\+found$|^__(py)?cache__$ -set hidden_filter ^\.|\.(?:pyc|vrb|pyo|lof|bak|swp|aux|log|nav|out|snm|toc|bcf|run\.xml|synctex\.gz|blg|bbl)$|^lost\+found$|^__(py)?cache__$ -set show_hidden false -set confirm_on_delete multiple -set preview_script ~/.config/ranger/scope.sh -set use_preview_script true -set automatically_count_files true -set open_all_images true -set vcs_aware true -set vcs_backend_git enabled -set vcs_backend_hg disabled -set vcs_backend_bzr disabled -set preview_images true -set preview_images_method w3m -set unicode_ellipsis false -set show_hidden_bookmarks false -set colorscheme default -set preview_files true -set preview_directories true -set collapse_preview true -set save_console_history false -set status_bar_on_top false -set draw_progress_bar_in_status_bar true -set draw_borders true -set dirname_in_tabs true -set mouse_enabled true -set display_size_in_main_column true -set display_size_in_status_bar true -set display_tags_in_all_columns true -set update_title false -set update_tmux_title true -set shorten_title 3 -set tilde_in_titlebar true -set max_history_size 20 -set max_console_history_size 50 -set scroll_offset 8 -set flushinput true -set padding_right true -set autosave_bookmarks false -set autoupdate_cumulative_size false -set show_cursor false -set sort natural -set sort_reverse false -set sort_case_insensitive true -set sort_directories_first true -set sort_unicode false -set xterm_alt_key false -set cd_bookmarks false -set preview_max_size 0 -set show_selection_in_titlebar true -set idle_delay 2000 -set metadata_deep_search false - - -###ALIASES### -alias e edit -alias q quit -alias q! quitall -alias qa quitall -alias qall quitall -alias setl setlocal - -alias filter scout -prt -alias find scout -aeit -alias mark scout -mr -alias unmark scout -Mr -alias search scout -rs -alias search_inc scout -rts -alias travel scout -aefiklst - - -###BASIC KEYS### - -#BASIC -map Q quit! -map q quit -copymap q ZZ ZQ - -#map R reload_cwd -map <C-r> reset -#map <C-l> redraw_window -map <C-c> abort -map <esc> change_mode normal - -map i display_file -map ? help -#map W display_log -map w taskview_open -map S shell $SHELL - -map : console -map ; console -map ! console shell%space -map @ console -p6 shell %s -map # console shell -p%space -#map s console shell%space -map r chain draw_possible_programs; console open_with%%space -map f console find%space -map cd console cd%space - - -# Change the line mode -#map Mf linemode filename -#map Mi linemode fileinfo -#map Mp linemode permissions -#map Mt linemode metatitle - -#moc -#map Mc shell mocp -c -#map Ma shell mocp -a %s -#map Ms shell mocp -p -#map MS shell mocp -S -#map Mp shell mocp -G -#map Mn shell mocp -f -#map Mb shell mocp -r -#map MN shell mocp -s && mocp -c && mocp -a %s && mocp -p -#map Mo shell mocp -j 0%% -#map MK shell killall mocp - - - -# Tagging / Marking -map at tag_toggle -map ut tag_remove -map "<any> tag_toggle tag=%any -map <Space> mark_files toggle=True -map va mark_files all=True toggle=True -map uv mark_files all=True val=False -map vs toggle_visual_mode -map uV toggle_visual_mode reverse=True - - - -# For the nostalgics: Midnight Commander bindings -map <F1> help -map <F3> display_file -map <F4> edit -map <F5> copy -map <F5> console shell echo "require(rmarkdown); render_site()" | R --vanilla -map <F6> cut -map <F7> console mkdir%space -map <F8> console delete -map <F10> exit - - -# In case you work on a keyboard with dvorak layout -map <UP> move up=1 -map <DOWN> move down=1 -map <LEFT> move left=1 -map <RIGHT> move right=1 -map <HOME> move to=0 -map <END> move to=-1 -map <PAGEDOWN> move down=1 pages=True -map <PAGEUP> move up=1 pages=True -map <CR> move right=1 -map <DELETE> console delete -map <INSERT> console touch%space - - -# VIM-like -copymap <UP> k -copymap <DOWN> j -copymap <LEFT> h -copymap <RIGHT> l -copymap <HOME> gg -copymap <END> G -copymap <PAGEDOWN> <C-F> -copymap <PAGEUP> <C-B> - -map J move down=0.5 pages=True -map K move up=0.5 pages=True -copymap J <C-D> -copymap K <C-U> - - -# Jumping around -map H history_go -1 -map L history_go 1 -map ] move_parent 1 -map [ move_parent -1 -map } traverse - -#DEFAULT MOVEMENT -map ge cd /etc -map gu cd /usr -#map gl cd -r . -map gL cd -r %f -#map gv cd /var -map gM cd /mnt -map gr cd / -map gR eval fm.cd(ranger.RANGERDIR) -map g? cd /usr/share/doc/ranger - -# Tabs -map <C-n> tab_new ~ -map <C-w> tab_close -map <TAB> tab_move 1 -map <S-TAB> tab_move -1 -map <A-Right> tab_move 1 -map <A-Left> tab_move -1 -#map gt tab_move 1 -#map gT tab_move -1 -map gn tab_new ~ -#map gc tab_close -map tt tab_close -map uq tab_restore -map <a-1> tab_open 1 -map <a-2> tab_open 2 -map <a-3> tab_open 3 -map <a-4> tab_open 4 -map <a-5> tab_open 5 -map <a-6> tab_open 6 -map <a-7> tab_open 7 -map <a-8> tab_open 8 -map <a-9> tab_open 9 - - -# External Programs -map E edit -map du shell -p du --max-depth=1 -h --apparent-size -map dU shell -p du --max-depth=1 -h --apparent-size | sort -rh -map yp shell -f echo -n %%d/%%f | xsel -i; xsel -o | xsel -i -b -map yd shell -f echo -n %%d | xsel -i; xsel -o | xsel -i -b -map yn shell -f echo -n %%f | xsel -i; xsel -o | xsel -i -b - - -# Filesystem Operations -map = chmod -map cw console rename%space -map aa rename_append -map A eval fm.open_console('rename ' + fm.thisfile.relative_path) -map I eval fm.open_console('rename ' + fm.thisfile.relative_path, position=7) -map pp paste -map po paste overwrite=True -map pP paste append=True -map pO paste overwrite=True append=True -map pl paste_symlink relative=False -map pL paste_symlink relative=True -map phl paste_hardlink -map pht paste_hardlinked_subtree - -map dD console delete - -map dd cut -map ud uncut -map da cut mode=add -map dr cut mode=remove - -map yy copy -map uy uncut -map ya copy mode=add -map yr copy mode=remove - - -# Temporary workarounds -map dgg eval fm.cut(dirarg=dict(to=0), narg=quantifier) -map dG eval fm.cut(dirarg=dict(to=-1), narg=quantifier) -map dj eval fm.cut(dirarg=dict(down=1), narg=quantifier) -map dk eval fm.cut(dirarg=dict(up=1), narg=quantifier) -map ygg eval fm.copy(dirarg=dict(to=0), narg=quantifier) -map yG eval fm.copy(dirarg=dict(to=-1), narg=quantifier) -map yj eval fm.copy(dirarg=dict(down=1), narg=quantifier) -map yk eval fm.copy(dirarg=dict(up=1), narg=quantifier) - - -# Searching -map / console search%space -map n search_next -map N search_next forward=False -map ct search_next order=tag -map cs search_next order=size -map ci search_next order=mimetype -map cc search_next order=ctime -map cm search_next order=mtime -map ca search_next order=atime - - -# Sorting -map or toggle_option sort_reverse -map oz set sort=random -map os chain set sort=size; set sort_reverse=False -map ob chain set sort=basename; set sort_reverse=False -map on chain set sort=natural; set sort_reverse=False -map om chain set sort=mtime; set sort_reverse=False -map oc chain set sort=ctime; set sort_reverse=False -map oa chain set sort=atime; set sort_reverse=False -map ot chain set sort=type; set sort_reverse=False -map oe chain set sort=extension; set sort_reverse=False - -map oS chain set sort=size; set sort_reverse=True -map oB chain set sort=basename; set sort_reverse=True -map oN chain set sort=natural; set sort_reverse=True -map oM chain set sort=mtime; set sort_reverse=True -map oC chain set sort=ctime; set sort_reverse=True -map oA chain set sort=atime; set sort_reverse=True -map oT chain set sort=type; set sort_reverse=True -map oE chain set sort=extension; set sort_reverse=True - -map dc get_cumulative_size - - -# Settings -map zc toggle_option collapse_preview -map zd toggle_option sort_directories_first -map zh toggle_option show_hidden -map <C-h> toggle_option show_hidden -map zi toggle_option flushinput -map zm toggle_option mouse_enabled -map zp toggle_option preview_files -map zP toggle_option preview_directories -map zs toggle_option sort_case_insensitive -map zu toggle_option autoupdate_cumulative_size -map zv toggle_option use_preview_script -map zf console filter%space - - -# Bookmarks -#map `<any> enter_bookmark %any -#map '<any> enter_bookmark %any -#map mm<any> set_bookmark %any -#map um<any> unset_bookmark %any - -#map m<bg> draw_bookmarks -#copymap m<bg> um<bg> `<bg> '<bg> - - -# Generate all the chmod bindings with some python help: -eval for arg in "rwxXst": cmd("map +u{0} shell -f chmod u+{0} %s".format(arg)) -eval for arg in "rwxXst": cmd("map +g{0} shell -f chmod g+{0} %s".format(arg)) -eval for arg in "rwxXst": cmd("map +o{0} shell -f chmod o+{0} %s".format(arg)) -eval for arg in "rwxXst": cmd("map +a{0} shell -f chmod a+{0} %s".format(arg)) -eval for arg in "rwxXst": cmd("map +{0} shell -f chmod u+{0} %s".format(arg)) - -eval for arg in "rwxXst": cmd("map -u{0} shell -f chmod u-{0} %s".format(arg)) -eval for arg in "rwxXst": cmd("map -g{0} shell -f chmod g-{0} %s".format(arg)) -eval for arg in "rwxXst": cmd("map -o{0} shell -f chmod o-{0} %s".format(arg)) -eval for arg in "rwxXst": cmd("map -a{0} shell -f chmod a-{0} %s".format(arg)) -eval for arg in "rwxXst": cmd("map -{0} shell -f chmod u-{0} %s".format(arg)) - - -###CONSOLE KEYS### -# Basic -cmap <tab> eval fm.ui.console.tab() -cmap <s-tab> eval fm.ui.console.tab(-1) -cmap <ESC> eval fm.ui.console.close() -cmap <CR> eval fm.ui.console.execute() -#cmap <C-l> redraw_window - -copycmap <ESC> <C-c> -copycmap <CR> <C-j> - - -# Move around -cmap <up> eval fm.ui.console.history_move(-1) -cmap <down> eval fm.ui.console.history_move(1) -cmap <left> eval fm.ui.console.move(left=1) -cmap <right> eval fm.ui.console.move(right=1) -cmap <home> eval fm.ui.console.move(right=0, absolute=True) -cmap <end> eval fm.ui.console.move(right=-1, absolute=True) - - -# Line Editing -cmap <backspace> eval fm.ui.console.delete(-1) -cmap <delete> eval fm.ui.console.delete(0) -cmap <C-w> eval fm.ui.console.delete_word() -cmap <A-d> eval fm.ui.console.delete_word(backward=False) -cmap <C-k> eval fm.ui.console.delete_rest(1) -cmap <C-u> eval fm.ui.console.delete_rest(-1) -cmap <C-y> eval fm.ui.console.paste() - -# And of course the emacs way -#copycmap <up> <C-p> -#copycmap <down> <C-n> -#copycmap <left> <C-b> -#copycmap <right> <C-f> -#copycmap <home> <C-a> -#copycmap <end> <C-e> -#copycmap <delete> <C-d> -#copycmap <backspace> <C-h> - - -# Note: There are multiple ways to express backspaces. <backspace> (code 263) -# and <backspace2> (code 127). To be sure, use both. -copycmap <backspace> <backspace2> - -# This special expression allows typing in numerals: -cmap <allow_quantifiers> false - - - -###PAGER KEYS### -# Movement -pmap <down> pager_move down=1 -pmap <up> pager_move up=1 -pmap <left> pager_move left=4 -pmap <right> pager_move right=4 -pmap <home> pager_move to=0 -pmap <end> pager_move to=-1 -pmap <pagedown> pager_move down=1.0 pages=True -pmap <pageup> pager_move up=1.0 pages=True -pmap <C-d> pager_move down=0.5 pages=True -pmap <C-u> pager_move up=0.5 pages=True - -copypmap <UP> k <C-p> -copypmap <DOWN> j <C-n> <CR> -copypmap <LEFT> h -copypmap <RIGHT> l -copypmap <HOME> g -copypmap <END> G -copypmap <C-d> d -copypmap <C-u> u -copypmap <PAGEDOWN> n f <C-F> <Space> -copypmap <PAGEUP> p b <C-B> - - -# Basic -#pmap <C-l> redraw_window -pmap <ESC> pager_close -copypmap <ESC> q Q i <F3> -pmap E edit_file - -# =================================================================== -# == Taskview Keybindings -# =================================================================== - -# Movement -tmap <up> taskview_move up=1 -tmap <down> taskview_move down=1 -tmap <home> taskview_move to=0 -tmap <end> taskview_move to=-1 -tmap <pagedown> taskview_move down=1.0 pages=True -tmap <pageup> taskview_move up=1.0 pages=True -tmap <C-d> taskview_move down=0.5 pages=True -tmap <C-u> taskview_move up=0.5 pages=True - -copytmap <UP> k <C-p> -copytmap <DOWN> j <C-n> <CR> -copytmap <HOME> g -copytmap <END> G -copytmap <C-u> u -copytmap <PAGEDOWN> n f <C-F> <Space> -copytmap <PAGEUP> p b <C-B> - -# Changing priority and deleting tasks -tmap J eval -q fm.ui.taskview.task_move(-1) -tmap K eval -q fm.ui.taskview.task_move(0) -tmap dd eval -q fm.ui.taskview.task_remove() -tmap <pagedown> eval -q fm.ui.taskview.task_move(-1) -tmap <pageup> eval -q fm.ui.taskview.task_move(0) -tmap <delete> eval -q fm.ui.taskview.task_remove() - -# Basic -#tmap <C-l> redraw_window -tmap <ESC> taskview_close -copytmap <ESC> q Q w <C-c> - - -map sp console shell bash speedvid.sh %f%space -map x shell chmod -x %s - -#General -map cW bulkrename %s -map mkd console mkdir%space -map sc console shell ln -sT%space -map D console delete -map X shell extract %f -map Z shell tar -cvzf %f.tar.gz %f -map <C-f> fzf_select -map <C-l> fzf_locate - -#Document Manipulation -map p1s shell lpr -o sides=one-sided %f -map p2s shell lpr -o sides=two-sided-long-edge %f -map MP shell pandoc %f -o %f.pdf -map MX shell xelatex %f -map ML shell latex %f -map TC shell texclear -map Txa console shell cp ~/Documents/LaTeX/article.tex%space -map Txs console shell cp ~/Documents/LaTeX/beamer.tex%space -map Txh console shell cp ~/Documents/LaTeX/handout.tex%space - -#Image commands -map bg shell cp %f ~/.config/wall.png && feh --bg-scale %f -map bw shell wal -c -i %f && cp %f ~/.config/wall.png -map C shell killall w3mimgdisplay && convert -rotate 90 %s %s -map F shell killall w3mimgdisplay && convert -flop %s %s -map bl shell killall w3mimgdisplay && convert %s -resize 1440x1080\> bl_%s -map TR shell convert %s -transparent white %s - -#Music (mpd) shortcuts -map MS shell mpd -map MK shell killall mpd -map Ma shell mpc add "%s" -map Ms shell mpc play -map Mp shell mpc toggle -map Mn shell mpc next -map Mb shell mpc prev -map MN shell mpc stop && mpc clear && mpc add "%s" -map Mo shell mpc seek 0% - -#Audio tagging (Requires eyeD3) -map Ta eval fm.open_console('shell eyeD3 -a ' + fm.thisfile.relative_path, position=15) -#Artist -map TA eval fm.open_console('shell eyeD3 -A ' + fm.thisfile.relative_path, position=15) -#Album -map Tb eval fm.open_console('shell eyeD3 -b ' + fm.thisfile.relative_path, position=15) -#Album artist -map Tt eval fm.open_console('shell eyeD3 -t "" ' + fm.thisfile.relative_path, position=16) -map Tn eval fm.open_console('shell eyeD3 -n "" ' + fm.thisfile.relative_path, position=16) - -#Downloading -map ytv console shell youtube-dl -ic%space -map yta console shell youtube-dl -xic%space - -default_linemode devicons \ No newline at end of file diff --git a/users/files/ranger/rifle.conf b/users/files/ranger/rifle.conf deleted file mode 100755 index e35efac..0000000 --- a/users/files/ranger/rifle.conf +++ /dev/null @@ -1,233 +0,0 @@ -# vim: ft=cfg -# -# This is the configuration file of "rifle", ranger's file executor/opener. -# Each line consists of conditions and a command. For each line the conditions -# are checked and if they are met, the respective command is run. -# -# Syntax: -# <condition1> , <condition2> , ... = command -# -# The command can contain these environment variables: -# $1-$9 | The n-th selected file -# $@ | All selected files -# -# If you use the special command "ask", rifle will ask you what program to run. -# -# Prefixing a condition with "!" will negate its result. -# These conditions are currently supported: -# match <regexp> | The regexp matches $1 -# ext <regexp> | The regexp matches the extension of $1 -# mime <regexp> | The regexp matches the mime type of $1 -# name <regexp> | The regexp matches the basename of $1 -# path <regexp> | The regexp matches the absolute path of $1 -# has <program> | The program is installed (i.e. located in $PATH) -# env <variable> | The environment variable "variable" is non-empty -# file | $1 is a file -# directory | $1 is a directory -# number <n> | change the number of this command to n -# terminal | stdin, stderr and stdout are connected to a terminal -# X | $DISPLAY is not empty (i.e. Xorg runs) -# -# There are also pseudo-conditions which have a "side effect": -# flag <flags> | Change how the program is run. See below. -# label <label> | Assign a label or name to the command so it can -# | be started with :open_with <label> in ranger -# | or `rifle -p <label>` in the standalone executable. -# else | Always true. -# -# Flags are single characters which slightly transform the command: -# f | Fork the program, make it run in the background. -# | New command = setsid $command >& /dev/null & -# r | Execute the command with root permissions -# | New command = sudo $command -# t | Run the program in a new terminal. If $TERMCMD is not defined, -# | rifle will attempt to extract it from $TERM. -# | New command = $TERMCMD -e $command -# Note: The "New command" serves only as an illustration, the exact -# implementation may differ. -# Note: When using rifle in ranger, there is an additional flag "c" for -# only running the current file even if you have marked multiple files. - -#------------------------------------------- -# Websites -#------------------------------------------- -# Rarely installed browsers get higher priority; It is assumed that if you -# install a rare browser, you probably use it. Firefox/konqueror/w3m on the -# other hand are often only installed as fallback browsers. - -ext x?html?, has firefox, X, flag f = firefox -- "$@" -ext x?html?, has surf, X, flag f = surf -- file://"$1" -ext x?html?, has vimprobable, X, flag f = vimprobable -- "$@" -ext x?html?, has vimprobable2, X, flag f = vimprobable2 -- "$@" -ext x?html?, has qutebrowser, X, flag f = qutebrowser -- "$@" -ext x?html?, has dwb, X, flag f = dwb -- "$@" -ext x?html?, has jumanji, X, flag f = jumanji -- "$@" -ext x?html?, has luakit, X, flag f = luakit -- "$@" -ext x?html?, has uzbl, X, flag f = uzbl -- "$@" -ext x?html?, has uzbl-tabbed, X, flag f = uzbl-tabbed -- "$@" -ext x?html?, has uzbl-browser, X, flag f = uzbl-browser -- "$@" -ext x?html?, has uzbl-core, X, flag f = uzbl-core -- "$@" -ext x?html?, has midori, X, flag f = midori -- "$@" -ext x?html?, has chromium, X, flag f = chromium -- "$@" -ext x?html?, has opera, X, flag f = opera -- "$@" -ext x?html?, has firefox, X, flag f = firefox -- "$@" -ext x?html?, has dillo, X, flag f = dillo -- "$@" -ext x?html?, has seamonkey, X, flag f = seamonkey -- "$@" -ext x?html?, has iceweasel, X, flag f = iceweasel -- "$@" -ext x?html?, has epiphany, X, flag f = epiphany -- "$@" -ext x?html?, has konqueror, X, flag f = konqueror -- "$@" -ext x?html?, has elinks, terminal = elinks "$@" -ext x?html?, has links2, terminal = links2 "$@" -ext x?html?, has links, terminal = links "$@" -ext x?html?, has lynx, terminal = lynx -- "$@" -ext x?html?, has w3m, terminal = w3m "$@" - - -#Spreadsheets for scim -ext sc|csv|sxc|xlsx?|xlt|xlw|gnm|gnumeric, = sc-im -- "$@" - -#------------------------------------------- -# Misc -#------------------------------------------- -# Define the "editor" for text files as first action -mime ^text, label editor = $EDITOR -- "$@" -mime ^text, label pager = "$PAGER" -- "$@" -!mime ^text, label editor, ext xml|json|csv|tex|py|pl|rb|js|sh|php = $EDITOR -- "$@" -!mime ^text, label pager, ext xml|json|csv|tex|py|pl|rb|js|sh|php = "$PAGER" -- "$@" - -ext 1 = man "$1" -ext s[wmf]c, has zsnes, X = zsnes "$1" -ext s[wmf]c, has snes9x-gtk,X = snes9x-gtk "$1" -ext nes, has fceux, X = fceux "$1" -ext exe = wine "$1" -name ^[mM]akefile$ = make - -#-------------------------------------------- -# Code -#------------------------------------------- -ext py = python -- "$1" -ext pl = perl -- "$1" -ext rb = ruby -- "$1" -ext js = node -- "$1" -ext sh = sh -- "$1" -ext php = php -- "$1" - -#-------------------------------------------- -# Video/Audio with a GUI -#------------------------------------------- -mime ^video|audio, has gmplayer, X, flag f = gmplayer -- "$@" -mime ^video|audio, has smplayer, X, flag f = smplayer "$@" -mime ^video, has mpv, X, flag f = mpv -- "$@" -mime ^video, has mpv, X, flag f = mpv --fs -- "$@" -mime ^video, has mpv, X, flag f = mpv --loop -- "$@" -mime ^video, has mplayer2, X, flag f = mplayer2 -- "$@" -mime ^video, has mplayer2, X, flag f = mplayer2 -fs -- "$@" -mime ^video, has mplayer, X, flag f = mplayer -- "$@" -mime ^video, has mplayer, X, flag f = mplayer -fs -- "$@" -# mime ^video|audio, has vlc, X, flag f = vlc -- "$@" -mime ^video|audio, has totem, X, flag f = totem -- "$@" -mime ^video|audio, has totem, X, flag f = totem --fullscreen -- "$@" -#-------------------------------------------- -# Audio without X -#------------------------------------------- -mime ^audio|ogg$, terminal, has mplayer = mplayer -- "$@" -mime ^audio|ogg$, terminal, has mplayer2 = mplayer2 -- "$@" -mime ^audio|ogg$, terminal, has mpv = mpv --no-audio-display -- "$@" -mime ^audio|ogg$ = tag "$@" -mime ^audio|ogg$, terminal, has mpv = mpv -- "$@" -ext midi?, terminal, has wildmidi = wildmidi -- "$@" - - -#-------------------------------------------- -# Video without X: -#------------------------------------------- -mime ^video, terminal, !X, has mpv = mpv -- "$@" -mime ^video, terminal, !X, has mplayer2 = mplayer2 -- "$@" -mime ^video, terminal, !X, has mplayer = mplayer -- "$@" - -#------------------------------------------- -# Documents -#------------------------------------------- -ext pdf, has llpp, X, flag f = llpp "$@" -ext pdf, has zathura, X, flag f = zathura -- "$@" -ext pdf, has mupdf, X, flag f = mupdf "$@" -ext pdf, has mupdf, X, flag f = mupdf -I "$@" -ext pdf, has mupdf-x11,X, flag f = mupdf-x11 "$@" -ext pdf, has apvlv, X, flag f = apvlv -- "$@" -ext pdf, has xpdf, X, flag f = xpdf -- "$@" -ext pdf, has evince, X, flag f = evince -- "$@" -ext pdf, has atril, X, flag f = atril -- "$@" -ext pdf, has okular, X, flag f = okular -- "$@" -ext pdf, has epdfview, X, flag f = epdfview -- "$@" -ext pdf, has qpdfview, X, flag f = qpdfview "$@" - -ext epub, has zathura, X, flag f = zathura -- "$@" -ext epub, has mupdf, X, flag f = mupdf "$@" - - -ext docx, has abiword, X, flag f = abiword "$@" - -ext docx?, has catdoc, terminal = catdoc -- "$@" | "$PAGER" - -ext sxc|xlsx?|xlt|xlw|gnm|gnumeric, has gnumeric, X, flag f = gnumeric -- "$@" -ext sxc|xlsx?|xlt|xlw|gnm|gnumeric, has kspread, X, flag f = kspread -- "$@" -ext pptx?|doc|docx?|sxc|xlsx?|xlt|xlw, has playonlinux, X, flag f = playonlinux "$@" -ext pptx?|od[dfgpst]|docx?|sxc|xlsx?|xlt|xlw|gnm|gnumeric, has libreoffice, X, flag f = libreoffice "$@" -ext pptx?|od[dfgpst]|docx?|sxc|xlsx?|xlt|xlw|gnm|gnumeric, has soffice, X, flag f = soffice "$@" -ext pptx?|od[dfgpst]|docx?|sxc|xlsx?|xlt|xlw|gnm|gnumeric, has ooffice, X, flag f = ooffice "$@" - -ext djvu, has zathura,X, flag f = zathura -- "$@" -ext djvu, has evince, X, flag f = evince -- "$@" -ext djvu, has atril, X, flag f = atril -- "$@" - -#------------------------------------------- -# Image Viewing: -#------------------------------------------- -mime ^image/svg, has inkscape, X, flag f = inkscape -- "$@" -mime ^image/svg, has display, X, flag f = display -- "$@" -mime ^image/gif, has mpv, X, flag f = mpv --loop -- "$@" -mime ^image/gif, has viewnior, X, flag f = viewnior -- "$@" -mime ^image/gif, has qutebrowser, X, flag f = qutebrowser -- "$@" - -ext xcf, X, flag f = gimp -- "$@" -mime ^image, has feh, X, flag f = feh --scale-down --auto-zoom --image-bg black -- "$@" -mime ^image, has feh, X, flag f = feh --scale-down --auto-zoom -- "$@" -mime ^image, has sxiv, X, flag f = sxiv -- "$@" -mime ^image, has mirage, X, flag f = mirage -- "$@" -mime ^image, has ristretto, X, flag f = ristretto "$@" -mime ^image, has eog, X, flag f = eog -- "$@" -mime ^image, has eom, X, flag f = eom -- "$@" -mime ^image, has gimp, X, flag f = gimp -- "$@" -mime ^image, has pinta, X, flag f = pinta -- "$@" -mime ^image, has mypaint, X, flag f = mypaint -- "$@" -mime ^image, has kolourpaint, X, flag f = kolourpaint -- "$@" - -#------------------------------------------- -# Archives -#------------------------------------------- -# This requires atool -ext jar = java -jar "$@" - -ext 7z|ace|ar|arc|bz2?|cab|cpio|cpt|deb|dgc|dmg|gz, has als = als -- "$@" | "$PAGER" -ext iso|jar|msi|pkg|rar|shar|tar|tgz|xar|xpi|xz|zip, has als = als -- "$@" | "$PAGER" -ext 7z|ace|ar|arc|bz2?|cab|cpio|cpt|deb|dgc|dmg|gz, has aunpack = aunpack -- "$@" -ext iso|jar|msi|pkg|rar|shar|tar|tgz|xar|xpi|xz|zip, has aunpack = aunpack -- "$@" - -# Fallback: -ext tar|gz, has tar = tar vvtf "$@" | "$PAGER" -ext tar|gz, has tar = tar vvxf "$@" - -#------------------------------------------- -# Misc -#------------------------------------------- -label wallpaper, number 11, mime ^image, has feh, X = feh --bg-scale "$1" -label wallpaper, number 12, mime ^image, has feh, X = feh --bg-tile "$1" -label wallpaper, number 13, mime ^image, has feh, X = feh --bg-center "$1" -label wallpaper, number 14, mime ^image, has feh, X = feh --bg-fill "$1" - -# Define the editor for non-text files + pager as last action - !mime ^text, !ext xml|json|csv|tex|py|pl|rb|js|sh|php = ask -label editor, !mime ^text, !ext xml|json|csv|tex|py|pl|rb|js|sh|php = $EDITOR -- "$@" -label pager, !mime ^text, !ext xml|json|csv|tex|py|pl|rb|js|sh|php = "$PAGER" -- "$@" - -ext blend, has blender, X, flag f = blender -- "$@" diff --git a/users/files/ranger/scope.sh b/users/files/ranger/scope.sh deleted file mode 100755 index feef291..0000000 --- a/users/files/ranger/scope.sh +++ /dev/null @@ -1,120 +0,0 @@ -#!/usr/bin/env sh -# ranger supports enhanced previews. If the option "use_preview_script" -# is set to True and this file exists, this script will be called and its -# output is displayed in ranger. ANSI color codes are supported. - -# NOTES: This script is considered a configuration file. If you upgrade -# ranger, it will be left untouched. (You must update it yourself.) -# Also, ranger disables STDIN here, so interactive scripts won't work properly - -# Meanings of exit codes: -# code | meaning | action of ranger -# -----+------------+------------------------------------------- -# 0 | success | success. display stdout as preview -# 1 | no preview | failure. display no preview at all -# 2 | plain text | display the plain content of the file -# 3 | fix width | success. Don't reload when width changes -# 4 | fix height | success. Don't reload when height changes -# 5 | fix both | success. Don't ever reload -# 6 | image | success. display the image $cached points to as an image preview -# 7 | image | success. display the file directly as an image - -# Meaningful aliases for arguments: -path="$1" # Full path of the selected file -width="$2" # Width of the preview pane (number of fitting characters) -height="$3" # Height of the preview pane (number of fitting characters) -cached="$4" # Path that should be used to cache image previews -preview_images="$5" # "True" if image previews are enabled, "False" otherwise. - -maxln=200 # Stop after $maxln lines. Can be used like ls | head -n $maxln - -# Find out something about the file: -mimetype=$(file --mime-type -Lb "$path") -extension=$(/bin/echo "${path##*.}" | awk '{print tolower($0)}') - -# Functions: -# runs a command and saves its output into $output. Useful if you need -# the return value AND want to use the output in a pipe -try() { output=$(eval '"$@"'); } - -# writes the output of the previously used "try" command -dump() { /bin/echo "$output"; } - -# a common post-processing function used after most commands -trim() { head -n "$maxln"; } - -# wraps highlight to treat exit code 141 (killed by SIGPIPE) as success -safepipe() { "$@"; test $? = 0 -o $? = 141; } - -# Image previews, if enabled in ranger. -if [ "$preview_images" = "True" ]; then - case "$mimetype" in - image/svg+xml) - convert "$path" "$cached" && exit 6 || exit 1;; - image/*) - exit 7;; - # Image preview for video, disabled by default.: - ###video/*) - ### ffmpegthumbnailer -i "$path" -o "$cached" -s 0 && exit 6 || exit 1;; - esac -fi - -case "$extension" in - # Archive extensions: - a|ace|alz|arc|arj|bz|bz2|cab|cpio|deb|gz|jar|lha|lz|lzh|lzma|lzo|\ - rpm|rz|t7z|tar|tbz|tbz2|tgz|tlz|txz|tZ|tzo|war|xpi|xz|Z|zip) - try als "$path" && { dump | trim; exit 0; } - try acat "$path" && { dump | trim; exit 3; } - try bsdtar -lf "$path" && { dump | trim; exit 0; } - exit 1;; - csv) - sed "s/\(.*\".*\),\(.*\".*\)/\1~\2/;s/,/\t/g;s/~/,/g;s/\t\"/\t/g;s/\"\t/\t/g" "$path" && { dump| trim; exit 0; } || exit 1;; - rar) - # avoid password prompt by providing empty password - try unrar -p- lt "$path" && { dump | trim; exit 0; } || exit 1;; - 7z) - # avoid password prompt by providing empty password - try 7z -p l "$path" && { dump | trim; exit 0; } || exit 1;; - # PDF documents: - pdf) - try pdftoppm -jpeg -singlefile "$path" "${cached//.jpg}" && exit 6 || exit 1;; - #try pdftotext -l 10 -nopgbrk -q "$path" - && \ - #{ dump | trim | fmt -s -w $width; exit 0; } || exit 1;; - # BitTorrent Files - torrent) - try transmission-show "$path" && { dump | trim; exit 5; } || exit 1;; - # ODT Files - odt|ods|odp|sxw) - try odt2txt "$path" && { dump | trim; exit 5; } || exit 1;; - # HTML Pages: - htm|html|xhtml) - try w3m -dump "$path" && { dump | trim | fmt -s -w $width; exit 4; } - try lynx -dump "$path" && { dump | trim | fmt -s -w $width; exit 4; } - try elinks -dump "$path" && { dump | trim | fmt -s -w $width; exit 4; } - ;; # fall back to highlight/cat if the text browsers fail -esac - -case "$mimetype" in - # Syntax highlight for text files: - text/* | */xml) - if [ "$(tput colors)" -ge 256 ]; then - pygmentize_format=terminal256 - highlight_format=ansi - else - pygmentize_format=terminal - highlight_format=ansi - fi - try safepipe highlight --out-format=${highlight_format} "$path" && { dump | trim; exit 5; } - try safepipe pygmentize -f ${pygmentize_format} "$path" && { dump | trim; exit 5; } - exit 2;; - # Ascii-previews of images: - image/*) - img2txt --gamma=0.6 --width="$width" "$path" && exit 4 || exit 1;; - # Display information about media files: - video/* | audio/*) - exiftool "$path" && exit 5 - # Use sed to remove spaces so the output fits into the narrow window - try mediainfo "$path" && { dump | trim | sed 's/ \+:/: /;'; exit 5; } || exit 1;; -esac - -exit 1 diff --git a/users/files/scripts/mpd_status.sh b/users/files/scripts/mpd_status.sh deleted file mode 100755 index 805d6f4..0000000 --- a/users/files/scripts/mpd_status.sh +++ /dev/null @@ -1,20 +0,0 @@ -#! /usr/bin/env bash -# -# Writes the title and artist of the song currently being played by MPD or MOC to STDOUT, formatted for xmobar -# If MPD is playing a song or is paused, its information will be written. If not, MOC will be checked similarly. -# If neither are playing a song or are paused, nothing will be written. -# Note: if MPD isn't playing some errors will be written to STDERR; don't worry - xmobar only looks at STDOUT - -TCOL="cyan" # The colour to be used to draw the song title when playing -ACOL="lightblue" # The colour to be used to draw the song artist when playing -PCOL="#928374" # The colour to be used to draw both the song title and artist when paused - -MPDSTATE=$(mpc | sed -e '2 !d' -e 's/^.*\[//' -e 's/\].*$//') - -if [ $MPDSTATE == "playing" ]; then - # MPD is playing - echo "<fc=$ACOL>$(mpc current | sed "s/ - /\<\/fc\> - \<fc=$TCOL>/")</fc>" -elif [ $MPDSTATE == "paused" ]; then - # MPD is paused - echo "<fc=$PCOL>$(mpc current)</fc>" -fi diff --git a/users/files/scripts/screenshot.sh b/users/files/scripts/screenshot.sh deleted file mode 100755 index 04e44de..0000000 --- a/users/files/scripts/screenshot.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bash - -sleep 0.2; scrot -s -e 'mv $f ~/Pictures/Screenshots' diff --git a/users/files/wallpaper.png b/users/files/wallpaper.png deleted file mode 100644 index 0859f4f..0000000 Binary files a/users/files/wallpaper.png and /dev/null differ diff --git a/users/files/xmobarrc b/users/files/xmobarrc deleted file mode 100644 index 332235a..0000000 --- a/users/files/xmobarrc +++ /dev/null @@ -1,73 +0,0 @@ -Config { - font = "xft:monospace:size=11.5:bold:antialias=true" - additionalFonts= ["xft:monospace:size=14:normal:antialias=true"] - , bgColor = "#282828" - , fgColor = "#ebdbb2" - , position = TopW L 94 - , alpha = 150 - , commands = [ Run Cpu [ "-t", "<fn=1><fc=#83a598>\xe266</fc></fn> <total>%" - , "-L", "3","-H","50" - , "-l", "#ebdbb2" - , "-n", "#ebdbb2" - , "-h", "#fb4934" - , "-p", "2" - , "-c", "0" - ] 10 - , Run Memory [ "-t", "<fn=1><fc=#458588>\xf85a</fc></fn> <usedratio>%" - , "-H", "80" - , "-L", "10" - , "-l" ,"#ebdbb2" - , "-n", "#ebdbb2" - , "-h", "#fb4934" - , "-p", "2" - , "-c", "0" - ] 10 - , Run Date "%a %b %_d %k:%M" - "date" - 10 - , Run DynNetwork [ "-t", "<fn=1><fc=#8ec07c>\xf6d9</fc></fn> <rx> <fn=1><fc=#d3869b>\xfa51</fc></fn> <tx>" - , "-H", "200" - , "-L", "10" - , "-h", "#ebdbb2" - , "-l", "#ebdbb2" - , "-n", "#ebdbb2" - , "-S", "True" - , "-p", "3" - , "-c", "0" - ] 10 - , Run CoreTemp [ "-t", "<fn=1><fc=#fabd2f>\xf2c8</fc></fn> <core0>°" - , "-L", "30" - , "-H", "75" - , "-l", "lightblue" - , "-n", "#ebdbb2" - , "-h", "#aa4450" - , "-p", "2" - , "-c", "0" - ] 50 - , Run Com ".xmonad/scripts/mpd_status.sh" - [] - "mpdstatus" - 10 - --, Run Com "network-check.sh" [] "netcheck" 5 - , Run BatteryP [ "BAT0" ] - [ "--template" , "<fn=1><fc=#b8bb26>\xf240</fc></fn> <acstatus>" - , "--Low" , "10" -- units: % - , "--High" , "80" -- units: % - , "--low" , "#fb4934" -- #ff5555 - , "--normal" , "#ebdbb2" - , "--high" , "#98be65" - - , "--" -- battery specific options - -- discharging status - , "-o" , "<left>% (<timeleft>)" - -- AC "on" status - , "-O" , "<left>% (<fc=#98be65>Charging</fc>)" -- 50fa7b - -- charged status - , "-i" , "<fc=#98be65>Charged</fc>" - ] 50 - , Run StdinReader - ] - , sepChar = "%" - , alignSep = "}{" - , template = "%StdinReader% }{%dynnetwork% %mpdstatus% %cpu% %coretemp% %memory% %battery% <fc=#fabd2f>%date%</fc> " -- #69DFFA - } diff --git a/users/files/xmonad.hs b/users/files/xmonad.hs deleted file mode 100644 index 9eb5bc7..0000000 --- a/users/files/xmonad.hs +++ /dev/null @@ -1,140 +0,0 @@ -import System.Exit -import Data.Maybe (Maybe, isNothing, fromJust) -import qualified Data.List as L -import qualified Data.Map as M -import GHC.IO.Handle --- Xmonad Core -import XMonad -import qualified XMonad.StackSet as W -import XMonad.Config.Desktop -import XMonad.Config.Azerty - --- Layouts -import XMonad.Layout.LayoutModifier -import XMonad.Layout.Gaps -import XMonad.Layout.Spacing -import XMonad.Layout.MultiToggle -import XMonad.Layout.NoBorders -import XMonad.Layout.MultiToggle.Instances -import XMonad.Layout.ResizableTile -import XMonad.Layout.BinarySpacePartition -import XMonad.Layout.SimpleFloat -import XMonad.Layout.PerWorkspace (onWorkspace) -import XMonad.Layout.Minimize -import XMonad.Layout.Fullscreen - --- Actions -import XMonad.Actions.Navigation2D -import XMonad.Actions.GridSelect -import XMonad.Actions.UpdatePointer -import XMonad.Actions.SpawnOn -import XMonad.Actions.CycleWS - --- Hooks -import XMonad.Hooks.DynamicLog -import XMonad.Hooks.ManageHelpers -import XMonad.Hooks.SetWMName -import XMonad.Hooks.EwmhDesktops -import XMonad.Hooks.ManageDocks - --- Utils -import XMonad.Util.NamedScratchpad -import XMonad.Util.WorkspaceCompare -import XMonad.Util.Run -import XMonad.Util.EZConfig - -myTerminal = "alacritty" -mySelectScreenshot = "scrot -s" -myScreenshot = "scrot" - -myWorkspaces = ["1","2","3","4","5","6"] ++ map show [7..9] -myModMask = mod4Mask - -myFocusFollowsMouse :: Bool -myFocusFollowsMouse = True - -main = do - xmproc <- spawnPipe "xmobar .xmonad/xmobarrc" - xmonad $ docks $ myConfig xmproc - -myConfig xmproc = azertyConfig { - terminal = myTerminal, - focusFollowsMouse = True, - borderWidth = 1, - modMask = mod4Mask, - workspaces = myWorkspaces, - normalBorderColor = "#474646", - focusedBorderColor = "#83a598", - layoutHook = myLayout, - manageHook = manageDocks <+> (isFullscreen --> doFullFloat) <+> manageHook defaultConfig, - --handleEventHook = myEventHook <+> handleEventHook defaultConfig, - logHook = (myLogHook xmproc) <+> logHook defaultConfig, - --keys = \c -> mkKeymap c myAdditionalKeys, - startupHook = myStartupHook xmproc -} `removeKeysP` myRemoveKeys `additionalKeysP` myAdditionalKeys - -myLogHook xmproc = dynamicLogWithPP xmobarPP { - ppOutput = hPutStrLn xmproc, - ppCurrent = xmobarColor "#83a598" "" . wrap "[" "]", -- #9BC1B2 #69DFFA - ppTitle = xmobarColor "#d3869b" "" . shorten 100, -- #9BC1B2 #69DFFA - ppSort = fmap (.namedScratchpadFilterOutWorkspace) getSortByTag - --ppLayout = xmobarColor "#fabd2f" "" . myIcons -} >> updatePointer (0.75, 0.75) (0.75, 0.75) - -myRemoveKeys = [ - ] - -myAdditionalKeys = [ - ("M-q", kill), - ("M-x", spawn "i3lock -e -f -c 000000 -i ~/.wallpaper.png"), - ("M-S-h", sendMessage (IncMasterN 1)), - ("M-S-l", sendMessage (IncMasterN (-1))), - ("M-S-<Return>", windows W.swapMaster), - ("M-d", spawn "rofi -show run"), - ("M-s", spawn "rofi -show ssh"), - ("M-w", spawn "firefox"), - ("M-i", spawn $ myTerminal ++ " -e htop"), - ("M-e", spawn $ myTerminal ++ " -e neomutt"), - ("M-r", spawn $ myTerminal ++ " -e ranger"), - ("M-y", spawn $ myTerminal ++ " -e calcurse"), - ("M-v", spawn $ myTerminal ++ " -e ncmpcpp -s visualizer"), - ("M-m", spawn $ myTerminal ++ " -e ncmpcpp"), - ("M-n", spawn $ myTerminal ++ " -e newsboat"), - ("M-c", spawn $ myTerminal ++ " -e weechat"), - ("<Print>", spawn "scrot -e 'mv $f ~/Pictures/Screenshots'"), - ("S-<Print>", spawn "~/.xmonad/scripts/screenshot.sh"), - ("M-S-a", spawn $ myTerminal ++ " -e pulsemixer"), - ("M-<Return>", spawn myTerminal), - ("M-f", sendMessage $ Toggle FULL), - -- Switch workspaces and screens - --("M-<Right>", moveTo Next (WSIs hiddenNotNSP)), - --("M-<Left>", moveTo Prev (WSIs hiddenNotNSP)), - --("M-S-<Right>", shiftTo Next (WSIs hiddenNotNSP)), - --("M-S-<Left>", shiftTo Prev (WSIs hiddenNotNSP)), - ("M-<Down>", nextScreen), - ("M-<Up>", prevScreen), - ("M-S-<Down>", shiftNextScreen), - ("M-S-<Up>", shiftPrevScreen), - ("M-S-r", spawn "xmonad --recompile; xmonad --restart"), - ("<XF86AudioLowerVolume>" ,spawn "pulsemixer --change-volume -1"), - ("<XF86AudioRaiseVolume>" ,spawn "pulsemixer --change-volume +1"), - ("<XF86AudioMute>" ,spawn "pulsemixer --toggle-mute"), - ("<XF86MonBrightnessDown>" ,spawn "xbacklight -dec 5"), - ("<XF86MonBrightnessUp>" ,spawn "xbacklight -inc 5"), - ("<XF86AudioPlay>" ,spawn "mpc toggle"), - ("M-p" ,spawn "mpc toggle"), - ("<XF86AudioPrev>" ,spawn "mpc prev"), - ("<XF86AudioNext>" ,spawn "mpc next"), - ("<XF86Sleep>" ,spawn "systemctl suspend") - ] - -myLayout = smartSpacing 5 - $ smartBorders - $ mkToggle (NOBORDERS ?? FULL ?? EOT) - $ avoidStruts - $ layoutHook defaultConfig - -myStartupHook xmproc = do - setWMName "LG3D" - spawn "feh --no-fehbg --bg-fill ~/.wallpaper.png" - return () >> checkKeymap (myConfig xmproc) myAdditionalKeys diff --git a/users/froidmpa/alacritty.nix b/users/froidmpa/alacritty.nix deleted file mode 100644 index 84b23bf..0000000 --- a/users/froidmpa/alacritty.nix +++ /dev/null @@ -1,55 +0,0 @@ -{ config, lib, pkgs, ... }: -{ - programs.alacritty = { - enable = true; - settings = { - colors = { - # (Gruvbox dark) - primary = { - background = "0x1d2021"; - foreground = "0xebdbb2"; - }; - normal = { - black = "0x282828"; - red = "0xcc241d"; - green = "0x98971a"; - yellow = "0xd79921"; - blue = "0x458588"; - magenta = "0xb16286"; - cyan = "0x689d6a"; - white = "0xa89984"; - }; - bright = { - black = "0x928374"; - red = "0xfb4934"; - green = "0xb8bb26"; - yellow = "0xfabd2f"; - blue = "0x83a598"; - magenta = "0xd3869b"; - cyan = "0x8ec07c"; - white = "0xebdbb2"; - }; - }; - window = { - padding = { - x = 5; - y = 5; - }; - }; - scrolling.history = 65535; - font.size = 8; - key_bindings = [ - { - key = "Up"; - mods = "Control"; - action = "IncreaseFontSize"; - } - { - key = "Down"; - mods = "Control"; - action = "DecreaseFontSize"; - } - ]; - }; - }; -} diff --git a/users/froidmpa/dunst.nix b/users/froidmpa/dunst.nix deleted file mode 100644 index a84c45e..0000000 --- a/users/froidmpa/dunst.nix +++ /dev/null @@ -1,47 +0,0 @@ -{ config, lib, pkgs, ... }: -{ - services.dunst = - { - enable = true; - settings = { - global = { - monitor = 0; - geometry = "350x5-30+50"; - transparency = 10; - font = "monospace 14"; - idle_threshold = 120; - allow_markup = "yes"; - format = "<b>%s</b>\n%b"; - show_age_threshold = 300; - word_wrap = "yes"; - sticky_history = "yes"; - sort = "yes"; - }; - frame = { - width = 3; - color = "#ebdbb2"; - }; - shortcuts = { - close = "ctrl+space"; - close_all = "ctrl+shift+space"; - history = "ctrl+grave"; - context = "ctrl+shift+period"; - }; - urgency_low = { - foreground = "#ebdbb2"; - background = "#32302f"; - timeout = 10; - }; - urgency_normal = { - foreground = "#ebdbb2"; - background = "#32302f"; - timeout = 10; - }; - urgency_critical = { - foreground = "#ebdbb2"; - background = "#32302f"; - timeout = 10; - }; - }; - }; -} diff --git a/users/froidmpa/htop.nix b/users/froidmpa/htop.nix deleted file mode 100644 index cbc1e18..0000000 --- a/users/froidmpa/htop.nix +++ /dev/null @@ -1,37 +0,0 @@ -{ config, lib, pkgs, ... }: -{ - programs.htop = { - enable = true; - settings = { - hide_userland_threads = true; - highlight_base_name = true; - vim_mode = true; - fields = with config.lib.htop.fields;[ - PID - USER - M_RESIDENT - M_SHARE - STATE - PERCENT_CPU - PERCENT_MEM - IO_RATE - TIME - COMM - ]; - } // ( - with config.lib.htop; leftMeters [ - (bar "LeftCPUs2") - (bar "CPU") - (bar "Memory") - (bar "Swap") - ] - ) // ( - with config.lib.htop; rightMeters [ - (bar "RightCPUs2") - (text "Tasks") - (text "LoadAverage") - (text "Uptime") - ] - ); - }; -} diff --git a/users/froidmpa/mpd.nix b/users/froidmpa/mpd.nix deleted file mode 100644 index a63867c..0000000 --- a/users/froidmpa/mpd.nix +++ /dev/null @@ -1,26 +0,0 @@ -{ config, lib, pkgs, ... }: -{ - services.mpd = - { - enable = true; - network.listenAddress = "any"; - musicDirectory = "${config.home.homeDirectory}/Nextcloud/Media/Music"; - playlistDirectory = "${config.home.homeDirectory}/Nextcloud/Playlists"; - extraConfig = '' - max_output_buffer_size "16384" - auto_update "yes" - audio_output { - type "pulse" - name "pulse audio" - device "pulse" - mixer_type "hardware" - } - audio_output { - type "fifo" - name "toggle_visualizer" - path "/tmp/mpd.fifo" - format "44100:16:2" - } - ''; - }; -} diff --git a/users/froidmpa/neovim.nix b/users/froidmpa/neovim.nix deleted file mode 100644 index c1603c8..0000000 --- a/users/froidmpa/neovim.nix +++ /dev/null @@ -1,35 +0,0 @@ -{ config, lib, pkgs, ... }: -{ - programs.neovim = { - enable = true; - vimAlias = true; - plugins = with pkgs; [ - vimPlugins.gruvbox-community - vimPlugins.vim-airline - vimPlugins.vim-airline-themes - vimPlugins.vim-gitgutter - vimPlugins.nerdtree - vimPlugins.nerdtree-git-plugin - vimPlugins.ctrlp-vim - vimPlugins.tabular - ]; - extraConfig = '' - let g:gruvbox_italic=1 - colorscheme gruvbox - set background=dark - let g:airline_powerline_fonts = 1 - autocmd VimEnter * hi Normal ctermbg=NONE guibg=NONE - - "Toggle NERDTree with Ctrl-N - map <C-n> :NERDTreeToggle<CR> - - "Show hidden files in NERDTree - let NERDTreeShowHidden=1 - - set number relativenumber - - " Run xrdb whenever Xdefaults or Xresources are updated. - autocmd BufWritePost ~/.Xresources,~/.Xdefaults !xrdb % - ''; - }; -} diff --git a/users/froidmpa/vscode.nix b/users/froidmpa/vscode.nix deleted file mode 100644 index c73294a..0000000 --- a/users/froidmpa/vscode.nix +++ /dev/null @@ -1,58 +0,0 @@ -{ config, lib, pkgs, ... }: -{ - programs.vscode = { - enable = true; - package = pkgs.vscodium; - extensions = ( - with pkgs.vscode-extensions; [ - pkief.material-icon-theme - jnoortheen.nix-ide - arrterian.nix-env-selector - scala-lang.scala - scalameta.metals - hashicorp.terraform - bradlc.vscode-tailwindcss - asciidoctor.asciidoctor-vscode - ] - ); - userSettings = { - "editor.formatOnSave" = true; - "editor.quickSuggestions" = { - "strings" = true; - }; - "tailwindCSS.includeLanguages" = { - "scala" = "html"; - }; - "tailwindCSS.experimental.classRegex" = [ - [ "cls\\(([^)]*)\\)" "\"([^']*)\"" ] - [ "cls\\s*:=\\s*\\(?([^,^\\n^\\)]*)" "\"([^']*)\"" ] - ]; - - "files.autoSave" = "onFocusChange"; - "files.watcherExclude" = { - "**/.bloop" = true; - "**/.metals" = true; - "**/.ammonite" = true; - }; - "gruvboxMaterial.darkContrast" = "hard"; - "metals.millScript" = "mill"; - "nix.enableLanguageServer" = true; - "terminal.integrated.confirmOnExit" = "hasChildProcesses"; - "terraform.languageServer" = { - "external" = true; - "pathToBinary" = ""; - "args" = [ - "serve" - ]; - "maxNumberOfProblems" = 100; - "trace.server" = "off"; - }; - "workbench.colorTheme" = "Gruvbox Material Dark"; - "workbench.iconTheme" = "material-icon-theme"; - "asciidoc.use_kroki" = true; - "explorer.confirmDelete" = false; - "explorer.confirmDragAndDrop" = false; - "terminal.integrated.shellIntegration.enabled" = false; - }; - }; -} diff --git a/users/froidmpa/zsh.nix b/users/froidmpa/zsh.nix deleted file mode 100644 index 180b330..0000000 --- a/users/froidmpa/zsh.nix +++ /dev/null @@ -1,42 +0,0 @@ -{ config, lib, pkgs, ... }: -{ - programs.zsh = - { - enable = true; - history = { - save = 50000; - size = 50000; - }; - enableCompletion = true; - enableAutosuggestions = true; - enableSyntaxHighlighting = true; - initExtra = '' - autoload -Uz up-line-or-beginning-search down-line-or-beginning-search - zle -N up-line-or-beginning-search - zle -N down-line-or-beginning-search - - [[ -n "$key[Up]" ]] && bindkey -- "$key[Up]" up-line-or-beginning-search - [[ -n "$key[Down]" ]] && bindkey -- "$key[Down]" down-line-or-beginning-search - - eval $(thefuck --alias) - ''; - oh-my-zsh = { - enable = true; - plugins = [ - "git" - "terraform" - ]; - theme = "robbyrussell"; - }; - plugins = [ - { - name = "nix-zsh-completions"; - src = pkgs.nix-zsh-completions; - } - { - name = "zsh-completions"; - src = pkgs.zsh-completions; - } - ]; - }; -}