diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index 364b677..4141a8e 100644 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc @@ -1,3 +1,5 @@ +# See dunst(5) for all configuration options + [global] ### Display ### @@ -17,40 +19,66 @@ # will be ignored. follow = mouse - # The geometry of the window: - # [{width}]x{height}[+/-{x}+/-{y}] - # The geometry of the message window. - # The height is measured in number of notifications everything else - # in pixels. If the width is omitted but the height is given - # ("-geometry x2"), the message window expands over the whole screen - # (dmenu-like). If width is 0, the window expands to the longest - # message displayed. A positive x is measured from the left, a - # negative from the right side of the screen. Y is measured from - # the top and down respectively. - # The width can be negative. In this case the actual width is the - # screen width minus the width defined in within the geometry option. - geometry = "0x0-5+27" + ### Geometry ### - # Show how many messages are currently hidden (because of geometry). + # dynamic width from 0 to 300 + # width = (0, 300) + # constant width of 300 + width = 0 + + # The maximum height of a single notification, excluding the frame. + height = 300 + + # Position the notification in the top right corner + origin = top-right + + # Offset from the origin + offset = 15x48 + + # Scale factor. It is auto-detected if value is 0. + scale = 0 + + # Maximum number of notification (0 means no limit) + notification_limit = 20 + + ### Progress bar ### + + # Turn on the progess bar. It appears when a progress hint is passed with + # for example dunstify -h int:value:12 + progress_bar = true + + # Set the progress bar height. This includes the frame, so make sure + # it's at least twice as big as the frame width. + progress_bar_height = 10 + + # Set the frame width of the progress bar + progress_bar_frame_width = 1 + + # Set the minimum width for the progress bar + progress_bar_min_width = 150 + + # Set the maximum width for the progress bar + progress_bar_max_width = 300 + + # Corner radius for the progress bar. 0 disables rounded corners. + progress_bar_corner_radius = 0 + + # Corner radius for the icon image. + icon_corner_radius = 0 + + # Show how many messages are currently hidden (because of + # notification_limit). indicate_hidden = yes - # Shrink window if it's smaller than the width. Will be ignored if - # width is 0. - shrink = no - # The transparency of the window. Range: [0; 100]. # This option will only work if a compositing window manager is - # present (e.g. xcompmgr, compiz, etc.). + # present (e.g. xcompmgr, compiz, etc.). (X11 only) transparency = 0 - # The height of the entire notification. If the height is smaller - # than the font height and padding combined, it will be raised - # to the font height and padding. - notification_height = 0 - # Draw a line of "separator_height" pixel height between two # notifications. # Set to 0 to disable. + # If gap_size is greater than 0, this setting will be ignored. separator_height = 2 # Padding between text and separator. @@ -59,6 +87,9 @@ # Horizontal padding. horizontal_padding = 8 + # Padding between text and icon. + text_icon_padding = 0 + # Defines width in pixels of frame around the notification window. # Set to 0 to disable. frame_width = 5 @@ -66,6 +97,12 @@ # Defines color of the frame around the notification window. frame_color = "#8FBCBB" + # Size of gap to display between notifications - requires a compositor. + # If value is greater than 0, separator_height will be ignored and a border + # of size frame_width will be drawn around each notification instead. + # Click events on gaps do not currently propagate to applications below. + gap_size = 0 + # Define a color for the separator. # possible values are: # * auto: dunst tries to find a color fitting to the background; @@ -82,7 +119,7 @@ # Set to 0 to disable. # A client can set the 'transient' hint to bypass this. See the rules # section for how to disable this if necessary - idle_threshold = 120 + # idle_threshold = 120 ### Text ### @@ -100,7 +137,7 @@ # underline # # For a complete reference see - # . + # . # # strip: This setting is provided for compatibility with some broken # clients that send markup even though it's not enabled on the @@ -130,7 +167,7 @@ # Alignment of message text. # Possible values are "left", "center" and "right". - alignment = center + alignment = center # Vertical alignment of message text and icon. # Possible values are "top", "center" and "bottom". @@ -141,11 +178,7 @@ # Set to -1 to disable. show_age_threshold = 60 - # Split notifications into multiple lines if they don't fit into - # geometry. - word_wrap = yes - - # When word_wrap is set to no, specify where to make an ellipsis in long lines. + # Specify where to make an ellipsis in long lines. # Possible values are "start", "middle" and "end". ellipsize = middle @@ -163,18 +196,27 @@ ### Icons ### - # Align icons left/right/off + # Recursive icon lookup. You can set a single theme, instead of having to + # define all lookup paths. + enable_recursive_icon_lookup = true + + # Set icon theme (only used for recursive icon lookup) + icon_theme = Adwaita + # You can also set multiple icon themes, with the leftmost one being used first. + # icon_theme = "Adwaita, breeze" + + # Align icons left/right/top/off icon_position = left # Scale small icons up to this size, set to 0 to disable. Helpful # for e.g. small files or high-dpi screens. In case of conflict, # max_icon_size takes precedence over this. - min_icon_size = 0 + min_icon_size = 32 # Scale larger icons down to this size, set to 0 to disable - max_icon_size = 32 + max_icon_size = 128 - # Paths to default icons. + # Paths to default icons (only neccesary when not using recursive icon lookup) icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/ ### History ### @@ -203,20 +245,6 @@ # Define the class of the windows spawned by dunst class = Dunst - # Print a notification on startup. - # This is mainly for error detection, since dbus (re-)starts dunst - # automatically after a crash. - startup_notification = false - - # Manage dunst's desire for talking - # Can be one of the following values: - # crit: Critical features. Dunst aborts - # warn: Only non-fatal warnings - # mesg: Important Messages - # info: all unimportant stuff - # debug: all less than unimportant stuff - verbosity = mesg - # Define the corner radius of the notification window # in pixel size. If the radius is 0, you have no rounded # corners. @@ -226,10 +254,20 @@ # Ignore the dbus closeNotification message. # Useful to enforce the timeout set by dunst configuration. Without this - # parameter, an application may close the notification sent before the + # parameter, an application may close the notification sent before the # user defined timeout. ignore_dbusclose = false + ### Wayland ### + # These settings are Wayland-specific. They have no effect when using X11 + + # Uncomment this if you want to let notications appear under fullscreen + # applications (default: overlay) + # layer = top + + # Set this to true to use X11 output on Wayland. + force_xwayland = false + ### Legacy # Use the Xinerama extension instead of RandR for multi-monitor support. @@ -247,10 +285,14 @@ # Defines list of actions for each mouse event # Possible values are: # * none: Don't do anything. - # * do_action: If the notification has exactly one action, or one is marked as default, - # invoke it. If there are multiple and no default, open the context menu. + # * do_action: Invoke the action determined by the action_name rule. If there is no + # such action, open the context menu. + # * open_url: If the notification has exactly one url, open it. If there are multiple + # ones, open the context menu. # * close_current: Close current notification. # * close_all: Close all notifications. + # * context: Open context menu for the notification. + # * context_all: Open context menu for all notifications. # These values can be strung together for each mouse event, and # will be executed in sequence. mouse_left_click = close_current @@ -267,27 +309,6 @@ # where there are multiple screens with very different dpi values. per_monitor_dpi = false -[shortcuts] - - # Shortcuts are specified as [modifier+][modifier+]...key - # Available modifiers are "ctrl", "mod1" (the alt-key), "mod2", - # "mod3" and "mod4" (windows-key). - # Xev might be helpful to find names for keys. - - # Close notification. - close = ctrl+space - - # Close all notifications. - close_all = ctrl+shift+space - - # Redisplay last message(s). - # On the US keyboard layout "grave" is normally above TAB and left - # of "1". Make sure this key actually exists on your keyboard layout, - # e.g. check output of 'xmodmap -pke' - history = ctrl+dead_circumflex - - # Context menu. - context = ctrl+shift+degree [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. @@ -336,8 +357,17 @@ # new_icon # set_stack_tag # set_transient +# set_category # timeout # urgency +# icon_position +# skip_display +# history_ignore +# action_name +# word_wrap +# ellipsize +# alignment +# hide_text # # Shell-like globbing will get expanded. # @@ -352,8 +382,6 @@ # script appname summary body icon urgency # where urgency can be "LOW", "NORMAL" or "CRITICAL". # -# NOTE: if you don't want a notification to be displayed, set the format -# to "". # NOTE: It might be helpful to run dunst -print in a terminal in order # to find fitting options for rules. @@ -392,7 +420,7 @@ #[ignore] # # This notification will not be displayed # summary = "foobar" -# format = "" +# skip_display = true #[history-ignore] # # This notification will not be saved in history @@ -428,4 +456,4 @@ # appname = "some_volume_notifiers" # set_stack_tag = "volume" # -# vim: ft=cfg +# vim: ft=cfg \ No newline at end of file diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish index e0d7f3b..0e185b0 100644 --- a/fish/.config/fish/config.fish +++ b/fish/.config/fish/config.fish @@ -2,6 +2,7 @@ if [ -z "$DISPLAY" ] && [ (fgconsole) -eq 1 ]; startx end +# uncomment to automatically start tmux if status is-interactive and not set -q TMUX exec tmux @@ -52,3 +53,8 @@ end function hvd command nmcli connection down "HP VPN" end + +function nv + command nvim $argv +end + diff --git a/gtktheme/.config/gtk-3.0/bookmarks b/gtktheme/.config/gtk-3.0/bookmarks new file mode 100644 index 0000000..fe7b070 --- /dev/null +++ b/gtktheme/.config/gtk-3.0/bookmarks @@ -0,0 +1,6 @@ +file:///home/n0x/Documents Documents +file:///home/n0x/Downloads Downloads +file:///home/n0x/Nextcloud Nextcloud +file:///home/n0x/Pictures Pictures +file:///home/n0x/Videos Videos +file:///home/n0x/Workspace Workspace diff --git a/gtktheme/.config/gtk-3.0/settings.ini b/gtktheme/.config/gtk-3.0/settings.ini new file mode 100644 index 0000000..85492d3 --- /dev/null +++ b/gtktheme/.config/gtk-3.0/settings.ini @@ -0,0 +1,15 @@ +[Settings] +gtk-application-prefer-dark-theme=true +gtk-button-images=true +gtk-cursor-theme-name=Adwaita +gtk-cursor-theme-size=24 +gtk-decoration-layout=close,minimize,maximize: +gtk-enable-animations=true +gtk-font-name=Noto Sans, 10 +gtk-icon-theme-name=Nordzy-green-dark +gtk-menu-images=true +gtk-modules=colorreload-gtk-module:appmenu-gtk-module +gtk-primary-button-warps-slider=false +gtk-shell-shows-menubar=1 +gtk-theme-name=Nordic-darker +gtk-toolbar-style=3 diff --git a/gtktheme/.gtkrc-2.0 b/gtktheme/.gtkrc-2.0 index c724cc7..1aec575 100644 --- a/gtktheme/.gtkrc-2.0 +++ b/gtktheme/.gtkrc-2.0 @@ -1,13 +1,12 @@ gtk-cursor-theme-size=24 -gtk-theme-name="Mojave-dark" +gtk-theme-name="Nordic-darker" gtk-enable-animations=1 gtk-primary-button-warps-slider=0 gtk-toolbar-style=3 gtk-menu-images=1 gtk-button-images=1 gtk-cursor-theme-name="Adwaita" -gtk-icon-theme-name="Mojave-dark" -gtk-font-name="Noto Sans, 10" +gtk-icon-theme-name="Nordzy-green-dark" +gtk-font-name="Noto Sans, 10" gtk-application-prefer-dark-theme = true - gtk-modules=appmenu-gtk-module diff --git a/gtktheme/.themes/Mojave-dark/COPYING b/gtktheme/.themes/Mojave-dark/COPYING deleted file mode 100644 index d159169..0000000 --- a/gtktheme/.themes/Mojave-dark/COPYING +++ /dev/null @@ -1,339 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Lesser General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. diff --git a/gtktheme/.themes/Mojave-dark/cinnamon/assets/add-workspace-active.svg b/gtktheme/.themes/Mojave-dark/cinnamon/assets/add-workspace-active.svg deleted file mode 100644 index 4ce6321..0000000 --- a/gtktheme/.themes/Mojave-dark/cinnamon/assets/add-workspace-active.svg +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/cinnamon/assets/add-workspace-hover.svg b/gtktheme/.themes/Mojave-dark/cinnamon/assets/add-workspace-hover.svg deleted file mode 100644 index 8a1d351..0000000 --- a/gtktheme/.themes/Mojave-dark/cinnamon/assets/add-workspace-hover.svg +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/cinnamon/assets/add-workspace.svg b/gtktheme/.themes/Mojave-dark/cinnamon/assets/add-workspace.svg deleted file mode 100644 index 8dba5df..0000000 --- a/gtktheme/.themes/Mojave-dark/cinnamon/assets/add-workspace.svg +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/cinnamon/assets/calendar-arrow-left.svg b/gtktheme/.themes/Mojave-dark/cinnamon/assets/calendar-arrow-left.svg deleted file mode 100644 index dcf8298..0000000 --- a/gtktheme/.themes/Mojave-dark/cinnamon/assets/calendar-arrow-left.svg +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/cinnamon/assets/calendar-arrow-right.svg b/gtktheme/.themes/Mojave-dark/cinnamon/assets/calendar-arrow-right.svg deleted file mode 100644 index ed66559..0000000 --- a/gtktheme/.themes/Mojave-dark/cinnamon/assets/calendar-arrow-right.svg +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/cinnamon/assets/checkbox-off.svg b/gtktheme/.themes/Mojave-dark/cinnamon/assets/checkbox-off.svg deleted file mode 100644 index 35ba02c..0000000 --- a/gtktheme/.themes/Mojave-dark/cinnamon/assets/checkbox-off.svg +++ /dev/null @@ -1,156 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/cinnamon/assets/checkbox.svg b/gtktheme/.themes/Mojave-dark/cinnamon/assets/checkbox.svg deleted file mode 100644 index 531493f..0000000 --- a/gtktheme/.themes/Mojave-dark/cinnamon/assets/checkbox.svg +++ /dev/null @@ -1,231 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/cinnamon/assets/close-active.svg b/gtktheme/.themes/Mojave-dark/cinnamon/assets/close-active.svg deleted file mode 100644 index a31d8f7..0000000 --- a/gtktheme/.themes/Mojave-dark/cinnamon/assets/close-active.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - -image/svg+xml diff --git a/gtktheme/.themes/Mojave-dark/cinnamon/assets/close-hover.svg b/gtktheme/.themes/Mojave-dark/cinnamon/assets/close-hover.svg deleted file mode 100644 index 1211884..0000000 --- a/gtktheme/.themes/Mojave-dark/cinnamon/assets/close-hover.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - -image/svg+xml diff --git a/gtktheme/.themes/Mojave-dark/cinnamon/assets/close.svg b/gtktheme/.themes/Mojave-dark/cinnamon/assets/close.svg deleted file mode 100644 index 3694958..0000000 --- a/gtktheme/.themes/Mojave-dark/cinnamon/assets/close.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - -image/svg+xml diff --git a/gtktheme/.themes/Mojave-dark/cinnamon/assets/corner-ripple.svg b/gtktheme/.themes/Mojave-dark/cinnamon/assets/corner-ripple.svg deleted file mode 100644 index ceeded6..0000000 --- a/gtktheme/.themes/Mojave-dark/cinnamon/assets/corner-ripple.svg +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/cinnamon/assets/menu-hover.svg b/gtktheme/.themes/Mojave-dark/cinnamon/assets/menu-hover.svg deleted file mode 100644 index 7e54340..0000000 --- a/gtktheme/.themes/Mojave-dark/cinnamon/assets/menu-hover.svg +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/cinnamon/assets/menu-solid.svg b/gtktheme/.themes/Mojave-dark/cinnamon/assets/menu-solid.svg deleted file mode 100644 index a3ce1d0..0000000 --- a/gtktheme/.themes/Mojave-dark/cinnamon/assets/menu-solid.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/cinnamon/assets/menu.svg b/gtktheme/.themes/Mojave-dark/cinnamon/assets/menu.svg deleted file mode 100644 index 6b0671a..0000000 --- a/gtktheme/.themes/Mojave-dark/cinnamon/assets/menu.svg +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/cinnamon/assets/radiobutton-off.svg b/gtktheme/.themes/Mojave-dark/cinnamon/assets/radiobutton-off.svg deleted file mode 100644 index f8ac12f..0000000 --- a/gtktheme/.themes/Mojave-dark/cinnamon/assets/radiobutton-off.svg +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/cinnamon/assets/radiobutton.svg b/gtktheme/.themes/Mojave-dark/cinnamon/assets/radiobutton.svg deleted file mode 100644 index 1b1306d..0000000 --- a/gtktheme/.themes/Mojave-dark/cinnamon/assets/radiobutton.svg +++ /dev/null @@ -1,216 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/cinnamon/assets/submenu.svg b/gtktheme/.themes/Mojave-dark/cinnamon/assets/submenu.svg deleted file mode 100644 index e1e34e3..0000000 --- a/gtktheme/.themes/Mojave-dark/cinnamon/assets/submenu.svg +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/cinnamon/assets/toggle-off.svg b/gtktheme/.themes/Mojave-dark/cinnamon/assets/toggle-off.svg deleted file mode 100644 index 61b532e..0000000 --- a/gtktheme/.themes/Mojave-dark/cinnamon/assets/toggle-off.svg +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/cinnamon/assets/toggle-on.svg b/gtktheme/.themes/Mojave-dark/cinnamon/assets/toggle-on.svg deleted file mode 100644 index f948aa3..0000000 --- a/gtktheme/.themes/Mojave-dark/cinnamon/assets/toggle-on.svg +++ /dev/null @@ -1,153 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/cinnamon/assets/trash-icon.svg b/gtktheme/.themes/Mojave-dark/cinnamon/assets/trash-icon.svg deleted file mode 100644 index 7e8713f..0000000 --- a/gtktheme/.themes/Mojave-dark/cinnamon/assets/trash-icon.svg +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/cinnamon/cinnamon.css b/gtktheme/.themes/Mojave-dark/cinnamon/cinnamon.css deleted file mode 100644 index 7cb524f..0000000 --- a/gtktheme/.themes/Mojave-dark/cinnamon/cinnamon.css +++ /dev/null @@ -1,2309 +0,0 @@ -stage { - font-family: Futura Bk bt, sans, Sans-Serif; - font-size: 9pt; - color: #dedede; -} - -.label-shadow { - color: rgba(0, 0, 0, 0); -} - -.sound-button, .notification-button, .notification-icon-button, .menu #notification .notification-button, .menu #notification .notification-icon-button, .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, #notification .notification-button, #notification .notification-icon-button { - min-height: 20px; - padding: 5px 32px; - transition-duration: 100ms; - border-radius: 5px; - text-shadow: none; - color: #dedede; - border: 1px solid rgba(0, 0, 0, 0.15); - background-color: #656565; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -.sound-button:focus, .notification-button:focus, .notification-icon-button:focus, #notification .notification-button:focus, #notification .notification-icon-button:focus { - text-shadow: none; - color: #dedede; - background-color: #656565; - border: 1px solid #315bef; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.12); - border-radius: 5px; -} - -.sound-button:hover, .notification-button:hover, .notification-icon-button:hover, #notification .notification-button:hover, #notification .notification-icon-button:hover { - text-shadow: none; - color: #f8f8f8; - border: 1px solid rgba(0, 0, 0, 0.15); - background-color: #6d6d6d; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.12); - border-radius: 5px; -} - -.sound-button:hover:focus, .notification-button:hover:focus, .notification-icon-button:hover:focus, #notification .notification-button:hover:focus, #notification .notification-icon-button:hover:focus { - text-shadow: none; - color: #f8f8f8; - background-color: #6d6d6d; - border: 1px solid #315bef; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.12); - border-radius: 5px; -} - -.sound-button:active, .notification-button:active, .notification-icon-button:active, #notification .notification-button:active, #notification .notification-icon-button:active { - text-shadow: none; - color: white; - background-color: #315bef; - border: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 5px; -} - -.sound-button:insensitive, .notification-button:insensitive, .notification-icon-button:insensitive, #notification .notification-button:insensitive, #notification .notification-icon-button:insensitive { - text-shadow: none; - color: rgba(222, 222, 222, 0.35); - border: 1px solid rgba(0, 0, 0, 0.15); - background-color: rgba(101, 101, 101, 0.55); - border-radius: 5px; -} - -.modal-dialog-button-box .modal-dialog-button { - min-height: 20px; - padding: 5px 32px; - transition-duration: 100ms; - border-radius: 5px; - text-shadow: none; - color: #dadada; - background-color: rgba(98, 98, 98, 0.96); -} - -.modal-dialog-button-box .modal-dialog-button:hover { - text-shadow: none; - color: #dadada; - background-color: #747474; -} - -.modal-dialog-button-box .modal-dialog-button:focus { - color: #315bef; -} - -.modal-dialog-button-box .modal-dialog-button:active { - text-shadow: none; - color: white; - background-color: #315bef; -} - -.modal-dialog-button-box .modal-dialog-button:insensitive { - text-shadow: none; - color: #5f5f5f; - background-color: rgba(98, 98, 98, 0.81); -} - -#menu-search-entry, .notification StEntry, .menu #notification StEntry, .popup-menu #notification StEntry, #notification StEntry { - padding: 7px; - caret-size: 1px; - selection-background-color: #315bef; - selected-color: white; - transition-duration: 300ms; - border-radius: 5px; - color: #dadada; - border: 1px solid rgba(255, 255, 255, 0.12); - background-color: #242424; -} - -#menu-search-entry:focus, .notification StEntry:focus, .menu #notification StEntry:focus, .popup-menu #notification StEntry:focus, #notification StEntry:focus, #menu-search-entry:hover, .notification StEntry:hover, .menu #notification StEntry:hover, .popup-menu #notification StEntry:hover, #notification StEntry:hover { - color: #dadada; - border: 1px solid #6887cd; - background-color: #242424; - box-shadow: 0 0 0 2px rgba(104, 135, 205, 0.75); -} - -#menu-search-entry:insensitive, .notification StEntry:insensitive, .menu #notification StEntry:insensitive, .popup-menu #notification StEntry:insensitive, #notification StEntry:insensitive { - color: rgba(222, 222, 222, 0.35); - border: 1px solid rgba(255, 255, 255, 0.12); - background-color: rgba(36, 36, 36, 0.55); -} - -#menu-search-entry StIcon.capslock-warning, .notification StEntry StIcon.capslock-warning, .menu #notification StEntry StIcon.capslock-warning, .popup-menu #notification StEntry StIcon.capslock-warning, #notification StEntry StIcon.capslock-warning { - icon-size: 16px; - warning-color: #F27835; - padding: 0 4px; -} - -StScrollView.vfade { - -st-vfade-offset: 0px; -} - -StScrollView.hfade { - -st-hfade-offset: 0px; -} - -StScrollBar { - padding: 8px; -} - -StScrollView StScrollBar { - min-width: 5px; - min-height: 5px; -} - -StScrollBar StBin#trough { - background-color: rgba(36, 36, 36, 0.1); - border-radius: 8px; -} - -StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { - border-radius: 2px; - background-color: #777777; - border: 0px solid; - margin: 0px; -} - -StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { - background-color: #666666; -} - -StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: #315bef; -} - -.separator { - -gradient-height: 1px; - -gradient-start: rgba(0, 0, 0, 0); - -gradient-end: rgba(0, 0, 0, 0); - -margin-horizontal: 1.5em; - height: 1em; -} - -.popup-slider-menu-item, -.slider { - -slider-height: 4px; - -slider-background-color: rgba(255, 255, 255, 0.12); - -slider-border-color: rgba(0, 0, 0, 0); - -slider-active-background-color: #315bef; - -slider-active-border-color: rgba(0, 0, 0, 0); - -slider-border-width: 0; - -slider-handle-radius: 4px; - height: 18px; - min-width: 15em; - border: 0 solid transparent; - border-right-width: 1px; - border-left-width: 5px; - color: transparent; -} - -.popup-menu-item:active .popup-slider-menu-item, .popup-menu-item:active .slider { - -slider-background-color: rgba(0, 0, 0, 0.2); - -slider-active-background-color: white; -} - -.check-box CinnamonGenericContainer { - spacing: .2em; - min-height: 30px; - padding-top: 2px; -} - -.check-box StLabel { - font-weight: normal; -} - -.check-box StBin { - width: 16px; - height: 16px; - background-image: url("assets/checkbox-unchecked.svg"); -} - -.check-box:focus StBin { - background-image: url("assets/checkbox-unchecked-focused.svg"); -} - -.check-box:checked StBin { - background-image: url("assets/checkbox-checked.svg"); -} - -.check-box:focus:checked StBin { - background-image: url("assets/checkbox-checked-focused.svg"); -} - -.radiobutton CinnamonGenericContainer { - spacing: .2em; - height: 26px; - padding-top: 2px; -} - -.radiobutton StLabel { - padding-top: 4px; - font-size: 0.9em; - box-shadow: none; -} - -.radiobutton StBin { - width: 16px; - height: 16px; - background-image: url("assets/checkbox-unchecked.svg"); -} - -.radiobutton:focus StBin { - background-image: url("assets/checkbox-unchecked-focused.svg"); -} - -.radiobutton:checked StBin { - background-image: url("assets/checkbox-checked.svg"); -} - -.radiobutton:focus:checked StBin { - background-image: url("assets/checkbox-checked-focused.svg"); -} - -.toggle-switch { - width: 50px; - height: 20px; - background-size: contain; - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch:checked { - background-image: url("assets/toggle-on.svg"); -} - -.popup-menu-item:active .toggle-switch { - background-image: url("assets/toggle-off.svg"); -} - -.popup-menu-item:active .toggle-switch:checked { - background-image: url("assets/toggle-on.svg"); -} - -.cinnamon-link { - color: #3484e2; - text-decoration: underline; -} - -.cinnamon-link:hover { - color: #619fe8; -} - -#Tooltip { - border-radius: 3px; - padding: 5px 12px; - background-color: #2a2a2a; - color: #dadada; - font-size: 1em; - font-weight: normal; - text-align: center; -} - -.menu, -.popup-menu, -.popup-combo-menu { - padding: 4px 4px 6px 4px; - color: #dedede; - border-image: url("assets/menu.svg") 15 15 15 15; -} - -.menu-arrow, -.popup-menu-arrow { - icon-size: 16px; -} - -.menu .popup-sub-menu, -.popup-menu .popup-sub-menu, -.popup-combo-menu .popup-sub-menu { - background-gradient-direction: none; - box-shadow: none; - border-image: url("assets/submenu.svg") 15 15 2 2; -} - -.menu .popup-sub-menu .popup-menu-item:ltr, -.popup-menu .popup-sub-menu .popup-menu-item:ltr, -.popup-combo-menu .popup-sub-menu .popup-menu-item:ltr { - padding-right: 8px; -} - -.menu .popup-sub-menu .popup-menu-item:rtl, -.popup-menu .popup-sub-menu .popup-menu-item:rtl, -.popup-combo-menu .popup-sub-menu .popup-menu-item:rtl { - padding-left: 8px; -} - -.menu .popup-sub-menu StScrollBar, -.popup-menu .popup-sub-menu StScrollBar, -.popup-combo-menu .popup-sub-menu StScrollBar { - padding: 4px; -} - -.menu .popup-sub-menu StScrollBar StBin#trough, .menu .popup-sub-menu StScrollBar StBin#vhandle, -.popup-menu .popup-sub-menu StScrollBar StBin#trough, -.popup-menu .popup-sub-menu StScrollBar StBin#vhandle, -.popup-combo-menu .popup-sub-menu StScrollBar StBin#trough, -.popup-combo-menu .popup-sub-menu StScrollBar StBin#vhandle { - border-width: 0; -} - -.menu .popup-menu-content, -.popup-menu .popup-menu-content, -.popup-combo-menu .popup-menu-content { - padding: 1em 0em 1em 0em; -} - -.menu .popup-menu-item, -.popup-menu .popup-menu-item, -.popup-combo-menu .popup-menu-item { - padding: .4em 1.75em; - spacing: 1em; -} - -.menu .popup-menu-item:active, -.popup-menu .popup-menu-item:active, -.popup-combo-menu .popup-menu-item:active { - color: white; - border-image: url("assets/menu-hover.svg") 15 15 2 2; -} - -.menu .popup-menu-item:insensitive, -.popup-menu .popup-menu-item:insensitive, -.popup-combo-menu .popup-menu-item:insensitive { - color: rgba(222, 222, 222, 0.5); - background: none; -} - -.menu .popup-inactive-menu-item, -.popup-menu .popup-inactive-menu-item, -.popup-combo-menu .popup-inactive-menu-item { - color: #dedede; -} - -.menu .popup-inactive-menu-item:insensitive, -.popup-menu .popup-inactive-menu-item:insensitive, -.popup-combo-menu .popup-inactive-menu-item:insensitive { - color: rgba(222, 222, 222, 0.35); -} - -.menu .popup-menu-item:active .popup-inactive-menu-item, -.popup-menu .popup-menu-item:active .popup-inactive-menu-item, -.popup-combo-menu .popup-menu-item:active .popup-inactive-menu-item { - color: white; -} - -.menu-icon, -.popup-menu-icon { - icon-size: 16px; -} - -.popup-menu-boxpointer { - -arrow-border-radius: 3px; - -arrow-background-color: rgba(0, 0, 0, 0); - -arrow-border-width: 0; - -arrow-border-color: rgba(0, 0, 0, 0); - -arrow-base: 0; - -arrow-rise: 0; - margin: 0.4em 0.5em 0.5em; - border-radius: 2px; -} - -.popup-combo-menu { - padding: 10px; -} - -.popup-combobox-item { - spacing: 1em; -} - -.popup-separator-menu-item { - -gradient-height: 2px; - -gradient-start: transparent; - -gradient-end: transparent; - -margin-horizontal: 1.5em; - height: 1px; - margin: 0; - padding: 0; - border-color: rgba(255, 255, 255, 0.12); - border-bottom-width: 1px; - border-bottom-style: solid; - background-color: transparent; -} - -.popup-alternating-menu-item:alternate { - font-weight: normal; -} - -.popup-device-menu-item { - spacing: .5em; -} - -.popup-subtitle-menu-item { - font-weight: normal; -} - -.nm-menu-item-icons { - spacing: .5em; -} - -#panel { - font-weight: bold; - height: 27px; - width: 32px; -} - -#panel:highlight { - border-image: none; - background-color: rgba(252, 65, 56, 0.5); -} - -#panelLeft { - spacing: 4px; -} - -#panelLeft:dnd { - background-gradient-direction: vertical; - background-gradient-start: rgba(255, 0, 0, 0.05); - background-gradient-end: rgba(255, 0, 0, 0.2); -} - -#panelLeft:ltr { - padding-right: 4px; -} - -#panelLeft:rtl { - padding-left: 4px; -} - -#panelLeft.vertical { - padding: 0; -} - -#panelLeft.vertical:ltr { - padding-right: 0px; -} - -#panelLeft.vertical:rtl { - padding-left: 0px; -} - -#panelRight:dnd { - background-gradient-direction: vertical; - background-gradient-start: rgba(0, 0, 255, 0.05); - background-gradient-end: rgba(0, 0, 255, 0.2); -} - -#panelRight:ltr { - padding-left: 4px; - spacing: 0px; -} - -#panelRight:rtl { - padding-right: 4px; - spacing: 0px; -} - -#panelRight.vertical { - padding: 0; -} - -#panelRight.vertical:ltr { - padding-right: 0px; -} - -#panelRight.vertical:rtl { - padding-left: 0px; -} - -#panelCenter { - spacing: 4px; -} - -#panelCenter:dnd { - background-gradient-direction: vertical; - background-gradient-start: rgba(0, 255, 0, 0.05); - background-gradient-end: rgba(0, 255, 0, 0.2); -} - -.panel-top, .panel-bottom, .panel-left, .panel-right { - color: #dadada; - font-size: 1em; - padding: 0px; - background-color: rgba(42, 42, 42, 0.95); - box-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 16px rgba(0, 0, 0, 0.24); -} - -.panel-top .panel-button:hover, -.panel-top .panel-status-button:hover, .panel-bottom .panel-button:hover, -.panel-bottom .panel-status-button:hover, .panel-left .panel-button:hover, -.panel-left .panel-status-button:hover, .panel-right .panel-button:hover, -.panel-right .panel-status-button:hover { - color: #dedede; - background-color: rgba(222, 222, 222, 0.1); -} - -.panel-top .panel-button:active, -.panel-top .panel-status-button:active, .panel-bottom .panel-button:active, -.panel-bottom .panel-status-button:active, .panel-left .panel-button:active, -.panel-left .panel-status-button:active, .panel-right .panel-button:active, -.panel-right .panel-status-button:active { - color: white; - background-color: #315bef; -} - -.panel-top { - border-bottom: 1px solid rgba(0, 0, 0, 0.72); -} - -.panel-bottom { - border-top: 1px solid rgba(0, 0, 0, 0.72); -} - -.panel-left { - border-right: 1px solid rgba(0, 0, 0, 0.72); -} - -.panel-right { - border-left: 1px solid rgba(0, 0, 0, 0.72); -} - -.panel-dummy { - background-color: rgba(252, 65, 56, 0.5); -} - -.panel-dummy:entered { - background-color: rgba(252, 65, 56, 0.6); -} - -.panel-status-button { - border-width: 0; - -natural-hpadding: 3px; - -minimum-hpadding: 3px; - font-weight: bold; - height: 22px; - color: #dadada; -} - -.panel-button { - -natural-hpadding: 6px; - -minimum-hpadding: 2px; - font-weight: bold; - transition-duration: 100ms; - color: #dadada; -} - -.system-status-icon { - icon-size: 16px; - padding: 0 1px; -} - -#overview { - spacing: 12px; -} - -.window-caption { - background-color: #2a2a2a; - border: 1px solid #2a2a2a; - color: #dadada; - spacing: 25px; - border-radius: 2px; - font-size: 9pt; - padding: 5px 8px; - -cinnamon-caption-spacing: 4px; -} - -#selected.window-caption { - background-color: #315bef; - color: white; - border: 1px solid #315bef; - spacing: 25px; -} - -.expo-workspaces-name-entry, -#selected.expo-workspaces-name-entry { - height: 15px; - border-radius: 2px; - font-size: 9pt; - padding: 5px 8px; - -cinnamon-caption-spacing: 4px; - color: #dadada; - background-color: rgba(98, 98, 98, 0.96); - border: 1px solid rgba(0, 0, 0, 0.15); - box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); -} - -.expo-workspaces-name-entry:focus, -#selected.expo-workspaces-name-entry:focus { - border: 1px solid #315bef; - background-color: #315bef; - color: white; - font-style: italic; - transition-duration: 300; - selection-background-color: white; - selected-color: #315bef; -} - -.expo-workspace-thumbnail-frame { - border: 4px solid rgba(255, 255, 255, 0); - background-color: rgba(255, 255, 255, 0); - border-radius: 2px; -} - -#active.expo-workspace-thumbnail-frame { - border: 4px solid #315bef; - background-color: black; - border-radius: 2px; -} - -.expo-background { - background-color: #2a2a2a; -} - -.workspace-thumbnails { - spacing: 26px; -} - -.workspace-thumbnails-background, .workspace-thumbnails-background:rtl { - padding: 8px; -} - -.workspace-add-button { - background-image: url("assets/add-workspace.svg"); - height: 200px; - width: 35px; - transition-duration: 100; -} - -.workspace-add-button:hover { - background-image: url("assets/add-workspace-hover.svg"); - transition-duration: 100; -} - -.workspace-add-button:active { - background-image: url("assets/add-workspace-active.svg"); - transition-duration: 100; -} - -.workspace-overview-background-shade { - background-color: rgba(0, 0, 0, 0.5); -} - -.workspace-close-button, -.window-close { - background-image: url("assets/close.svg"); - background-size: 26px; - height: 26px; - width: 26px; - -cinnamon-close-overlap: 10px; -} - -.workspace-close-button:hover, -.window-close:hover { - background-image: url("assets/close-hover.svg"); - background-size: 26px; - height: 26px; - width: 26px; -} - -.workspace-close-button:active, -.window-close:active { - background-image: url("assets/close-active.svg"); - background-size: 26px; - height: 26px; - width: 26px; -} - -.workspace-thumbnail-indicator { - outline: 2px solid red; - border: 1px solid green; -} - -.window-close:rtl { - -st-background-image-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5); -} - -.window-close-area { - background-image: url("assets/trash-icon.svg"); - height: 120px; - width: 400px; -} - -.about-content { - width: 550px; - height: 250px; - spacing: 8px; - padding-bottom: 10px; -} - -.about-title { - font-size: 2em; - font-weight: bold; -} - -.about-uuid { - font-size: 10px; - color: #888; -} - -.about-icon { - padding-right: 20px; - padding-bottom: 14px; -} - -.about-scrollBox { - border: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 2px; - background-color: #242424; - padding: 4px; - padding-right: 0; - border-radius: 0; -} - -.about-scrollBox-innerBox { - padding: 1.2em; - spacing: 1.2em; -} - -.about-description { - padding-top: 4px; - padding-bottom: 16px; -} - -.about-version { - padding-left: 7px; - font-size: 10px; - color: #888; -} - -.calendar { - padding: .4em 1.75em; - spacing-rows: 0px; - spacing-columns: 0px; -} - -.calendar-month-label { - color: #dedede; - font-weight: bold; - margin: 0 2px; - padding: 2px; -} - -.calendar-change-month-back, -.calendar-change-month-forward { - width: 24px; - height: 24px; - margin: 0; - padding: 0; - border-radius: 100px; -} - -.calendar-change-month-back:focus, .calendar-change-month-back:hover, -.calendar-change-month-forward:focus, -.calendar-change-month-forward:hover { - background-color: rgba(222, 222, 222, 0.1); -} - -.calendar-change-month-back:active, -.calendar-change-month-forward:active { - background-color: rgba(222, 222, 222, 0.25); -} - -.calendar-change-month-back { - background-image: url("assets/calendar-arrow-left.svg"); -} - -.calendar-change-month-back:rtl { - background-image: url("assets/calendar-arrow-right.svg"); -} - -.calendar-change-month-forward { - background-image: url("assets/calendar-arrow-right.svg"); -} - -.calendar-change-month-forward:rtl { - background-image: url("assets/calendar-arrow-left.svg"); -} - -.datemenu-date-label { - padding: .4em 1.75em; - font-weight: bold; - text-align: center; - color: #dedede; - border-radius: 2px; -} - -.calendar-day-base { - font-size: 80%; - text-align: center; - width: 25px; - height: 25px; - padding: 0.1em; - margin: 2px; - border-radius: 12.5px; -} - -.calendar-day-heading { - color: rgba(222, 222, 222, 0.85); - margin-top: 1em; - font-size: 70%; -} - -.calendar-day { - border-width: 0; - color: rgba(222, 222, 222, 0.8); -} - -.calendar-day-top { - border-top-width: 0; -} - -.calendar-day-left { - border-left-width: 0; -} - -.calendar-nonwork-day { - color: #dedede; - background-color: transparent; - font-weight: bold; -} - -.calendar-today, -.calendar-today:active, -.calendar-today:focus, -.calendar-today:hover { - font-weight: bold; - color: white; - background-color: #315bef; - border-width: 0; -} - -.calendar-other-month-day { - color: rgba(222, 222, 222, 0.3); - opacity: 1; -} - -.calendar-week-number { - color: rgba(222, 222, 222, 0.7); - font-size: 80%; -} - -#notification { - border-radius: 3px; - padding: 13px; - spacing-rows: 10px; - spacing-columns: 10px; - margin-from-right-edge-of-screen: 20px; - width: 34em; - color: #dadada; - background-color: #333333; -} - -#notification .notification-button, #notification .notification-icon-button { - padding: 5px; -} - -.menu #notification, .popup-menu #notification { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -.menu #notification, .menu #notification.multi-line-notification, .popup-menu #notification, .popup-menu #notification.multi-line-notification { - color: #dadada; -} - -.menu #notification .notification-button, .menu #notification .notification-icon-button, .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button { - padding: 5px; -} - -#notification.multi-line-notification { - padding-bottom: 13px; - color: #dadada; -} - -#notification-scrollview { - max-height: 10em; -} - -#notification-scrollview > .top-shadow, #notification-scrollview > .bottom-shadow { - height: 1em; -} - -#notification-scrollview:ltr > StScrollBar { - padding-left: 6px; -} - -#notification-scrollview:rtl > StScrollBar { - padding-right: 6px; -} - -#notification-body { - spacing: 5px; -} - -#notification-actions { - spacing: 10px; -} - -.notification-with-image { - min-height: 159px; - color: #dadada; -} - -.notification-button, .notification-icon-button { - padding: 5px; -} - -.notification-icon-button > StIcon { - icon-size: 36px; -} - -#altTabPopup { - padding: 8px; - spacing: 16px; -} - -.switcher-list { - color: #dadada; - background-color: #2a2a2a; - border: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 3px; - padding: 20px; -} - -.switcher-list > StBoxLayout { - padding: 4px; -} - -.switcher-list-item-container { - spacing: 8px; -} - -.switcher-list .item-box { - padding: 8px; - border-radius: 2px; -} - -.switcher-list .item-box:outlined { - padding: 8px; - border: 1px solid #315bef; -} - -.switcher-list .item-box:selected { - color: white; - background-color: #315bef; - border: 0px solid #315bef; -} - -.switcher-list .thumbnail { - width: 256px; -} - -.switcher-list .thumbnail-box { - padding: 2px; - spacing: 4px; -} - -.switcher-list .separator { - width: 1px; - background: rgba(255, 255, 255, 0.2); -} - -.switcher-arrow { - border-color: rgba(0, 0, 0, 0); - color: #dadada; -} - -.switcher-arrow:highlighted { - border-color: rgba(0, 0, 0, 0); - color: #dadada; -} - -.thumbnail-scroll-gradient-left { - background-color: rgba(0, 0, 0, 0); - border-radius: 24px; - border-radius-topright: 0px; - border-radius-bottomright: 0px; - width: 60px; -} - -.thumbnail-scroll-gradient-right { - background-color: rgba(0, 0, 0, 0); - border-radius: 24px; - border-radius-topleft: 0px; - border-radius-bottomleft: 0px; - width: 60px; -} - -.ripple-box { - width: 104px; - height: 104px; - background-image: url("assets/corner-ripple.svg"); - background-size: contain; -} - -.lightbox { - background-color: rgba(0, 0, 0, 0.4); -} - -.flashspot { - background-color: white; -} - -.modal-dialog { - color: #dadada; - background-color: rgba(34, 34, 34, 0.95); - border: 1px solid rgba(0, 0, 0, 0.65); - padding: 0 5px 6px 5px; - border-radius: 5px; - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.75), 0 5px 18px rgba(0, 0, 0, 0.55); -} - -.modal-dialog > StBoxLayout:first-child { - padding: 20px 10px 10px 10px; -} - -.modal-dialog-button-box { - spacing: 0; - margin: 0; - padding: 14px 10px; - background-color: transparent; - border: none; -} - -.modal-dialog-button-box .modal-dialog-button { - padding-top: 0; - padding-bottom: 0; - height: 30px; -} - -.run-dialog { - padding: 0px 15px 10px 15px; - background-color: #333333; - border-radius: 5px; -} - -.run-dialog > * { - padding: 0; -} - -.run-dialog-label { - font-size: 0; - font-weight: bold; - color: #dadada; - padding-bottom: 0; -} - -.run-dialog-error-label { - color: #FC4138; -} - -.run-dialog-error-box { - padding-top: 15px; - spacing: 5px; -} - -.run-dialog-completion-box { - padding-left: 15px; - font-size: 10px; -} - -.run-dialog-entry { - width: 21em; - padding: 7px; - border-radius: 3px; - caret-color: #dadada; - selected-color: white; - selection-background-color: #315bef; - color: #dadada; - background-color: rgba(98, 98, 98, 0.96); - border: 1px solid rgba(0, 0, 0, 0.15); - box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); -} - -.run-dialog-entry:focus { - color: white; - background-color: #315bef; - border: 1px solid #315bef; - box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); -} - -.run-dialog .modal-dialog-button-box { - border: none; - box-shadow: none; - background: none; - background-gradient-direction: none; -} - -/* CinnamonMountOperation Dialogs */ -.cinnamon-mount-operation-icon { - icon-size: 48px; -} - -.mount-password-reask { - color: #F27835; -} - -.show-processes-dialog, -.mount-question-dialog { - spacing: 24px; -} - -.show-processes-dialog-subject, -.mount-question-dialog-subject { - padding-top: 10px; - padding-left: 17px; - padding-bottom: 6px; -} - -.show-processes-dialog-subject:rtl, -.mount-question-dialog-subject:rtl { - padding-left: 0px; - padding-right: 17px; -} - -.show-processes-dialog-description, -.mount-question-dialog-description { - padding-left: 17px; - width: 28em; -} - -.show-processes-dialog-description:rtl, -.mount-question-dialog-description:rtl { - padding-right: 17px; -} - -.show-processes-dialog-app-list { - max-height: 200px; - padding-top: 24px; - padding-left: 49px; - padding-right: 32px; -} - -.show-processes-dialog-app-list:rtl { - padding-right: 49px; - padding-left: 32px; -} - -.show-processes-dialog-app-list-item { - color: #ccc; -} - -.show-processes-dialog-app-list-item:hover { - color: white; -} - -.show-processes-dialog-app-list-item:ltr { - padding-right: 1em; -} - -.show-processes-dialog-app-list-item:rtl { - padding-left: 1em; -} - -.show-processes-dialog-app-list-item-icon:ltr { - padding-right: 17px; -} - -.show-processes-dialog-app-list-item-icon:rtl { - padding-left: 17px; -} - -.show-processes-dialog-app-list-item-name { - font-size: 1.1em; -} - -.magnifier-zoom-region { - border: 2px solid maroon; -} - -.magnifier-zoom-region .full-screen { - border-width: 0px; -} - -#keyboard { - background-color: #2a2a2a; - border-width: 0; - border-top-width: 1px; - border-color: rgba(0, 0, 0, 0.4); -} - -.keyboard-layout { - spacing: 10px; - padding: 10px; -} - -.keyboard-row { - spacing: 15px; -} - -.keyboard-key { - min-height: 2em; - min-width: 2em; - font-size: 14pt; - font-weight: bold; - border-radius: 3px; - box-shadow: none; - text-shadow: none; - color: #dadada; - background-color: rgba(98, 98, 98, 0.96); -} - -.keyboard-key:hover { - text-shadow: none; - color: #dadada; - background-color: #747474; -} - -.keyboard-key:active, .keyboard-key:checked { - text-shadow: none; - color: white; - background-color: #315bef; -} - -.keyboard-key:grayed { - text-shadow: none; - color: #5f5f5f; - background-color: rgba(98, 98, 98, 0.81); -} - -.keyboard-subkeys { - color: #dadada; - padding: 5px; - -arrow-border-radius: 2px; - -arrow-background-color: #2a2a2a; - -arrow-border-width: 1px; - -arrow-border-color: rgba(0, 0, 0, 0.4); - -arrow-base: 20px; - -arrow-rise: 10px; - -boxpointer-gap: 5px; -} - -.menu-favorites-box { - margin: auto; - padding: 10px; - transition-duration: 300; - background-color: #333333; - border: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 3px; -} - -.menu-favorites-button { - padding: 10px; - border: 1px solid rgba(0, 0, 0, 0); - border-radius: 5px; -} - -.menu-favorites-button:hover { - text-shadow: none; - color: #f8f8f8; - border: 1px solid rgba(0, 0, 0, 0.15); - background-color: #6d6d6d; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.12); - border-radius: 5px; -} - -.menu-places-box { - margin: auto; - padding: 10px; - border: 1px solid rgba(0, 0, 0, 0); -} - -.menu-places-button { - padding: 10px; -} - -.menu-categories-box { - padding: 10px 30px 10px 30px; -} - -.menu-applications-inner-box, .menu-applications-outer-box { - padding: 10px 10px 0 10px; -} - -.menu-application-button { - padding: 6px; - border-radius: 2px; - border: none; -} - -.menu-application-button:highlighted { - font-weight: bold; -} - -.menu-application-button-selected { - text-shadow: none; - color: white; - background-color: #315bef; - border: 1px solid rgba(0, 0, 0, 0.15); - padding: 6px; - border-radius: 2px; - border: none; -} - -.menu-application-button-selected:highlighted { - font-weight: bold; -} - -.menu-application-button-label:ltr { - padding-left: 5px; -} - -.menu-application-button-label:rtl { - padding-right: 5px; -} - -.menu StScrollView.menu-application-button { - padding: 0; - border-radius: 3px; - border: 1px solid rgba(255, 255, 255, 0.12); - background-color: #242424; -} - -.menu StScrollView.menu-application-button .popup-menu-item { - padding: 0; - spacing: 0; -} - -.menu StScrollView.menu-application-button .popup-menu-item:ltr { - padding-left: 7px; -} - -.menu StScrollView.menu-application-button .popup-menu-item:rtl { - padding-right: 7px; -} - -.menu StScrollView.menu-application-button .popup-menu-item:active { - border-image: none; - background-color: #315bef; -} - -.menu StScrollView.menu-application-button .popup-menu-item StIcon { - min-width: 22px; -} - -.menu StScrollView.menu-application-button .popup-menu-item StLabel:ltr { - padding: 6px 0 7px 5px; -} - -.menu StScrollView.menu-application-button .popup-menu-item StLabel:rtl { - padding: 6px 5px 7px 0; -} - -.menu-category-button { - padding: 6px; - border: 1px solid rgba(0, 0, 0, 0); - border-radius: 5px; -} - -.menu-category-button-selected { - padding: 6px; - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.menu-category-button-hover, .menu-category-button-selected { - text-shadow: none; - color: #f8f8f8; - border: 1px solid rgba(0, 0, 0, 0.15); - background-color: #6d6d6d; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.12); - border-radius: 5px; -} - -.menu-category-button-greyed { - padding: 6px; - color: rgba(222, 222, 222, 0.35); - border: 1px solid rgba(0, 0, 0, 0); -} - -.menu-category-button-label:ltr { - padding-left: 5px; -} - -.menu-category-button-label:rtl { - padding-right: 5px; -} - -.menu-selected-app-box { - padding-right: 30px; - padding-left: 28px; - text-align: right; - height: 30px; -} - -.menu-selected-app-box:rtl { - padding-top: 10px; - height: 30px; -} - -.menu-selected-app-title { - font-weight: bold; -} - -.menu-selected-app-description { - max-width: 150px; -} - -.menu-search-box:ltr { - padding-left: 30px; -} - -.menu-search-box-rtl { - padding-right: 30px; -} - -#menu-search-entry { - width: 250px; - height: 15px; - font-weight: normal; - caret-color: #dedede; -} - -.menu-search-entry-icon { - icon-size: 1em; - color: #dedede; -} - -/* Context menu (at the moment only for favorites) */ -.info-osd { - text-align: center; - font-weight: bold; - spacing: 1em; - padding: 16px; - color: #dadada; - background-color: rgba(42, 42, 42, 0.85); -} - -.osd-window { - text-align: center; - font-weight: bold; - spacing: 1em; - padding: 20px; - min-width: 64px; - min-height: 64px; - color: #dadada; - border-radius: 0; - background-color: rgba(42, 42, 42, 0.85); - border: none; - border-image: url("assets/menu.svg") 15 15 15 15; -} - -.osd-window .osd-monitor-label { - font-size: 3em; -} - -.osd-window .level { - padding: 0; - height: 4px; - background-color: rgba(0, 0, 0, 0.35); - border-radius: 2px; - color: #315bef; -} - -.osd-window .level-bar { - border-radius: 2px; - background-color: #315bef; -} - -.window-list-box { - spacing: 0; -} - -.panel-bottom .window-list-box:ltr, .panel-top .window-list-box:ltr { - padding: 0 0 0 8px; -} - -.panel-bottom .window-list-box:rtl, .panel-top .window-list-box:rtl { - padding: 0 8px 0 0; -} - -.window-list-box.vertical { - padding: 6px 0 0 0; -} - -.window-list-box.vertical #appMenuIcon { - padding-top: 2px; -} - -.window-list-box:highlight { - background-color: rgba(252, 65, 56, 0.5); -} - -.window-list-item-label { - font-weight: normal; - width: 15em; - min-width: 5px; -} - -.window-list-item-box { - font-weight: normal; - background-image: none; - transition-duration: 100; - color: rgba(218, 218, 218, 0.9); - border: 0 solid transparent; -} - -.panel-bottom .window-list-item-box StLabel { - padding-left: 6px; -} - -.panel-top .window-list-item-box StLabel { - padding-left: 6px; -} - -.panel-left .window-list-item-box StLabel { - padding-top: 6px; -} - -.panel-right .window-list-item-box StLabel { - padding-top: 6px; -} - -.panel-top .window-list-item-box { - border-top-width: 2px; -} - -.panel-top .window-list-item-box StIcon, .panel-top .window-list-item-box StBin, .panel-top .window-list-item-box #appMenuIcon { - padding: 2px; - padding-top: 0; -} - -.panel-bottom .window-list-item-box { - border-bottom-width: 2px; -} - -.panel-bottom .window-list-item-box StIcon, .panel-bottom .window-list-item-box StBin, .panel-bottom .window-list-item-box #appMenuIcon { - padding: 2px; - padding-bottom: 0; -} - -.panel-left .window-list-item-box { - border-left-width: 2px; -} - -.panel-left .window-list-item-box StIcon, .panel-left .window-list-item-box StBin, .panel-left .window-list-item-box #appMenuIcon { - padding: 2px; - padding-left: 0; -} - -.panel-right .window-list-item-box { - border-right-width: 2px; -} - -.panel-right .window-list-item-box StIcon, .panel-right .window-list-item-box StBin, .panel-right .window-list-item-box #appMenuIcon { - padding: 2px; - padding-right: 0; -} - -.window-list-item-box:hover { - color: #dadada; - border: 0 solid rgba(218, 218, 218, 0.5); - background-gradient-direction: none; -} - -.panel-top .window-list-item-box:hover { - border-top-width: 2px; -} - -.panel-bottom .window-list-item-box:hover { - border-bottom-width: 2px; -} - -.panel-left .window-list-item-box:hover { - border-left-width: 2px; -} - -.panel-right .window-list-item-box:hover { - border-right-width: 2px; -} - -.window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:running { - color: #dadada; - border: 0 solid rgba(49, 91, 239, 0.35); - background-gradient-direction: none; -} - -.panel-top .window-list-item-box:active, .panel-top .window-list-item-box:checked, .panel-top .window-list-item-box:running { - border-top-width: 2px; -} - -.panel-bottom .window-list-item-box:active, .panel-bottom .window-list-item-box:checked, .panel-bottom .window-list-item-box:running { - border-bottom-width: 2px; -} - -.panel-left .window-list-item-box:active, .panel-left .window-list-item-box:checked, .panel-left .window-list-item-box:running { - border-left-width: 2px; -} - -.panel-right .window-list-item-box:active, .panel-right .window-list-item-box:checked, .panel-right .window-list-item-box:running { - border-right-width: 2px; -} - -.window-list-item-box:active:hover, .window-list-item-box:checked:hover, .window-list-item-box:running:hover { - border-color: rgba(49, 91, 239, 0.5); -} - -.window-list-item-box:focus { - color: #dadada; - border: 0 solid #315bef; - background-gradient-direction: none; -} - -.panel-top .window-list-item-box:focus { - border-top-width: 2px; -} - -.panel-bottom .window-list-item-box:focus { - border-bottom-width: 2px; -} - -.panel-left .window-list-item-box:focus { - border-left-width: 2px; -} - -.panel-right .window-list-item-box:focus { - border-right-width: 2px; -} - -.window-list-item-box.right, .window-list-item-box.left { - padding-left: 0px; - padding-right: 0px; -} - -.window-list-item-box .progress { - background-gradient-direction: vertical; - background-gradient-start: #315bef; - background-gradient-end: #315bef; - border-radius: 2px; - box-shadow: none; -} - -.window-list-item-demands-attention { - background-gradient-start: #F27835; - background-gradient-end: #F27835; -} - -.window-list-preview { - padding: 12px; - spacing: 8px; - border: none; - background-color: #242424; - border-radius: 5px; - color: #dedede; - box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35), 0 3px 12px rgba(0, 0, 0, 0.16); -} - -.grouped-window-list-thumbnail-label { - padding-left: 4px; -} - -.grouped-window-list-thumbnail-alert { - background-color: rgba(252, 65, 56, 0.5); -} - -.grouped-window-list-thumbnail-menu .item-box { - padding: 6px; - border-radius: 2px; - spacing: 4px; -} - -.grouped-window-list-thumbnail-menu .item-box:outlined { - padding: 2px; - border: 2px solid #315bef; -} - -.grouped-window-list-thumbnail-menu .item-box:selected { - background-color: rgba(255, 255, 255, 0.33); -} - -.grouped-window-list-thumbnail-menu .thumbnail { - width: 256px; -} - -.grouped-window-list-thumbnail-menu .separator { - width: 1px; - background-color: rgba(218, 218, 218, 0.33); -} - -.grouped-window-list-number-label { - z-index: 99; - text-shadow: none; - font-size: 10px; - color: white; - padding: 0; -} - -.grouped-window-list-button-label { - padding-left: 4px; -} - -.grouped-window-list-badge { - border-radius: 256px; - background-color: #315bef; -} - -.grouped-window-list-item-box { - font-weight: normal; - background-image: none; - transition-duration: 100; - color: rgba(218, 218, 218, 0.6); - border: 0 solid transparent; -} - -.grouped-window-list-item-box.top { - border-top-width: 2px; -} - -.grouped-window-list-item-box.top StIcon, .grouped-window-list-item-box.top StBin, .grouped-window-list-item-box.top #appMenuIcon { - padding: 2px; - padding-top: 0; -} - -.grouped-window-list-item-box.bottom { - border-bottom-width: 2px; -} - -.grouped-window-list-item-box.bottom StIcon, .grouped-window-list-item-box.bottom StBin, .grouped-window-list-item-box.bottom #appMenuIcon { - padding: 2px; - padding-bottom: 0; -} - -.grouped-window-list-item-box.left { - border-left-width: 2px; -} - -.grouped-window-list-item-box.left StIcon, .grouped-window-list-item-box.left StBin, .grouped-window-list-item-box.left #appMenuIcon { - padding: 2px; - padding-left: 0; -} - -.grouped-window-list-item-box.right { - border-right-width: 2px; -} - -.grouped-window-list-item-box.right StIcon, .grouped-window-list-item-box.right StBin, .grouped-window-list-item-box.right #appMenuIcon { - padding: 2px; - padding-right: 0; -} - -.grouped-window-list-item-box:hover { - color: #dadada; - border: 0 solid rgba(218, 218, 218, 0.5); - background-gradient-direction: none; -} - -.panel-top .grouped-window-list-item-box:hover { - border-top-width: 2px; -} - -.panel-bottom .grouped-window-list-item-box:hover { - border-bottom-width: 2px; -} - -.panel-left .grouped-window-list-item-box:hover { - border-left-width: 2px; -} - -.panel-right .grouped-window-list-item-box:hover { - border-right-width: 2px; -} - -.grouped-window-list-item-box:active, .grouped-window-list-item-box:checked, .grouped-window-list-item-box:running { - color: #dadada; - border: 0 solid rgba(49, 91, 239, 0.35); - background-gradient-direction: none; -} - -.panel-top .grouped-window-list-item-box:active, .panel-top .grouped-window-list-item-box:checked, .panel-top .grouped-window-list-item-box:running { - border-top-width: 2px; -} - -.panel-bottom .grouped-window-list-item-box:active, .panel-bottom .grouped-window-list-item-box:checked, .panel-bottom .grouped-window-list-item-box:running { - border-bottom-width: 2px; -} - -.panel-left .grouped-window-list-item-box:active, .panel-left .grouped-window-list-item-box:checked, .panel-left .grouped-window-list-item-box:running { - border-left-width: 2px; -} - -.panel-right .grouped-window-list-item-box:active, .panel-right .grouped-window-list-item-box:checked, .panel-right .grouped-window-list-item-box:running { - border-right-width: 2px; -} - -.grouped-window-list-item-box:active:hover, .grouped-window-list-item-box:checked:hover, .grouped-window-list-item-box:running:hover { - border-color: rgba(49, 91, 239, 0.5); -} - -.grouped-window-list-item-box:focus { - color: #dadada; - border: 0 solid #315bef; - background-gradient-direction: none; -} - -.panel-top .grouped-window-list-item-box:focus { - border-top-width: 2px; -} - -.panel-bottom .grouped-window-list-item-box:focus { - border-bottom-width: 2px; -} - -.panel-left .grouped-window-list-item-box:focus { - border-left-width: 2px; -} - -.panel-right .grouped-window-list-item-box:focus { - border-right-width: 2px; -} - -.grouped-window-list-item-box .progress { - background-gradient-direction: vertical; - background-gradient-start: #315bef; - background-gradient-end: #315bef; - border-radius: 2px; - box-shadow: none; -} - -.grouped-window-list-item-demands-attention { - background-gradient-start: #F27835; - background-gradient-end: #F27835; -} - -.sound-button { - width: 22px; - height: 13px; - padding: 8px; -} - -.sound-button-container { - padding-right: 3px; - padding-left: 3px; -} - -.sound-button StIcon { - icon-size: 1.4em; -} - -.sound-track-infos { - padding: 5px; -} - -.sound-track-info { - padding-top: 2px; - padding-bottom: 2px; -} - -.sound-track-info StIcon { - icon-size: 16px; -} - -.sound-track-info StLabel { - padding-left: 5px; - padding-right: 5px; -} - -.sound-track-box { - padding-left: 15px; - padding-right: 15px; - max-width: 220px; -} - -.sound-seek-box { - padding-left: 15px; -} - -.sound-seek-box StLabel { - padding-top: 2px; -} - -.sound-seek-box StIcon { - icon-size: 16px; -} - -.sound-seek-slider { - width: 140px; -} - -.sound-volume-menu-item { - padding: .4em 1.75em; -} - -.sound-volume-menu-item StIcon { - icon-size: 1.14em; - padding-left: 8px; - padding-right: 8px; -} - -.sound-playback-control { - padding: 5px 10px 10px 10px; -} - -.sound-player { - padding: 0 3px; -} - -.sound-player > StBoxLayout:first-child { - padding: 5px 10px 10px 10px; - spacing: 0.5em; -} - -.sound-player > StBoxLayout:first-child StButton:small { - width: 24px; - height: 24px; - border-radius: 100px; -} - -.sound-player > StBoxLayout:first-child StButton:small:hover { - background-color: rgba(222, 222, 222, 0.1); -} - -.sound-player > StBoxLayout:first-child StButton:small:active { - background-color: rgba(222, 222, 222, 0.25); -} - -.sound-player > StBoxLayout:first-child StButton:small StIcon { - icon-size: 16px; -} - -.sound-player-generic-coverart { - background: rgba(0, 0, 0, 0.2); -} - -.sound-player-overlay { - width: 290px; - height: 70px; - padding: 15px; - spacing: 0.5em; - background: rgba(29, 29, 29, 0.9); - border: 0px solid #161616; - border-bottom: 1px; - color: #dadada; -} - -.sound-player-overlay StButton { - width: 22px; - height: 16px; - padding: 6px; - margin: 0 2px; - color: #dadada; - border-radius: 3px; - border: none; -} - -.sound-player-overlay StButton StIcon { - icon-size: 16px; -} - -.sound-player-overlay StButton:hover { - text-shadow: none; - color: #dadada; - background-color: #747474; -} - -.sound-player-overlay StButton:active { - text-shadow: none; - color: white; - background-color: #315bef; -} - -.sound-player-overlay StLabel { - padding: 0 6px; -} - -.sound-player-overlay StBoxLayout { - padding-top: 2px; -} - -.sound-player .slider { - height: 0.5em; - padding: 0; - border: 0px solid #161616; - border-bottom: 1px; - -slider-height: 0.5em; - -slider-background-color: #262626; - -slider-border-color: rgba(0, 0, 0, 0); - -slider-active-background-color: #315bef; - -slider-active-border-color: rgba(0, 0, 0, 0); - -slider-border-width: 0px; - -slider-handle-radius: 0px; -} - -#workspaceSwitcher { - spacing: 0px; - padding: 3px; -} - -/* Controls the styling when using the "Simple buttons" option */ -.workspace-switcher { - padding-left: 3px; - padding-right: 3px; -} - -.workspace-button { - width: 20px; - height: 10px; - color: #dadada; - padding: 3px; - padding-top: 4px; - transition-duration: 300; -} - -.workspace-button:outlined, .workspace-button:outlined:hover { - color: #315bef; -} - -.workspace-button:hover { - color: #6081f3; -} - -/* Controls the style when using the "Visual representation" option */ -.workspace-graph { - padding: 3px; - spacing: 3px; -} - -.workspace-graph .workspace { - border: 1px solid rgba(0, 0, 0, 0.4); - background-gradient-direction: none; - background-color: rgba(0, 0, 0, 0.2); -} - -.workspace-graph .workspace:active { - border: 1px solid #315bef; - background-gradient-direction: none; -} - -.workspace-graph .workspace .windows { - -active-window-background: rgba(80, 80, 80, 0.85); - -active-window-border: rgba(0, 0, 0, 0.8); - -inactive-window-background: rgba(80, 80, 80, 0.85); - -inactive-window-border: rgba(0, 0, 0, 0.8); -} - -.workspace-graph .workspace:active .windows { - -active-window-background: rgba(93, 93, 93, 0.85); - -active-window-border: rgba(0, 0, 0, 0.8); - -inactive-window-background: rgba(55, 55, 55, 0.85); - -inactive-window-border: rgba(0, 0, 0, 0.8); -} - -#panel-launchers-box { - padding: 0 6px; -} - -#panel-launchers-box.vertical { - padding: 3px 0; -} - -.panel-launcher { - padding: 2px; - transition-duration: 200ms; -} - -.panel-launcher:hover { - background-gradient-direction: none; - border: 0px solid #315bef; -} - -.panel-bottom .panel-launcher:hover { - border-bottom-width: 2px; - padding-bottom: 0; -} - -.panel-top .panel-launcher:hover { - border-top-width: 2px; - padding-top: 0; -} - -.panel-left .panel-launcher:hover { - border-left-width: 2px; - padding-left: 0; -} - -.panel-right .panel-launcher:hover { - border-right-width: 2px; - padding-right: 0; -} - -.launcher { - padding: 2px; - spacing: 2px; - transition-duration: 0.2s; -} - -.launcher:hover { - border: 0 solid #315bef; - background-gradient-direction: none; -} - -.panel-top .launcher:hover { - padding-top: 0; - border-top-width: 2px; -} - -.panel-bottom .launcher:hover { - padding-bottom: 0; - border-bottom-width: 2px; -} - -.panel-left .launcher:hover { - padding-left: 0; - border-left-width: 2px; -} - -.panel-right .launcher:hover { - padding-right: 0; - border-right-width: 2px; -} - -.launcher .icon-box { - padding: 0 2px; -} - -.launcher .icon-box.vertical { - padding: 2px 0; -} - -.applet-separator { - padding: 1px 4px; -} - -.applet-separator-line { - width: 1px; - background: rgba(255, 255, 255, 0.12); -} - -.applet-box { - padding-left: 3px; - padding-right: 3px; - color: #dadada; - text-shadow: none; - transition-duration: 100; -} - -.applet-box.vertical { - padding: 3px 0; -} - -.applet-box:hover { - color: #dadada; - background-color: rgba(218, 218, 218, 0.15); -} - -.applet-box:checked, .applet-box:checked:hover { - color: white; - background-color: #315bef; -} - -.applet-box:highlight { - background-image: none; - border-image: none; - background-color: rgba(252, 65, 56, 0.5); -} - -.applet-label { - font-weight: bold; - color: #dadada; -} - -.applet-box:checked .applet-label { - color: white; - text-shadow: none; -} - -.applet-icon { - color: #dadada; - icon-size: 22px; -} - -.applet-box:checked .applet-icon { - color: white; - text-shadow: none; -} - -.user-icon { - width: 32px; - height: 32px; - background-color: transparent; - border: none; - border-radius: 0; -} - -.user-label { - color: #dedede; - font-size: 1em; - font-weight: bold; - margin: 0px; -} - -.desklet { - color: #dadada; -} - -.desklet:highlight { - background-color: rgba(252, 65, 56, 0.5); -} - -.desklet-with-borders { - color: #dadada; - background-color: #2a2a2a; - padding: 12px; - padding-bottom: 16px; -} - -.desklet-with-borders:highlight { - background-color: rgba(252, 65, 56, 0.5); -} - -.desklet-with-borders-and-header { - color: #dadada; - background-color: #2a2a2a; - border-radius: 6px; - border-radius-topleft: 0; - border-radius-topright: 0; - padding: 12px; - padding-bottom: 17px; -} - -.desklet-with-borders-and-header:highlight { - background-color: rgba(252, 65, 56, 0.5); -} - -.desklet-header { - color: #dadada; - background-color: #2a2a2a; - border-radius: 0; - border-radius-topleft: 6px; - border-radius-topright: 6px; - font-size: 1em; - padding: 12px; - padding-bottom: 6px; -} - -.desklet-drag-placeholder { - border: 2px solid #315bef; - background-color: rgba(49, 91, 239, 0.3); -} - -.photoframe-box { - color: #dadada; - background-color: #2a2a2a; - padding: 12px; - padding-bottom: 16px; -} - -/*FIXME*/ -.workspace-osd { - /*color: red;*/ - text-shadow: black 5px 5px 5px; - font-weight: bold; - font-size: 48pt; -} - -.notification-applet-padding { - padding: .5em 1em; -} - -.notification-applet-container { - max-height: 100px; -} - -.tile-preview, .tile-preview.snap, -.tile-hud, .tile-hud.snap { - background-color: rgba(49, 91, 239, 0.3); - border: 1px solid #315bef; -} - -.xkcd-box { - padding: 6px; - border: 0px; - background-color: rgba(0, 0, 0, 0); - border-radius: 0px; -} diff --git a/gtktheme/.themes/Mojave-dark/cinnamon/thumbnail.png b/gtktheme/.themes/Mojave-dark/cinnamon/thumbnail.png deleted file mode 100644 index cb8aea0..0000000 Binary files a/gtktheme/.themes/Mojave-dark/cinnamon/thumbnail.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/activities.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/activities.svg deleted file mode 100644 index 209a018..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/activities.svg +++ /dev/null @@ -1,153 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/background.png b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/background.png deleted file mode 100644 index a301084..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/background.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/calendar-arrow-left.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/calendar-arrow-left.svg deleted file mode 100644 index ec8b478..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/calendar-arrow-left.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/calendar-arrow-right.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/calendar-arrow-right.svg deleted file mode 100644 index 6fc5556..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/calendar-arrow-right.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/checkbox-off.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/checkbox-off.svg deleted file mode 100644 index 0c5e5a0..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/checkbox-off.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/checkbox.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/checkbox.svg deleted file mode 100644 index 6c0812b..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/checkbox.svg +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/close.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/close.svg deleted file mode 100644 index 984240c..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/close.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash-placeholder.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash-placeholder.svg deleted file mode 100644 index 172156a..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash-placeholder.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/bottom-running1-focused.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/bottom-running1-focused.svg deleted file mode 100644 index 946377b..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/bottom-running1-focused.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/bottom-running1.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/bottom-running1.svg deleted file mode 100644 index 9a9e8c0..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/bottom-running1.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/bottom-running2-focused.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/bottom-running2-focused.svg deleted file mode 100644 index ca14764..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/bottom-running2-focused.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/bottom-running2.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/bottom-running2.svg deleted file mode 100644 index 54041ce..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/bottom-running2.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/bottom-running3-focused.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/bottom-running3-focused.svg deleted file mode 100644 index f1ad685..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/bottom-running3-focused.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/bottom-running3.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/bottom-running3.svg deleted file mode 100644 index c850e86..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/bottom-running3.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/bottom-running4-focused.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/bottom-running4-focused.svg deleted file mode 100644 index effe540..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/bottom-running4-focused.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/bottom-running4.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/bottom-running4.svg deleted file mode 100644 index 0eafc7d..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/bottom-running4.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/left-running1-focused.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/left-running1-focused.svg deleted file mode 100644 index 1522329..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/left-running1-focused.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/left-running1.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/left-running1.svg deleted file mode 100644 index 72bd0a1..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/left-running1.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/left-running2-focused.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/left-running2-focused.svg deleted file mode 100644 index fe9417e..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/left-running2-focused.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/left-running2.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/left-running2.svg deleted file mode 100644 index ed9b1b4..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/left-running2.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/left-running3-focused.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/left-running3-focused.svg deleted file mode 100644 index 49938d1..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/left-running3-focused.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/left-running3.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/left-running3.svg deleted file mode 100644 index b008c03..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/left-running3.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/left-running4-focused.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/left-running4-focused.svg deleted file mode 100644 index 02cc53c..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/left-running4-focused.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/left-running4.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/left-running4.svg deleted file mode 100644 index 888ac85..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/left-running4.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/right-running1-focused.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/right-running1-focused.svg deleted file mode 100644 index 75f507b..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/right-running1-focused.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/right-running1.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/right-running1.svg deleted file mode 100644 index 1e13a2c..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/right-running1.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/right-running2-focused.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/right-running2-focused.svg deleted file mode 100644 index a8f336b..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/right-running2-focused.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/right-running2.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/right-running2.svg deleted file mode 100644 index adc5030..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/right-running2.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/right-running3-focused.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/right-running3-focused.svg deleted file mode 100644 index faca48c..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/right-running3-focused.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/right-running3.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/right-running3.svg deleted file mode 100644 index 222536c..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/right-running3.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/right-running4-focused.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/right-running4-focused.svg deleted file mode 100644 index bf2aa78..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/right-running4-focused.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/right-running4.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/right-running4.svg deleted file mode 100644 index bfab8da..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/right-running4.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/top-running1-focused.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/top-running1-focused.svg deleted file mode 100644 index ad29a45..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/top-running1-focused.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/top-running1.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/top-running1.svg deleted file mode 100644 index 0012bb3..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/top-running1.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/top-running2-focused.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/top-running2-focused.svg deleted file mode 100644 index 8c25295..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/top-running2-focused.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/top-running2.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/top-running2.svg deleted file mode 100644 index ecab821..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/top-running2.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/top-running3-focused.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/top-running3-focused.svg deleted file mode 100644 index bf2cfe4..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/top-running3-focused.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/top-running3.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/top-running3.svg deleted file mode 100644 index 878d4ed..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/top-running3.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/top-running4-focused.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/top-running4-focused.svg deleted file mode 100644 index d68932f..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/top-running4-focused.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/top-running4.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/top-running4.svg deleted file mode 100644 index 4bacdc0..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/dash/top-running4.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/key-enter.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/key-enter.svg deleted file mode 100644 index f4babc6..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/key-enter.svg +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/key-hide.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/key-hide.svg deleted file mode 100644 index a43b9d2..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/key-hide.svg +++ /dev/null @@ -1,114 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/key-layout.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/key-layout.svg deleted file mode 100644 index 3a6cce7..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/key-layout.svg +++ /dev/null @@ -1,114 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/key-shift-latched-uppercase.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/key-shift-latched-uppercase.svg deleted file mode 100644 index bf493b7..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/key-shift-latched-uppercase.svg +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/key-shift-uppercase.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/key-shift-uppercase.svg deleted file mode 100644 index 683a03a..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/key-shift-uppercase.svg +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/key-shift.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/key-shift.svg deleted file mode 100644 index 5423b97..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/key-shift.svg +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/menu-active.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/menu-active.svg deleted file mode 100644 index 4f3f506..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/menu-active.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/menu-hover.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/menu-hover.svg deleted file mode 100644 index 1fccdc3..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/menu-hover.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/menu-solid.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/menu-solid.svg deleted file mode 100644 index 6cb3c2d..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/menu-solid.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/menu.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/menu.svg deleted file mode 100644 index 0f8a78a..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/menu.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/more-results.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/more-results.svg deleted file mode 100644 index da52d53..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/more-results.svg +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/no-events.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/no-events.svg deleted file mode 100644 index c877cec..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/no-events.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/no-notifications.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/no-notifications.svg deleted file mode 100644 index ae09f92..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/no-notifications.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/noise-texture.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/noise-texture.svg deleted file mode 100644 index 8acc4de..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/noise-texture.svg +++ /dev/null @@ -1,78 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/process-working.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/process-working.svg deleted file mode 100644 index 0f311b0..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/process-working.svg +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/startup.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/startup.svg deleted file mode 100644 index 0a95586..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/startup.svg +++ /dev/null @@ -1,721 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/startup@2.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/startup@2.svg deleted file mode 100644 index ee23adf..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/startup@2.svg +++ /dev/null @@ -1,326 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/submenu-open.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/submenu-open.svg deleted file mode 100644 index 15ba00b..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/submenu-open.svg +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/submenu.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/submenu.svg deleted file mode 100644 index 8d5203d..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/submenu.svg +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/toggle-off.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/toggle-off.svg deleted file mode 100644 index f241261..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/toggle-off.svg +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/toggle-on.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/toggle-on.svg deleted file mode 100644 index 96c6dcf..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/toggle-on.svg +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/window-close-active.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/window-close-active.svg deleted file mode 100644 index a31d8f7..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/window-close-active.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - -image/svg+xml diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/window-close-hover.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/window-close-hover.svg deleted file mode 100644 index 1211884..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/window-close-hover.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - -image/svg+xml diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/window-close.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/assets/window-close.svg deleted file mode 100644 index 3694958..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/assets/window-close.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - -image/svg+xml diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/gnome-shell.css b/gtktheme/.themes/Mojave-dark/gnome-shell/gnome-shell.css deleted file mode 100644 index 91edbc4..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/gnome-shell.css +++ /dev/null @@ -1,3852 +0,0 @@ -/* This stylesheet is generated, DO NOT EDIT */ -/* Copyright 2009, 2015 Red Hat, Inc. - * - * Portions adapted from Mx's data/style/default.css - * Copyright 2009 Intel Corporation - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU Lesser General Public License, - * version 2.1, as published by the Free Software Foundation. - * - * This program is distributed in the hope it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for - * more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program; if not, write to the Free Software Foundation, - * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. - */ -/* GLOBALS */ -* { - transition-duration: 150ms; -} - -stage { - font-family: "M+ 1c", Roboto, Cantarell, Sans-Serif; - font-size: 9.75pt; - font-weight: 400; - color: #dedede; -} - -/* WIDGETS */ -/* Buttons */ -.button { - min-height: 32px; - padding: 0 16px; - border-width: 0; - border-radius: 5px; - font-size: 9.75pt; - font-weight: 500; - color: #afafaf; - background-color: transparent; - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.button:hover { - color: #dedede; - background-color: rgba(255, 255, 255, 0.06); - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.button:active { - color: #dedede; - background-color: rgba(255, 255, 255, 0.1); - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.button:insensitive { - color: rgba(222, 222, 222, 0.35); - background-color: transparent; - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.button:focus { - color: #dedede; - text-shadow: none; - icon-shadow: none; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); -} - -/* Entries */ -StEntry { - min-height: 32px; - min-width: 44px; - padding: 0 8px; - margin: 3px; - border-radius: 3px; - border-width: 0; - color: #dedede; - caret-color: #dedede; - selection-background-color: #315bef; - selected-color: rgba(255, 255, 255, 0.85); - font-size: 11.25pt; - font-weight: 400; - background-color: #212121; - border-radius: 5px; - border: 1px solid rgba(255, 255, 255, 0.12); - box-shadow: none; -} - -StEntry:focus { - border: 1px solid #7894f5; - box-shadow: 0 0 0 1px #7894f5; -} - -StEntry:insensitive { - color: rgba(222, 222, 222, 0.35); - border: 1px solid rgba(255, 255, 255, 0.06); -} - -StEntry StIcon.capslock-warning { - icon-size: 16px; - warning-color: #F27835; - padding: 0 0; -} - -StEntry StIcon.peek-password { - icon-size: 16px; - padding: 0 4px; -} - -StEntry StLabel.hint-text { - margin-left: 2px; - color: rgba(222, 222, 222, 0.7); -} - -/* Scrollbars */ -StScrollView.vfade { - -st-vfade-offset: 32px; -} - -StScrollView.hfade { - -st-hfade-offset: 32px; -} - -StScrollBar { - padding: 0; -} - -StScrollView StScrollBar { - min-width: 16px; - min-height: 6px; -} - -StScrollBar StBin#trough { - margin: 6px; - border-radius: 100px; - background-color: rgba(255, 255, 255, 0.06); -} - -StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { - border-radius: 100px; - background-color: #999999; - margin: 6px; -} - -StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { - background-color: #afafaf; -} - -StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: #dedede; -} - -#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { - background-color: rgba(255, 255, 255, 0.15); -} - -#screenShieldNotifications StScrollBar StButton#vhandle, #overview StScrollBar StButton#vhandle, #screenShieldNotifications StScrollBar StButton#hhandle, #overview StScrollBar StButton#hhandle { - background-color: rgba(255, 255, 255, 0.5); -} - -#screenShieldNotifications StScrollBar StButton#vhandle:hover, #overview StScrollBar StButton#vhandle:hover, #screenShieldNotifications StScrollBar StButton#hhandle:hover, #overview StScrollBar StButton#hhandle:hover { - background-color: rgba(255, 255, 255, 0.85); -} - -#screenShieldNotifications StScrollBar StButton#vhandle:active, #overview StScrollBar StButton#vhandle:active, #screenShieldNotifications StScrollBar StButton#hhandle:active, #overview StScrollBar StButton#hhandle:active { - background-color: rgba(255, 255, 255, 0.85); -} - -/* Slider */ -.slider { - height: 20px; - color: white; - -slider-height: 2px; - -slider-background-color: rgba(255, 255, 255, 0.1); - -slider-border-color: transparent; - -slider-active-background-color: #315bef; - -slider-active-border-color: transparent; - -slider-border-width: 0; - -slider-handle-radius: 7px; - -slider-handle-border-width: 1px; - -slider-handle-border-color: rgba(0, 0, 0, 0.15); - -barlevel-height: 2px; - -barlevel-background-color: rgba(255, 255, 255, 0.1); - -barlevel-border-color: transparent; - -barlevel-active-background-color: #315bef; - -barlevel-active-border-color: transparent; - -barlevel-overdrive-color: #f8464c; - -barlevel-overdrive-border-color: transparent; - -barlevel-overdrive-separator-width: 2px; - -barlevel-border-width: 0; -} - -.popup-menu-item.selected .slider { - color: white; - -slider-background-color: rgba(255, 255, 255, 0.1); - -slider-active-background-color: rgba(255, 255, 255, 0.45); - -barlevel-background-color: rgba(255, 255, 255, 0.1); - -barlevel-active-background-color: rgba(255, 255, 255, 0.45); -} - -/* Check Boxes */ -.check-box * { - min-height: 16px; - padding: 8px 0; -} - -.check-box StBoxLayout { - spacing: 8px; -} - -.check-box StBin { - width: 24px; - height: 24px; - padding: 4px; - border-radius: 100px; - background-image: url("assets/checkbox-off.svg"); -} - -.check-box:focus StBin { - background-image: url("assets/checkbox-off.svg"); -} - -.check-box:hover StBin { - background-color: rgba(255, 255, 255, 0.06); -} - -.check-box:active StBin { - background-color: rgba(255, 255, 255, 0.1); -} - -.check-box:checked StBin { - background-image: url("assets/checkbox.svg"); -} - -.check-box:focus:checked StBin { - background-image: url("assets/checkbox.svg"); -} - -.check-box:hover:checked StBin { - background-color: rgba(49, 91, 239, 0.15); -} - -.check-box:active:checked StBin { - background-color: rgba(49, 91, 239, 0.3); -} - -/* Switches */ -.toggle-switch { - width: 50px; - height: 20px; - background-size: contain; - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch:checked { - background-image: url("assets/toggle-on.svg"); -} - -.popup-menu-item.selected .toggle-switch { - background-image: url("assets/toggle-off.svg"); -} - -.popup-menu-item.selected .toggle-switch:checked { - background-image: url("assets/toggle-on.svg"); -} - -.toggle-switch-us { - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch-us:checked { - background-image: url("assets/toggle-on.svg"); -} - -.toggle-switch-intl { - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch-intl:checked { - background-image: url("assets/toggle-on.svg"); -} - -/* links */ -.shell-link { - border-radius: 5px; - color: #3484e2; -} - -.shell-link:hover { - color: #3484e2; - background-color: rgba(52, 132, 226, 0.15); -} - -.shell-link:active { - color: #3484e2; - background-color: rgba(52, 132, 226, 0.3); -} - -/* Modal Dialogs */ -.headline { - font-size: 15pt; - font-weight: 500; -} - -.lightbox { - background-color: black; -} - -.flashspot { - background-color: white; -} - -.modal-dialog { - color: #dedede; - background-color: transparent; - border: none; - box-shadow: none; - padding: 0 5px 6px 5px; - border-image: url("assets/menu.svg") 24 32 28 28; -} - -.modal-dialog-linked-button { - min-height: 40px; - padding: 0 16px; - margin-bottom: 3px; - border-top: 1px solid rgba(255, 255, 255, 0.12) !important; - border-right-width: 0; - font-size: 9.75pt; - font-weight: 500; - color: #afafaf; - background-color: transparent; - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog-linked-button:hover { - color: #dedede; - background-color: rgba(255, 255, 255, 0.06); - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog-linked-button:active { - color: #dedede; - background-color: rgba(255, 255, 255, 0.1); - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog-linked-button:insensitive { - color: rgba(222, 222, 222, 0.35); - background-color: transparent; - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog-linked-button:focus { - color: #dedede; - text-shadow: none; - icon-shadow: none; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); -} - -.modal-dialog-linked-button:first-child { - margin-left: 2px; - border-radius: 0px 0px 0px 5px; -} - -.modal-dialog-linked-button:last-child { - margin-right: 2px; - border-right-width: 0px; - border-radius: 0px 0px 5px 0px; -} - -.modal-dialog-linked-button:first-child:last-child { - border-right-width: 0px; - border-radius: 0px 0px 5px 5px; -} - -.modal-dialog .modal-dialog-content-box { - padding: 24px; -} - -.modal-dialog .run-dialog-entry { - width: 20em; - margin-bottom: 6px; -} - -.modal-dialog .run-dialog-error-box { - padding-top: 16px; - spacing: 6px; -} - -.modal-dialog .run-dialog-button-box { - padding-top: 1em; -} - -.modal-dialog .run-dialog-label { - font-size: 1em; - font-weight: normal; - color: #999999; - padding-bottom: .4em; -} - -.mount-dialog-subject, -.end-session-dialog-subject { - font-size: 15pt; - font-weight: 500; -} - -/* Message Dialog */ -.message-dialog-main-layout { - padding: 12px 20px 0; - spacing: 12px; -} - -.message-dialog-content { - max-width: 28em; - spacing: 20px; -} - -.message-dialog-content .message-dialog-title { - text-align: center; - font-size: 18pt; - font-weight: 800; -} - -.message-dialog-content .message-dialog-title.leightweight { - font-size: 13pt; - font-weight: 800; -} - -.message-dialog-content .message-dialog-description { - text-align: center; -} - -.message-dialog-icon { - min-width: 48px; - icon-size: 48px; -} - -.message-dialog-subtitle { - color: #afafaf; - font-weight: bold; -} - -/* Dialog List */ -.dialog-list { - spacing: 18px; -} - -.dialog-list .dialog-list-title { - text-align: center; - font-weight: bold; -} - -.dialog-list .dialog-list-scrollview { - max-height: 200px; -} - -.dialog-list .dialog-list-box { - spacing: 1em; -} - -.dialog-list .dialog-list-box .dialog-list-item { - spacing: 1em; -} - -.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-title { - font-weight: bold; -} - -.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-description { - color: #afafaf; - font-size: 15pt; - font-weight: 500; -} - -/* Run Dialog */ -.run-dialog .modal-dialog-content-box { - margin-top: 24px; - margin-bottom: 14px; -} - -.run-dialog .run-dialog-entry { - width: 20em; -} - -.run-dialog .run-dialog-description { - text-align: center; - color: #afafaf; - font-size: 15pt; - font-weight: 500; -} - -/* End Session Dialog */ -.end-session-dialog { - spacing: 42px; - border: none; -} - -.end-session-dialog-list { - padding-top: 20px; -} - -.end-session-dialog-layout { - padding-left: 17px; -} - -.end-session-dialog-layout:rtl { - padding-right: 17px; -} - -.end-session-dialog-description { - width: 28em; - padding-bottom: 10px; -} - -.end-session-dialog-description:rtl { - text-align: right; -} - -.end-session-dialog-warning { - width: 28em; - color: #F27835; - padding-top: 6px; -} - -.end-session-dialog-warning:rtl { - text-align: right; -} - -.end-session-dialog-logout-icon { - border-radius: 5px; - width: 48px; - height: 48px; - background-size: contain; -} - -.end-session-dialog-shutdown-icon { - color: #999999; - width: 48px; - height: 48px; -} - -.end-session-dialog-inhibitor-layout { - spacing: 16px; - max-height: 200px; - padding-right: 65px; - padding-left: 65px; -} - -.end-session-dialog-session-list, -.end-session-dialog-app-list { - spacing: 1em; -} - -.end-session-dialog-list-header { - font-weight: bold; -} - -.end-session-dialog-list-header:rtl { - text-align: right; -} - -.end-session-dialog-app-list-item, -.end-session-dialog-session-list-item { - spacing: 1em; -} - -.end-session-dialog-app-list-item-name, -.end-session-dialog-session-list-item-name { - font-weight: bold; -} - -.end-session-dialog-app-list-item-description { - color: #999999; - font-size: 1em; -} - -/* ShellMountOperation Dialogs */ -.shell-mount-operation-icon { - icon-size: 48px; -} - -.mount-dialog { - spacing: 24px; -} - -.mount-dialog .message-dialog-title { - padding-top: 10px; - padding-left: 17px; - padding-bottom: 6px; - max-width: 34em; -} - -.mount-dialog .message-dialog-title:rtl { - padding-left: 0px; - padding-right: 17px; -} - -.mount-dialog .message-dialog-body { - padding-left: 17px; - width: 28em; -} - -.mount-dialog .message-dialog-body:rtl { - padding-left: 0px; - padding-right: 17px; -} - -.mount-dialog-app-list { - max-height: 200px; - padding-top: 24px; - padding-left: 49px; - padding-right: 32px; -} - -.mount-dialog-app-list:rtl { - padding-right: 49px; - padding-left: 32px; -} - -.mount-dialog-app-list-item { - color: #dedede; -} - -.mount-dialog-app-list-item:hover { - color: #dedede; -} - -.mount-dialog-app-list-item:ltr { - padding-right: 1em; -} - -.mount-dialog-app-list-item:rtl { - padding-left: 1em; -} - -.mount-dialog-app-list-item-icon:ltr { - padding-right: 17px; -} - -.mount-dialog-app-list-item-icon:rtl { - padding-left: 17px; -} - -.mount-dialog-app-list-item-name { - font-size: 1em; -} - -/* Password or Authentication Dialog */ -.prompt-dialog { - width: 34em; - border: none; -} - -.prompt-dialog .modal-dialog-content-box { - margin-bottom: 24px; -} - -.prompt-dialog .message-dialog-main-layout { - spacing: 24px; - padding: 10px; -} - -.prompt-dialog .message-dialog-content { - spacing: 16px; -} - -.prompt-dialog .message-dialog-title { - font-size: 15pt; - font-weight: 500; - color: #dedede; -} - -.prompt-dialog-password-grid { - spacing-rows: 8px; - spacing-columns: 4px; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry { - width: auto; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry:ltr { - margin-left: 20px; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry:rtl { - margin-right: 20px; -} - -.prompt-dialog-password-layout { - spacing: 8px; -} - -.prompt-dialog-password-entry { - width: 18em; -} - -.prompt-dialog-error-label, -.prompt-dialog-info-label, -.prompt-dialog-null-label { - text-align: center; - font-size: 15pt; - font-weight: 500; - margin: 6px; -} - -.prompt-dialog-error-label { - color: #F27835; -} - -.prompt-dialog-description:rtl { - text-align: right; -} - -.prompt-dialog-password-box { - spacing: 1em; - padding-bottom: 1em; -} - -.prompt-dialog-error-label { - font-size: 1em; - color: #FC4138; - padding-bottom: 8px; -} - -.prompt-dialog-info-label { - font-size: 1em; - padding-bottom: 8px; - color: #999999; -} - -.hidden { - color: rgba(0, 0, 0, 0); -} - -.prompt-dialog-null-label { - font-size: 1em; - padding-bottom: 8px; - color: #999999; -} - -/* Polkit Dialog */ -.polkit-dialog-user-layout { - text-align: center; - spacing: 8px; - margin-bottom: 6px; -} - -.polkit-dialog-user-layout .polkit-dialog-user-root-label { - color: #F27835; -} - -.polkit-dialog-user-layout .polkit-dialog-user-icon { - border-radius: 1000px; - background-size: contain; - margin: 6px; -} - -/* Audio selection dialog */ -.audio-device-selection-dialog .modal-dialog-content-box { - margin-bottom: 28px; -} - -.audio-device-selection-dialog .audio-selection-box { - spacing: 20px; -} - -.audio-selection-content { - spacing: 20px; - padding: 24px; -} - -.audio-selection-title { - font-weight: bold; - text-align: center; -} - -.audio-selection-device { - border: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 5px; -} - -.audio-selection-device:hover, .audio-selection-device:focus { - background-color: rgba(255, 255, 255, 0.08); -} - -.audio-selection-device:active { - background-color: #315bef; - color: white; -} - -.audio-selection-device-box { - padding: 20px; - spacing: 20px; -} - -.audio-selection-device-icon { - icon-size: 64px; -} - -/* Access Dialog */ -.access-dialog { - spacing: 30px; -} - -/* Geolocation Dialog */ -.geolocation-dialog { - spacing: 30px; -} - -/* Extension Dialog */ -.extension-dialog .message-dialog-main-layout { - spacing: 24px; - padding: 10px; -} - -.extension-dialog .message-dialog-title { - color: #afafaf; -} - -/* Inhibit-Shortcuts Dialog */ -.inhibit-shortcuts-dialog { - spacing: 30px; -} - -/* Network Agent Dialog */ -.network-dialog-secret-table { - spacing-rows: 15px; - spacing-columns: 1em; -} - -.keyring-dialog-control-table { - spacing-rows: 15px; - spacing-columns: 1em; -} - -/* Popovers/Menus */ -.popup-menu { - min-width: 12em; - color: #dedede; - padding: 3px 0 3px 0; - border-image: url("assets/menu.svg") 24 32 28 28; -} - -.popup-menu .popup-sub-menu { - background: none; - box-shadow: none; - border-image: url("assets/submenu.svg") 28 28 2 2; -} - -.popup-menu .popup-menu-content { - padding: 1em 0; -} - -.popup-menu .popup-menu-item { - spacing: 12px; - padding: 6px; - color: #dedede; - text-shadow: none; - transition-duration: 50ms; -} - -.popup-menu .popup-menu-item:ltr { - padding-right: 1.5em; - padding-left: 0; -} - -.popup-menu .popup-menu-item:rtl { - padding-right: 0; - padding-left: 1.5em; -} - -.popup-menu .popup-menu-item .popup-menu-icon, -.popup-menu .popup-menu-item .app-menu-icon > StIcon, -.popup-menu .popup-menu-item .popup-menu-arrow { - icon-shadow: 0 0 rgba(0, 0, 0, 0); -} - -.popup-menu .popup-menu-item:checked { - font-weight: normal; - background: none; - box-shadow: none; - border-image: url("assets/submenu-open.svg") 28 28 2 2; -} - -.popup-menu .popup-menu-item:checked .popup-menu-icon, -.popup-menu .popup-menu-item:checked .app-menu-icon > StIcon, -.popup-menu .popup-menu-item:checked .popup-menu-arrow { - icon-shadow: 0 1px rgba(0, 0, 0, 0.45); -} - -.popup-menu .popup-menu-item.selected:checked { - color: rgba(255, 255, 255, 0.85); - background: none; - background-color: transparent; - border-image: url("assets/menu-hover.svg") 28 28 2 2; - transition-duration: 0ms; - animation: none; - box-shadow: none; -} - -.popup-menu .popup-menu-item:checked:active { - color: rgba(255, 255, 255, 0.85); - background: none; - background-color: transparent; - border-image: url("assets/menu-active.svg") 28 28 2 2; - transition-duration: 100ms; - animation: none; - box-shadow: none; -} - -.popup-menu .popup-menu-item:checked:insensitive { - color: rgba(255, 255, 255, 0.45); -} - -.popup-menu .popup-menu-item.selected { - color: rgba(255, 255, 255, 0.85); - background: none; - background-color: transparent; - border-image: url("assets/menu-hover.svg") 28 28 2 2; - transition-duration: 0ms; - animation: none; - box-shadow: none; -} - -.popup-menu .popup-menu-item:active, .popup-menu .popup-menu-item.selected:active { - color: rgba(255, 255, 255, 0.85); - background: none; - background-color: transparent; - border-image: url("assets/menu-active.svg") 28 28 2 2; - transition-duration: 100ms; - animation: none; - box-shadow: none; -} - -.popup-menu .popup-menu-item:insensitive { - color: rgba(222, 222, 222, 0.35); -} - -.popup-menu .popup-inactive-menu-item { - color: #dedede; -} - -.popup-menu .popup-inactive-menu-item:insensitive { - color: rgba(222, 222, 222, 0.35); -} - -.popup-menu.panel-menu { - -boxpointer-gap: 4px; - margin-bottom: 1.75em; -} - -.popup-menu-ornament { - text-align: right; - width: 16px; - height: 16px; -} - -.popup-menu-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: transparent; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 64px; - -arrow-rise: 0; - -arrow-box-shadow: none; - background: transparent; -} - -.popup-menu-boxpointer StEntry { - selection-background-color: rgba(255, 255, 255, 0.85); - selected-background-color: rgba(255, 255, 255, 0.85); - selected-color: #315bef; -} - -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: #242424; - -arrow-border-width: 1px; - -arrow-border-color: rgba(0, 0, 0, 0.15); - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; - border-radius: 5px; - box-shadow: 0 1px 1px 0 rgba(16, 16, 16, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.05); -} - -.popup-separator-menu-item { - margin: 0; - padding: 0 0; - background: none; - border: none; -} - -.popup-separator-menu-item .popup-separator-menu-item-separator { - height: 1px; - margin: 0 40px; - background-color: rgba(255, 255, 255, 0.12); - padding: 0 0; -} - -.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { - padding: 0 0; - margin: 0 58px 0 24px; -} - -.system-switch-user-submenu-icon.user-icon { - icon-size: 20px; - padding: 0 2px; -} - -.system-switch-user-submenu-icon.default-icon { - icon-size: 16px; - padding: 0 4px; -} - -.system-switch-user-submenu-icon { - icon-size: 16px; - padding: 0 4px; -} - -#appMenu { - spinner-image: url("process-working.svg"); - spacing: 4px; -} - -#appMenu .label-shadow { - color: transparent; -} - -.aggregate-menu { - min-width: 21em; -} - -.aggregate-menu .popup-menu-icon { - padding: 0; - margin: 0 0; - -st-icon-style: symbolic; -} - -.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:ltr { - /* 12px spacing + 2*4px padding */ - padding-left: 16px; - margin-left: 1em; -} - -.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl { - /* 12px spacing + 2*4px padding */ - padding-right: 16px; - margin-right: 1em; -} - -.system-menu-action { - color: #afafaf; - border-radius: 100px; - /* wish we could do 50% */ - padding: 12px; - border: none; - -st-icon-style: symbolic; -} - -.system-menu-action:hover, .system-menu-action:focus { - background-color: rgba(255, 255, 255, 0.06); - color: #dedede; - border: none; - padding: 12px; -} - -.system-menu-action:active { - background-color: rgba(255, 255, 255, 0.1); - color: #dedede; -} - -.system-menu-action > StIcon { - icon-size: 16px; -} - -.background-menu { - -boxpointer-gap: 4px; - -arrow-rise: 0; -} - -/* fallback menu -- odd thing for styling App menu when apparently not running under shell. Light Adwaita styled - app menu inside the main app window itself rather than the top bar -*/ -.popup-menu-arrow, -.popup-menu-icon { - icon-size: 1.2307692308em; -} - -/* OSD */ -.osd-window { - text-align: center; - font-weight: bold; - spacing: 1em; - margin: 32px; - min-width: 64px; - min-height: 64px; -} - -.osd-window .osd-monitor-label { - font-size: 45px; - font-weight: 400; -} - -.osd-window .level { - height: 4px; - border-radius: 3px; - background-color: rgba(49, 91, 239, 0.3); - color: #dedede; - -barlevel-height: 4px; - -barlevel-background-color: rgba(49, 91, 239, 0.3); - -barlevel-active-background-color: #315bef; - -barlevel-overdrive-color: #f8464c; - -barlevel-overdrive-separator-width: 3px; - -barlevel-border-width: 0; -} - -.osd-window .level-bar { - background-color: #315bef; - border-radius: 3px; -} - -/* Pad OSD */ -.pad-osd-window { - padding: 32px; - background-color: rgba(0, 0, 0, 0.6); -} - -.pad-osd-window .pad-osd-title-box { - spacing: 12px; -} - -.pad-osd-window .pad-osd-title-menu-box { - spacing: 6px; -} - -.combo-box-label { - width: 15em; -} - -/* App Switcher */ -.switcher-popup { - padding: 8px; - spacing: 16px; -} - -.switcher-list-item-container { - spacing: 8px; -} - -.switcher-list .item-box { - padding: 8px; - border-radius: 5px; -} - -.switcher-list .item-box:outlined { - padding: 8px; - border: none; - background-color: rgba(255, 255, 255, 0.06); - color: #dedede; -} - -.switcher-list .item-box:selected { - background-color: #315bef; - color: rgba(255, 255, 255, 0.85); -} - -.switcher-list .thumbnail-box { - padding: 2px; - spacing: 4px; -} - -.switcher-list .thumbnail { - width: 256px; -} - -.switcher-list .separator { - width: 1px; - background: rgba(255, 255, 255, 0.12); -} - -.switcher-arrow { - border-color: rgba(0, 0, 0, 0); - color: #999999; -} - -.switcher-arrow:highlighted { - color: #dedede; -} - -.input-source-switcher-symbol { - font-size: 45px; - font-weight: 400; - width: 96px; - height: 96px; -} - -/* Window Cycler */ -.cycler-highlight { - border: 4px solid #315bef; -} - -/* Workspace Switcher */ -.workspace-switcher-group { - padding: 8px; -} - -.workspace-switcher { - background: transparent; - border: 0px; - border-radius: 0px; - padding: 0px; - spacing: 8px; -} - -.ws-switcher-active-up, .ws-switcher-active-down { - height: 48px; - background-color: #315bef; - color: rgba(255, 255, 255, 0.85); - background-size: 32px; - border-radius: 5px; -} - -.ws-switcher-box { - height: 48px; - border: none; - background: rgba(255, 255, 255, 0.06); - border-radius: 5px; -} - -.osd-window, -.resize-popup, -.switcher-list, .workspace-switcher-container { - color: #dedede; - background-color: #242424; - border: none; - box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.15); - border-radius: 5px; - padding: 12px; -} - -/* Tiled window previews */ -.tile-preview { - background-color: rgba(49, 91, 239, 0.3); - border: 1px solid #315bef; -} - -.tile-preview-left.on-primary { - border-radius: 0 0 0 0; -} - -.tile-preview-right.on-primary { - border-radius: 0 0 0 0; -} - -.tile-preview-left.tile-preview-right.on-primary { - border-radius: 0 0 0 0; -} - -/* TOP BAR */ -#panel { - background-color: rgba(42, 42, 42, 0.85); - /* transition from solid to transparent */ - transition-duration: 250ms; - font-weight: bold; - height: 28px; - box-shadow: 0 0 8px rgba(0, 0, 0, 0.2), 0 0 4px rgba(0, 0, 0, 0.3); -} - -#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen { - background-color: transparent; -} - -#panel #panelLeft, #panel #panelCenter { - spacing: 0; -} - -#panel .panel-corner { - -panel-corner-radius: 0; - -panel-corner-background-color: rgba(42, 42, 42, 0.85); - -panel-corner-border-width: 2px; - -panel-corner-border-color: transparent; -} - -#panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus { - -panel-corner-border-color: rgba(255, 255, 255, 0.85); -} - -#panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-corner.unlock-screen { - -panel-corner-radius: 0; - -panel-corner-background-color: transparent; - -panel-corner-border-color: transparent; -} - -#panel .panel-corner StLabel { - padding: 0 4px; -} - -#panel .panel-button { - -natural-hpadding: 8px; - -minimum-hpadding: 8px; - font-weight: bold; - color: #dadada; - text-shadow: none; - transition-duration: 150ms; -} - -#panel .panel-button StLabel { - padding: 0 2px; -} - -#panel .panel-button .app-menu-icon { - -st-icon-style: symbolic; - height: 0; - width: 0; - margin-left: 0; - margin-right: 0; -} - -#panel .panel-button .popup-menu-arrow { - width: 0; - height: 0; -} - -#panel .panel-button .system-status-icon, -#panel .panel-button .app-menu-icon > StIcon, -#panel .panel-button .popup-menu-arrow { - icon-shadow: none; -} - -#panel .panel-button:hover { - color: #dadada; - background-color: rgba(255, 255, 255, 0.15); - text-shadow: none; -} - -#panel .panel-button:active, #panel .panel-button:active:hover, #panel .panel-button:overview, #panel .panel-button:overview:hover, #panel .panel-button:focus, #panel .panel-button:focus:hover, #panel .panel-button:checked, #panel .panel-button:checked:hover { - background-color: #315bef; - color: rgba(255, 255, 255, 0.85); - text-shadow: 0 1px rgba(0, 0, 0, 0.45); - box-shadow: none; -} - -#panel .panel-button:active .system-status-icon, -#panel .panel-button:active .app-menu-icon > StIcon, -#panel .panel-button:active .popup-menu-arrow, #panel .panel-button:active:hover .system-status-icon, -#panel .panel-button:active:hover .app-menu-icon > StIcon, -#panel .panel-button:active:hover .popup-menu-arrow, #panel .panel-button:overview .system-status-icon, -#panel .panel-button:overview .app-menu-icon > StIcon, -#panel .panel-button:overview .popup-menu-arrow, #panel .panel-button:overview:hover .system-status-icon, -#panel .panel-button:overview:hover .app-menu-icon > StIcon, -#panel .panel-button:overview:hover .popup-menu-arrow, #panel .panel-button:focus .system-status-icon, -#panel .panel-button:focus .app-menu-icon > StIcon, -#panel .panel-button:focus .popup-menu-arrow, #panel .panel-button:focus:hover .system-status-icon, -#panel .panel-button:focus:hover .app-menu-icon > StIcon, -#panel .panel-button:focus:hover .popup-menu-arrow, #panel .panel-button:checked .system-status-icon, -#panel .panel-button:checked .app-menu-icon > StIcon, -#panel .panel-button:checked .popup-menu-arrow, #panel .panel-button:checked:hover .system-status-icon, -#panel .panel-button:checked:hover .app-menu-icon > StIcon, -#panel .panel-button:checked:hover .popup-menu-arrow { - icon-shadow: 0 1px rgba(0, 0, 0, 0.45); -} - -#panel .panel-button .system-status-icon { - icon-size: 1.2307692308em; - padding: 0 4px; -} - -.unlock-screen #panel .panel-button, .login-screen #panel .panel-button, .lock-screen #panel .panel-button { - color: rgba(255, 255, 255, 0.85); -} - -.unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active, .login-screen #panel .panel-button:focus, .login-screen #panel .panel-button:hover, .login-screen #panel .panel-button:active, .lock-screen #panel .panel-button:focus, .lock-screen #panel .panel-button:hover, .lock-screen #panel .panel-button:active { - color: rgba(255, 255, 255, 0.85); -} - -#panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { - background: none; - box-shadow: none; -} - -#panel .panel-status-indicators-box, -#panel .panel-status-menu-box { - spacing: 2px; -} - -#panel .power-status.panel-status-indicators-box { - spacing: 0; -} - -#panel .screencast-indicator { - color: #FC4138; -} - -#panel .remote-access-indicator { - color: #F27835; -} - -#panel.solid { - background-color: rgba(42, 42, 42, 0.85); - /* transition from transparent to solid */ - transition-duration: 250ms; - background-gradient-direction: none; - text-shadow: none; -} - -#panel.solid:overview { - background-color: transparent; -} - -#panel.solid .panel-corner { - -panel-corner-background-color: rgba(42, 42, 42, 0.85); -} - -#panel.solid .panel-button { - color: #dadada; - text-shadow: none; -} - -#panel.solid .panel-button:active, #panel.solid .panel-button:overview, #panel.solid .panel-button:focus, #panel.solid .panel-button:checked { - color: rgba(255, 255, 255, 0.85); - text-shadow: 0 1px rgba(0, 0, 0, 0.45); -} - -#panel.solid .system-status-icon, -#panel.solid .app-menu-icon > StIcon, -#panel.solid .popup-menu-arrow { - icon-shadow: none; -} - -#panel.solid .system-status-icon:active, #panel.solid .system-status-icon:overview, #panel.solid .system-status-icon:focus, #panel.solid .system-status-icon:checked, -#panel.solid .app-menu-icon > StIcon:active, -#panel.solid .app-menu-icon > StIcon:overview, -#panel.solid .app-menu-icon > StIcon:focus, -#panel.solid .app-menu-icon > StIcon:checked, -#panel.solid .popup-menu-arrow:active, -#panel.solid .popup-menu-arrow:overview, -#panel.solid .popup-menu-arrow:focus, -#panel.solid .popup-menu-arrow:checked { - icon-shadow: 0 1px rgba(0, 0, 0, 0.45); -} - -#panel #panelActivities.panel-button > * { - background-image: url("assets/activities.svg"); - background-position: center top; - width: 24px; - height: 24px; - background-color: transparent !important; - background-gradient-direction: none !important; - border: none; - color: transparent; -} - -#panel #panelActivities.panel-button:active, #panel #panelActivities.panel-button:overview, #panel #panelActivities.panel-button:focus, #panel #panelActivities.panel-button:checked { - background-color: transparent; - border: none; -} - -.clock-display-box { - spacing: 4px; -} - -.clock-display-box .clock { - padding-left: 6px; - padding-right: 6px; -} - -#calendarArea { - padding: 8px 12px; -} - -.calendar { - margin-bottom: 0; - border: none; - box-shadow: none; - background: none; - padding: 0; -} - -.calendar, -.datemenu-today-button, -.datemenu-displays-box, -.message-list-sections { - margin: 0 8px; -} - -.datemenu-displays-section { - padding-bottom: 0; -} - -.datemenu-displays-box { - spacing: 8px; -} - -.datemenu-calendar-column { - spacing: 8px; - border: none; - padding: 0 0; -} - -.datemenu-calendar-column:ltr { - border-left-width: 0; -} - -.datemenu-calendar-column:rtl { - border-right-width: 0; -} - -.datemenu-today-button { - min-height: 48px; -} - -.datemenu-today-button .date-label { - font-size: 18pt; - font-weight: 400; -} - -.message-list-section-list:ltr { - padding-left: 0; -} - -.message-list-section-list:rtl { - padding-right: 0; -} - -.datemenu-today-button, -.world-clocks-button, -.weather-button, -.events-section-title { - min-height: 20px; - padding: 4px 8px; - border-radius: 5px; - border: none; - box-shadow: none; - background: none; - text-shadow: none; - color: #afafaf; -} - -.datemenu-today-button:hover, .datemenu-today-button:focus, -.world-clocks-button:hover, -.world-clocks-button:focus, -.weather-button:hover, -.weather-button:focus, -.events-section-title:hover, -.events-section-title:focus { - color: #dedede; - background-color: rgba(255, 255, 255, 0.06); -} - -.datemenu-today-button:active, -.world-clocks-button:active, -.weather-button:active, -.events-section-title:active { - color: #dedede; - background-color: rgba(255, 255, 255, 0.1); -} - -.world-clocks-header, -.weather-header, -.events-section-title { - color: #afafaf; - font-weight: bold; -} - -/* World Clock */ -.world-clocks-grid, -.weather-grid { - spacing-rows: 0.4em; - spacing-columns: 0.8em; -} - -.world-clocks-city { - color: #999999; - font-weight: bold; - font-size: 0.9em; -} - -.world-clocks-time { - color: #999999; - font-feature-settings: "tnum"; - font-size: 1.2em; -} - -.world-clocks-timezone { - color: #999999; - font-feature-settings: "tnum"; - font-size: 0.9em; -} - -/* Weather */ -.weather-button { - padding: 12px; -} - -.weather-button .weather-box { - spacing: 0.5em; -} - -.weather-button .weather-header-box { - spacing: 6px; -} - -.weather-button .weather-header { - color: #afafaf; - font-weight: bold; -} - -.weather-button .weather-header.location { - font-weight: normal; - color: #999999; -} - -.weather-button .weather-grid { - spacing-rows: 6px; - spacing-columns: 12px; -} - -.weather-button .weather-forecast-time { - color: #afafaf; - font-feature-settings: "tnum"; - font-size: 9pt; - font-weight: normal; - padding-top: 0.2em; - padding-bottom: 0.4em; -} - -.weather-button .weather-forecast-icon { - icon-size: 32px; -} - -.weather-button .weather-forecast-temp { - font-weight: bold; -} - -.calendar-month-label { - height: 20px; - margin: 2px; - padding: 6px 16px; - border-radius: 5px; - color: #dedede; - font-weight: bold; - text-align: center; -} - -.calendar-month-label:focus { - background-color: rgba(255, 255, 255, 0.06); -} - -.pager-button { - width: 28px; - height: 28px; - margin: 2px; - border-radius: 100px; - background-color: transparent; - color: #dedede; -} - -.pager-button:hover, .pager-button:focus { - background-color: rgba(255, 255, 255, 0.06); -} - -.pager-button:active { - background-color: rgba(255, 255, 255, 0.1); -} - -.calendar-change-month-back { - padding: 0 2px; - background-image: url("assets/calendar-arrow-left.svg"); -} - -.calendar-change-month-back:rtl { - background-image: url("assets/calendar-arrow-right.svg"); -} - -.calendar-change-month-forward { - padding: 0 2px; - background-image: url("assets/calendar-arrow-right.svg"); -} - -.calendar-change-month-forward:rtl { - background-image: url("assets/calendar-arrow-left.svg"); -} - -.calendar-change-month-back StIcon, -.calendar-change-month-forward StIcon { - icon-size: 16px; -} - -.calendar-day-base { - font-size: 9pt; - font-weight: 400; - text-align: center; - width: 28px; - height: 28px; - padding: 2px; - margin: 2px; - border-radius: 1000px; - color: #afafaf; - font-feature-settings: "tnum"; -} - -.calendar-day-base:hover, .calendar-day-base:focus { - background-color: rgba(255, 255, 255, 0.06); -} - -.calendar-day-base:active { - color: inherit; - background-color: rgba(255, 255, 255, 0.1); - border-color: transparent; -} - -.calendar-day-base:selected { - color: rgba(255, 255, 255, 0.85); - background-color: #315bef; - border-color: transparent; -} - -.calendar-day-base.calendar-day-heading { - width: 28px; - height: 21px; - margin-top: 2px; - padding: 7px 0 0; - border-radius: 100px; - background-color: transparent; - color: #999999; - font-size: 9pt; - font-weight: 400; - font-weight: bold; - text-align: center; -} - -.calendar-day { - border-width: 0; -} - -.calendar-day-top { - border-top-width: 0; -} - -.calendar-day-left { - border-left-width: 0; -} - -.calendar-nonwork-day { - color: #dedede; -} - -.calendar-today { - font-weight: bold !important; - color: rgba(255, 255, 255, 0.85); - background-color: #315bef; - border: none; -} - -.calendar-today:hover, .calendar-today:focus { - background-color: #3f66f0; - color: rgba(255, 255, 255, 0.85); -} - -.calendar-today:active, .calendar-today:selected { - background-color: #315bef; - color: rgba(255, 255, 255, 0.85); -} - -.calendar-today:active:hover, .calendar-today:active:focus, .calendar-today:selected:hover, .calendar-today:selected:focus { - background-color: #3f66f0; - color: rgba(255, 255, 255, 0.85); -} - -.calendar-day-with-events { - color: #3484e2; - font-weight: normal; - text-decoration: underline; - background-image: none; -} - -.calendar-day-with-events.calendar-work-day { - color: #999999; - font-weight: bold; -} - -.calendar-other-month-day { - color: rgba(222, 222, 222, 0.35); - opacity: 0.5; -} - -.calendar-week-number { - width: 28px; - height: 21px; - margin: 2px; - padding: 7px 0 0; - border-radius: 100px; - background-color: transparent; - color: #999999; - font-size: inherit; - font-weight: bold; - text-align: center; -} - -/* Message list */ -.message-list { - width: 31.5em; - padding: 0 12px; - text-shadow: none; -} - -.message-list .message-list-placeholder { - spacing: 12px; -} - -.message-list-clear-button.button { - background-color: transparent; - margin: 8px 8px 0; -} - -.message-list-clear-button.button:hover, .message-list-clear-button.button:focus { - background-color: rgba(255, 255, 255, 0.06); -} - -.message-list-clear-button.button:active { - background-color: rgba(255, 255, 255, 0.1); -} - -.message-list-section, -.message-list-sections, -.message-list-section-list { - spacing: 8px; -} - -.message-list-controls { - margin: 8px 16px 0; - padding: 4px; - spacing: 16px; -} - -.message { - border-radius: 5px; - border: 1px solid rgba(0, 0, 0, 0.5); - color: #afafaf; - background-color: #383838; - margin: 4px; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.06); - text-shadow: none; -} - -.message:hover, .message:focus { - color: #dedede; - background-color: rgba(255, 255, 255, 0.08); -} - -.message:active { - color: #dedede; - background-color: rgba(255, 255, 255, 0.1); -} - -.message .message-icon-bin { - margin: 8px 0; - padding: 8px 0px 8px 8px; -} - -.message .message-icon-bin:rtl { - padding: 8px 8px 8px 0px; -} - -.message .message-icon-bin > StIcon { - icon-size: 32px; - -st-icon-style: symbolic; -} - -.message .message-icon-bin > .fallback-app-icon { - width: 16px; - height: 16px; -} - -.message .message-secondary-bin { - padding: 0 8px; -} - -.message .message-secondary-bin > .event-time { - min-height: 18px; - color: #999999; - font-size: 1em; - text-align: right; - /* HACK: the label should be baseline-aligned with a 1em label, fake this with some bottom padding */ - padding-bottom: 0.13em; -} - -.message .message-title { - min-height: 18px; - padding-top: 2px; - color: #dedede; - font-weight: bold; - font-size: 1em; -} - -.message .message-content { - min-height: 40px; - padding: 8px; - color: #999999; - font-size: 1em; -} - -.message .message-close-button { - color: #afafaf; - padding: 0; - height: 24px; - width: 24px; - border-radius: 100px; -} - -.message .message-close-button:hover, .message .message-close-button:active { - color: #dedede; -} - -.message .message-close-button:hover, .message .message-close-button:focus { - background-color: rgba(255, 255, 255, 0.06); -} - -.message .message-close-button:active { - background-color: rgba(255, 255, 255, 0.1); -} - -.message .message-body { - color: #999999; -} - -.url-highlighter { - link-color: #3484e2; -} - -.message-media-control { - margin: 16px 4px; - padding: 8px; - border-radius: 100px; - color: #afafaf; -} - -.message-media-control:hover, .message-media-control:focus { - color: #dedede; - background-color: rgba(255, 255, 255, 0.06); -} - -.message-media-control:active { - color: #dedede; - background-color: rgba(255, 255, 255, 0.1); -} - -.message-media-control:insensitive { - color: rgba(222, 222, 222, 0.35); -} - -.message-media-control:last-child:ltr { - margin-right: 16px; - padding-right: 8px; -} - -.message-media-control:last-child:rtl { - margin-left: 16px; - padding-left: 8px; -} - -.media-message-cover-icon { - icon-size: 32px !important; - margin: 0 0px 0 4px !important; -} - -.media-message-cover-icon:rtl { - margin: 0 4px 0 0px !important; -} - -.media-message-cover-icon.fallback { - icon-size: 16px !important; - padding: 8px; - border: none; - border-radius: 5px; - background-color: rgba(255, 255, 255, 0.06); - color: #999999; -} - -.ripple-box { - width: 48px; - height: 48px; - border-radius: 0 0 48px 0; - background-color: rgba(49, 91, 239, 0.35); - background-image: none; - background-size: auto; -} - -.ripple-box:rtl { - border-radius: 0 0 0 48px; - background-image: none; -} - -.window-close { - background-size: 26px; - height: 26px; - width: 26px; - -shell-close-overlap: 10px; - border-radius: 100px; - border: 0 none transparent; - background-color: transparent; - color: transparent; - box-shadow: none; - background-image: url("assets/window-close.svg"); -} - -.window-close StIcon { - icon-size: 26px; -} - -.window-close:hover { - background-size: 26px; - height: 26px; - width: 26px; - background-image: url("assets/window-close-hover.svg"); -} - -.window-close:active { - background-size: 26px; - height: 26px; - width: 26px; - background-image: url("assets/window-close-active.svg"); -} - -/* NETWORK DIALOGS */ -.nm-dialog { - max-height: 34em; - min-height: 31em; - min-width: 32em; -} - -.nm-dialog-content { - spacing: 20px; - padding: 24px; -} - -.nm-dialog-header-hbox { - spacing: 10px; -} - -.nm-dialog-airplane-box { - spacing: 12px; -} - -.nm-dialog-airplane-headline { - font-weight: bold; - text-align: center; -} - -.nm-dialog-airplane-text { - color: #dedede; -} - -.nm-dialog-header-icon { - icon-size: 32px; -} - -.nm-dialog-scroll-view { - border: 1px solid rgba(255, 255, 255, 0.12); - padding: 0; - background-color: rgba(0, 0, 0, 0.1); - border-radius: 5px; -} - -.nm-dialog-header { - font-size: 15pt; - font-weight: 500; -} - -.nm-dialog-item { - font-size: 1em; - border-bottom: none; - border-radius: 5px; - padding: 12px; - spacing: 20px; -} - -.nm-dialog-item:hover, .nm-dialog-item:focus { - background-color: rgba(255, 255, 255, 0.06); -} - -.nm-dialog-item:active { - background-color: rgba(255, 255, 255, 0.1); -} - -.nm-dialog-item:selected { - background-color: #315bef; - color: rgba(255, 255, 255, 0.85); -} - -.nm-dialog-icons { - spacing: .5em; -} - -.nm-dialog-icon { - icon-size: 16px; -} - -.no-networks-label { - color: #999999; -} - -.no-networks-box { - spacing: 12px; -} - -/* OVERVIEW */ -#overview { - spacing: 24px; -} - -.overview-controls { - padding-bottom: 32px; -} - -.window-picker { - -horizontal-spacing: 16px; - -vertical-spacing: 16px; - padding: 0 16px 32px; -} - -.window-picker.external-monitor { - padding: 16px; -} - -.window-clone-border { - border: 4px solid rgba(255, 255, 255, 0.3); - border-radius: 5px; - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); -} - -.window-caption { - spacing: 25px; - color: rgba(255, 255, 255, 0.85); - background-color: rgba(0, 0, 0, 0.6); - border-radius: 5px; - padding: 4px 8px; - border: none; - font-weight: normal; -} - -.app-folder-dialog .folder-name-container .folder-name-entry, .search-entry { - width: 304px; - padding: 0 8px; - border: none; - color: rgba(255, 255, 255, 0.5); - caret-color: rgba(255, 255, 255, 0.85); - selection-background-color: rgba(255, 255, 255, 0.3); - selected-color: rgba(255, 255, 255, 0.85); - background-color: rgba(255, 255, 255, 0.12); - border-radius: 8px; - border-color: transparent; - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus { - border-color: transparent; - background-color: rgba(255, 255, 255, 0.18); - padding: 0 8px; - border: none; - color: rgba(255, 255, 255, 0.85); -} - -.app-folder-dialog .folder-name-container .folder-name-entry .search-entry-icon, .search-entry .search-entry-icon { - icon-size: 16px; - padding: 0 0; - color: rgba(255, 255, 255, 0.5); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:hover .search-entry-icon, .app-folder-dialog .folder-name-container .folder-name-entry:focus .search-entry-icon, .search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon { - color: rgba(255, 255, 255, 0.85); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:insensitive, .search-entry:insensitive { - border: none; - color: rgba(255, 255, 255, 0.45); -} - -.app-folder-dialog .folder-name-container .folder-name-entry StLabel.hint-text, .search-entry StLabel.hint-text { - color: rgba(255, 255, 255, 0.5); -} - -#searchResultsContent { - max-width: 1000px; - padding-left: 20px; - padding-right: 20px; - spacing: 16px; -} - -.search-section { - spacing: 16px; -} - -.search-section .search-section-separator { - height: 1px; - background-color: rgba(255, 255, 255, 0.15); -} - -.search-section-content { - spacing: 32px; - border-radius: 0; - border: none; - box-shadow: none; - background: none; - text-shadow: none; - color: rgba(255, 255, 255, 0.85); -} - -.search-provider-icon .list-search-provider-content { - spacing: 12px; -} - -.search-provider-icon .list-search-provider-content .list-search-provider-details { - width: 120px; - margin-top: 0; - color: rgba(255, 255, 255, 0.5); -} - -.list-search-results { - spacing: 3px; -} - -.list-search-result-content { - spacing: 30px; -} - -.list-search-result-title { - font-size: 11.25pt; - font-weight: 400; - color: rgba(255, 255, 255, 0.85); - spacing: 12px; -} - -.list-search-result-description { - color: rgba(255, 255, 255, 0.85); -} - -.list-search-provider-details { - width: 150px; - color: rgba(255, 255, 255, 0.85); - margin-top: 0.24em; -} - -.list-search-provider-content { - spacing: 20px; -} - -.search-provider-icon { - padding: 15px; -} - -/* DASHBOARD */ -#dash { - font-size: 1em; - color: rgba(255, 255, 255, 0.85); - background-color: rgba(255, 255, 255, 0.15); - padding: 3px 0; - border: none; - border-left: 0px; - border-radius: 0px 12px 12px 0px; -} - -#dash:rtl { - border-radius: 12px 0 0 12px; -} - -#dash .placeholder { - background-image: url("assets/dash-placeholder.svg"); - background-size: contain; - height: 24px; -} - -#dash .empty-dash-drop-target { - width: 24px; - height: 24px; -} - -.dash-item-container > StWidget { - padding: 3px 6px; -} - -.dash-label { - border-radius: 5px; - padding: 7px 8px; - color: #dedede; - background-color: #242424; - box-shadow: 0 1px 1px 0 rgba(16, 16, 16, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.05); - text-align: center; - border: none; - -x-offset: 8px; -} - -/* App Vault/Grid */ -.icon-grid { - spacing: 30px; - -shell-grid-horizontal-item-size: 136px; - -shell-grid-vertical-item-size: 136px; -} - -.icon-grid .overview-icon { - icon-size: 96px; -} - -.system-action-icon { - box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); - background-color: rgba(0, 0, 0, 0.6); - color: white; - border-radius: 99px; - icon-size: 48px; -} - -.app-view-controls { - width: 320px; - padding-bottom: 32px; - margin: 0 0; -} - -.app-view-control { - padding: 0 16px; - margin: 0 0; - font-weight: bold; - color: rgba(255, 255, 255, 0.85); - background-color: rgba(255, 255, 255, 0.15); -} - -.app-view-control:hover { - color: rgba(255, 255, 255, 0.85); - background-color: rgba(255, 255, 255, 0.22); -} - -.app-view-control:active { - color: rgba(255, 255, 255, 0.85); - background-color: #2350ee; -} - -.app-view-control:checked { - color: rgba(255, 255, 255, 0.85); - background-color: #315bef; - box-shadow: none; -} - -.app-view-control:first-child { - border-right-width: 0; - border-radius: 5px 0 0 5px; -} - -.app-view-control:last-child { - border-radius: 0 5px 5px 0; -} - -.search-provider-icon:focus, .search-provider-icon:selected, .search-provider-icon:hover, -.list-search-result:focus, -.list-search-result:selected, -.list-search-result:hover { - background-color: rgba(255, 255, 255, 0.15); - transition-duration: 0ms; -} - -.search-provider-icon:active, .search-provider-icon:checked, -.list-search-result:active, -.list-search-result:checked { - background-color: rgba(255, 255, 255, 0.3); - transition-duration: 150ms; -} - -.search-provider-icon:hover .overview-icon, .search-provider-icon:focus .overview-icon, .search-provider-icon:selected .overview-icon, -.show-apps:hover .overview-icon, -.show-apps:focus .overview-icon, -.show-apps:selected .overview-icon, -.app-well-app:hover .overview-icon, -.app-well-app:focus .overview-icon, -.app-well-app:selected .overview-icon, -.app-well-app.app-folder:hover .overview-icon, -.app-well-app.app-folder:focus .overview-icon, -.app-well-app.app-folder:selected .overview-icon, -.grid-search-result:hover .overview-icon, -.grid-search-result:focus .overview-icon, -.grid-search-result:selected .overview-icon { - background-color: rgba(255, 255, 255, 0.15); - transition-duration: 0ms; - border-image: none; - background-image: none; -} - -.search-provider-icon:active .overview-icon, .search-provider-icon:checked .overview-icon, -.show-apps:active .overview-icon, -.show-apps:checked .overview-icon, -.app-well-app:active .overview-icon, -.app-well-app:checked .overview-icon, -.app-well-app.app-folder:active .overview-icon, -.app-well-app.app-folder:checked .overview-icon, -.grid-search-result:active .overview-icon, -.grid-search-result:checked .overview-icon { - background-color: rgba(255, 255, 255, 0.3); - box-shadow: none; - transition-duration: 150ms; -} - -.app-well-app-running-dot { - width: 5px; - height: 5px; - border-radius: 3px; - background-color: rgba(255, 255, 255, 0.85); - margin-bottom: 0; -} - -StWidget.focused .app-well-app-running-dot { - background-color: #315bef; -} - -.search-provider-icon, -.list-search-result, .grid-search-result .overview-icon, .search-provider-icon .overview-icon, -.show-apps .overview-icon, -.app-well-app .overview-icon { - color: rgba(255, 255, 255, 0.85); - border-radius: 12px; - padding: 6px; - border: none; - transition-duration: 150ms; - text-align: center; -} - -.app-well-app.app-folder > .overview-icon { - background-color: rgba(255, 255, 255, 0.15); -} - -.show-apps .show-apps-icon { - color: transparent; - background-image: url("assets/startup@2.svg"); - background-size: contain; -} - -.show-apps .overview-icon { - color: transparent; -} - -.show-apps:hover .show-apps-icon, -.show-apps:active .show-apps-icon, -.show-apps:checked .show-apps-icon, -.show-apps:focus .show-apps-icon { - color: transparent; - transition-duration: 150ms; -} - -.app-folder-popup { - -arrow-border-radius: 16px; - -arrow-background-color: rgba(255, 255, 255, 0.15); - -arrow-base: 0; - -arrow-rise: 12px; -} - -.app-folder-popup-bin { - padding: 5px; -} - -.app-folder-icon { - padding: 5px; - spacing-rows: 5px; - spacing-columns: 5px; -} - -.page-indicator { - padding: 15px 20px; -} - -.page-indicator .page-indicator-icon { - width: 12px; - height: 12px; - border-radius: 12px; - margin: 0; - padding: 0; - background-image: none; - color: transparent; - border: none; - box-shadow: none; - background-color: rgba(255, 255, 255, 0.35); -} - -.page-indicator:hover .page-indicator-icon { - background-image: none; - background-color: rgba(255, 255, 255, 0.45); -} - -.page-indicator:active .page-indicator-icon { - margin: 0; - padding: 0; - background-image: none; - color: transparent; - border: none; - box-shadow: none; - background-color: rgba(255, 255, 255, 0.85); -} - -.page-indicator:checked .page-indicator-icon { - background-image: none; - background-color: rgba(255, 255, 255, 0.85); - transition-duration: 0ms; -} - -.page-indicator:checked:active { - background-image: none; -} - -.app-well-app > .overview-icon.overview-icon-with-label, -.grid-search-result .overview-icon.overview-icon-with-label { - padding: 10px 8px 5px 8px; - spacing: 4px; -} - -.app-folder-dialog { - border-radius: 32px; - border: none; - spacing: 12px; - background-color: rgba(0, 0, 0, 0.6); -} - -.app-folder-dialog .folder-name-container { - padding: 24px 36px 0; - spacing: 12px; - /* FIXME: this is to keep the label in sync with the entry */ -} - -.app-folder-dialog .folder-name-container .folder-name-label, .app-folder-dialog .folder-name-container .folder-name-entry { - font-size: 18pt; - font-weight: bold; -} - -.app-folder-dialog .folder-name-container .folder-name-label { - padding: 5px 7px; - color: rgba(255, 255, 255, 0.85); -} - -.app-folder-dialog .folder-name-container .edit-folder-button { - background-color: rgba(255, 255, 255, 0.15); - color: rgba(255, 255, 255, 0.85); - border: none; - padding: 0; - width: 36px; - height: 36px; - border-radius: 18px; -} - -.app-folder-dialog .folder-name-container .edit-folder-button > StIcon { - icon-size: 16px; -} - -.app-folder-dialog .folder-name-container .edit-folder-button:hover { - background-color: rgba(255, 255, 255, 0.15); -} - -.app-folder-dialog .folder-name-container .edit-folder-button:checked, .app-folder-dialog .folder-name-container .edit-folder-button:active { - background-color: rgba(255, 255, 255, 0.3); -} - -.app-folder-dialog StButton#vhandle, .app-folder-dialog StButton#vhandle:hover, .app-folder-dialog StButton#vhandle:active { - background-color: transparent; -} - -.app-folder-dialog-container { - padding: 12px; - width: 800px; - height: 600px; -} - -.app-folder-icon { - padding: 6px; - spacing-rows: 6px; - spacing-columns: 6px; -} - -.workspace-thumbnails { - visible-width: 32px; - spacing: 12px; - padding: 16px; - border-radius: 5px; - margin: 6px; -} - -.workspace-thumbnail-indicator { - border: 0 solid #315bef; - border-width: 2px; - padding: 6px; - border-radius: 2px; -} - -.search-display > StBoxLayout, -.all-apps, -.frequent-apps > StBoxLayout { - padding: 0px 88px 10px 88px; -} - -.workspace-thumbnails { - color: rgba(255, 255, 255, 0.85); - background-color: rgba(255, 255, 255, 0.15); - border: none; -} - -.search-statustext, .no-frequent-applications-label { - font-size: 45px; - font-weight: 400; - color: rgba(255, 255, 255, 0.5); -} - -/* NOTIFICATIONS & MESSAGE TRAY */ -.url-highlighter { - link-color: #3484e2; -} - -.notification-banner { - font-size: 1em; - width: 34em; - min-height: 56px; - margin: 5px; - border-radius: 5px; - color: #dedede; - background-color: rgba(36, 36, 36, 0.92); - border: none; - box-shadow: 0 1px 1px 0 rgba(16, 16, 16, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.05); -} - -.notification-banner:hover { - background-color: rgba(36, 36, 36, 0.95); -} - -.notification-banner:focus { - background-color: #242424; -} - -.notification-banner .notification-icon { - padding: 5px; -} - -.notification-banner .notification-content { - padding: 5px; - spacing: 5px; -} - -.notification-banner .secondary-icon { - icon-size: 1.2307692308em; -} - -.notification-banner .notification-actions { - background-color: transparent; - padding-top: 0; - border-top: 1px solid rgba(255, 255, 255, 0.12); - spacing: 1px; -} - -.notification-banner .notification-button { - min-height: 40px; - padding: 0 16px; - background-color: transparent; - color: #afafaf; - font-weight: 500; -} - -.notification-banner .notification-button:first-child { - border-radius: 0 0 0 2px; -} - -.notification-banner .notification-button:last-child { - border-radius: 0 0 2px 0; -} - -.notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus { - background-color: rgba(255, 255, 255, 0.06); - color: #dedede; -} - -.notification-banner .notification-button:active { - background-color: rgba(255, 255, 255, 0.1); - color: #dedede; -} - -.summary-source-counter { - font-size: 1em; - font-weight: bold; - height: 1.6em; - width: 1.6em; - -shell-counter-overlap-x: 3px; - -shell-counter-overlap-y: 3px; - background-color: #315bef; - color: rgba(255, 255, 255, 0.85); - border: 2px solid #315bef; - box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); - border-radius: 0.9em; -} - -.secondary-icon { - icon-size: 1.2307692308em; -} - -.chat-body { - spacing: 5px; -} - -.chat-response { - margin: 5px; -} - -.chat-log-message { - color: #dedede; -} - -.chat-new-group { - padding-top: 1em; -} - -.chat-received { - padding-left: 4px; -} - -.chat-received:rtl { - padding-left: 0px; - padding-right: 4px; -} - -.chat-sent { - padding-left: 18pt; - color: #afafaf; -} - -.chat-sent:rtl { - padding-left: 0; - padding-right: 18pt; -} - -.chat-meta-message { - padding-left: 4px; - font-size: 9pt; - font-weight: 400; - color: #999999; -} - -.chat-meta-message:rtl { - padding-left: 0; - padding-right: 4px; -} - -.hotplug-transient-box { - spacing: 6px; - padding: 2px 72px 2px 12px; -} - -.hotplug-notification-item { - padding: 2px 10px; -} - -.hotplug-notification-item:focus { - padding: 1px 71px 1px 11px; -} - -.hotplug-notification-item-icon { - icon-size: 24px; - padding: 2px 5px; -} - -.hotplug-resident-box { - spacing: 8px; -} - -.hotplug-resident-mount { - spacing: 8px; - border-radius: 5px; -} - -.hotplug-resident-mount:hover { - background-color: rgba(255, 255, 255, 0.06); -} - -.hotplug-resident-mount:active { - background-color: rgba(255, 255, 255, 0.1); -} - -.hotplug-resident-mount-label { - color: inherit; - padding-left: 6px; -} - -.hotplug-resident-mount-icon { - icon-size: 24px; - padding-left: 6px; -} - -.hotplug-resident-eject-icon { - icon-size: 16px; -} - -.hotplug-resident-eject-button { - padding: 7px; - border-radius: 5px; - color: #dedede; -} - -/* Eeeky things */ -.magnifier-zoom-region { - border: 2px solid #315bef; -} - -.magnifier-zoom-region.full-screen { - border-width: 0; -} - -/* On-screen Keyboard */ -.word-suggestions { - font-size: 14pt; - spacing: 12px; - min-height: 20pt; -} - -#keyboard { - background-color: rgba(0, 0, 0, 0.25); -} - -.keyboard-layout { - padding: 4px; - spacing: 4px; -} - -.keyboard-key { - min-height: 2em; - min-width: 2em; - font-size: 14pt; - font-weight: bold; - border-radius: 5px; - border: none; - color: inherit; - background-color: #555555; - box-shadow: 0 1px rgba(0, 0, 0, 0.2); -} - -.keyboard-key:focus, .keyboard-key:hover { - color: rgba(255, 255, 255, 0.85); - background-color: #315bef; -} - -.keyboard-key:checked, .keyboard-key:active { - color: rgba(255, 255, 255, 0.85); - background-color: #1544ed; -} - -.keyboard-key:grayed { - background-color: rgba(0, 0, 0, 0.3); - color: rgba(255, 255, 255, 0.85); - border-color: rgba(0, 0, 0, 0.3); -} - -.keyboard-key.default-key { - background-size: 20px; -} - -.keyboard-key.default-key, .keyboard-key.enter-key, .keyboard-key.shift-key-lowercase, .keyboard-key.shift-key-uppercase, .keyboard-key.hide-key, .keyboard-key.layout-key { - background-color: #242424; - box-shadow: 0 1px rgba(0, 0, 0, 0.2); -} - -.keyboard-key.default-key:focus, .keyboard-key.default-key:hover, .keyboard-key.enter-key:focus, .keyboard-key.enter-key:hover, .keyboard-key.shift-key-lowercase:focus, .keyboard-key.shift-key-lowercase:hover, .keyboard-key.shift-key-uppercase:focus, .keyboard-key.shift-key-uppercase:hover, .keyboard-key.hide-key:focus, .keyboard-key.hide-key:hover, .keyboard-key.layout-key:focus, .keyboard-key.layout-key:hover { - color: white; - background-color: #555555; -} - -.keyboard-key.default-key:checked, .keyboard-key.default-key:active, .keyboard-key.enter-key:checked, .keyboard-key.enter-key:active, .keyboard-key.shift-key-lowercase:checked, .keyboard-key.shift-key-lowercase:active, .keyboard-key.shift-key-uppercase:checked, .keyboard-key.shift-key-uppercase:active, .keyboard-key.hide-key:checked, .keyboard-key.hide-key:active, .keyboard-key.layout-key:checked, .keyboard-key.layout-key:active { - color: white; - background-color: #464646; -} - -.keyboard-key.enter-key { - background-color: #315bef; - background-image: url("assets/key-enter.svg"); -} - -.keyboard-key.enter-key:focus, .keyboard-key.enter-key:hover { - color: rgba(255, 255, 255, 0.85); - background-color: #496ef1; -} - -.keyboard-key.enter-key:checked, .keyboard-key.enter-key:active { - color: rgba(255, 255, 255, 0.85); - background-color: #113edc; -} - -.keyboard-key.shift-key-lowercase { - background-image: url("assets/key-shift.svg"); -} - -.keyboard-key.shift-key-uppercase { - background-image: url("assets/key-shift-uppercase.svg"); -} - -.keyboard-key.shift-key-uppercase:latched { - background-image: url("assets/key-shift-latched-uppercase.svg"); -} - -.keyboard-key.hide-key { - background-image: url("assets/key-hide.svg"); -} - -.keyboard-key.layout-key { - background-image: url("assets/key-layout.svg"); -} - -.keyboard-subkeys { - color: inherit; - -arrow-border-radius: 5px; - -arrow-background-color: rgba(0, 0, 0, 0.45); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 20px; - -arrow-rise: 10px; - -boxpointer-gap: 5px; - box-shadow: 0 1px 1px 0 rgba(16, 16, 16, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.05); -} - -.candidate-popup-content { - padding: 8px; - spacing: 0; -} - -.candidate-index { - padding: 0 4px 0 0; - color: #999999; -} - -.candidate-box:selected .candidate-index { - color: rgba(255, 255, 255, 0.5); -} - -.candidate-box { - transition-duration: 0ms; - min-height: 28px; - padding: 0 8px; - border-radius: 5px; -} - -.candidate-box:hover { - background-color: rgba(255, 255, 255, 0.06); - color: #dedede; -} - -.candidate-box:active { - background-color: rgba(255, 255, 255, 0.1); - color: #dedede; -} - -.candidate-box:selected { - background-color: #315bef; - color: rgba(255, 255, 255, 0.85); -} - -.candidate-page-button-box { - height: 28px; -} - -.vertical .candidate-page-button-box { - padding-top: 0; -} - -.horizontal .candidate-page-button-box { - padding-left: 0; -} - -.candidate-page-button { - min-width: 28px; - min-height: 28px; - padding: 0; -} - -.candidate-page-button-previous { - border-radius: 5px; - border-right-width: 0; -} - -.candidate-page-button-next { - border-radius: 5px; -} - -.candidate-page-button-icon { - icon-size: 1.2307692308em; -} - -/* Auth Dialogs & Screen Shield */ -.framed-user-icon { - background-size: contain; - border: none; - color: rgba(255, 255, 255, 0.85); - border-radius: 5px; -} - -.framed-user-icon:hover { - border-color: rgba(255, 255, 255, 0.85); - color: rgba(255, 255, 255, 0.85); -} - -.login-dialog-banner-view { - padding-top: 24px; - max-width: 23em; -} - -.login-dialog { - border: none; - background-color: transparent; -} - -.login-dialog StEntry { - selection-background-color: rgba(255, 255, 255, 0.1); - selected-background-color: rgba(255, 255, 255, 0.1); - selected-color: #315bef; - padding: 3px 8px; - min-height: 20px; - background-color: #212121; - border-radius: 5px; - border: 1px solid rgba(255, 255, 255, 0.12); - box-shadow: none; -} - -.login-dialog StEntry:focus { - border: 1px solid #7894f5; - box-shadow: 0 0 0 1px #7894f5; -} - -.login-dialog StEntry:insensitive { - color: rgba(222, 222, 222, 0.35); - border: 1px solid rgba(255, 255, 255, 0.06); -} - -.login-dialog .modal-dialog-button-box { - spacing: 3px; -} - -.login-dialog .modal-dialog-button { - padding: 0 16px; - color: #afafaf; - background-color: transparent; - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:hover, .login-dialog .modal-dialog-button:focus { - color: #dedede; - background-color: rgba(255, 255, 255, 0.06); - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:active { - color: #dedede; - background-color: rgba(255, 255, 255, 0.1); - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:insensitive { - color: rgba(222, 222, 222, 0.35); - background-color: transparent; - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:default { - color: rgba(255, 255, 255, 0.85); - background-color: #3484e2; - border: 1px solid rgba(0, 0, 0, 0.15); - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:default:hover, .login-dialog .modal-dialog-button:default:focus { - color: rgba(255, 255, 255, 0.85); - border-color: rgba(0, 0, 0, 0.15); - background-color: #418ce4; - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:default:active { - color: white; - background-color: #315bef; - border-color: rgba(0, 0, 0, 0.15); - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:default:insensitive { - color: rgba(255, 255, 255, 0.45); - background-color: rgba(255, 255, 255, 0.15); - border-color: rgba(0, 0, 0, 0.15); - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .cancel-button, -.login-dialog .switch-user-button, -.login-dialog .login-dialog-session-list-button { - padding: 0; - border-radius: 100px; - width: 32px; - height: 32px; - border-color: rgba(51, 51, 51, 0.3); - background-color: rgba(51, 51, 51, 0.3); -} - -.login-dialog .cancel-button StIcon, -.login-dialog .switch-user-button StIcon, -.login-dialog .login-dialog-session-list-button StIcon { - icon-size: 16px; -} - -.login-dialog .login-dialog-message-warning { - color: rgba(255, 255, 255, 0.85); -} - -.caps-lock-warning-label { - text-align: center; - padding-bottom: 8px; - color: #F27835; -} - -.login-dialog-logo-bin { - padding: 24px 0px; -} - -.login-dialog-banner { - color: rgba(255, 255, 255, 0.85); -} - -.login-dialog-button-box { - spacing: 5px; -} - -.login-dialog-message-warning { - color: #F27835; -} - -.login-dialog-message-hint { - padding-top: 0; - padding-bottom: 20px; -} - -.login-dialog-user-selection-box { - padding: 100px 0px; -} - -.login-dialog-not-listed-label { - padding-left: 2px; -} - -.login-dialog-not-listed-button:focus .login-dialog-not-listed-label, .login-dialog-not-listed-button:hover .login-dialog-not-listed-label { - color: white; -} - -.login-dialog-not-listed-label { - font-size: 1em; - font-weight: bold; - color: rgba(255, 255, 255, 0.85); - padding-top: 1em; -} - -.login-dialog-not-listed-label:hover { - color: rgba(255, 255, 255, 0.85); -} - -.login-dialog-not-listed-label:focus { - background-color: rgba(255, 255, 255, 0.15); -} - -.login-dialog-user-list-view { - -st-vfade-offset: 1em; -} - -.login-dialog-user-list { - spacing: 12px; - padding: .2em; - width: 23em; -} - -.login-dialog-user-list:expanded .login-dialog-user-list-item:selected { - background-color: rgba(255, 255, 255, 0.15); - color: rgba(255, 255, 255, 0.85); -} - -.login-dialog-user-list:expanded .login-dialog-user-list-item:hover { - background-color: rgba(255, 255, 255, 0.15); - color: rgba(255, 255, 255, 0.85); -} - -.login-dialog-user-list:expanded .login-dialog-user-list-item:active { - background-color: rgba(255, 255, 255, 0.3); - color: rgba(255, 255, 255, 0.85); -} - -.login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { - border-right: 2px solid #315bef; -} - -.login-dialog-user-list-item { - border-radius: 5px; - padding: 6px; - color: rgba(255, 255, 255, 0.85); -} - -.login-dialog-user-list-item:ltr .user-widget { - padding-right: 1em; -} - -.login-dialog-user-list-item:rtl .user-widget { - padding-left: 1em; -} - -.login-dialog-user-list-item:hover { - background-color: rgba(255, 255, 255, 0.15); - color: rgba(255, 255, 255, 0.85); -} - -.login-dialog-user-list-item:active { - background-color: rgba(255, 255, 255, 0.3); - color: rgba(255, 255, 255, 0.85); -} - -.login-dialog-user-list-item .login-dialog-timed-login-indicator { - height: 2px; - margin: 6px 0 0 0; - background-color: rgba(255, 255, 255, 0.85); -} - -.login-dialog-user-list-item:focus .login-dialog-timed-login-indicator { - background-color: rgba(255, 255, 255, 0.85); -} - -.user-icon { - background-size: contain; - color: rgba(255, 255, 255, 0.85); - border-radius: 9999px; -} - -.user-icon:hover { - color: white; -} - -.user-icon StIcon { - background-color: rgba(255, 255, 255, 0.05); - border-radius: 9999px; -} - -.user-widget-label { - color: rgba(255, 255, 255, 0.85); -} - -.user-widget.horizontal .user-widget-label { - font-weight: bold; - text-align: left; - padding-left: 15px; -} - -.user-widget.horizontal .user-widget-label:ltr { - padding-left: 14px; -} - -.user-widget.horizontal .user-widget-label:rtl { - padding-right: 14px; -} - -.user-widget.horizontal .user-icon { - icon-size: 64px; -} - -.user-widget.horizontal .user-icon StIcon { - padding: 12px; - width: 40px; - height: 40px; -} - -.user-widget.vertical .user-widget-label { - text-align: center; - font-weight: normal; - padding-top: 16px; -} - -.user-widget.vertical .user-icon { - icon-size: 96px; -} - -.user-widget.vertical .user-icon StIcon { - padding: 20px; - padding-top: 18px; - padding-bottom: 22px; - width: 88px; - height: 88px; -} - -.login-dialog-prompt-entry { - height: 1.5em; -} - -.login-dialog-prompt-layout { - padding-top: 24px; - padding-bottom: 12px; - spacing: 8px; - width: 23em; -} - -.login-dialog-prompt-label { - color: rgba(255, 255, 255, 0.5); - font-size: 1em; - padding-top: 1em; -} - -.screen-shield-arrows { - padding-bottom: 3em; -} - -.screen-shield-arrows Gjs_Arrow { - color: white; - width: 80px; - height: 48px; - -arrow-thickness: 12px; - -arrow-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); -} - -.screen-shield-clock { - color: white; - text-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - font-weight: normal; - text-align: center; - padding-bottom: 1.5em; -} - -.screen-shield-clock-time { - font-size: 112px; - font-weight: 300; - text-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); -} - -.screen-shield-clock-date { - font-size: 45px; - font-weight: 400; -} - -.screen-shield-notifications-container { - spacing: 6px; - width: 30em; - background-color: transparent; - max-height: 500px; -} - -.screen-shield-notifications-container .summary-notification-stack-scrollview { - padding-top: 0; - padding-bottom: 0; -} - -.screen-shield-notifications-container .notification, -.screen-shield-notifications-container .screen-shield-notification-source { - padding: 8px; - border: none; - background-color: rgba(0, 0, 0, 0.3); - color: rgba(255, 255, 255, 0.85); - border-radius: 5px; -} - -.screen-shield-notifications-container .notification { - margin-right: 16px; -} - -.screen-shield-notification-label { - min-height: 18px; - padding: 2px 0px 0px 16px; - font-weight: bold; -} - -.screen-shield-notification-count-text { - min-height: 18px; - padding: 2px 0px 0px 16px; - color: rgba(255, 255, 255, 0.85); -} - -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.3); -} - -.screen-shield-background { - background: black; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1); -} - -#lockDialogGroup { - background: #333333 url("assets/background.png"); - background-size: cover; -} - -#LookingGlassDialog { - background-color: #242424; - spacing: 4px; - padding: 0; - border: none; - border-radius: 5px; - box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.15); -} - -#LookingGlassDialog > #Toolbar { - padding: 0 8px; - border: none; - border-radius: 0; - background-color: rgba(36, 36, 36, 0.01); - box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.12); -} - -#LookingGlassDialog .labels { - spacing: 0; -} - -#LookingGlassDialog .notebook-tab { - -natural-hpadding: 12px; - -minimum-hpadding: 6px; - font-weight: bold; - color: #999999; - transition-duration: 150ms; - padding-left: 16px; - padding-right: 16px; - min-height: 32px; - padding: 0 32px; -} - -#LookingGlassDialog .notebook-tab:hover { - box-shadow: inset 0 -2px 0px rgba(255, 255, 255, 0.1); - color: #dedede; - text-shadow: none; -} - -#LookingGlassDialog .notebook-tab:selected { - border-bottom-width: 0; - border-color: transparent; - background-color: rgba(36, 36, 36, 0.01); - box-shadow: inset 0 -2px 0px rgba(255, 255, 255, 0.85); - color: #dedede; - text-shadow: none; -} - -#LookingGlassDialog StBoxLayout#EvalBox { - padding: 4px; - spacing: 4px; -} - -#LookingGlassDialog StBoxLayout#ResultsArea { - spacing: 4px; -} - -.lg-dialog StEntry { - selection-background-color: #315bef; - selected-color: rgba(255, 255, 255, 0.85); -} - -.lg-dialog .shell-link { - color: #3484e2; -} - -.lg-dialog .shell-link:hover { - color: #3484e2; -} - -.lg-completions-text { - font-size: 1em; - font-style: italic; -} - -.lg-obj-inspector-title { - spacing: 4px; -} - -.lg-obj-inspector-button { - min-height: 32px; - padding: 0 16px; - border: none; - border-radius: 5px; - font-size: 9.75pt; - font-weight: 500; - color: #afafaf; - background-color: transparent; - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.lg-obj-inspector-button:hover { - color: #dedede; - background-color: rgba(255, 255, 255, 0.06); - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.lg-obj-inspector-button:active { - color: #dedede; - background-color: rgba(255, 255, 255, 0.1); - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.lg-obj-inspector-button:insensitive { - color: rgba(222, 222, 222, 0.35); - background-color: transparent; - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.lg-obj-inspector-button:focus { - color: #dedede; - text-shadow: none; - icon-shadow: none; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); -} - -.lg-obj-inspector-button:hover { - border: none; -} - -#lookingGlassExtensions { - padding: 4px; -} - -.lg-extensions-list { - padding: 4px; - spacing: 6px; -} - -.lg-extension { - border: none; - border-radius: 5px; - padding: 4px; -} - -.lg-extension-name { - font-size: 18pt; - font-weight: 400; -} - -.lg-extension-meta { - spacing: 6px; -} - -#LookingGlassPropertyInspector { - background: #242424; - border: none; - border-radius: 5px; - padding: 6px; - box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.15); -} - -#dashtodockContainer { - background: transparent; -} - -#dashtodockContainer .app-well-app-running-dot { - background-color: #dadada; -} - -#dashtodockContainer #dash, #dashtodockContainer:overview #dash, #dashtodockContainer.extended #dash, #dashtodockContainer.extended:overview #dash { - padding: 0; - border: none; - margin: 0; -} - -#dashtodockContainer.top #dash, #dashtodockContainer.top:overview #dash { - border-radius: 0 0 12px 12px; -} - -#dashtodockContainer.top.extended #dash, #dashtodockContainer.top.extended:overview #dash { - border-radius: 0 0 12px 12px; -} - -#dashtodockContainer.bottom #dash, #dashtodockContainer.bottom:overview #dash { - border-radius: 12px 12px 0 0; -} - -#dashtodockContainer.bottom.extended #dash, #dashtodockContainer.bottom.extended:overview #dash { - border-radius: 12px 12px 0 0; -} - -#dashtodockContainer.left #dash, #dashtodockContainer.left:overview #dash { - border-radius: 0 12px 12px 0; -} - -#dashtodockContainer.left.extended #dash, #dashtodockContainer.left.extended:overview #dash { - border-radius: 0 12px 12px 0; -} - -#dashtodockContainer.right #dash, #dashtodockContainer.right:overview #dash { - border-radius: 12px 0 0 12px; -} - -#dashtodockContainer.right.extended #dash, #dashtodockContainer.right.extended:overview #dash { - border-radius: 12px 0 0 12px; -} - -#dashtodockContainer.top #dash, #dashtodockContainer.bottom #dash { - padding: 0 4px; -} - -#dashtodockContainer.left #dash, #dashtodockContainer.right #dash { - padding: 4px 0; -} - -#dashtodockContainer #dash { - background-color: rgba(42, 42, 42, 0.65); - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05); -} - -#dashtodockContainer #dash .app-well-app-running-dot { - background-color: rgba(218, 218, 218, 0.85); -} - -#dashtodockContainer #dash StWidget.focused .app-well-app-running-dot { - background-color: #315bef; -} - -#dashtodockContainer.opaque #dash { - background-color: rgba(42, 42, 42, 0.65); -} - -#dashtodockContainer.transparent #dash { - background-color: rgba(42, 42, 42, 0.65); -} - -#dashtodockContainer:overview #dash { - background-color: rgba(255, 255, 255, 0.15); -} - -#dashtodockContainer:overview #dash .app-well-app-running-dot { - background-color: rgba(255, 255, 255, 0.85); -} - -#dashtodockContainer:overview #dash StWidget.focused .app-well-app-running-dot { - background-color: #315bef; -} - -#dashtodockContainer.opaque:overview #dash, #dashtodockContainer.transparent:overview #dash { - background-color: transparent !important; - box-shadow: none !important; -} - -#dashtodockContainer.extended:overview #dash, #dashtodockContainer.opaque.extended:overview #dash, #dashtodockContainer.transparent.extended:overview #dash { - background-color: rgba(42, 42, 42, 0.65); -} - -#dashtodockContainer .app-well-app .overview-icon, -#dashtodockContainer .show-apps .overview-icon { - padding: 8px; - background-size: contain; -} - -#dash:desktop { - background-color: rgba(42, 42, 42, 0.65); -} - -.openweather-button, .openweather-button-action, .openweather-menu-button-container, .openweather-button-box { - border: 1px solid transparent; -} - -.openweather-provider { - padding: 0 16px; - font-weight: 500; - color: #afafaf; - background-color: transparent; - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.openweather-provider:hover { - color: #dedede; - background-color: rgba(255, 255, 255, 0.06); - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.openweather-provider:focus { - color: #dedede; - text-shadow: none; - icon-shadow: none; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); -} - -.openweather-provider:active { - color: #dedede; - background-color: rgba(255, 255, 255, 0.1); - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.openweather-current-icon, .openweather-current-summary, .openweather-current-summarybox { - background: none; - color: #dedede; -} - -.openweather-current-databox-values { - background: none; - color: #999999; -} - -.openweather-current-databox-captions { - background: none; - color: #999999; -} - -.openweather-forecast-icon, .openweather-forecast-summary { - background: none; - color: #afafaf; -} - -.openweather-forecast-day, .openweather-forecast-temperature { - background: none; - color: #999999; -} - -.openweather-sunrise-icon, .openweather-sunset-icon, .openweather-build-icon { - color: #afafaf; -} - -.popup-menu .search-entry { - color: #dedede; - selection-background-color: #315bef; - selected-color: white; - background-color: #212121; - border-radius: 5px; - border: 1px solid rgba(255, 255, 255, 0.12); - box-shadow: none; -} - -.popup-menu .search-entry:focus { - border: 1px solid #7894f5; - box-shadow: 0 0 0 1px #7894f5; - color: #dedede; -} - -.popup-menu .search-entry .search-entry-icon { - color: #999999; -} - -.popup-menu .search-entry:hover .search-entry-icon, .popup-menu .search-entry:focus .search-entry-icon { - color: #dedede; -} - -/* shortcuts panel button window count indicators */ -#workspacestodockDock.right .workspacestodock-shortcut-button-windowcount-image-1 { - background-image: url("assets/dash/right-running1.svg"); -} - -#workspacestodockDock.left .workspacestodock-shortcut-button-windowcount-image-1 { - background-image: url("assets/dash/left-running1.svg"); -} - -#workspacestodockDock.top .workspacestodock-shortcut-button-windowcount-image-1 { - background-image: url("assets/dash/top-running1.svg"); -} - -#workspacestodockDock.bottom .workspacestodock-shortcut-button-windowcount-image-1 { - background-image: url("assets/dash/bottom-running1.svg"); -} - -#workspacestodockDock.right .workspacestodock-shortcut-button-windowcount-image-2 { - background-image: url("assets/dash/right-running2.svg"); -} - -#workspacestodockDock.left .workspacestodock-shortcut-button-windowcount-image-2 { - background-image: url("assets/dash/left-running2.svg"); -} - -#workspacestodockDock.top .workspacestodock-shortcut-button-windowcount-image-2 { - background-image: url("assets/dash/top-running2.svg"); -} - -#workspacestodockDock.bottom .workspacestodock-shortcut-button-windowcount-image-2 { - background-image: url("assets/dash/bottom-running2.svg"); -} - -#workspacestodockDock.right .workspacestodock-shortcut-button-windowcount-image-3 { - background-image: url("assets/dash/right-running3.svg"); -} - -#workspacestodockDock.left .workspacestodock-shortcut-button-windowcount-image-3 { - background-image: url("assets/dash/left-running3.svg"); -} - -#workspacestodockDock.top .workspacestodock-shortcut-button-windowcount-image-3 { - background-image: url("assets/dash/top-running3.svg"); -} - -#workspacestodockDock.bottom .workspacestodock-shortcut-button-windowcount-image-3 { - background-image: url("assets/dash/bottom-running3.svg"); -} - -#workspacestodockDock.right .workspacestodock-shortcut-button-windowcount-image-4 { - background-image: url("assets/dash/right-running4.svg"); -} - -#workspacestodockDock.left .workspacestodock-shortcut-button-windowcount-image-4 { - background-image: url("assets/dash/left-running4.svg"); -} - -#workspacestodockDock.top .workspacestodock-shortcut-button-windowcount-image-4 { - background-image: url("assets/dash/top-running4.svg"); -} - -#workspacestodockDock.bottom .workspacestodock-shortcut-button-windowcount-image-4 { - background-image: url("assets/dash/bottom-running4.svg"); -} diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/no-events.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/no-events.svg deleted file mode 120000 index d2fcad0..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/no-events.svg +++ /dev/null @@ -1 +0,0 @@ -assets/no-events.svg \ No newline at end of file diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/no-notifications.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/no-notifications.svg deleted file mode 120000 index 175731c..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/no-notifications.svg +++ /dev/null @@ -1 +0,0 @@ -assets/no-notifications.svg \ No newline at end of file diff --git a/gtktheme/.themes/Mojave-dark/gnome-shell/process-working.svg b/gtktheme/.themes/Mojave-dark/gnome-shell/process-working.svg deleted file mode 120000 index a6586c3..0000000 --- a/gtktheme/.themes/Mojave-dark/gnome-shell/process-working.svg +++ /dev/null @@ -1 +0,0 @@ -assets/process-working.svg \ No newline at end of file diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/apps.rc b/gtktheme/.themes/Mojave-dark/gtk-2.0/apps.rc deleted file mode 100644 index cb3ee0d..0000000 --- a/gtktheme/.themes/Mojave-dark/gtk-2.0/apps.rc +++ /dev/null @@ -1,157 +0,0 @@ -# -# Thunar -# -style "thunar-handle" { GtkPaned::handle-size = 2 } - -style "dark-sidebar" { - GtkTreeView::odd_row_color = @dark_sidebar_bg - GtkTreeView::even_row_color = @dark_sidebar_bg - - - base[NORMAL] = @dark_sidebar_bg - base[INSENSITIVE] = @dark_sidebar_bg - - text[NORMAL] = @fg_color - text[ACTIVE] = @selected_fg_color - text[SELECTED] = @selected_fg_color -} - -style "thunar-frame" { - xthickness = 0 - ythickness = 0 -} - -widget_class "*ThunarWindow*." style "thunar-frame" -widget_class "*ThunarShortcutsView*" style "dark-sidebar" -widget_class "*ThunarTreeView*" style "dark-sidebar" -widget_class "*ThunarWindow*." style "thunar-handle" - -# -# Workaround for colored entries -# -style "entry_border" { - - xthickness = 7 - ythickness = 5 - - engine "pixmap" { - - image { - function = SHADOW - state = NORMAL - detail = "entry" - file = "assets/entry-border-bg.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - state = ACTIVE - detail = "entry" - file = "assets/entry-border-active-bg.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = FLAT_BOX - state = ACTIVE - detail = "entry_bg" - file = "assets/null.png" - } - - image { - function = FLAT_BOX - state = INSENSITIVE - detail = "entry_bg" - file = "assets/null.png" - } - - image { - function = FLAT_BOX - detail = "entry_bg" - file = "assets/null.png" - } - } -} - -style "combobox_entry_border" = "combobox_entry" { - - engine "pixmap" { - - image { - function = SHADOW - detail = "entry" - state = NORMAL - shadow = IN - file = "assets/combo-entry-border.png" - border = { 4, 4, 12, 12 } - stretch = TRUE - direction = LTR - } - - image { - function = SHADOW - detail = "entry" - state = ACTIVE - file = "assets/combo-entry-border-focus.png" - border = { 4, 4, 12, 12 } - stretch = TRUE - direction = LTR - } - - image { - function = SHADOW - detail = "entry" - state = NORMAL - shadow = IN - file = "assets/combo-entry-border-rtl.png" - border = { 4, 4, 12, 12 } - stretch = TRUE - direction = RTL - } - - image { - function = SHADOW - detail = "entry" - state = ACTIVE - file = "assets/combo-entry-border-focus-rtl.png" - border = { 4, 4, 12, 12 } - stretch = TRUE - direction = RTL - } - - image { - function = FLAT_BOX - state = INSENSITIVE - detail = "entry_bg" - file = "assets/null.png" - } - - image { - function = FLAT_BOX - detail = "entry_bg" - file = "assets/null.png" - } - } -} - - -# Mousepad search entry -widget_class "*MousepadSearchBar*." style "entry_border" - -# Mousepad find and replace -widget_class "*MousepadReplaceDialog*." style "entry_border" - -# Thunar bulk rename -widget_class "*ThunarRenamerDialog*." style "entry_border" - -# Hexchat input box -class "SexySpellEntry" style:highest "entry_border" - -# Geany search entries -widget "*GeanyToolbar.*geany-search-entry-no-match*" style "entry_border" -widget "*GeanyToolbar.*GtkEntry*" style "entry_border" - -widget "GeanyDialogSearch.*GtkComboBoxEntry*.*geany-search-entry-no-match*" style "combobox_entry_border" diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-down-insens.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-down-insens.png deleted file mode 100644 index 27a3ec8..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-down-insens.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-down-prelight.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-down-prelight.png deleted file mode 100644 index 5bc42a2..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-down-prelight.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-down-small-insens.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-down-small-insens.png deleted file mode 100644 index df09d4f..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-down-small-insens.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-down-small-prelight.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-down-small-prelight.png deleted file mode 100644 index 4740f13..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-down-small-prelight.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-down-small.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-down-small.png deleted file mode 100644 index 371bc04..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-down-small.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-down.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-down.png deleted file mode 100644 index ef20832..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-down.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-left-insens.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-left-insens.png deleted file mode 100644 index 0839e54..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-left-insens.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-left-prelight.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-left-prelight.png deleted file mode 100644 index 85e2b70..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-left-prelight.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-left.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-left.png deleted file mode 100644 index 4f686be..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-left.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-right-insens.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-right-insens.png deleted file mode 100644 index 3f1deb1..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-right-insens.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-right-prelight.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-right-prelight.png deleted file mode 100644 index 572aad4..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-right-prelight.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-right.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-right.png deleted file mode 100644 index 71352dc..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-right.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-up-insens.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-up-insens.png deleted file mode 100644 index 6d8526d..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-up-insens.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-up-prelight.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-up-prelight.png deleted file mode 100644 index 1150898..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-up-prelight.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-up-small-insens.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-up-small-insens.png deleted file mode 100644 index 01e9946..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-up-small-insens.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-up-small-prelight.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-up-small-prelight.png deleted file mode 100644 index 8d24d28..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-up-small-prelight.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-up-small.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-up-small.png deleted file mode 100644 index ad1a8bf..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-up-small.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-up.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-up.png deleted file mode 100644 index dfebb37..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/arrow-up.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/border.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/border.png deleted file mode 100644 index fe60cc1..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/border.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/button-active-hover.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/button-active-hover.png deleted file mode 100644 index 7c197c5..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/button-active-hover.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/button-active.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/button-active.png deleted file mode 100644 index 352c67f..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/button-active.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/button-hover.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/button-hover.png deleted file mode 100644 index 401e2af..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/button-hover.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/button-insensitive.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/button-insensitive.png deleted file mode 100644 index 89fdcd3..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/button-insensitive.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/button.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/button.png deleted file mode 100644 index 5982e27..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/button.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/checkbox-checked-insensitive.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/checkbox-checked-insensitive.png deleted file mode 100644 index 41cdd3d..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/checkbox-checked-insensitive.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/checkbox-checked.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/checkbox-checked.png deleted file mode 100644 index 839fb36..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/checkbox-checked.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/checkbox-unchecked-insensitive.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/checkbox-unchecked-insensitive.png deleted file mode 100644 index 38813cd..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/checkbox-unchecked-insensitive.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/checkbox-unchecked.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/checkbox-unchecked.png deleted file mode 100644 index 250f30a..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/checkbox-unchecked.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-border-focus-rtl.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-border-focus-rtl.png deleted file mode 100644 index c7ee132..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-border-focus-rtl.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-border-focus.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-border-focus.png deleted file mode 100644 index 9172199..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-border-focus.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-border-rtl.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-border-rtl.png deleted file mode 100644 index d89dd97..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-border-rtl.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-border.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-border.png deleted file mode 100644 index 8645eb8..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-border.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-button-active-rtl.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-button-active-rtl.png deleted file mode 100644 index afe6826..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-button-active-rtl.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-button-active.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-button-active.png deleted file mode 100644 index 27fcbf2..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-button-active.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png deleted file mode 100644 index 7e96899..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-button-insensitive.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-button-insensitive.png deleted file mode 100644 index 284e21f..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-button-insensitive.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-button-rtl.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-button-rtl.png deleted file mode 100644 index 7e96899..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-button-rtl.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-button.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-button.png deleted file mode 100644 index 8a43c6c..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-button.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png deleted file mode 100644 index 5b79c18..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-focus-notebook.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-focus-notebook.png deleted file mode 100644 index 47bc8ee..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-focus-notebook.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-focus-rtl.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-focus-rtl.png deleted file mode 100644 index f245a24..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-focus-rtl.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-focus.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-focus.png deleted file mode 100644 index 8799d08..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-focus.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png deleted file mode 100644 index 291aa31..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-insensitive-notebook.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-insensitive-notebook.png deleted file mode 100644 index a3ea8f1..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-insensitive-notebook.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-insensitive-rtl.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-insensitive-rtl.png deleted file mode 100644 index 291aa31..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-insensitive-rtl.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-insensitive.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-insensitive.png deleted file mode 100644 index 662e24f..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-insensitive.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-notebook-rtl.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-notebook-rtl.png deleted file mode 100644 index 43d976f..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-notebook-rtl.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-notebook.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-notebook.png deleted file mode 100644 index 55b8c00..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-notebook.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-rtl.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-rtl.png deleted file mode 100644 index 7c18a4f..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry-rtl.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry.png deleted file mode 100644 index 766f42e..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/combo-entry.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/down-background-disable-rtl.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/down-background-disable-rtl.png deleted file mode 100644 index 854ec93..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/down-background-disable-rtl.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/down-background-disable.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/down-background-disable.png deleted file mode 100644 index 5c9fe36..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/down-background-disable.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/down-background-rtl.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/down-background-rtl.png deleted file mode 100644 index d25ae7a..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/down-background-rtl.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/down-background.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/down-background.png deleted file mode 100644 index 3b92938..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/down-background.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/entry-active-bg.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/entry-active-bg.png deleted file mode 100644 index de78e29..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/entry-active-bg.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/entry-active-notebook.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/entry-active-notebook.png deleted file mode 100644 index 63008e5..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/entry-active-notebook.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/entry-active-toolbar.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/entry-active-toolbar.png deleted file mode 100644 index c6bfaa7..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/entry-active-toolbar.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/entry-background-disabled.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/entry-background-disabled.png deleted file mode 100644 index 4862707..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/entry-background-disabled.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/entry-background.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/entry-background.png deleted file mode 100644 index c4e05f9..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/entry-background.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/entry-bg.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/entry-bg.png deleted file mode 100644 index 166c9cc..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/entry-bg.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/entry-border-active-bg.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/entry-border-active-bg.png deleted file mode 100644 index db05789..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/entry-border-active-bg.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/entry-border-bg.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/entry-border-bg.png deleted file mode 100644 index 7311268..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/entry-border-bg.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/entry-disabled-bg.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/entry-disabled-bg.png deleted file mode 100644 index 720313e..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/entry-disabled-bg.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/entry-disabled-notebook.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/entry-disabled-notebook.png deleted file mode 100644 index a2d1662..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/entry-disabled-notebook.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/entry-disabled-toolbar.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/entry-disabled-toolbar.png deleted file mode 100644 index b00ea3d..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/entry-disabled-toolbar.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/entry-notebook.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/entry-notebook.png deleted file mode 100644 index 4dc60b8..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/entry-notebook.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/entry-toolbar.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/entry-toolbar.png deleted file mode 100644 index 1d32cac..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/entry-toolbar.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/focus-line.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/focus-line.png deleted file mode 100644 index e4acbd5..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/focus-line.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/frame-gap-end.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/frame-gap-end.png deleted file mode 100644 index d21e60b..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/frame-gap-end.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/frame-gap-start.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/frame-gap-start.png deleted file mode 100644 index d21e60b..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/frame-gap-start.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/frame.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/frame.png deleted file mode 100644 index 1d51de3..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/frame.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/handle-h.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/handle-h.png deleted file mode 100644 index 1b00ac7..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/handle-h.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/handle-v.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/handle-v.png deleted file mode 100644 index de2d580..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/handle-v.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/inline-toolbar.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/inline-toolbar.png deleted file mode 100644 index 6d36b2a..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/inline-toolbar.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/line-h.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/line-h.png deleted file mode 100644 index 79410bd..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/line-h.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/line-v.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/line-v.png deleted file mode 100644 index e943fe1..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/line-v.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/menu-arrow-prelight.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/menu-arrow-prelight.png deleted file mode 100644 index aec3469..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/menu-arrow-prelight.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/menu-arrow.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/menu-arrow.png deleted file mode 100644 index f440f1a..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/menu-arrow.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/menu-checkbox-checked-insensitive.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/menu-checkbox-checked-insensitive.png deleted file mode 100644 index 8a990d6..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/menu-checkbox-checked-insensitive.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/menu-checkbox-checked.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/menu-checkbox-checked.png deleted file mode 100644 index 2f017bd..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/menu-checkbox-checked.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png deleted file mode 100644 index 78f76f6..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/menu-checkbox-unchecked.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/menu-checkbox-unchecked.png deleted file mode 100644 index e96e2bc..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/menu-checkbox-unchecked.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/menu-radio-checked-insensitive.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/menu-radio-checked-insensitive.png deleted file mode 100644 index c5d9bba..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/menu-radio-checked-insensitive.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/menu-radio-checked.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/menu-radio-checked.png deleted file mode 100644 index d60933c..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/menu-radio-checked.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/menu-radio-unchecked-insensitive.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/menu-radio-unchecked-insensitive.png deleted file mode 100644 index b27133e..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/menu-radio-unchecked-insensitive.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/menu-radio-unchecked.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/menu-radio-unchecked.png deleted file mode 100644 index 5646f0d..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/menu-radio-unchecked.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/menu-separator.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/menu-separator.png deleted file mode 100644 index ce3cd88..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/menu-separator.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/menubar.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/menubar.png deleted file mode 100644 index 89a246e..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/menubar.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/menubar_button.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/menubar_button.png deleted file mode 100644 index c30a56d..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/menubar_button.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/menuitem.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/menuitem.png deleted file mode 100644 index 38e4a15..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/menuitem.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/minus.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/minus.png deleted file mode 100644 index 257943b..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/minus.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/notebook-gap-horiz.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/notebook-gap-horiz.png deleted file mode 100644 index e741774..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/notebook-gap-horiz.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/notebook-gap-vert.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/notebook-gap-vert.png deleted file mode 100644 index b35059b..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/notebook-gap-vert.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/notebook.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/notebook.png deleted file mode 100644 index af629fe..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/notebook.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/null.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/null.png deleted file mode 100644 index d82fb34..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/null.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/pathbar_button_active.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/pathbar_button_active.png deleted file mode 100644 index 37fe506..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/pathbar_button_active.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/pathbar_button_prelight.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/pathbar_button_prelight.png deleted file mode 100644 index 1f35d9a..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/pathbar_button_prelight.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/plus.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/plus.png deleted file mode 100644 index 8455353..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/plus.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/progressbar.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/progressbar.png deleted file mode 100644 index aeab09d..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/progressbar.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/progressbar_v.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/progressbar_v.png deleted file mode 100644 index 41db7d1..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/progressbar_v.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/radio-checked-insensitive.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/radio-checked-insensitive.png deleted file mode 100644 index 2639b90..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/radio-checked-insensitive.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/radio-checked.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/radio-checked.png deleted file mode 100644 index 6dbb2d5..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/radio-checked.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/radio-unchecked-insensitive.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/radio-unchecked-insensitive.png deleted file mode 100644 index 40028e4..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/radio-unchecked-insensitive.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/radio-unchecked.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/radio-unchecked.png deleted file mode 100644 index d23d86e..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/radio-unchecked.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/slider-horiz-active.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/slider-horiz-active.png deleted file mode 100644 index 91c7ed9..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/slider-horiz-active.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/slider-horiz-insens.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/slider-horiz-insens.png deleted file mode 100644 index 3e8d338..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/slider-horiz-insens.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/slider-horiz-prelight.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/slider-horiz-prelight.png deleted file mode 100644 index db98164..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/slider-horiz-prelight.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/slider-horiz.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/slider-horiz.png deleted file mode 100644 index bdc3868..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/slider-horiz.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/slider-insensitive.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/slider-insensitive.png deleted file mode 100644 index dcc787f..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/slider-insensitive.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/slider-prelight.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/slider-prelight.png deleted file mode 100644 index dd6cc42..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/slider-prelight.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/slider-vert-active.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/slider-vert-active.png deleted file mode 100644 index ce08107..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/slider-vert-active.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/slider-vert-insens.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/slider-vert-insens.png deleted file mode 100644 index bb29332..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/slider-vert-insens.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/slider-vert-prelight.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/slider-vert-prelight.png deleted file mode 100644 index 12d87fa..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/slider-vert-prelight.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/slider-vert.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/slider-vert.png deleted file mode 100644 index ed59e11..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/slider-vert.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/slider.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/slider.png deleted file mode 100644 index 9f4ed02..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/slider.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/tab-bottom-active.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/tab-bottom-active.png deleted file mode 100644 index 8004da9..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/tab-bottom-active.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/tab-left-active.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/tab-left-active.png deleted file mode 100644 index 3f23203..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/tab-left-active.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/tab-right-active.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/tab-right-active.png deleted file mode 100644 index 6477ccc..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/tab-right-active.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/tab-top-active.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/tab-top-active.png deleted file mode 100644 index 98271d7..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/tab-top-active.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/toolbar-button-active-hover.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/toolbar-button-active-hover.png deleted file mode 100644 index 401e2af..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/toolbar-button-active-hover.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/toolbar-button-active.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/toolbar-button-active.png deleted file mode 100644 index 5982e27..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/toolbar-button-active.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/toolbar.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/toolbar.png deleted file mode 100644 index e78b5ea..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/toolbar.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/tree_header.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/tree_header.png deleted file mode 100644 index 8262e2c..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/tree_header.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/trough-horizontal-active.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/trough-horizontal-active.png deleted file mode 100644 index 0bc468a..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/trough-horizontal-active.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/trough-horizontal.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/trough-horizontal.png deleted file mode 100644 index 655e9d1..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/trough-horizontal.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/trough-progressbar.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/trough-progressbar.png deleted file mode 100644 index e4242f9..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/trough-progressbar.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/trough-progressbar_v.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/trough-progressbar_v.png deleted file mode 100644 index 6b31bc3..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/trough-progressbar_v.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/trough-scrollbar-horiz.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/trough-scrollbar-horiz.png deleted file mode 100644 index cd7bf2d..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/trough-scrollbar-horiz.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/trough-scrollbar-vert.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/trough-scrollbar-vert.png deleted file mode 100644 index 5d1cf9c..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/trough-scrollbar-vert.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/trough-vertical-active.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/trough-vertical-active.png deleted file mode 100644 index 8a22878..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/trough-vertical-active.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/trough-vertical.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/trough-vertical.png deleted file mode 100644 index 5705a98..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/trough-vertical.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/up-background-disable-rtl.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/up-background-disable-rtl.png deleted file mode 100644 index 243fc35..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/up-background-disable-rtl.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/up-background-disable.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/up-background-disable.png deleted file mode 100644 index 6a180cb..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/up-background-disable.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/up-background-rtl.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/up-background-rtl.png deleted file mode 100644 index d07c404..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/up-background-rtl.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/up-background.png b/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/up-background.png deleted file mode 100644 index 47983fb..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-2.0/assets/up-background.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/gtkrc b/gtktheme/.themes/Mojave-dark/gtk-2.0/gtkrc deleted file mode 100644 index 0db591f..0000000 --- a/gtktheme/.themes/Mojave-dark/gtk-2.0/gtkrc +++ /dev/null @@ -1,26 +0,0 @@ -gtk-color-scheme = "base_color: #242424" -gtk-color-scheme = "text_color: #dedede" -gtk-color-scheme = "bg_color: #333333" -gtk-color-scheme = "fg_color: #dedede" -gtk-color-scheme = "tooltip_bg_color: #2a2a2a" -gtk-color-scheme = "tooltip_fg_color: #dedede" -gtk-color-scheme = "selected_bg_color: #315bef" -gtk-color-scheme = "selected_fg_color: #ffffff" -gtk-color-scheme = "insensitive_bg_color: #2A2A2A" -gtk-color-scheme = "insensitive_fg_color: #565656" -gtk-color-scheme = "insensitive_button_fg_color: #999999" -gtk-color-scheme = "notebook_bg: #242424" -gtk-color-scheme = "dark_sidebar_bg: #3B3B3B" -gtk-color-scheme = "link_color: #5294e2" -gtk-color-scheme = "menu_bg: #333333" -gtk-color-scheme = "menu_fg: #dedede" - -gtk-icon-sizes = "gtk-button=16,16" # This makes button icons smaller. -gtk-auto-mnemonics = 1 -gtk-primary-button-warps-slider = 1 - -include "main.rc" -include "apps.rc" -include "panel.rc" -include "xfce-notify.rc" -include "menubar-toolbar.rc" diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/main.rc b/gtktheme/.themes/Mojave-dark/gtk-2.0/main.rc deleted file mode 100644 index 453b352..0000000 --- a/gtktheme/.themes/Mojave-dark/gtk-2.0/main.rc +++ /dev/null @@ -1,2493 +0,0 @@ -style "default" { - - xthickness = 1 - ythickness = 1 - - # Style Properties - - GtkWidget::focus-line-width = 1 - GtkMenuBar::window-dragging = 1 - GtkToolbar::window-dragging = 1 - GtkToolbar::internal-padding = 4 - GtkToolButton::icon-spacing = 4 - - GtkWidget::tooltip-radius = 2 - GtkWidget::tooltip-alpha = 235 - GtkWidget::new-tooltip-style = 1 #for compatibility - - GtkSeparatorMenuItem::horizontal-padding = 0 - GtkSeparatorMenuItem::wide-separators = 1 - GtkSeparatorMenuItem::separator-height = 2 - - GtkButton::child-displacement-y = 0 - GtkButton::default-border = { 0, 0, 0, 0 } - GtkButton::default-outside_border = { 0, 0, 0, 0 } - - GtkEntry::state-hint = 1 - - GtkScrollbar::trough-border = 0 - GtkRange::trough-border = 0 - GtkRange::slider-width = 13 - GtkRange::stepper-size = 0 - - GtkScrollbar::activate-slider = 1 - GtkScrollbar::has-backward-stepper = 0 - GtkScrollbar::has-forward-stepper = 0 - GtkScrollbar::min-slider-length = 32 - GtkScrolledWindow::scrollbar-spacing = 0 - GtkScrolledWindow::scrollbars-within-bevel = 1 - - GtkScale::slider_length = 20 - GtkScale::slider_width = 20 - GtkScale::trough-side-details = 1 - - GtkProgressBar::min-horizontal-bar-height = 8 - GtkProgressBar::min-vertical-bar-width = 8 - - GtkStatusbar::shadow_type = GTK_SHADOW_NONE - GtkSpinButton::shadow_type = GTK_SHADOW_NONE - GtkMenuBar::shadow-type = GTK_SHADOW_NONE - GtkToolbar::shadow-type = GTK_SHADOW_NONE - GtkMenuBar::internal-padding = 0 #( every window is misaligned for the sake of menus ): - GtkMenu::horizontal-padding = 0 - GtkMenu::vertical-padding = 0 - - GtkCheckButton::indicator_spacing = 3 - GtkOptionMenu::indicator_spacing = { 8, 2, 0, 0 } - - GtkTreeView::row_ending_details = 0 - GtkTreeView::expander-size = 11 - GtkTreeView::vertical-separator = 4 - GtkTreeView::horizontal-separator = 4 - GtkTreeView::allow-rules = 1 - GtkTreeView::odd_row_color = shade(0.98, @base_color) - - GtkExpander::expander-size = 11 - - 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 - - # Colors - - bg[NORMAL] = @bg_color - bg[PRELIGHT] = shade (1.0, @bg_color) - bg[SELECTED] = @selected_bg_color - bg[INSENSITIVE] = @insensitive_bg_color - bg[ACTIVE] = shade (0.9, @bg_color) - - fg[NORMAL] = @text_color - fg[PRELIGHT] = @fg_color - fg[INSENSITIVE] = @insensitive_fg_color - # fg[ACTIVE] = @fg_color - fg[SELECTED] = @selected_fg_color - - text[NORMAL] = @text_color - text[PRELIGHT] = @text_color - text[SELECTED] = @selected_fg_color - text[INSENSITIVE] = @insensitive_fg_color - text[ACTIVE] = @selected_fg_color - - base[NORMAL] = @base_color - base[PRELIGHT] = shade (0.95, @bg_color) - base[SELECTED] = @selected_bg_color - base[INSENSITIVE] = @bg_color - base[ACTIVE] = shade (0.9, @selected_bg_color) - - # For succinctness, all reasonable pixmap options remain here - # This needs to go before pixmap because we need to override some stuff - engine "adwaita" {} - - engine "pixmap" { - - # Check Buttons - - image { - function = CHECK - recolorable = TRUE - state = NORMAL - shadow = OUT - overlay_file = "assets/checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = PRELIGHT - shadow = OUT - overlay_file = "assets/checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = ACTIVE - shadow = OUT - overlay_file = "assets/checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = SELECTED - shadow = OUT - overlay_file = "assets/checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/checkbox-unchecked-insensitive.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = NORMAL - shadow = IN - overlay_file = "assets/checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = PRELIGHT - shadow = IN - overlay_file = "assets/checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = ACTIVE - shadow = IN - overlay_file = "assets/checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = SELECTED - shadow = IN - overlay_file = "assets/checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = INSENSITIVE - shadow = IN - overlay_file = "assets/checkbox-checked-insensitive.png" - overlay_stretch = FALSE - } - - # Radio Buttons - - image { - function = OPTION - state = NORMAL - shadow = OUT - overlay_file = "assets/radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = OUT - overlay_file = "assets/radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = OUT - overlay_file = "assets/radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = SELECTED - shadow = OUT - overlay_file = "assets/radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/radio-unchecked-insensitive.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = NORMAL - shadow = IN - overlay_file = "assets/radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = IN - overlay_file = "assets/radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = IN - overlay_file = "assets/radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = SELECTED - shadow = IN - overlay_file = "assets/radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = IN - overlay_file = "assets/radio-checked-insensitive.png" - overlay_stretch = FALSE - } - - # Arrows - - image { - function = ARROW - overlay_file = "assets/arrow-up.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/arrow-up-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/arrow-up-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/arrow-up-insens.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/arrow-down.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/arrow-down-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/arrow-down-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/arrow-down-insens.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - overlay_file = "assets/arrow-left.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state= PRELIGHT - overlay_file = "assets/arrow-left-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/arrow-left-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/arrow-left-insens.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - overlay_file = "assets/arrow-right.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/arrow-right-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/arrow-right-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/arrow-right-insens.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - # Option Menu Arrows - - image { - function = TAB - state = INSENSITIVE - overlay_file = "assets/arrow-down-insens.png" - overlay_stretch = FALSE - } - - image { - function = TAB - state = NORMAL - overlay_file = "assets/arrow-down.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - } - - image { - function = TAB - state = PRELIGHT - overlay_file = "assets/arrow-down-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - } - - # Lines - - image { - function = VLINE - file = "assets/border.png" - border = { 1, 0, 0, 0 } - stretch = TRUE - } - - image { - function = HLINE - file = "assets/border.png" - border = { 0, 0, 1, 0 } - stretch = TRUE - } - - # Focuslines - - image { - function = FOCUS - file = "assets/null.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - } - - # Handles - - image { - function = HANDLE - overlay_file = "assets/handle-h.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - image { - function = HANDLE - overlay_file = "assets/handle-v.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - - # Expanders - - image { - function = EXPANDER - expander_style = COLLAPSED - file = "assets/plus.png" - } - - image { - function = EXPANDER - expander_style = EXPANDED - file = "assets/minus.png" - } - - image { - function = EXPANDER - expander_style = SEMI_EXPANDED - file = "assets/minus.png" - } - - image { - function = EXPANDER - expander_style = SEMI_COLLAPSED - file = "assets/plus.png" - } - - image { - function = RESIZE_GRIP - state = NORMAL - detail = "statusbar" - overlay_file = "assets/null.png" - overlay_border = { 0,0,0,0 } - overlay_stretch = FALSE - } - - # Shadows ( this area needs help :P ) - - image { - function = SHADOW_GAP - file = "assets/null.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - } -} - - -style "toplevel_hack" { - - engine "adwaita" { - } -} - -style "ooo_stepper_hack" { - - GtkScrollbar::stepper-size = 0 - GtkScrollbar::has-backward-stepper = 0 - GtkScrollbar::has-forward-stepper = 0 - -} - -style "scrollbar" { - - engine "pixmap" { - - image { - function = BOX - detail = "trough" - file = "assets/trough-scrollbar-horiz.png" - border = { 2, 2, 3, 3 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough" - file = "assets/trough-scrollbar-vert.png" - border = { 3, 3, 2, 2 } - stretch = TRUE - orientation = VERTICAL - } - - image { - function = ARROW - overlay_file = "assets/null.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - overlay_file = "assets/null.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - overlay_file = "assets/null.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - overlay_file = "assets/null.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - # Sliders - - image { - function = SLIDER - state = NORMAL - file = "assets/slider-horiz.png" - border = { 5, 5, 3, 3 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = SLIDER - state = ACTIVE - file = "assets/slider-horiz-active.png" - border = { 5, 5, 3, 3 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = SLIDER - state = PRELIGHT - file = "assets/slider-horiz-prelight.png" - border = { 5, 5, 3, 3 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = SLIDER - state = INSENSITIVE - file = "assets/slider-horiz-insens.png" - border = { 5, 5, 3, 3 } - stretch = TRUE - orientation = HORIZONTAL - } - -# X Verticals - - image { - function = SLIDER - state = NORMAL - file = "assets/slider-vert.png" - border = { 3, 3, 5, 5 } - stretch = TRUE - orientation = VERTICAL - } - - image { - function = SLIDER - state = ACTIVE - file = "assets/slider-vert-active.png" - border = { 3, 3, 5, 5 } - stretch = TRUE - orientation = VERTICAL - } - - image { - function = SLIDER - state = PRELIGHT - file = "assets/slider-vert-prelight.png" - border = { 3, 3, 5, 5 } - stretch = TRUE - orientation = VERTICAL - } - - image { - function = SLIDER - state = INSENSITIVE - file = "assets/slider-vert-insens.png" - border = { 3, 3, 5, 5 } - stretch = TRUE - orientation = VERTICAL - } - } -} - -style "menu" { - - xthickness = 0 - ythickness = 0 - - GtkMenuItem::arrow-scaling = 0.4 - - bg[NORMAL] = @menu_bg - bg[INSENSITIVE] = @menu_bg - bg[PRELIGHT] = @menu_bg -} - -style "menu_framed_box" { - -# engine "adwaita" { # default menu border -# } - - engine "pixmap" { - image { - function = BOX - file = "assets/frame.png" - border = { 1, 1, 2, 1 } - stretch = TRUE - } - } - -} - -style "menu_item" { - xthickness = 4 - ythickness = 2 - - # HACK: Gtk doesn't actually read this value - # while rendering the menu items, but Libreoffice - # does; setting this value equal to the one in - # fg[PRELIGHT] ensures a code path in the LO theming code - # that falls back to a dark text color for menu item text - # highlight. The price to pay is black text on menus as well, - # but at least it's readable. - # See https://bugs.freedesktop.org/show_bug.cgi?id=38038 - bg[SELECTED] = @selected_fg_color - - fg[NORMAL] = @menu_fg - fg[SELECTED] = @selected_fg_color - - fg[PRELIGHT] = @selected_fg_color - text[PRELIGHT] = @selected_fg_color - - engine "pixmap" { - - image { - function = BOX - state = PRELIGHT - file = "assets/menuitem.png" - border = { 1, 0, 1, 0 } - stretch = TRUE - } - - # Fix invisible scale trough on selected menuitems - - image { - function = BOX - detail = "trough-lower" - file = "assets/trough-horizontal.png" - border = { 8, 8, 0, 0 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = SLIDER - state = PRELIGHT - file = "assets/null.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - overlay_file = "assets/slider.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - # Check Buttons - - image { - function = CHECK - recolorable = TRUE - state = NORMAL - shadow = OUT - overlay_file = "assets/menu-checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = PRELIGHT - shadow = OUT - overlay_file = "assets/menu-checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = ACTIVE - shadow = OUT - overlay_file = "assets/menu-checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/menu-checkbox-unchecked-insensitive.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = NORMAL - shadow = IN - overlay_file = "assets/menu-checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = PRELIGHT - shadow = IN - overlay_file = "assets/menu-checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = ACTIVE - shadow = IN - overlay_file = "assets/menu-checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = INSENSITIVE - shadow = IN - overlay_file = "assets/menu-checkbox-checked-insensitive.png" - overlay_stretch = FALSE - } - - # Radio Buttons - - image { - function = OPTION - state = NORMAL - shadow = OUT - overlay_file = "assets/menu-radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = OUT - overlay_file = "assets/menu-radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = OUT - overlay_file = "assets/menu-radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/menu-radio-unchecked-insensitive.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = NORMAL - shadow = IN - overlay_file = "assets/menu-radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = IN - overlay_file = "assets/menu-radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = IN - overlay_file = "assets/menu-radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = IN - overlay_file = "assets/menu-radio-checked-insensitive.png" - overlay_stretch = FALSE - } - - image { - function = SHADOW # This fixes boxy Qt menu items - file = "assets/null.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - - # Arrow Buttons - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/menu-arrow.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/menu-arrow-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = BOX - state = PRELIGHT - detail = "menu_scroll_arrow_up" - file = "assets/border.png" - border = {0, 0, 1, 0} - } - - image { - function = BOX - detail = "menu_scroll_arrow_up" - file = "assets/border.png" - border = {0, 0, 1, 0} - } - - image { - function = BOX - state = PRELIGHT - detail = "menu_scroll_arrow_down" - file = "assets/border.png" - border = {1, 0, 0, 0} - } - - image { - function = BOX - detail = "menu_scroll_arrow_down" - file = "assets/border.png" - border = {1, 0, 0, 0} - } - } -} - -style "button" { - - xthickness = 4 - ythickness = 4 - - engine "murrine" { textstyle = 0 } - - engine "pixmap" { - - image { - function = BOX - state = NORMAL - file = "assets/button.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - shadow = OUT - file = "assets/button-hover.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - # hover effect on pressed buttons - image { - function = BOX - state = PRELIGHT - shadow = IN - file = "assets/button-active-hover.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - file = "assets/button-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - file = "assets/button-insensitive.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - } -} - -style "toolbar_button" { - - engine "pixmap" { - - # hover effect on pressed buttons - image { - function = BOX - state = PRELIGHT - shadow = IN - file = "assets/toolbar-button-active-hover.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - file = "assets/toolbar-button-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - } -} - -style "button_label" { - - fg[NORMAL] = @text_color - fg[PRELIGHT] = @fg_color - fg[INSENSITIVE] = @insensitive_button_fg_color - fg[ACTIVE] = @selected_fg_color - - engine "murrine" { textstyle = 0 } - -} - -style "misc_button_label" { - - fg[NORMAL] = @text_color - fg[PRELIGHT] = @fg_color - fg[INSENSITIVE] = @insensitive_button_fg_color - fg[ACTIVE] = @fg_color - - engine "murrine" { textstyle = 0 } - -} - -style "checkbutton" { - - fg[PRELIGHT] = @text_color - fg[ACTIVE] = @text_color - -} - -style "link_button" { - # Disable the button effect, leave just the link - engine "pixmap" { - image { - function = BOX - } - } -} - -style "entry" { - - xthickness = 6 - ythickness = 4 - - engine "pixmap" { - - image { - function = SHADOW - state = NORMAL - detail = "entry" - file = "assets/entry-bg.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - state = ACTIVE - detail = "entry" - file = "assets/entry-active-bg.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - state = INSENSITIVE - detail = "entry" - file = "assets/entry-disabled-bg.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = FLAT_BOX - state = ACTIVE - detail = "entry_bg" - file = "assets/entry-background.png" - } - - image { - function = FLAT_BOX - state = INSENSITIVE - detail = "entry_bg" - file = "assets/entry-background-disabled.png" - } - - image { - function = FLAT_BOX - detail = "entry_bg" - file = "assets/entry-background.png" - } - } -} - -style "notebook_entry" { - - engine "pixmap" { - - image { - function = SHADOW - state = NORMAL - detail = "entry" - file = "assets/entry-notebook.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - state = ACTIVE - detail = "entry" - file = "assets/entry-active-notebook.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - state = INSENSITIVE - detail = "entry" - file = "assets/entry-disabled-notebook.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - } -} - -style "notebook_button_bg" { - - bg[NORMAL] = @notebook_bg - bg[PRELIGHT] = @notebook_bg - bg[INSENSITIVE] = @notebook_bg - bg[ACTIVE] = @notebook_bg - -} - -style "notebook_tab_label" { - - fg[NORMAL] = @text_color - fg[PRELIGHT] = @fg_color - fg[INSENSITIVE] = @insensitive_fg_color - fg[ACTIVE] = @text_color - -} - -style "combobox_entry" { - - xthickness = 3 - ythickness = 4 - - engine "pixmap" { - - # LTR version - - image { - function = SHADOW - detail = "entry" - state = NORMAL - shadow = IN - file = "assets/combo-entry.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - - image { - function = SHADOW - detail = "entry" - state = INSENSITIVE - shadow = IN - file = "assets/combo-entry-insensitive.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - - image { - function = SHADOW - detail = "entry" - state = ACTIVE - file = "assets/combo-entry-focus.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - - # RTL version - - image { - function = SHADOW - detail = "entry" - state = NORMAL - shadow = IN - file = "assets/combo-entry-rtl.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - - image { - function = SHADOW - detail = "entry" - state = INSENSITIVE - shadow = IN - file = "assets/combo-entry-insensitive-rtl.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - - image { - function = SHADOW - detail = "entry" - state = ACTIVE - file = "assets/combo-entry-focus-rtl.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - } -} - -style "notebook_combobox_entry" { - - engine "pixmap" { - - # LTR version - - image { - function = SHADOW - detail = "entry" - state = NORMAL - shadow = IN - file = "assets/combo-entry-notebook.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - - image { - function = SHADOW - detail = "entry" - state = INSENSITIVE - shadow = IN - file = "assets/combo-entry-insensitive-notebook.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - - image { - function = SHADOW - detail = "entry" - state = ACTIVE - file = "assets/combo-entry-focus-notebook.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - - # RTL version - - image { - function = SHADOW - detail = "entry" - state = NORMAL - shadow = IN - file = "assets/combo-entry-notebook-rtl.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - - image { - function = SHADOW - detail = "entry" - state = INSENSITIVE - shadow = IN - file = "assets/combo-entry-insensitive-notebook-rtl.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - - image { - function = SHADOW - detail = "entry" - state = ACTIVE - file = "assets/combo-entry-focus-notebook-rtl.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - } -} - -style "combobox_entry_button" { - - xthickness = 6 - - fg[ACTIVE] = @text_color - - engine "pixmap" { - - # LTR version - - image { - function = BOX - state = NORMAL - file = "assets/combo-entry-button.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - - image { - function = BOX - state = PRELIGHT - file = "assets/combo-entry-button.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - - image { - function = BOX - state = INSENSITIVE - file = "assets/combo-entry-button-insensitive.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - - image { - function = BOX - state = ACTIVE - file = "assets/combo-entry-button-active.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - - # RTL version - image { - function = BOX - state = NORMAL - file = "assets/combo-entry-button-rtl.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - - image { - function = BOX - state = PRELIGHT - file = "assets/combo-entry-button-rtl.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - - image { - function = BOX - state = INSENSITIVE - file = "assets/combo-entry-button-insensitive-rtl.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - - image { - function = BOX - state = ACTIVE - file = "assets/combo-entry-button-active-rtl.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - } -} - -style "spinbutton" { - - bg[NORMAL] = @bg_color - - xthickness = 6 - ythickness = 4 - - engine "pixmap" { - - image { - function = ARROW - } - - # Spin-Up LTR - - image { - function = BOX - state = NORMAL - detail = "spinbutton_up" - file = "assets/up-background.png" - border = { 1, 4, 5, 0 } - stretch = TRUE - overlay_file = "assets/arrow-up-small.png" - overlay_stretch = FALSE - direction = LTR - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_up" - file = "assets/up-background.png" - border = { 1, 4, 5, 0 } - stretch = TRUE - overlay_file = "assets/arrow-up-small-prelight.png" - overlay_stretch = FALSE - direction = LTR - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_up" - file = "assets/up-background-disable.png" - border = { 1, 4, 5, 0 } - stretch = TRUE - overlay_file = "assets/arrow-up-small-insens.png" - overlay_stretch = FALSE - direction = LTR - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_up" - file = "assets/up-background.png" - border = { 1, 4, 5, 0 } - stretch = TRUE - overlay_file = "assets/arrow-up-small-prelight.png" - overlay_stretch = FALSE - direction = LTR - } - - # Spin-Up RTL - - image { - function = BOX - state = NORMAL - detail = "spinbutton_up" - file = "assets/up-background-rtl.png" - border = { 4, 1, 5, 0 } - stretch = TRUE - overlay_file = "assets/arrow-up-small.png" - overlay_stretch = FALSE - direction = RTL - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_up" - file = "assets/up-background-rtl.png" - border = { 4, 1, 5, 0 } - stretch = TRUE - overlay_file = "assets/arrow-up-small-prelight.png" - overlay_stretch = FALSE - direction = RTL - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_up" - file = "assets/up-background-disable-rtl.png" - border = { 4, 1, 5, 0 } - stretch = TRUE - overlay_file = "assets/arrow-up-small-insens.png" - overlay_stretch = FALSE - direction = RTL - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_up" - file = "assets/up-background-rtl.png" - border = { 4, 1, 5, 0 } - stretch = TRUE - overlay_file = "assets/arrow-up-small-prelight.png" - overlay_stretch = FALSE - direction = RTL - } - - # Spin-Down LTR - - image { - function = BOX - state = NORMAL - detail = "spinbutton_down" - file = "assets/down-background.png" - border = { 1, 4, 1, 4 } - stretch = TRUE - overlay_file = "assets/arrow-down-small.png" - overlay_stretch = FALSE - direction = LTR - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_down" - file = "assets/down-background.png" - border = { 1, 4, 1, 4 } - stretch = TRUE - overlay_file = "assets/arrow-down-small-prelight.png" - overlay_stretch = FALSE - direction = LTR - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_down" - file = "assets/down-background-disable.png" - border = { 1, 4, 1, 4 } - stretch = TRUE - overlay_file = "assets/arrow-down-small-insens.png" - overlay_stretch = FALSE - direction = LTR - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_down" - file = "assets/down-background.png" - border = { 1, 4, 1, 4 } - stretch = TRUE - overlay_file = "assets/arrow-down-small-prelight.png" - overlay_stretch = FALSE - direction = LTR - } - - # Spin-Down RTL - - image { - function = BOX - state = NORMAL - detail = "spinbutton_down" - file = "assets/down-background-rtl.png" - border = { 4, 1, 1, 4 } - stretch = TRUE - overlay_file = "assets/arrow-down-small.png" - overlay_stretch = FALSE - direction = RTL - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_down" - file = "assets/down-background-rtl.png" - border = { 4, 1, 1, 4 } - stretch = TRUE - overlay_file = "assets/arrow-down-small-prelight.png" - overlay_stretch = FALSE - direction = RTL - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_down" - file = "assets/down-background-disable-rtl.png" - border = { 4, 1, 1, 4 } - stretch = TRUE - overlay_file = "assets/arrow-down-small-insens.png" - overlay_stretch = FALSE - direction = RTL - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_down" - file = "assets/down-background-rtl.png" - border = { 4, 1, 1, 4 } - stretch = TRUE - overlay_file = "assets/arrow-down-small-prelight.png" - overlay_stretch = FALSE - direction = RTL - } - } -} - -style "gimp_spin_scale" { - - bg[NORMAL] = @base_color - - engine "pixmap" { - - image { - function = FLAT_BOX - detail = "entry_bg" - state = NORMAL - } - - image { - function = FLAT_BOX - detail = "entry_bg" - state = ACTIVE - } - - image { - function = BOX - state = NORMAL - detail = "spinbutton_up" - overlay_file = "assets/arrow-up-small.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_up" - overlay_file = "assets/arrow-up-small-prelight.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_up" - overlay_file = "assets/arrow-up-small-prelight.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_up" - overlay_file = "assets/arrow-up-small-insens.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = NORMAL - detail = "spinbutton_down" - overlay_file = "assets/arrow-down-small.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_down" - overlay_file = "assets/arrow-down-small-prelight.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_down" - overlay_file = "assets/arrow-down-small-prelight.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_down" - overlay_file = "assets/arrow-down-small-insens.png" - overlay_stretch = FALSE - } - } -} - -style "notebook" { - - xthickness = 5 - ythickness = 2 - - engine "pixmap" { - - image { - function = EXTENSION - state = ACTIVE - file = "assets/null.png" - border = { 0,0,0,0 } - stretch = TRUE - gap_side = TOP - } - - image { - function = EXTENSION - state = ACTIVE - file = "assets/null.png" - border = { 0,0,0,0 } - stretch = TRUE - gap_side = BOTTOM - } - - image { - function = EXTENSION - state = ACTIVE - file = "assets/null.png" - border = { 0,0,0,0 } - stretch = TRUE - gap_side = RIGHT - } - - image { - function = EXTENSION - state = ACTIVE - file = "assets/null.png" - border = { 0,0,0,0 } - stretch = TRUE - gap_side = LEFT - } - - image { - function = EXTENSION - file = "assets/tab-top-active.png" - border = { 3,3,3,3 } - stretch = TRUE - gap_side = BOTTOM - } - - image { - function = EXTENSION - file = "assets/tab-bottom-active.png" - border = { 3,3,3,3 } - stretch = TRUE - gap_side = TOP - } - - image { - function = EXTENSION - file = "assets/tab-left-active.png" - border = { 3,3,3,3 } - stretch = TRUE - gap_side = RIGHT - } - - image { - function = EXTENSION - file = "assets/tab-right-active.png" - border = { 3,3,3,3 } - stretch = TRUE - gap_side = LEFT - } - - # How to draw boxes with a gap on one side (ie the page of a notebook) - - image { - function = BOX_GAP - file = "assets/notebook.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - gap_file = "assets/notebook-gap-horiz.png" - gap_border = { 1, 1, 0, 0 } - gap_side = TOP - } - - image { - function = BOX_GAP - file = "assets/notebook.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - gap_file = "assets/notebook-gap-horiz.png" - gap_border = { 1, 1, 0, 0 } - gap_side = BOTTOM - } - - image { - function = BOX_GAP - file = "assets/notebook.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - gap_file = "assets/notebook-gap-vert.png" - gap_border = { 0, 0, 1, 1 } - gap_side = LEFT - } - - image { - function = BOX_GAP - file = "assets/notebook.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - gap_file = "assets/notebook-gap-vert.png" - gap_border = { 0, 0, 1, 1 } - gap_side = RIGHT - } - - # How to draw the box of a notebook when it isnt attached to a tab - - image { - function = BOX - file = "assets/notebook.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - } -} - -style "handlebox" { - - engine "pixmap" { - - image { - function = BOX - file = "assets/null.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - detail = "handlebox_bin" - shadow = IN - } - - image { - function = BOX - file = "assets/null.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - detail = "handlebox_bin" - shadow = OUT - } - } -} - -style "combobox_separator" { - - xthickness = 0 - ythickness = 0 - GtkWidget::wide-separators = 1 - -} - -style "combobox" { - - xthickness = 0 - ythickness = 0 - -} - -style "combobox_button" { - - xthickness = 3 - ythickness = 3 - -} - -style "range" { - - engine "pixmap" { - - image { - function = BOX - detail = "trough-upper" - file = "assets/trough-horizontal.png" - border = { 8, 8, 0, 0 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough-lower" - file = "assets/trough-horizontal-active.png" - border = { 8, 8, 0, 0 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough-upper" - file = "assets/trough-vertical.png" - border = { 0, 0, 8, 8 } - stretch = TRUE - orientation = VERTICAL - } - - image { - function = BOX - detail = "trough-lower" - file = "assets/trough-vertical-active.png" - border = { 0, 0, 8, 8 } - stretch = TRUE - orientation = VERTICAL - } - - # Horizontal - - image { - function = SLIDER - state = NORMAL - file = "assets/null.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - overlay_file = "assets/slider.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - image { - function = SLIDER - state = PRELIGHT - file = "assets/null.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - overlay_file = "assets/slider-prelight.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - image { - function = SLIDER - state = INSENSITIVE - file = "assets/null.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - overlay_file = "assets/slider-insensitive.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - # Vertical - - image { - function = SLIDER - state = NORMAL - file = "assets/null.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - overlay_file = "assets/slider.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - - image { - function = SLIDER - state = PRELIGHT - file = "assets/null.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - overlay_file = "assets/slider-prelight.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - - image { - function = SLIDER - state = INSENSITIVE - file = "assets/null.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - overlay_file = "assets/slider-insensitive.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - - # Function below removes ugly boxes - - image { - function = BOX - file = "assets/null.png" - border = { 3, 3, 3, 3 } - stretch = TRUE - } - } -} - -style "progressbar" { - - xthickness = 1 - ythickness = 1 - - fg[NORMAL] = @fg_color - fg[PRELIGHT] = @selected_fg_color - - engine "pixmap" { - - image { - function = BOX - detail = "trough" - file = "assets/trough-progressbar.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "bar" - file = "assets/progressbar.png" - stretch = TRUE - border = { 3, 3, 3, 3 } - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough" - file = "assets/trough-progressbar_v.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - orientation = VERTICAL - } - - image { - function = BOX - detail = "bar" - file = "assets/progressbar_v.png" - stretch = TRUE - border = { 3, 3, 3, 3 } - orientation = VERTICAL - } - } -} - -style "separator_menu_item" { - xthickness = 0 - ythickness = 2 - - engine "pixmap" { - image { - function = BOX - file = "assets/menu-separator.png" - border = {0, 0, 2, 0} - } - } -} - -style "treeview_header" { - ythickness = 1 - - fg[PRELIGHT] = mix(0.70, @text_color, @base_color) - font_name = "Bold" - - engine "pixmap" { - - image { - function = BOX - file = "assets/tree_header.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - } - } -} - -# Treeview Rows - -style "treeview" { - - xthickness = 2 - ythickness = 0 - -} - -style "scrolled_window" { - - xthickness = 1 - ythickness = 1 - - engine "pixmap" { - - image { - function = SHADOW - file = "assets/frame.png" - border = { 5, 5, 5, 5 } - stretch = TRUE - } - } -} - -style "frame" { - - xthickness = 1 - ythickness = 1 - - engine "pixmap" { - - image { - function = SHADOW - file = "assets/frame.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - shadow = IN - } - - image { - function = SHADOW_GAP - file = "assets/frame.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - gap_start_file = "assets/frame-gap-start.png" - gap_start_border = { 1, 0, 0, 0 } - gap_end_file = "assets/frame-gap-end.png" - gap_end_border = { 0, 1, 0, 0 } - shadow = IN - } - - image { - function = SHADOW - file = "assets/frame.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - shadow = OUT - } - - image { - function = SHADOW_GAP - file = "assets/frame.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - gap_start_file = "assets/frame-gap-start.png" - gap_start_border = { 1, 0, 0, 0 } - gap_end_file = "assets/frame-gap-end.png" - gap_end_border = { 0, 1, 0, 0 } - shadow = OUT - } - - image { - function = SHADOW - file = "assets/frame.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - shadow = ETCHED_IN - } - - image { - function = SHADOW_GAP - file = "assets/frame.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - gap_start_file = "assets/frame-gap-start.png" - gap_start_border = { 1, 0, 0, 0 } - gap_end_file = "assets/frame-gap-end.png" - gap_end_border = { 0, 1, 0, 0 } - shadow = ETCHED_IN - } - - image { - function = SHADOW - file = "assets/frame.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - shadow = ETCHED_OUT - } - - image { - function = SHADOW_GAP - file = "assets/frame.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - gap_start_file = "assets/frame-gap-start.png" - gap_start_border = { 1, 0, 0, 0 } - gap_end_file = "assets/frame-gap-end.png" - gap_end_border = { 0, 1, 0, 0 } - shadow = ETCHED_OUT - } - } -} - -style "gimp_toolbox_frame" { - - engine "pixmap" { - - image { - function = SHADOW - } - - } -} - -style "toolbar" { - - engine "pixmap" { - - image { - function = BOX - file = "assets/toolbar.png" - stretch = TRUE - border = { 1, 1, 1, 1 } - } - - image { - function = HANDLE - overlay_file = "assets/handle-h.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - image { - function = HANDLE - overlay_file = "assets/handle-v.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - - ######### - # Lines # - ######### - - image { - function = VLINE - file = "assets/border.png" - border = {1, 0, 0, 0} - } - - image { - function = HLINE - file = "assets/border.png" - border = {0, 0, 1, 0} - } - } -} - -style "toolbar_separator" { - GtkWidget::wide-separators = 1 - GtkWidget::separator-width = 1 - GtkWidget::separator-height = 1 - - engine "pixmap" { - image { - function = BOX - file = "assets/border.png" - } - } -} - -style "inline_toolbar" { - - GtkToolbar::button-relief = GTK_RELIEF_NORMAL - - engine "pixmap" { - - image { - function = BOX - file = "assets/inline-toolbar.png" - stretch = TRUE - border = { 1, 1, 1, 1 } - } - } -} - -style "notebook_viewport" { - - bg[NORMAL] = @notebook_bg -} - - -style "notebook_eventbox" { - - bg[NORMAL] = @notebook_bg - bg[ACTIVE] = @bg_color -} - -style "tooltips" { - - xthickness = 8 - ythickness = 4 - - bg[NORMAL] = @tooltip_bg_color - fg[NORMAL] = @tooltip_fg_color - bg[SELECTED] = @tooltip_bg_color - -} - -style "eclipse-tooltips" { - - xthickness = 8 - ythickness = 4 - - bg[NORMAL] = shade(1.05, @bg_color) - fg[NORMAL] = @text_color - bg[SELECTED] = shade(1.05, @bg_color) - -} - -style "xfdesktop-icon-view" { - XfdesktopIconView::label-alpha = 0 - XfdesktopIconView::selected-label-alpha = 100 - 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 = "#000000" - XfdesktopIconView::selected-shadow-color = "#000000" - XfdesktopIconView::shadow-blur-radius = 2 - XfdesktopIconView::cell-spacing = 2 - XfdesktopIconView::cell-padding = 6 - XfdesktopIconView::cell-text-width-proportion = 1.9 - - fg[NORMAL] = @selected_fg_color - fg[ACTIVE] = @selected_fg_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] = @bg_color - bg[SELECTED] = @bg_color - - fg[NORMAL] = @fg_color - - engine "murrine" { - contrast = 0.7 - glazestyle = 0 - glowstyle = 0 - highlight_shade = 1.0 - gradient_shades = {1.0,1.0,1.0,1.0} - border_shades = { 0.8, 0.8 } - } -} - -style "xfwm-tabwin-button" { - font_name = "bold" - bg[SELECTED] = @selected_bg_color -} - -# Chromium -style "chrome_menu_item" { - - bg[SELECTED] = @selected_bg_color - -} - -# Text Style -style "text" = "default" { - fg[NORMAL] = @fg_color # FIXME: VMWare needs this? - - engine "murrine" { textstyle = 0 } -} - -style "menu_text" = "menu_item" { - engine "murrine" { textstyle = 0 } -} - -style "null" { - - engine "pixmap" { - - image { - function = BOX - file = "assets/null.png" - stretch = TRUE - } - } -} - - -class "GtkWidget" style "default" -class "GtkScrollbar" style "scrollbar" -class "GtkButton" style "button" -class "GtkLinkButton" style "link_button" -class "GtkEntry" style "entry" -class "GtkOldEditable" style "entry" -class "GtkSpinButton" style "spinbutton" -class "GtkNotebook" style "notebook" -class "GtkRange" style "range" -class "GtkProgressBar" style "progressbar" -class "GtkScrolledWindow" style "scrolled_window" -class "GtkFrame" style "frame" -class "GtkTreeView" style "treeview" -class "GtkToolbar" style "toolbar" -class "*HandleBox" style "toolbar" - -widget_class "**" style "menu" -widget_class "**" style "menu_framed_box" -widget_class "**" style "menu_item" -widget_class "**" style "separator_menu_item" -widget_class "**" style "checkbutton" -widget_class "*" style "combobox" -widget_class "**" style "combobox_button" -widget_class "**" style "combobox_separator" -widget_class "***" style "treeview_header" -widget_class "**" style "inline_toolbar" -widget_class "**" style "combobox_entry" -widget_class "**" style "combobox_entry_button" -widget_class "***" style "notebook_viewport" -widget_class "*HandleBox" style "toolbar" - -widget_class "**" style "button_label" -widget_class "**" style "button_label" -#widget_class "**" style "button_label" -#widget_class "**" style "button_label" - -widget_class "**" style "toolbar_button" -widget_class "***" style "misc_button_label" - -widget_class "*" style "toolbar_button" -widget_class "**" style "misc_button_label" - -# Entries in notebooks draw with notebook's base color, but not if there's -# something else in the middle that draws gray again -widget_class "**" style "notebook_entry" -widget_class "***" style "entry" - -widget_class "***" style "notebook_combobox_entry" -widget_class "****" style "combobox_entry" - -widget_class "**" style "notebook_button_bg" - -# We also need to avoid changing fg color for the inactive notebook tab labels -widget_class "**" style "notebook_tab_label" -widget_class "***" style "button_label" - -# GTK tooltips -widget "gtk-tooltip*" style "tooltips" - -#Fix GVim tabs -widget_class "**" style "notebook_eventbox" - -# Xchat special cases -widget "*xchat-inputbox" style "entry" - -# GIMP -# Disable gradients completely for GimpSpinScale -#class "GimpSpinScale" style "gimp_spin_scale" - -# Remove borders from "Wilbert frame" in Gimp -widget_class "**" style "gimp_toolbox_frame" - -# Chrome/Chromium -widget_class "*Chrom*Button*" style "button" -widget_class "***" style "chrome_menu_item" - -# Eclipse/SWT -widget "gtk-tooltips*" style "eclipse-tooltips" -widget "*swt-toolbar-flat" style "null" - -# Openoffice, Libreoffice -class "GtkWindow" style "toplevel_hack" -widget "*openoffice-toplevel*" style "ooo_stepper_hack" - -# Xfce -widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" -widget "xfwm4-tabwin*" style "xfwm-tabwin" -widget "xfwm4-tabwin*GtkButton*" style "xfwm-tabwin-button" - -# Fixes ugly text shadows for insensitive text -widget_class "*" style "text" -widget_class "**" style "menu_text" -widget_class "**" style "text" -widget_class "**" style "text" -widget_class "**" style "text" diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/menubar-toolbar.rc b/gtktheme/.themes/Mojave-dark/gtk-2.0/menubar-toolbar.rc deleted file mode 100644 index bef3ad3..0000000 --- a/gtktheme/.themes/Mojave-dark/gtk-2.0/menubar-toolbar.rc +++ /dev/null @@ -1,225 +0,0 @@ -style "menubar" { - - bg[NORMAL] = @tooltip_bg_color - fg[NORMAL] = @tooltip_fg_color - fg[PRELIGHT] = shade(1.15, @tooltip_fg_color) - fg[ACTIVE] = shade(1.15, @tooltip_fg_color) - fg[SELECTED] = @selected_fg_color - fg[INSENSITIVE] = shade(0.7, @tooltip_fg_color) - - xthickness = 0 - ythickness = 0 - - engine "pixmap" { - - image { - function = BOX - file = "assets/menubar.png" - stretch = TRUE - border = { 1, 1, 1, 1 } - } - } -} - -style "menubar-borderless" { - - bg[NORMAL] = @tooltip_bg_color - fg[NORMAL] = @tooltip_fg_color - fg[SELECTED] = @selected_fg_color - fg[INSENSITIVE] = shade(0.7, @tooltip_fg_color) - - xthickness = 0 - ythickness = 0 - - engine "pixmap" { - - image { - function = BOX - file = "assets/null.png" - stretch = TRUE - border = { 1, 1, 1, 1 } - } - } -} - -style "menubar_item" { - - xthickness = 2 - ythickness = 2 - - fg[PRELIGHT] = @selected_fg_color - - engine "pixmap" { - - image { - function = BOX - state = PRELIGHT - file = "assets/menubar_button.png" - border = { 2, 2, 2, 2 } - stretch = TRUE - } - } -} - -# Text Style Menubar -style "menubar-text" { - - engine "murrine" { - text_shade = 0.0 - textstyle = 0 - } -} - - -style "toolbar_text" { - fg[NORMAL] = @tooltip_fg_color - fg[PRELIGHT] = shade(1.15, @tooltip_fg_color) - fg[INSENSITIVE] = shade(0.7, @tooltip_fg_color) - fg[ACTIVE] = shade(0.9, @tooltip_fg_color) - - text[NORMAL] = @tooltip_fg_color - text[PRELIGHT] = shade(1.15, @tooltip_fg_color) - text[INSENSITIVE] = shade(0.7, @tooltip_fg_color) - text[ACTIVE] = shade(0.9, @tooltip_fg_color) - -} - -style "toolbar_button" { - - xthickness = 4 - ythickness = 4 - - engine "pixmap" { - - image { - function = BOX - state = NORMAL - file = "assets/button.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - file = "assets/button-hover.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - file = "assets/button-active.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - file = "assets/button-insensitive.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - } -} - -style "toolbar_entry" { - - base[NORMAL] = @base_color - base[ACTIVE] = @base_color - base[INSENSITIVE] = @insensitive_bg_color - - text[NORMAL] = @text_color - - engine "pixmap" { - - image { - function = SHADOW - state = NORMAL - detail = "entry" - file = "assets/entry-toolbar.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - state = ACTIVE - detail = "entry" - file = "assets/entry-active-toolbar.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - state = INSENSITIVE - detail = "entry" - file = "assets/entry-disabled-toolbar.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = FLAT_BOX - state = ACTIVE - detail = "entry_bg" - file = "assets/null.png" - } - - image { - function = FLAT_BOX - state = INSENSITIVE - detail = "entry_bg" - file = "assets/null.png" - } - - image { - function = FLAT_BOX - detail = "entry_bg" - file = "assets/null.png" - } - } -} - -#Chromium -style "chrome-gtk-frame" { - - ChromeGtkFrame::frame-color = @tooltip_bg_color - ChromeGtkFrame::inactive-frame-color = @tooltip_bg_color - - ChromeGtkFrame::frame-gradient-size = 0 - ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) - - ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) - ChromeGtkFrame::incognito-inactive-frame-color = @bg_color - - ChromeGtkFrame::incognito-frame-gradient-color = @bg_color - - ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) - ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) - ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color - -} - -widget_class "**" style "menubar" -widget_class "*.*" style "menubar_item" - -widget_class "*ThunarWindow*" style "menubar" - -class "ChromeGtkFrame" style "chrome-gtk-frame" - -widget_class "***" style "menubar-text" - -# Whitelist for dark toolbars -widget_class "*ThunarWindow*" style "menubar-borderless" -widget_class "*ThunarWindow**" style "toolbar_entry" -widget_class "*ThunarWindow**" style "toolbar_button" -widget_class "*ThunarWindow**" style "toolbar_text" -widget_class "*ThunarWindow***" style "menubar-text" - -# GtkCheckButton -widget_class "*" style "button" - diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/panel.rc b/gtktheme/.themes/Mojave-dark/gtk-2.0/panel.rc deleted file mode 100644 index 1f74a8e..0000000 --- a/gtktheme/.themes/Mojave-dark/gtk-2.0/panel.rc +++ /dev/null @@ -1,196 +0,0 @@ -style "theme-panel" { - GtkButton::inner-border = { 0, 0, 0, 0 } - xthickness = 2 - ythickness = 0 - - bg[NORMAL] = shade(1.0, @tooltip_bg_color) - bg[ACTIVE] = @selected_bg_color - bg[PRELIGHT] = shade(1.2, @tooltip_bg_color) - bg[SELECTED] = @selected_bg_color - - fg[NORMAL] = shade(1.0, @tooltip_fg_color) - fg[PRELIGHT] = @fg_color - fg[ACTIVE] = @tooltip_fg_color - fg[SELECTED] = @tooltip_fg_color - - text[NORMAL] = shade(1.0, @tooltip_fg_color) - text[PRELIGHT] = shade(1.1, @tooltip_fg_color) - text[ACTIVE] = shade(1.0, @tooltip_fg_color) - text[SELECTED] = @tooltip_fg_color - - engine "pixmap" { - image { - function = SHADOW - file = "assets/null.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - } - } -} - -style "theme-panel-progressbar" { - bg[ACTIVE] = shade(0.8, @tooltip_bg_color) -} - -style "panelbar" { - fg[NORMAL] = shade(1.0, @tooltip_fg_color) - fg[ACTIVE] = shade(1.0, @tooltip_fg_color) - fg[PRELIGHT] = shade(1.1, @tooltip_fg_color) - fg[SELECTED] = @tooltip_fg_color -} - -style "panelbuttons" { - GtkButton::inner-border = { 0, 0, 0, 0 } - xthickness = 4 - ythickness = 0 - - fg[NORMAL] = shade(0.8, @tooltip_fg_color) - fg[PRELIGHT] = @tooltip_fg_color - fg[ACTIVE] = @tooltip_fg_color - fg[SELECTED] = @tooltip_fg_color - fg[INSENSITIVE] = mix(0.28, @tooltip_fg_color, @tooltip_bg_color) - bg[PRELIGHT] = shade(1.2, @tooltip_bg_color) - bg[ACTIVE] = shade(1.5, @tooltip_bg_color) - - engine "pixmap" { - image { - function = BOX - state = NORMAL - file = "assets/null.png" - border = { 0, 0, 0, 2 } - stretch = TRUE - } - image { - function = BOX - state = ACTIVE - file = "assets/pathbar_button_active.png" - border = { 0, 0, 0, 2 } - stretch = TRUE - } - image { - function = BOX - state = PRELIGHT - file = "assets/pathbar_button_prelight.png" - border = { 0, 0, 0, 2 } - stretch = TRUE - } - image { - function = BOX - state = INSENSITIVE - file = "assets/null.png" - border = { 0, 0, 0, 2 } - stretch = TRUE - } - } -} - -style "regular-label" { - font_name = "Regular" -} - -style "theme-panel-text" { - - fg[NORMAL] = shade(1.0, @tooltip_fg_color) - fg[PRELIGHT] = @tooltip_fg_color - fg[ACTIVE] = shade(1.0, @tooltip_fg_color) - - text[NORMAL] = shade(1.0, @tooltip_fg_color) - text[PRELIGHT] = @tooltip_fg_color - text[ACTIVE] = shade(1.0, @tooltip_fg_color) - - engine "murrine" { - textstyle = 0 - text_shade = 0.2 - } -} - -style "panel-entry" { - - fg[NORMAL] = @text_color - fg[PRELIGHT] = @text_color - fg[ACTIVE] = @text_color - fg[SELECTED] = @text_color - fg[INSENSITIVE] = @text_color - - text[NORMAL] = @text_color - text[PRELIGHT] = @text_color - text[ACTIVE] = @text_color - text[SELECTED] = @text_color - text[INSENSITIVE] = @text_color - -} - -style "theme-main-menu-text" = "theme-panel-text" { - fg[PRELIGHT] = @tooltip_fg_color - text[PRELIGHT] = @tooltip_fg_color -} - -style "workspace-switcher" = "theme-panel" { - fg[SELECTED] = @selected_fg_color - bg[SELECTED] = @selected_bg_color -} - -style "indicator" = "theme-panel" { - xthickness = 0 - ythickness = 0 -} - -widget "*tasklist*" style "panelbuttons" -widget_class "*Xfce*Panel*.GtkToggleButton" style "panelbuttons" -widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" -widget_class "*PanelToplevel*Button" style "panelbuttons" -widget_class "*Panel*GtkToggleButton" style "panelbuttons" -widget_class "*Xfce*Panel*Button*" style "panelbuttons" -widget_class "*" style "panelbuttons" -widget_class "**" style "panelbuttons" -widget_class "*XfcePanelPlugin.GtkButton" style "panelbuttons" -widget_class "*XfcePanelPlugin.GtkToggleButton" style "panelbuttons" -widget "*dict*Applet*" style "panelbuttons" -widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" -widget_class "*Tasklist*" style:highest "panelbuttons" -widget_class "*Tasklist*.GtkLabel" style:highest "regular-label" -widget_class "*Mixer*lugin*" style:highest "panelbuttons" - -class "*Panel*MenuBar*" style "panelbar" -widget_class "*Panel*MenuBar*" style "panelbar" -widget_class "*Panel*MenuBar*Item*" style:highest "panelbar" - -widget "*PanelWidget*" style "theme-panel" -widget "*PanelApplet*" style "theme-panel" -widget "*fast-user-switch*" style "theme-panel" -widget "*CPUFreq*Applet*" style "theme-panel" -class "PanelApp*" style "theme-panel" -class "PanelToplevel*" style "theme-panel" -widget_class "*PanelToplevel*" style "theme-panel" -widget_class "*notif*" style "theme-panel" -widget_class "*Notif*" style "theme-panel" -widget_class "*Tray*" style "theme-panel" -widget_class "*tray*" style "theme-panel" -widget_class "*computertemp*" style "theme-panel" -widget_class "*Applet*Tomboy*" style "theme-panel" -widget_class "*Applet*Netstatus*" style "theme-panel" - -# Fixes for tooltip text in some apps. -widget_class "*Notif*Beagle*" style "theme-panel" -widget_class "*Notif*Brasero*" style "theme-panel" - -# XFCE panel theming. -widget "*Xfce*Panel*" style "theme-panel" -class "*Xfce*Panel*" style "theme-panel" -widget "*Xfce*Panel*GtkProgressBar" style "theme-panel-progressbar" -widget "*WnckPager*" style "workspace-switcher" -widget "*TopMenu*" style "theme-panel" -widget "*XfceTasklist*" style "panelbuttons" - -# Fix gtk-entries in the panel -widget "*bookmark*GtkEntry" style "panel-entry" # fixes smartbookmark-plugin - -# Make sure panel text color doesn't change -widget_class "*Panel*MenuBar*" style "theme-main-menu-text" -widget_class "*Panel**" style "theme-main-menu-text" -widget "*.clock-applet-button.*" style "theme-panel-text" -widget "*PanelApplet*" style "theme-panel-text" - -# Override general panel-style with specific plugin-styles -widget "*indicator-applet*" style "indicator" -widget "*indicator-button*" style "indicator" diff --git a/gtktheme/.themes/Mojave-dark/gtk-2.0/xfce-notify.rc b/gtktheme/.themes/Mojave-dark/gtk-2.0/xfce-notify.rc deleted file mode 100644 index 98403a7..0000000 --- a/gtktheme/.themes/Mojave-dark/gtk-2.0/xfce-notify.rc +++ /dev/null @@ -1,73 +0,0 @@ - -style "notify-window" { - XfceNotifyWindow::summary-bold = 1 - XfceNotifyWindow::border-color = shade(1.3, @tooltip_bg_color) - XfceNotifyWindow::border-color-hover = shade(1.3, @tooltip_bg_color) - XfceNotifyWindow::border-radius = 3.0 - XfceNotifyWindow::border-width = 1.0 - XfceNotifyWindow::border-width-hover = 1.0 - - bg[NORMAL] = @tooltip_bg_color -} - -style "notify-button" { - bg[NORMAL] = shade(1.1, @tooltip_bg_color) - bg[PRELIGHT] = shade(1.2, @tooltip_bg_color) - bg[ACTIVE] = shade(1.15, @tooltip_bg_color) - - fg[NORMAL] = @tooltip_fg_color - fg[PRELIGHT] = shade(1.1, @tooltip_fg_color) - fg[ACTIVE] = @selected_fg_color - - engine "murrine" { - gradient_shades = { 1.0, 1.0, 1.0, 1.0 } - border_shades = { 1.0, 1.0 } - roundness = 2 - textstyle = 0 - } -} - -style "notify-text" { - GtkWidget::link-color = @selected_bg_color - - fg[NORMAL] = shade(1.0, @tooltip_fg_color) - fg[PRELIGHT] = shade(1.1, @tooltip_fg_color) - fg[ACTIVE] = shade(1.0, @tooltip_fg_color) - - engine "murrine" { - textstyle = 0 - } -} - -style "notify-summary" { - font_name = "Bold" -} - -style "notify-progressbar" { - GtkProgressBar::min-horizontal-bar-height = 4 - - xthickness = 0 - ythickness = 0 - - fg[PRELIGHT] = shade(0.8, @tooltip_bg_color) - bg[NORMAL] = @selected_bg_color - bg[ACTIVE] = shade(0.8, @tooltip_bg_color) - bg[SELECTED] = @selected_bg_color - - engine "murrine" { - gradient_shades = { 1.0, 1.0, 1.0, 1.0 } - border_shades = { 1.0, 1.0 } - trough_shades = { 1.0, 1.0 } - trough_border_shades = { 1.0, 1.0 } - progressbarstyle = 0 - roundness = 2 - textstyle = 0 - } -} - -class "XfceNotifyWindow" style "notify-window" -widget "XfceNotifyWindow.*.summary" style "notify-summary" -widget_class "XfceNotifyWindow.*" style "notify-button" -widget_class "XfceNotifyWindow.*." style "notify-text" -widget_class "XfceNotifyWindow.*." style "notify-progressbar" -widget_class "XfceNotifyWindow.*." style "notify-progressbar" diff --git a/gtktheme/.themes/Mojave-dark/gtk-3.0/gtk-dark.css b/gtktheme/.themes/Mojave-dark/gtk-3.0/gtk-dark.css deleted file mode 100644 index 98529e5..0000000 --- a/gtktheme/.themes/Mojave-dark/gtk-3.0/gtk-dark.css +++ /dev/null @@ -1 +0,0 @@ -@import url("resource:///org/gnome/Mojave-theme/gtk-dark.css"); diff --git a/gtktheme/.themes/Mojave-dark/gtk-3.0/gtk.css b/gtktheme/.themes/Mojave-dark/gtk-3.0/gtk.css deleted file mode 100644 index 3e02d29..0000000 --- a/gtktheme/.themes/Mojave-dark/gtk-3.0/gtk.css +++ /dev/null @@ -1 +0,0 @@ -@import url("resource:///org/gnome/Mojave-theme/gtk.css"); diff --git a/gtktheme/.themes/Mojave-dark/gtk-3.0/gtk.gresource b/gtktheme/.themes/Mojave-dark/gtk-3.0/gtk.gresource deleted file mode 100644 index e18a9f9..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-3.0/gtk.gresource and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/gtk-3.0/thumbnail.png b/gtktheme/.themes/Mojave-dark/gtk-3.0/thumbnail.png deleted file mode 100644 index 1c51a25..0000000 Binary files a/gtktheme/.themes/Mojave-dark/gtk-3.0/thumbnail.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/index.theme b/gtktheme/.themes/Mojave-dark/index.theme deleted file mode 100644 index 6cd03a0..0000000 --- a/gtktheme/.themes/Mojave-dark/index.theme +++ /dev/null @@ -1,12 +0,0 @@ -[Desktop Entry] -Type=X-GNOME-Metatheme -Name=Mojave-dark -Comment=An Stylish Gtk+ theme based on Elegant Design -Encoding=UTF-8 - -[X-GNOME-Metatheme] -GtkTheme=Mojave-dark -MetacityTheme=Mojave-dark -IconTheme=Adwaita -CursorTheme=Adwaita -ButtonLayout=close,minimize,maximize:menu diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/close.png b/gtktheme/.themes/Mojave-dark/metacity-1/close.png deleted file mode 100644 index 8720697..0000000 Binary files a/gtktheme/.themes/Mojave-dark/metacity-1/close.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/close_focused.png b/gtktheme/.themes/Mojave-dark/metacity-1/close_focused.png deleted file mode 120000 index 5a2733f..0000000 --- a/gtktheme/.themes/Mojave-dark/metacity-1/close_focused.png +++ /dev/null @@ -1 +0,0 @@ -close.png \ No newline at end of file diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/close_focused_normal.png b/gtktheme/.themes/Mojave-dark/metacity-1/close_focused_normal.png deleted file mode 120000 index 5a2733f..0000000 --- a/gtktheme/.themes/Mojave-dark/metacity-1/close_focused_normal.png +++ /dev/null @@ -1 +0,0 @@ -close.png \ No newline at end of file diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/close_focused_prelight.png b/gtktheme/.themes/Mojave-dark/metacity-1/close_focused_prelight.png deleted file mode 100644 index 73ddf3d..0000000 Binary files a/gtktheme/.themes/Mojave-dark/metacity-1/close_focused_prelight.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/close_focused_pressed.png b/gtktheme/.themes/Mojave-dark/metacity-1/close_focused_pressed.png deleted file mode 100644 index a774df0..0000000 Binary files a/gtktheme/.themes/Mojave-dark/metacity-1/close_focused_pressed.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/close_unfocused.png b/gtktheme/.themes/Mojave-dark/metacity-1/close_unfocused.png deleted file mode 100644 index 2404677..0000000 Binary files a/gtktheme/.themes/Mojave-dark/metacity-1/close_unfocused.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/close_unfocused_prelight.png b/gtktheme/.themes/Mojave-dark/metacity-1/close_unfocused_prelight.png deleted file mode 120000 index 1657077..0000000 --- a/gtktheme/.themes/Mojave-dark/metacity-1/close_unfocused_prelight.png +++ /dev/null @@ -1 +0,0 @@ -close_focused_prelight.png \ No newline at end of file diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/close_unfocused_pressed.png b/gtktheme/.themes/Mojave-dark/metacity-1/close_unfocused_pressed.png deleted file mode 120000 index e925e4d..0000000 --- a/gtktheme/.themes/Mojave-dark/metacity-1/close_unfocused_pressed.png +++ /dev/null @@ -1 +0,0 @@ -close_focused_pressed.png \ No newline at end of file diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/maximize.png b/gtktheme/.themes/Mojave-dark/metacity-1/maximize.png deleted file mode 100644 index 8143ce3..0000000 Binary files a/gtktheme/.themes/Mojave-dark/metacity-1/maximize.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/maximize_focused.png b/gtktheme/.themes/Mojave-dark/metacity-1/maximize_focused.png deleted file mode 120000 index bd18cdd..0000000 --- a/gtktheme/.themes/Mojave-dark/metacity-1/maximize_focused.png +++ /dev/null @@ -1 +0,0 @@ -maximize.png \ No newline at end of file diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/maximize_focused_normal.png b/gtktheme/.themes/Mojave-dark/metacity-1/maximize_focused_normal.png deleted file mode 120000 index bd18cdd..0000000 --- a/gtktheme/.themes/Mojave-dark/metacity-1/maximize_focused_normal.png +++ /dev/null @@ -1 +0,0 @@ -maximize.png \ No newline at end of file diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/maximize_focused_prelight.png b/gtktheme/.themes/Mojave-dark/metacity-1/maximize_focused_prelight.png deleted file mode 100644 index 5788f7f..0000000 Binary files a/gtktheme/.themes/Mojave-dark/metacity-1/maximize_focused_prelight.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/maximize_focused_pressed.png b/gtktheme/.themes/Mojave-dark/metacity-1/maximize_focused_pressed.png deleted file mode 100644 index d12eefc..0000000 Binary files a/gtktheme/.themes/Mojave-dark/metacity-1/maximize_focused_pressed.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/maximize_unfocused.png b/gtktheme/.themes/Mojave-dark/metacity-1/maximize_unfocused.png deleted file mode 100644 index 2404677..0000000 Binary files a/gtktheme/.themes/Mojave-dark/metacity-1/maximize_unfocused.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/maximize_unfocused_prelight.png b/gtktheme/.themes/Mojave-dark/metacity-1/maximize_unfocused_prelight.png deleted file mode 120000 index f62efd5..0000000 --- a/gtktheme/.themes/Mojave-dark/metacity-1/maximize_unfocused_prelight.png +++ /dev/null @@ -1 +0,0 @@ -maximize_focused_prelight.png \ No newline at end of file diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/maximize_unfocused_pressed.png b/gtktheme/.themes/Mojave-dark/metacity-1/maximize_unfocused_pressed.png deleted file mode 120000 index cc51405..0000000 --- a/gtktheme/.themes/Mojave-dark/metacity-1/maximize_unfocused_pressed.png +++ /dev/null @@ -1 +0,0 @@ -maximize_focused_pressed.png \ No newline at end of file diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/menu.png b/gtktheme/.themes/Mojave-dark/metacity-1/menu.png deleted file mode 100644 index 2404677..0000000 Binary files a/gtktheme/.themes/Mojave-dark/metacity-1/menu.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/menu_focused.png b/gtktheme/.themes/Mojave-dark/metacity-1/menu_focused.png deleted file mode 120000 index f515719..0000000 --- a/gtktheme/.themes/Mojave-dark/metacity-1/menu_focused.png +++ /dev/null @@ -1 +0,0 @@ -menu.png \ No newline at end of file diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/menu_focused_normal.png b/gtktheme/.themes/Mojave-dark/metacity-1/menu_focused_normal.png deleted file mode 120000 index f515719..0000000 --- a/gtktheme/.themes/Mojave-dark/metacity-1/menu_focused_normal.png +++ /dev/null @@ -1 +0,0 @@ -menu.png \ No newline at end of file diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/menu_focused_prelight.png b/gtktheme/.themes/Mojave-dark/metacity-1/menu_focused_prelight.png deleted file mode 100644 index f154080..0000000 Binary files a/gtktheme/.themes/Mojave-dark/metacity-1/menu_focused_prelight.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/menu_focused_pressed.png b/gtktheme/.themes/Mojave-dark/metacity-1/menu_focused_pressed.png deleted file mode 100644 index 50853b8..0000000 Binary files a/gtktheme/.themes/Mojave-dark/metacity-1/menu_focused_pressed.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/menu_unfocused.png b/gtktheme/.themes/Mojave-dark/metacity-1/menu_unfocused.png deleted file mode 100644 index 2404677..0000000 Binary files a/gtktheme/.themes/Mojave-dark/metacity-1/menu_unfocused.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/menu_unfocused_prelight.png b/gtktheme/.themes/Mojave-dark/metacity-1/menu_unfocused_prelight.png deleted file mode 120000 index 6c1d9f7..0000000 --- a/gtktheme/.themes/Mojave-dark/metacity-1/menu_unfocused_prelight.png +++ /dev/null @@ -1 +0,0 @@ -menu_focused_prelight.png \ No newline at end of file diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/menu_unfocused_pressed.png b/gtktheme/.themes/Mojave-dark/metacity-1/menu_unfocused_pressed.png deleted file mode 120000 index 4d62f69..0000000 --- a/gtktheme/.themes/Mojave-dark/metacity-1/menu_unfocused_pressed.png +++ /dev/null @@ -1 +0,0 @@ -menu_focused_pressed.png \ No newline at end of file diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/metacity-theme-1.xml b/gtktheme/.themes/Mojave-dark/metacity-1/metacity-theme-1.xml deleted file mode 100644 index 6d7d289..0000000 --- a/gtktheme/.themes/Mojave-dark/metacity-1/metacity-theme-1.xml +++ /dev/null @@ -1,1143 +0,0 @@ - - - - Sierra - Vince Liuice - GPL-3.0+ - 2018.01.12 - Sierra 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" x="0" y="0" width="width" height="height" filled="true" /> -</draw_ops> - -<draw_ops name="entire_background_unfocused"> - <include name="entire_background_focused" /> -</draw_ops> - -<draw_ops name="titlebar_fill_focused"> - <rectangle color="C_titlebar" x="4" y="0" width="width" height="height" filled="true" /> -</draw_ops> - -<draw_ops name="titlebar_fill_attached_focused"> - <include name="entire_background_focused" /> -</draw_ops> - -<draw_ops name="titlebar_fill_unfocused"> - <rectangle color="C_titlebar_unfocused" x="0" y="0" width="width" height="height" filled="true" /> -</draw_ops> - -<draw_ops name="titlebar_focused"> - <include name="titlebar_fill_focused" /> -</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="rounded_titlebar_focused"> - <include name="titlebar_fill_focused" /> -</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"> - <image filename="close_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="close_focused_prelight"> - <image filename="close_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="close_focused_pressed"> - <image filename="close_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="close_unfocused"> - <image filename="close_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="close_unfocused_prelight"> - <image filename="close_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="close_unfocused_pressed"> - <image filename="close_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> - - -<!-- Maximize icon --> -<draw_ops name="maximize_focused"> - <image filename="maximize_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="maximize_focused_prelight"> - <image filename="maximize_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="maximize_focused_pressed"> - <image filename="maximize_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="maximize_unfocused"> - <image filename="maximize_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="maximize_unfocused_prelight"> - <image filename="maximize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="maximize_unfocused_pressed"> - <image filename="maximize_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> - -<!-- Unmaximize icon --> -<draw_ops name="unmaximize_focused"> - <image filename="unmaximize_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unmaximize_focused_prelight"> - <image filename="unmaximize_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unmaximize_focused_pressed"> - <image filename="unmaximize_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unmaximize_unfocused"> - <image filename="unmaximize_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unmaximize_unfocused_prelight"> - <image filename="unmaximize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unmaximize_unfocused_pressed"> - <image filename="unmaximize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> - - -<!-- Minimize icon --> -<draw_ops name="minimize_focused"> - <image filename="minimize_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="minimize_focused_prelight"> - <image filename="minimize_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="minimize_focused_pressed"> - <image filename="minimize_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="minimize_unfocused"> - <image filename="minimize_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="minimize_unfocused_prelight"> - <image filename="minimize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="minimize_unfocused_pressed"> - <image filename="minimize_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> - - -<!-- Menu icon --> -<draw_ops name="menu_focused"> - <image filename="menu_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="menu_focused_prelight"> - <image filename="menu_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="menu_focused_pressed"> - <image filename="menu_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="menu_unfocused"> - <image filename="menu_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="menu_unfocused_prelight"> - <image filename="menu_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="menu_unfocused_pressed"> - <image filename="menu_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> - - -<!-- Shade icon --> -<draw_ops name="shade_focused"> - <image filename="shade_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="shade_focused_prelight"> - <image filename="shade_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="shade_focused_pressed"> - <image filename="shade_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="shade_unfocused"> - <image filename="shade_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="shade_unfocused_prelight"> - <image filename="shade_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="shade_unfocused_pressed"> - <image filename="shade_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> - - -<!-- Unshade icon --> -<draw_ops name="unshade_focused"> - <image filename="unshade_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unshade_focused_prelight"> - <image filename="unshade_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unshade_focused_pressed"> - <image filename="unshade_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unshade_unfocused"> - <image filename="unshade_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unshade_unfocused_prelight"> - <image filename="unshade_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unshade_unfocused_pressed"> - <image filename="unshade_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</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="unmaximize_focused" /> - <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="unmaximize_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="unmaximize_unfocused" /> - <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight" /> - <button function="maximize" state="pressed" draw_ops="unmaximize_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="unmaximize_focused" /> - <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="unmaximize_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="unmaximize_unfocused" /> - <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight" /> - <button function="maximize" state="pressed" draw_ops="unmaximize_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/gtktheme/.themes/Mojave-dark/metacity-1/metacity-theme-2.xml b/gtktheme/.themes/Mojave-dark/metacity-1/metacity-theme-2.xml deleted file mode 120000 index 84bdbf0..0000000 --- a/gtktheme/.themes/Mojave-dark/metacity-1/metacity-theme-2.xml +++ /dev/null @@ -1 +0,0 @@ -metacity-theme-1.xml \ No newline at end of file diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/metacity-theme-3.xml b/gtktheme/.themes/Mojave-dark/metacity-1/metacity-theme-3.xml deleted file mode 100644 index 35ea2c9..0000000 --- a/gtktheme/.themes/Mojave-dark/metacity-1/metacity-theme-3.xml +++ /dev/null @@ -1,1197 +0,0 @@ -<?xml version="1.0"?> -<metacity_theme> -<info> - <name>Sierra</name> - <author>Vince Liuice</author> - <copyright>GPL-3.0+</copyright> - <date>2018.01.12</date> - <description>Sierra Metacity Theme</description> -</info> - -<!-- ::: CONSTANTS ::: --> -<constant name="C_titlebar_gradient_a" value="gtk:custom(titlebar_gradient_a,shade/gtk:bg[NORMAL]/1.07)" /> -<constant name="C_titlebar_gradient_b" value="gtk:custom(titlebar_gradient_b,gtk:bg[NORMAL])" /> -<constant name="C_border_focused" value="gtk:custom(wm_border_focused,shade/gtk:bg[NORMAL]/0.5)" /> -<constant name="C_border_unfocused" value="gtk:custom(wm_border_unfocused,shade/gtk:bg[NORMAL]/0.6)" /> -<constant name="C_title_focused" value="gtk:custom(wm_title_focused,blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.3)" /> -<constant name="C_title_focused_shadow" value="gtk:custom(wm_title_focused_shadow,shade/gtk:bg[NORMAL]/1.1)" /> -<constant name="C_title_unfocused" value="gtk:custom(wm_title_unfocused,blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.6)" /> -<constant name="C_title_unfocused_shadow" value="gtk:custom(wm_title_unfocused_shadow,shade/gtk:bg[NORMAL]/1.05)" /> -<constant name="C_background" value="gtk:bg[NORMAL]"/> -<constant name="C_highlight" value="gtk:custom(wm_highlight,gtk:base[NORMAL])"/> - -<!-- ::: GEOMETRY ::: --> -<frame_geometry name="normal" title_scale="medium" rounded_top_left="4" rounded_top_right="4"> - <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="2" /> - <aspect_ratio name="button" value="1.0" /> - <border name="title_border" left="8" right="8" top="4" bottom="4" /> - <border name="button_border" left="3" right="3" top="4" bottom="4" /> -</frame_geometry> - -<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="4" rounded_top_right="4" 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="false" rounded_top_right="false"> - <distance name="title_vertical_pad" value="2" /> - <border name="title_border" left="8" right="8" top="0" bottom="0" /> - <border name="button_border" left="3" right="3" top="40" 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="false" parent="normal" /> - -<frame_geometry name="border" has_title="false" rounded_top_left="4" rounded_top_right="4" 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="8" right="8" top="0" bottom="0" /> - <border name="button_border" left="3" right="3" top="0" bottom="0" /> -</frame_geometry> - -<frame_geometry name="borderless" has_title="false" rounded_top_left="4" rounded_top_right="4" 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="8" right="8" top="0" bottom="0" /> - <border name="button_border" left="3" right="3" top="0" bottom="0" /> -</frame_geometry> - -<frame_geometry name="modal" title_scale="small" hide_buttons="true" rounded_top_left="4" rounded_top_right="4" rounded_bottom_right="false" rounded_bottom_left="false" parent="small"> -</frame_geometry> - -<frame_geometry name="attached" title_scale="small" hide_buttons="true" rounded_top_left="4" rounded_top_right="4" 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)) + 1" - color="C_title_focused_shadow" /> - <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)) + 1" - ellipsize_width="width" - color="C_title_focused_shadow" /> - <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)) + 1" - color="C_title_unfocused_shadow" /> - <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)) + 1" - ellipsize_width="width" - color="C_title_unfocused_shadow" /> - <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_gradient_b" x="0" y="0" width="width" height="height" filled="true" /> -</draw_ops> - -<draw_ops name="entire_background_unfocused"> - <include name="entire_background_focused" /> -</draw_ops> - -<draw_ops name="titlebar_fill_focused"> - <gradient type="vertical" x="0" y="0" width="width" height="title_height"> - <color value="C_titlebar_gradient_a" /> - <color value="C_titlebar_gradient_b" /> - </gradient> -</draw_ops> - -<draw_ops name="titlebar_fill_attached_focused"> - <include name="entire_background_focused" /> -</draw_ops> - -<draw_ops name="titlebar_fill_unfocused"> - <gradient type="vertical" x="0" y="0" width="width" height="title_height"> - <color value="C_titlebar_gradient_a" /> - <color value="C_titlebar_gradient_b" /> - </gradient> -</draw_ops> - -<draw_ops name="titlebar_focused"> - <include name="titlebar_fill_focused" /> -</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="rounded_titlebar_focused"> - <include name="titlebar_fill_focused" /> -</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="4" y1="0" x2="width-5" 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="4" x2="0" y2="height-2" /> - <line color="C_border_focused" x1="width-1" y1="4" x2="width-1" y2="height-2" /> - <line color="C_highlight" x1="5" y1="1" x2="width - 5" y2="1"/> - <arc color="C_border_focused" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> - <arc color="C_border_focused" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> - <arc color="C_highlight" x="1" y="1" width="8" height="8" start_angle="270" extent_angle="90" /> - <arc color="C_highlight" x="width-11" y="1" width="8" height="8" start_angle="0" extent_angle="90" /> - <!-- double arcs for darker borders --> - <arc color="C_border_focused" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> - <arc color="C_border_focused" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> -</draw_ops> - -<draw_ops name="rounded_border_unfocused"> - <line color="C_border_unfocused" x1="4" y1="0" x2="width-5" 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="4" x2="0" y2="height-2" /> - <line color="C_border_unfocused" x1="width-1" y1="4" x2="width-1" y2="height-2" /> - <line color="C_highlight" x1="5" y1="1" x2="width - 5" y2="1"/> - <arc color="C_border_unfocused" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> - <arc color="C_border_unfocused" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> - <arc color="C_highlight" x="1" y="1" width="8" height="8" start_angle="270" extent_angle="90" /> - <arc color="C_highlight" x="width-11" y="1" width="8" height="8" start_angle="0" extent_angle="90" /> - <!-- double arcs for darker borders --> - <arc color="C_border_unfocused" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> - <arc color="C_border_unfocused" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> -</draw_ops> - -<draw_ops name="dialog_fill_background"> - <rectangle color="C_background" x="0" y="0" width="width" height="height" filled="true" /> -</draw_ops> - -<draw_ops name="dialog_background"> - <rectangle color="C_background" x="0" y="0" width="width" height="height" filled="true" /> -</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"> - <image filename="close_focused_normal.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> - -<draw_ops name="close_focused_prelight"> - <image filename="close_focused_prelight.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> - -<draw_ops name="close_focused_pressed"> - <image filename="close_focused_pressed.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> - -<draw_ops name="close_unfocused"> - <image filename="close_unfocused.png" x="0" y="1" width="object_width" height="object_height" /> -</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"> - <image filename="maximize_focused_normal.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> - -<draw_ops name="maximize_focused_prelight"> - <image filename="maximize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> - -<draw_ops name="maximize_focused_pressed"> - <image filename="maximize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> - -<draw_ops name="maximize_unfocused"> - <image filename="maximize_unfocused.png" x="0" y="1" width="object_width" height="object_height" /> -</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"> - <image filename="unmaximize_focused_normal.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> - -<draw_ops name="unmaximize_focused_prelight"> - <image filename="unmaximize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> - -<draw_ops name="unmaximize_focused_pressed"> - <image filename="unmaximize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> - -<draw_ops name="unmaximize_unfocused"> - <image filename="unmaximize_unfocused.png" x="0" y="1" width="object_width" height="object_height" /> -</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"> - <image filename="minimize_focused_normal.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> - -<draw_ops name="minimize_focused_prelight"> - <image filename="minimize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> - -<draw_ops name="minimize_focused_pressed"> - <image filename="minimize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> - -<draw_ops name="minimize_unfocused"> - <image filename="minimize_unfocused.png" x="0" y="1" width="object_width" height="object_height" /> -</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"> - <image filename="menu_focused_normal.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="menu_focused_prelight"> - <image filename="menu_focused_prelight.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="menu_focused_pressed"> - <image filename="menu_focused_pressed.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="menu_unfocused"> - <image filename="menu_unfocused.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="menu_unfocused_prelight"> - <image filename="menu_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="menu_unfocused_pressed"> - <image filename="menu_unfocused_pressed.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> - -<!-- shade icon --> -<draw_ops name="shade_focused"> - <image filename="shade_focused_normal.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> - -<draw_ops name="shade_focused_prelight"> - <image filename="shade_focused_prelight.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> - -<draw_ops name="shade_focused_pressed"> - <image filename="shade_focused_pressed.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> - -<draw_ops name="shade_unfocused"> - <image filename="shade_unfocused.png" x="0" y="1" width="object_width" height="object_height" /> -</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"> - <image filename="unshade_focused_normal.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> - -<draw_ops name="unshade_focused_prelight"> - <image filename="unshade_focused_prelight.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> - -<draw_ops name="unshade_focused_pressed"> - <image filename="unshade_focused_pressed.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> - -<draw_ops name="unshade_unfocused"> - <image filename="unshade_unfocused.png" x="0" y="1" width="object_width" height="object_height" /> -</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="unmaximize_focused" /> - <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="unmaximize_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="unmaximize_unfocused" /> - <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight" /> - <button function="maximize" state="pressed" draw_ops="unmaximize_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="unmaximize_focused" /> - <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="unmaximize_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="unmaximize_unfocused" /> - <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight" /> - <button function="maximize" state="pressed" draw_ops="unmaximize_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="dialog_background" /> - <piece position="titlebar" draw_ops="dialog_fill_background" /> - <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="dialog_background" /> - <piece position="titlebar" draw_ops="dialog_fill_background" /> - <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="dialog_background" /> - <piece position="titlebar" draw_ops="dialog_fill_background" /> - <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="modal_dialog_unfocused" geometry="modal"> - <piece position="entire_background" draw_ops="dialog_background" /> - <piece position="titlebar" draw_ops="dialog_fill_background" /> - <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="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/gtktheme/.themes/Mojave-dark/metacity-1/minimize.png b/gtktheme/.themes/Mojave-dark/metacity-1/minimize.png deleted file mode 100644 index f761ade..0000000 Binary files a/gtktheme/.themes/Mojave-dark/metacity-1/minimize.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/minimize_focused.png b/gtktheme/.themes/Mojave-dark/metacity-1/minimize_focused.png deleted file mode 120000 index 09b7f0a..0000000 --- a/gtktheme/.themes/Mojave-dark/metacity-1/minimize_focused.png +++ /dev/null @@ -1 +0,0 @@ -minimize.png \ No newline at end of file diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/minimize_focused_normal.png b/gtktheme/.themes/Mojave-dark/metacity-1/minimize_focused_normal.png deleted file mode 120000 index 09b7f0a..0000000 --- a/gtktheme/.themes/Mojave-dark/metacity-1/minimize_focused_normal.png +++ /dev/null @@ -1 +0,0 @@ -minimize.png \ No newline at end of file diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/minimize_focused_prelight.png b/gtktheme/.themes/Mojave-dark/metacity-1/minimize_focused_prelight.png deleted file mode 100644 index 74b3d56..0000000 Binary files a/gtktheme/.themes/Mojave-dark/metacity-1/minimize_focused_prelight.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/minimize_focused_pressed.png b/gtktheme/.themes/Mojave-dark/metacity-1/minimize_focused_pressed.png deleted file mode 100644 index ffe7d23..0000000 Binary files a/gtktheme/.themes/Mojave-dark/metacity-1/minimize_focused_pressed.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/minimize_unfocused.png b/gtktheme/.themes/Mojave-dark/metacity-1/minimize_unfocused.png deleted file mode 100644 index 2404677..0000000 Binary files a/gtktheme/.themes/Mojave-dark/metacity-1/minimize_unfocused.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/minimize_unfocused_prelight.png b/gtktheme/.themes/Mojave-dark/metacity-1/minimize_unfocused_prelight.png deleted file mode 120000 index 2971cc1..0000000 --- a/gtktheme/.themes/Mojave-dark/metacity-1/minimize_unfocused_prelight.png +++ /dev/null @@ -1 +0,0 @@ -minimize_focused_prelight.png \ No newline at end of file diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/minimize_unfocused_pressed.png b/gtktheme/.themes/Mojave-dark/metacity-1/minimize_unfocused_pressed.png deleted file mode 120000 index 2ee877c..0000000 --- a/gtktheme/.themes/Mojave-dark/metacity-1/minimize_unfocused_pressed.png +++ /dev/null @@ -1 +0,0 @@ -minimize_focused_pressed.png \ No newline at end of file diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/shade.png b/gtktheme/.themes/Mojave-dark/metacity-1/shade.png deleted file mode 100644 index 43b80d1..0000000 Binary files a/gtktheme/.themes/Mojave-dark/metacity-1/shade.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/shade_focused.png b/gtktheme/.themes/Mojave-dark/metacity-1/shade_focused.png deleted file mode 120000 index 3a2c645..0000000 --- a/gtktheme/.themes/Mojave-dark/metacity-1/shade_focused.png +++ /dev/null @@ -1 +0,0 @@ -shade.png \ No newline at end of file diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/shade_focused_normal.png b/gtktheme/.themes/Mojave-dark/metacity-1/shade_focused_normal.png deleted file mode 120000 index 3a2c645..0000000 --- a/gtktheme/.themes/Mojave-dark/metacity-1/shade_focused_normal.png +++ /dev/null @@ -1 +0,0 @@ -shade.png \ No newline at end of file diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/shade_focused_prelight.png b/gtktheme/.themes/Mojave-dark/metacity-1/shade_focused_prelight.png deleted file mode 100644 index 5aa1d24..0000000 Binary files a/gtktheme/.themes/Mojave-dark/metacity-1/shade_focused_prelight.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/shade_focused_pressed.png b/gtktheme/.themes/Mojave-dark/metacity-1/shade_focused_pressed.png deleted file mode 100644 index d3b2e33..0000000 Binary files a/gtktheme/.themes/Mojave-dark/metacity-1/shade_focused_pressed.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/shade_unfocused.png b/gtktheme/.themes/Mojave-dark/metacity-1/shade_unfocused.png deleted file mode 100644 index 2404677..0000000 Binary files a/gtktheme/.themes/Mojave-dark/metacity-1/shade_unfocused.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/shade_unfocused_prelight.png b/gtktheme/.themes/Mojave-dark/metacity-1/shade_unfocused_prelight.png deleted file mode 120000 index 83bd57a..0000000 --- a/gtktheme/.themes/Mojave-dark/metacity-1/shade_unfocused_prelight.png +++ /dev/null @@ -1 +0,0 @@ -shade_focused_prelight.png \ No newline at end of file diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/shade_unfocused_pressed.png b/gtktheme/.themes/Mojave-dark/metacity-1/shade_unfocused_pressed.png deleted file mode 120000 index 840a495..0000000 --- a/gtktheme/.themes/Mojave-dark/metacity-1/shade_unfocused_pressed.png +++ /dev/null @@ -1 +0,0 @@ -shade_focused_pressed.png \ No newline at end of file diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/thumbnail.png b/gtktheme/.themes/Mojave-dark/metacity-1/thumbnail.png deleted file mode 100644 index 0839ba2..0000000 Binary files a/gtktheme/.themes/Mojave-dark/metacity-1/thumbnail.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/unmaximize.png b/gtktheme/.themes/Mojave-dark/metacity-1/unmaximize.png deleted file mode 100644 index 8143ce3..0000000 Binary files a/gtktheme/.themes/Mojave-dark/metacity-1/unmaximize.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/unmaximize_focused.png b/gtktheme/.themes/Mojave-dark/metacity-1/unmaximize_focused.png deleted file mode 120000 index f53cc35..0000000 --- a/gtktheme/.themes/Mojave-dark/metacity-1/unmaximize_focused.png +++ /dev/null @@ -1 +0,0 @@ -unmaximize.png \ No newline at end of file diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/unmaximize_focused_normal.png b/gtktheme/.themes/Mojave-dark/metacity-1/unmaximize_focused_normal.png deleted file mode 120000 index f53cc35..0000000 --- a/gtktheme/.themes/Mojave-dark/metacity-1/unmaximize_focused_normal.png +++ /dev/null @@ -1 +0,0 @@ -unmaximize.png \ No newline at end of file diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/unmaximize_focused_prelight.png b/gtktheme/.themes/Mojave-dark/metacity-1/unmaximize_focused_prelight.png deleted file mode 100644 index 1b2386a..0000000 Binary files a/gtktheme/.themes/Mojave-dark/metacity-1/unmaximize_focused_prelight.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/unmaximize_focused_pressed.png b/gtktheme/.themes/Mojave-dark/metacity-1/unmaximize_focused_pressed.png deleted file mode 100644 index 5a6e3f8..0000000 Binary files a/gtktheme/.themes/Mojave-dark/metacity-1/unmaximize_focused_pressed.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/unmaximize_unfocused.png b/gtktheme/.themes/Mojave-dark/metacity-1/unmaximize_unfocused.png deleted file mode 100644 index 2404677..0000000 Binary files a/gtktheme/.themes/Mojave-dark/metacity-1/unmaximize_unfocused.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/unmaximize_unfocused_prelight.png b/gtktheme/.themes/Mojave-dark/metacity-1/unmaximize_unfocused_prelight.png deleted file mode 120000 index 823c61c..0000000 --- a/gtktheme/.themes/Mojave-dark/metacity-1/unmaximize_unfocused_prelight.png +++ /dev/null @@ -1 +0,0 @@ -unmaximize_focused_prelight.png \ No newline at end of file diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/unmaximize_unfocused_pressed.png b/gtktheme/.themes/Mojave-dark/metacity-1/unmaximize_unfocused_pressed.png deleted file mode 120000 index 31d69fe..0000000 --- a/gtktheme/.themes/Mojave-dark/metacity-1/unmaximize_unfocused_pressed.png +++ /dev/null @@ -1 +0,0 @@ -unmaximize_focused_pressed.png \ No newline at end of file diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/unshade.png b/gtktheme/.themes/Mojave-dark/metacity-1/unshade.png deleted file mode 100644 index 43b80d1..0000000 Binary files a/gtktheme/.themes/Mojave-dark/metacity-1/unshade.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/unshade_focused.png b/gtktheme/.themes/Mojave-dark/metacity-1/unshade_focused.png deleted file mode 120000 index e8a3f34..0000000 --- a/gtktheme/.themes/Mojave-dark/metacity-1/unshade_focused.png +++ /dev/null @@ -1 +0,0 @@ -unshade.png \ No newline at end of file diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/unshade_focused_normal.png b/gtktheme/.themes/Mojave-dark/metacity-1/unshade_focused_normal.png deleted file mode 120000 index e8a3f34..0000000 --- a/gtktheme/.themes/Mojave-dark/metacity-1/unshade_focused_normal.png +++ /dev/null @@ -1 +0,0 @@ -unshade.png \ No newline at end of file diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/unshade_focused_prelight.png b/gtktheme/.themes/Mojave-dark/metacity-1/unshade_focused_prelight.png deleted file mode 100644 index b852fa3..0000000 Binary files a/gtktheme/.themes/Mojave-dark/metacity-1/unshade_focused_prelight.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/unshade_focused_pressed.png b/gtktheme/.themes/Mojave-dark/metacity-1/unshade_focused_pressed.png deleted file mode 100644 index 8736092..0000000 Binary files a/gtktheme/.themes/Mojave-dark/metacity-1/unshade_focused_pressed.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/unshade_unfocused.png b/gtktheme/.themes/Mojave-dark/metacity-1/unshade_unfocused.png deleted file mode 100644 index 2404677..0000000 Binary files a/gtktheme/.themes/Mojave-dark/metacity-1/unshade_unfocused.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/unshade_unfocused_prelight.png b/gtktheme/.themes/Mojave-dark/metacity-1/unshade_unfocused_prelight.png deleted file mode 120000 index 0e642cb..0000000 --- a/gtktheme/.themes/Mojave-dark/metacity-1/unshade_unfocused_prelight.png +++ /dev/null @@ -1 +0,0 @@ -unshade_focused_prelight.png \ No newline at end of file diff --git a/gtktheme/.themes/Mojave-dark/metacity-1/unshade_unfocused_pressed.png b/gtktheme/.themes/Mojave-dark/metacity-1/unshade_unfocused_pressed.png deleted file mode 120000 index c0c67eb..0000000 --- a/gtktheme/.themes/Mojave-dark/metacity-1/unshade_unfocused_pressed.png +++ /dev/null @@ -1 +0,0 @@ -unshade_focused_pressed.png \ No newline at end of file diff --git a/gtktheme/.themes/Mojave-dark/plank/dock.theme b/gtktheme/.themes/Mojave-dark/plank/dock.theme deleted file mode 100644 index a599737..0000000 --- a/gtktheme/.themes/Mojave-dark/plank/dock.theme +++ /dev/null @@ -1,59 +0,0 @@ -#This theme written by Vince Liuice. - -[PlankDrawingTheme] -#The roundness of the top corners. -TopRoundness=8 -#The roundness of the bottom corners. -BottomRoundness=0 -#The thickness (in pixels) of lines drawn. -LineWidth=1 -#The color (RGBA) of the outer stroke. -OuterStrokeColor=0;;0;;0;;95 -#The starting color (RGBA) of the fill gradient. -FillStartColor=50;;50;;50;;230 -#The ending color (RGBA) of the fill gradient. -FillEndColor=25;;25;;25;;230 -#The color (RGBA) of the inner stroke. -InnerStrokeColor=75;;75;;75;;255 - -[PlankDrawingDockTheme] -#The padding on the left/right dock edges, in tenths of a percent of IconSize. -HorizPadding=0 -#The padding on the top dock edge, in tenths of a percent of IconSize. -TopPadding=1 -#The padding on the bottom dock edge, in tenths of a percent of IconSize. -BottomPadding=1 -#The padding between items on the dock, in tenths of a percent of IconSize. -ItemPadding=3 -#The size of item indicators, in tenths of a percent of IconSize. -IndicatorSize=5 -#The size of the icon-shadow behind every item, in tenths of a percent of IconSize. -IconShadowSize=0 -#The height (in percent of IconSize) to bounce an icon when the application sets urgent. -UrgentBounceHeight=1.6666666666666667 -#The height (in percent of IconSize) to bounce an icon when launching an application. -LaunchBounceHeight=0.625 -#The opacity value (0 to 1) to fade the dock to when hiding it. -FadeOpacity=1 -#The amount of time (in ms) for click animations. -ClickTime=300 -#The amount of time (in ms) to bounce an urgent icon. -UrgentBounceTime=600 -#The amount of time (in ms) to bounce an icon when launching an application. -LaunchBounceTime=600 -#The amount of time (in ms) for active window indicator animations. -ActiveTime=300 -#The amount of time (in ms) to slide icons into/out of the dock. -SlideTime=300 -#The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1). -FadeTime=250 -#The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1). -HideTime=150 -#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize. -GlowSize=30 -#The total time (in ms) to show the hidden-dock urgent glow. -GlowTime=10000 -#The time (in ms) of each pulse of the hidden-dock urgent glow. -GlowPulseTime=2000 -#The hue-shift (-180 to 180) of the urgent indicator color. -UrgentHueShift=150 diff --git a/gtktheme/.themes/Mojave-dark/plank/hover.theme b/gtktheme/.themes/Mojave-dark/plank/hover.theme deleted file mode 100644 index be7ad12..0000000 --- a/gtktheme/.themes/Mojave-dark/plank/hover.theme +++ /dev/null @@ -1,17 +0,0 @@ -#This file written by Daniel Fore to match eGTK tooltips. - -[PlankDrawingTheme] -#The roundness of the top corners. -TopRoundness=6 -#The roundness of the bottom corners. -BottomRoundness=6 -#The thickness (in pixels) of lines drawn. -LineWidth=0 -#The color (RGBA) of the outer stroke. -OuterStrokeColor=41;;41;;41;;255 -#The starting color (RGBA) of the fill gradient. -FillStartColor=0;;0;;0;;217 -#The ending color (RGBA) of the fill gradient. -FillEndColor=0;;0;;0;;217 -#The color (RGBA) of the inner stroke. -InnerStrokeColor=255;;255;;255;;255 diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/bottom-active.png b/gtktheme/.themes/Mojave-dark/xfwm4/bottom-active.png deleted file mode 100644 index c951088..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/bottom-active.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/bottom-inactive.png b/gtktheme/.themes/Mojave-dark/xfwm4/bottom-inactive.png deleted file mode 100644 index c951088..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/bottom-inactive.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/bottom-left-active.png b/gtktheme/.themes/Mojave-dark/xfwm4/bottom-left-active.png deleted file mode 100644 index 5b93984..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/bottom-left-active.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/bottom-left-inactive.png b/gtktheme/.themes/Mojave-dark/xfwm4/bottom-left-inactive.png deleted file mode 100644 index 5b93984..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/bottom-left-inactive.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/bottom-right-active.png b/gtktheme/.themes/Mojave-dark/xfwm4/bottom-right-active.png deleted file mode 100644 index f2ff6bf..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/bottom-right-active.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/bottom-right-inactive.png b/gtktheme/.themes/Mojave-dark/xfwm4/bottom-right-inactive.png deleted file mode 100644 index f2ff6bf..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/bottom-right-inactive.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/close-active.png b/gtktheme/.themes/Mojave-dark/xfwm4/close-active.png deleted file mode 100644 index 4c920e4..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/close-active.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/close-inactive.png b/gtktheme/.themes/Mojave-dark/xfwm4/close-inactive.png deleted file mode 100644 index c4cba69..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/close-inactive.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/close-prelight.png b/gtktheme/.themes/Mojave-dark/xfwm4/close-prelight.png deleted file mode 100644 index 827a6b9..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/close-prelight.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/close-pressed.png b/gtktheme/.themes/Mojave-dark/xfwm4/close-pressed.png deleted file mode 100644 index c96cd53..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/close-pressed.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/hide-active.png b/gtktheme/.themes/Mojave-dark/xfwm4/hide-active.png deleted file mode 100644 index 6023502..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/hide-active.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/hide-inactive.png b/gtktheme/.themes/Mojave-dark/xfwm4/hide-inactive.png deleted file mode 100644 index c4cba69..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/hide-inactive.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/hide-prelight.png b/gtktheme/.themes/Mojave-dark/xfwm4/hide-prelight.png deleted file mode 100644 index 3c093f0..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/hide-prelight.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/hide-pressed.png b/gtktheme/.themes/Mojave-dark/xfwm4/hide-pressed.png deleted file mode 100644 index 2da97e3..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/hide-pressed.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/left-active.png b/gtktheme/.themes/Mojave-dark/xfwm4/left-active.png deleted file mode 100644 index fa2637d..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/left-active.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/left-inactive.png b/gtktheme/.themes/Mojave-dark/xfwm4/left-inactive.png deleted file mode 100644 index fa2637d..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/left-inactive.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/maximize-active.png b/gtktheme/.themes/Mojave-dark/xfwm4/maximize-active.png deleted file mode 100644 index ce45dca..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/maximize-active.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/maximize-inactive.png b/gtktheme/.themes/Mojave-dark/xfwm4/maximize-inactive.png deleted file mode 100644 index c4cba69..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/maximize-inactive.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/maximize-prelight.png b/gtktheme/.themes/Mojave-dark/xfwm4/maximize-prelight.png deleted file mode 100644 index 8bc8255..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/maximize-prelight.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/maximize-pressed.png b/gtktheme/.themes/Mojave-dark/xfwm4/maximize-pressed.png deleted file mode 100644 index bc57280..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/maximize-pressed.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/maximize-toggled-active.png b/gtktheme/.themes/Mojave-dark/xfwm4/maximize-toggled-active.png deleted file mode 100644 index ce45dca..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/maximize-toggled-active.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/maximize-toggled-inactive.png b/gtktheme/.themes/Mojave-dark/xfwm4/maximize-toggled-inactive.png deleted file mode 100644 index c4cba69..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/maximize-toggled-inactive.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/maximize-toggled-prelight.png b/gtktheme/.themes/Mojave-dark/xfwm4/maximize-toggled-prelight.png deleted file mode 100644 index 3ec3dab..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/maximize-toggled-prelight.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/maximize-toggled-pressed.png b/gtktheme/.themes/Mojave-dark/xfwm4/maximize-toggled-pressed.png deleted file mode 100644 index bd3df7d..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/maximize-toggled-pressed.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/menu-active.png b/gtktheme/.themes/Mojave-dark/xfwm4/menu-active.png deleted file mode 100644 index d90d5bf..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/menu-active.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/menu-inactive.png b/gtktheme/.themes/Mojave-dark/xfwm4/menu-inactive.png deleted file mode 100644 index 46447c9..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/menu-inactive.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/menu-pressed.png b/gtktheme/.themes/Mojave-dark/xfwm4/menu-pressed.png deleted file mode 100644 index b62d929..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/menu-pressed.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/right-active.png b/gtktheme/.themes/Mojave-dark/xfwm4/right-active.png deleted file mode 100644 index dd528cf..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/right-active.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/right-inactive.png b/gtktheme/.themes/Mojave-dark/xfwm4/right-inactive.png deleted file mode 100644 index dd528cf..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/right-inactive.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/shade-active.png b/gtktheme/.themes/Mojave-dark/xfwm4/shade-active.png deleted file mode 100644 index 95df28f..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/shade-active.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/shade-inactive.png b/gtktheme/.themes/Mojave-dark/xfwm4/shade-inactive.png deleted file mode 100644 index ca62537..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/shade-inactive.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/shade-pressed.png b/gtktheme/.themes/Mojave-dark/xfwm4/shade-pressed.png deleted file mode 100644 index 56fb754..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/shade-pressed.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/stick-active.png b/gtktheme/.themes/Mojave-dark/xfwm4/stick-active.png deleted file mode 100644 index 1534046..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/stick-active.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/stick-inactive.png b/gtktheme/.themes/Mojave-dark/xfwm4/stick-inactive.png deleted file mode 100644 index 1c935af..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/stick-inactive.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/stick-pressed.png b/gtktheme/.themes/Mojave-dark/xfwm4/stick-pressed.png deleted file mode 100644 index b726f36..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/stick-pressed.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/themerc b/gtktheme/.themes/Mojave-dark/xfwm4/themerc deleted file mode 100644 index 52375c0..0000000 --- a/gtktheme/.themes/Mojave-dark/xfwm4/themerc +++ /dev/null @@ -1,23 +0,0 @@ -button_offset=4 -button_spacing=0 - -show_app_icon=false - -full_width_title=true - -title_shadow_active=false -title_shadow_inactive=false - -title_horizontal_offset=3 - -active_text_color=#afafaf -active_text_shadow_color=#252525 - -inactive_text_color=#808080 -inactive_text_shadow_color=#252525 - -shadow_delta_height=2 -shadow_delta_width=0 -shadow_delta_x=0 -shadow_delta_y=-5 -shadow_opacity=40 diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/title-1-active.png b/gtktheme/.themes/Mojave-dark/xfwm4/title-1-active.png deleted file mode 100644 index 80f7b5f..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/title-1-active.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/title-1-inactive.png b/gtktheme/.themes/Mojave-dark/xfwm4/title-1-inactive.png deleted file mode 100644 index 80f7b5f..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/title-1-inactive.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/title-2-active.png b/gtktheme/.themes/Mojave-dark/xfwm4/title-2-active.png deleted file mode 100644 index 80f7b5f..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/title-2-active.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/title-2-inactive.png b/gtktheme/.themes/Mojave-dark/xfwm4/title-2-inactive.png deleted file mode 100644 index 80f7b5f..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/title-2-inactive.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/title-3-active.png b/gtktheme/.themes/Mojave-dark/xfwm4/title-3-active.png deleted file mode 100644 index 80f7b5f..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/title-3-active.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/title-3-inactive.png b/gtktheme/.themes/Mojave-dark/xfwm4/title-3-inactive.png deleted file mode 100644 index 80f7b5f..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/title-3-inactive.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/title-4-active.png b/gtktheme/.themes/Mojave-dark/xfwm4/title-4-active.png deleted file mode 100644 index 80f7b5f..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/title-4-active.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/title-4-inactive.png b/gtktheme/.themes/Mojave-dark/xfwm4/title-4-inactive.png deleted file mode 100644 index 80f7b5f..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/title-4-inactive.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/title-5-active.png b/gtktheme/.themes/Mojave-dark/xfwm4/title-5-active.png deleted file mode 100644 index 80f7b5f..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/title-5-active.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/title-5-inactive.png b/gtktheme/.themes/Mojave-dark/xfwm4/title-5-inactive.png deleted file mode 100644 index 80f7b5f..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/title-5-inactive.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/top-left-active.png b/gtktheme/.themes/Mojave-dark/xfwm4/top-left-active.png deleted file mode 100644 index 786ea68..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/top-left-active.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/top-left-inactive.png b/gtktheme/.themes/Mojave-dark/xfwm4/top-left-inactive.png deleted file mode 100644 index 786ea68..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/top-left-inactive.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/top-right-active.png b/gtktheme/.themes/Mojave-dark/xfwm4/top-right-active.png deleted file mode 100644 index 7411e7e..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/top-right-active.png and /dev/null differ diff --git a/gtktheme/.themes/Mojave-dark/xfwm4/top-right-inactive.png b/gtktheme/.themes/Mojave-dark/xfwm4/top-right-inactive.png deleted file mode 100644 index 7411e7e..0000000 Binary files a/gtktheme/.themes/Mojave-dark/xfwm4/top-right-inactive.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/COPYING b/gtktheme/.themes/WhiteSur-dark/COPYING deleted file mode 100644 index 9cecc1d..0000000 --- a/gtktheme/.themes/WhiteSur-dark/COPYING +++ /dev/null @@ -1,674 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - {one line to give the program's name and a brief idea of what it does.} - Copyright (C) {year} {name of author} - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - {project} Copyright (C) {year} {fullname} - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -<http://www.gnu.org/licenses/>. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -<http://www.gnu.org/philosophy/why-not-lgpl.html>. diff --git a/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/add-workspace-active.svg b/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/add-workspace-active.svg deleted file mode 100644 index 4ce6321..0000000 --- a/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/add-workspace-active.svg +++ /dev/null @@ -1,130 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="35" - height="200" - id="svg2" - version="1.1" - inkscape:version="0.91 r13725" - sodipodi:docname="add-workspace-active.svg"> - <defs - id="defs4"> - <filter - inkscape:collect="always" - style="color-interpolation-filters:sRGB" - id="filter4154" - x="-0.13200003" - width="1.2640001" - y="-0.020842104" - height="1.0416842"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="1.6500004" - id="feGaussianBlur4156" /> - </filter> - </defs> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="8" - inkscape:cx="-19.280981" - inkscape:cy="24.179781" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:window-width="1280" - inkscape:window-height="734" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - showguides="false" - inkscape:guide-bbox="true" - inkscape:snap-bbox="true" - inkscape:bbox-paths="true" - inkscape:snap-bbox-edge-midpoints="true" - inkscape:bbox-nodes="true"> - <inkscape:grid - type="xygrid" - id="grid3040" - empspacing="5" - visible="true" - enabled="true" - snapvisiblegridlinesonly="true" /> - <sodipodi:guide - orientation="0,1" - position="20,100" - id="guide3893" /> - <sodipodi:guide - orientation="1,0" - position="18,190" - id="guide3895" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> - <cc:license - rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/by-sa/4.0/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Notice" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Attribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#ShareAlike" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:label="Ebene 1" - inkscape:groupmode="layer" - id="layer1" - transform="translate(0,-852.36218)"> - <path - id="rect4694-5" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.9;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:0.43999999;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;filter:url(#filter4154)" - d="m 7.2000008,858.36215 27.9999992,0 0,190.00005 -27.9999992,0 c -1.108,0 -2,-0.892 -2,-2 l 0,-186.00005 c 0,-1.108 0.892,-2 2,-2 z" - inkscape:connector-curvature="0" - sodipodi:nodetypes="sccssss" /> - <path - id="rect4694" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4285F4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" - d="m 7,857.36218 28,0 0,190.00002 -28,0 c -1.108,0 -2,-0.892 -2,-2 L 5,859.36218 c 0,-1.108 0.892,-2 2,-2 z" - inkscape:connector-curvature="0" - sodipodi:nodetypes="sccssss" /> - <g - transform="translate(0,-0.9999969)" - id="g3917-7" - style="fill:#eceff1;fill-opacity:1;opacity:0.5;stroke:none;stroke-opacity:1" /> - <path - id="rect4804" - transform="translate(0,852.36218)" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#eceff1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" - d="m 18,94 c -0.554,0 -1,0.446 -1,1 l 0,4 -4,0 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 l 4,0 0,4 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 l 0,-4 4,0 c 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 l -4,0 0,-4 c 0,-0.554 -0.446,-1 -1,-1 z m 8,6 a 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 8,8 0 0 1 8,8 z" /> - </g> -</svg> diff --git a/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/add-workspace-hover.svg b/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/add-workspace-hover.svg deleted file mode 100644 index 8a1d351..0000000 --- a/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/add-workspace-hover.svg +++ /dev/null @@ -1,112 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="35" - height="200" - id="svg2" - version="1.1" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)" - sodipodi:docname="add-workspace-hover.svg"> - <defs - id="defs4" /> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="4" - inkscape:cx="-81.038405" - inkscape:cy="108.58132" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:window-width="1366" - inkscape:window-height="709" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - showguides="false" - inkscape:guide-bbox="true" - inkscape:snap-bbox="true" - inkscape:bbox-paths="true" - inkscape:snap-bbox-edge-midpoints="true" - inkscape:bbox-nodes="true"> - <inkscape:grid - type="xygrid" - id="grid3040" - empspacing="5" - visible="true" - enabled="true" - snapvisiblegridlinesonly="true" /> - <sodipodi:guide - orientation="0,1" - position="20,100" - id="guide3893" - inkscape:locked="false" /> - <sodipodi:guide - orientation="1,0" - position="18,190" - id="guide3895" - inkscape:locked="false" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - <cc:license - rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/by-sa/4.0/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Notice" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Attribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#ShareAlike" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:label="Ebene 1" - inkscape:groupmode="layer" - id="layer1" - transform="translate(0,-852.36218)"> - <path - id="rect4694" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" - d="m 7,857.36218 28,0 0,190.00002 -28,0 c -1.108,0 -2,-0.892 -2,-2 L 5,859.36218 c 0,-1.108 0.892,-2 2,-2 z" - inkscape:connector-curvature="0" - sodipodi:nodetypes="sccssss" /> - <g - transform="translate(0,-0.9999969)" - id="g3917-7" - style="fill:#eceff1;fill-opacity:1;opacity:0.5;stroke:none;stroke-opacity:1" /> - <path - id="rect4804" - transform="translate(0,852.36218)" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" - d="m 18,94 c -0.554,0 -1,0.446 -1,1 l 0,4 -4,0 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 l 4,0 0,4 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 l 0,-4 4,0 c 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 l -4,0 0,-4 c 0,-0.554 -0.446,-1 -1,-1 z m 8,6 a 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 8,8 0 0 1 8,8 z" /> - </g> -</svg> diff --git a/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/add-workspace.svg b/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/add-workspace.svg deleted file mode 100644 index 8dba5df..0000000 --- a/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/add-workspace.svg +++ /dev/null @@ -1,113 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="35" - height="200" - id="svg2" - version="1.1" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)" - sodipodi:docname="add-workspace.svg"> - <defs - id="defs4" /> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="4" - inkscape:cx="-28.526103" - inkscape:cy="75.41215" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:window-width="1366" - inkscape:window-height="709" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - showguides="false" - inkscape:guide-bbox="true" - inkscape:snap-bbox="true" - inkscape:bbox-paths="true" - inkscape:snap-bbox-edge-midpoints="true" - inkscape:bbox-nodes="true" - inkscape:document-rotation="0"> - <inkscape:grid - type="xygrid" - id="grid3040" - empspacing="5" - visible="true" - enabled="true" - snapvisiblegridlinesonly="true" /> - <sodipodi:guide - orientation="0,1" - position="20,100" - id="guide3893" - inkscape:locked="false" /> - <sodipodi:guide - orientation="1,0" - position="18,190" - id="guide3895" - inkscape:locked="false" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - <cc:license - rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/by-sa/4.0/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Notice" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Attribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#ShareAlike" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:label="Ebene 1" - inkscape:groupmode="layer" - id="layer1" - transform="translate(0,-852.36218)"> - <path - id="rect4694" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.35;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" - d="m 7,857.36218 28,0 0,190.00002 -28,0 c -1.108,0 -2,-0.892 -2,-2 L 5,859.36218 c 0,-1.108 0.892,-2 2,-2 z" - inkscape:connector-curvature="0" - sodipodi:nodetypes="sccssss" /> - <g - transform="translate(0,-0.9999969)" - id="g3917-7" - style="fill:#eceff1;fill-opacity:1;opacity:0.5;stroke:none;stroke-opacity:1" /> - <path - id="rect4804" - transform="translate(0,852.36218)" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.87;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" - d="m 18,94 c -0.554,0 -1,0.446 -1,1 l 0,4 -4,0 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 l 4,0 0,4 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 l 0,-4 4,0 c 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 l -4,0 0,-4 c 0,-0.554 -0.446,-1 -1,-1 z m 8,6 a 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 8,8 0 0 1 8,8 z" /> - </g> -</svg> diff --git a/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/calendar-arrow-left.svg b/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/calendar-arrow-left.svg deleted file mode 100644 index dcf8298..0000000 --- a/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/calendar-arrow-left.svg +++ /dev/null @@ -1,56 +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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="16" - height="16" - viewBox="0 0 16 16" - version="1.1" - id="svg4" - sodipodi:docname="calendar-arrow-left.svg" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)"> - <metadata - id="metadata10"> - <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="defs8" /> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="704" - id="namedview6" - showgrid="false" - inkscape:zoom="29.5" - inkscape:cx="13.680381" - inkscape:cy="6.1418434" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - d="M10 3v10L5 8z" - fill="#000000" - opacity="0.54" - id="path2" - style="fill:#e6e6e6" /> -</svg> diff --git a/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/calendar-arrow-right.svg b/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/calendar-arrow-right.svg deleted file mode 100644 index ed66559..0000000 --- a/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/calendar-arrow-right.svg +++ /dev/null @@ -1,56 +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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="16" - height="16" - viewBox="0 0 16 16" - version="1.1" - id="svg4" - sodipodi:docname="calendar-arrow-right.svg" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)"> - <metadata - id="metadata10"> - <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="defs8" /> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="704" - id="namedview6" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="8" - inkscape:cy="8" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <path - d="M6 3v10l5-5z" - fill="#000000" - opacity="0.54" - id="path2" - style="fill:#e6e6e6" /> -</svg> diff --git a/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/checkbox-off.svg b/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/checkbox-off.svg deleted file mode 100644 index 35ba02c..0000000 --- a/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/checkbox-off.svg +++ /dev/null @@ -1,156 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" - 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="24" - height="24" - viewBox="0 0 24 24" - version="1.1" - id="svg4" - sodipodi:docname="checkbox-off.svg" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)"> - <metadata - id="metadata10"> - <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="defs8"> - <linearGradient - inkscape:collect="always" - xlink:href="#unchecked_highlight" - id="linearGradient1667" - x1="18" - y1="38.362179" - x2="32" - y2="38.362179" - gradientUnits="userSpaceOnUse" /> - <linearGradient - id="unchecked_highlight" - osb:paint="solid"> - <stop - style="stop-color:#5f5f5f;stop-opacity:1;" - offset="0" - id="stop1645" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#dark_unchecked_bg" - id="linearGradient1625" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.92857146,0,3.2401539)" - x1="24" - y1="45.362179" - x2="24" - y2="31.362181" /> - <linearGradient - id="dark_unchecked_bg" - osb:paint="gradient"> - <stop - id="stop1615" - offset="0" - style="stop-color:#6a6a6a;stop-opacity:1" /> - <stop - id="stop1617" - offset="1" - style="stop-color:#545454;stop-opacity:1" /> - </linearGradient> - </defs> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="704" - id="namedview6" - showgrid="false" - inkscape:zoom="9.8333333" - inkscape:cx="12" - inkscape:cy="12" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <g - transform="translate(-13,3.6378183)" - style="display:inline;opacity:1" - id="checkbox-unchecked-dark" - inkscape:label="#g22047"> - <g - inkscape:label="#g21853" - id="sdsd-0-1"> - <g - id="scdsdcd-0-4" - inkscape:label="#g14325" - transform="translate(0,-30)"> - <g - style="display:inline" - id="g15812-6-6-1-4-4" - transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)"> - <g - transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)" - id="g5489-2-9-6-8-8-9-7" - style="display:inline"> - <g - id="g5428-8-1-4-0-0-65-8" /> - </g> - </g> - <rect - y="30.362183" - x="17" - height="16" - width="16" - id="rect13523-4-0" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> - <g - id="g5400-2-47"> - <rect - rx="2.4615386" - y="30.362181" - x="17" - height="16" - width="16" - id="rect1920" - style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.12000002;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.2307694;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" - ry="2.461539" /> - <rect - ry="2.1538463" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient1667);fill-opacity:1;stroke:none;stroke-width:1.07692313;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" - id="rect5147-9-1-5-7-6-3-70" - width="14" - height="13.999997" - x="18" - y="31.362181" - rx="2.1538463" /> - <rect - rx="2.1538463" - y="32.362179" - x="18" - height="12.999998" - width="14" - id="rect1621" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient1625);fill-opacity:1;stroke:none;stroke-width:1.03774917;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" - ry="2.0000002" /> - </g> - </g> - </g> - </g> -</svg> diff --git a/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/checkbox.svg b/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/checkbox.svg deleted file mode 100644 index 531493f..0000000 --- a/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/checkbox.svg +++ /dev/null @@ -1,231 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" - 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="24" - height="24" - viewBox="0 0 24 24" - version="1.1" - id="svg4" - sodipodi:docname="checkbox.svg" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)"> - <metadata - id="metadata10"> - <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="defs8"> - <linearGradient - inkscape:collect="always" - xlink:href="#hightlight" - id="linearGradient1632" - x1="18.000006" - y1="38.36219" - x2="31.999994" - y2="38.36219" - gradientUnits="userSpaceOnUse" /> - <linearGradient - id="hightlight" - osb:paint="solid"> - <stop - style="stop-color:#5887fc;stop-opacity:1;" - offset="0" - id="stop1628" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#dark_checked_bg" - id="linearGradient1590" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.99167598,0,0.37759569)" - x1="24" - y1="45.362179" - x2="24" - y2="32.253059" /> - <linearGradient - id="dark_checked_bg" - osb:paint="gradient"> - <stop - style="stop-color:#3458c0;stop-opacity:1" - offset="0" - id="stop1580" /> - <stop - style="stop-color:#3d67e3;stop-opacity:1" - offset="1" - id="stop1582" /> - </linearGradient> - <filter - style="color-interpolation-filters:sRGB" - inkscape:label="Drop Shadow" - id="filter1536"> - <feFlood - flood-opacity="0.352941" - flood-color="rgb(0,0,0)" - result="flood" - id="feFlood1526" /> - <feComposite - in="flood" - in2="SourceGraphic" - operator="in" - result="composite1" - id="feComposite1528" /> - <feGaussianBlur - in="composite1" - stdDeviation="0" - result="blur" - id="feGaussianBlur1530" /> - <feOffset - dx="0" - dy="0.5" - result="offset" - id="feOffset1532" /> - <feComposite - in="SourceGraphic" - in2="offset" - operator="over" - result="composite2" - id="feComposite1534" /> - </filter> - </defs> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="704" - id="namedview6" - showgrid="false" - inkscape:zoom="9.8333333" - inkscape:cx="12" - inkscape:cy="12" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <g - transform="translate(-32,3.6378183)" - style="display:inline;opacity:1" - id="checkbox-checked-dark" - inkscape:label="#g10758"> - <g - inkscape:label="#g22047" - id="checkbox-unchecked-5-59" - style="display:inline" - transform="translate(19)"> - <g - id="sdsd-7-54" - inkscape:label="#g21853"> - <g - transform="translate(0,-30)" - inkscape:label="#g14325" - id="scdsdcd-5-8"> - <g - transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)" - id="g15812-6-6-1-5-4" - style="display:inline"> - <g - style="display:inline" - id="g5489-2-9-6-8-8-53-5" - transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)"> - <g - id="g5428-8-1-4-0-0-4-2" /> - </g> - </g> - <rect - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" - id="rect13523-7-11" - width="16" - height="16" - x="17" - y="30.362183" /> - <g - id="g5400-6-68"> - <rect - ry="2.2857065" - style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.12000002;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.14285803;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:fill markers stroke;enable-background:accumulate" - id="rect1924" - width="16" - height="16.000002" - x="17" - y="30.362181" - rx="2.2857096" /> - <rect - rx="1.9999943" - y="31.362196" - x="18.000006" - height="13.99999" - width="13.999989" - id="rect5147-9-1-5-7-6-7-4" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient1632);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:fill markers stroke;enable-background:accumulate" - ry="1.9999917" /> - <rect - ry="1.8571372" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient1590);fill-opacity:1;stroke:none;stroke-width:0.96399999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:fill markers stroke;enable-background:accumulate" - id="rect1578" - width="13.999989" - height="13.000006" - x="18.000006" - y="32.362179" - rx="1.9999943" /> - </g> - </g> - </g> - </g> - <g - inkscape:label="Ebene 1" - id="checkbox-checked-dark-7-37" - transform="translate(36,-1036)" - style="display:inline"> - <g - id="g3981-6-4-97" - transform="rotate(45,-3.2604448,1033.6624)" - style="opacity:0.85;fill:#1a1a1a;fill-opacity:1" /> - <g - id="g4049-2-5" - transform="rotate(45,7.4999938,1026.3622)"> - <g - id="g4056-7-6" - transform="translate(12.374375,11.531233)"> - <g - id="g3981-0-8" - transform="translate(-3,-4.9999826)" - style="fill:#3b3c3e;fill-opacity:1"> - <path - style="fill:#ffffff;fill-opacity:1;stroke:none;filter:url(#filter1536)" - d="m 154.15625,15.880859 c -0.25562,0 -0.51116,0.0971 -0.70703,0.292969 l -3.53516,3.535156 -1.47851,-1.476562 c -0.35638,-0.356375 -0.95788,-0.329234 -1.34961,0.0625 -0.39174,0.391734 -0.42083,0.995188 -0.0645,1.351562 l 2.18555,2.183594 0.0644,0.06445 c 0.35638,0.356375 0.95788,0.327281 1.34961,-0.06445 l 4.24219,-4.242187 c 0.39174,-0.391738 0.39174,-1.022326 0,-1.414063 -0.19587,-0.195868 -0.45141,-0.292969 -0.70703,-0.292969 z" - transform="rotate(-45,1304.0439,694.22022)" - id="rect3977-39-90" - inkscape:connector-curvature="0" /> - </g> - <rect - style="fill:#eeeeee;fill-opacity:0;stroke:none" - id="rect4047-81-5" - width="3" - height="1" - x="5" - y="-8" - transform="translate(0,1036.3622)" /> - </g> - </g> - </g> - </g> -</svg> diff --git a/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/close-active.svg b/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/close-active.svg deleted file mode 100644 index a31d8f7..0000000 --- a/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/close-active.svg +++ /dev/null @@ -1,100 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Generator: Adobe Illustrator 13.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 14948) --> - -<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - version="1.0" - id="Foreground" - x="0px" - y="0px" - width="26" - height="26" - viewBox="0 0 18.909091 18.909091" - enable-background="new 0 0 16 16" - xml:space="preserve" - sodipodi:version="0.32" - inkscape:version="0.91 r13725" - sodipodi:docname="close-active.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"><metadata - id="metadata2399"><rdf:RDF><cc:Work - rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs - id="defs2397" /><sodipodi:namedview - inkscape:window-height="720" - inkscape:window-width="1364" - inkscape:pageshadow="2" - inkscape:pageopacity="0" - guidetolerance="10.0" - gridtolerance="10.0" - objecttolerance="10.0" - borderopacity="1.0" - bordercolor="#666666" - pagecolor="#3e3e3e" - id="base" - showgrid="false" - inkscape:zoom="11.313708" - inkscape:cx="6.9788731" - inkscape:cy="7.4229136" - inkscape:window-x="0" - inkscape:window-y="23" - inkscape:current-layer="Foreground" - showguides="true" - inkscape:guide-bbox="true" - borderlayer="true" - inkscape:showpageshadow="false" - inkscape:window-maximized="0" - fit-margin-top="0" - fit-margin-left="0" - fit-margin-right="0" - fit-margin-bottom="0" - inkscape:snap-bbox="true" - inkscape:bbox-paths="true" - inkscape:bbox-nodes="true" - inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid - type="xygrid" - id="grid11246" - empspacing="5" - visible="true" - enabled="true" - snapvisiblegridlinesonly="true" - originx="-3.6363603" - originy="-2.9090857" /></sodipodi:namedview><g - id="g3175-4" - transform="translate(1.8442616,0.64207471)" - style="opacity:0.8"><g - id="g3172-6" /></g><circle - style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#f70505;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="path3808-4" - cx="9.4545488" - cy="10.181814" - r="8" /><circle - style="opacity:1;fill:#d8354a;fill-opacity:1;stroke:#f70505;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="path3808" - cx="9.4545488" - cy="9.454545" - r="8" /><g - inkscape:label="window-close" - id="g27275-6-6-6" - style="display:inline;fill:#000000;fill-opacity:1" - transform="matrix(0.72727272,0,0,0.72727272,4.1762041,2.78384)"><g - transform="translate(-41,-760)" - id="g27277-1-1-2" - style="display:inline;fill:#000000;fill-opacity:1" /></g><g - inkscape:label="window-close" - id="g27275-6-6" - style="display:inline;fill:#ffffff;fill-opacity:1" - transform="matrix(0.72727273,0,0,0.72727273,4.2045495,3.5383247)"><g - transform="translate(-41,-760)" - id="g27277-1-1" - style="display:inline;fill:#ffffff;fill-opacity:1"><path - d="m 44.226475,764.17222 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 l 2.28125,2.28125 2.3125,-2.28125 c 0.265625,-0.2305 0.446672,-0.3055 0.6875,-0.3125 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 c 0.188188,0.18817 0.281242,0.45345 0.28125,0.71875 l 0,1 -1,0 c -0.265301,-1e-5 -0.530586,-0.0931 -0.71875,-0.28125 l -2.28125,-2.28125 -2.28125,2.28125 c -0.188164,0.18819 -0.45346,0.28125 -0.71875,0.28125 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 -2.28125,-2.28125 c -0.210742,-0.19463 -0.30316,-0.46925 -0.28125,-0.75 l 0,-1 z" - inkscape:connector-curvature="0" - id="path27279-0-5" - style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" - sodipodi:nodetypes="ccsccccccccccccccccccccccc" /></g></g></svg> diff --git a/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/close-hover.svg b/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/close-hover.svg deleted file mode 100644 index 1211884..0000000 --- a/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/close-hover.svg +++ /dev/null @@ -1,100 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Generator: Adobe Illustrator 13.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 14948) --> - -<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - version="1.0" - id="Foreground" - x="0px" - y="0px" - width="26" - height="26" - viewBox="0 0 18.909091 18.909091" - enable-background="new 0 0 16 16" - xml:space="preserve" - sodipodi:version="0.32" - inkscape:version="0.91 r13725" - sodipodi:docname="close-hover.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"><metadata - id="metadata2399"><rdf:RDF><cc:Work - rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs - id="defs2397" /><sodipodi:namedview - inkscape:window-height="720" - inkscape:window-width="1364" - inkscape:pageshadow="2" - inkscape:pageopacity="0" - guidetolerance="10.0" - gridtolerance="10.0" - objecttolerance="10.0" - borderopacity="1.0" - bordercolor="#666666" - pagecolor="#3e3e3e" - id="base" - showgrid="false" - inkscape:zoom="11.313708" - inkscape:cx="6.9788731" - inkscape:cy="7.4229136" - inkscape:window-x="0" - inkscape:window-y="23" - inkscape:current-layer="Foreground" - showguides="true" - inkscape:guide-bbox="true" - borderlayer="true" - inkscape:showpageshadow="false" - inkscape:window-maximized="0" - fit-margin-top="0" - fit-margin-left="0" - fit-margin-right="0" - fit-margin-bottom="0" - inkscape:snap-bbox="true" - inkscape:bbox-paths="true" - inkscape:bbox-nodes="true" - inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid - type="xygrid" - id="grid11246" - empspacing="5" - visible="true" - enabled="true" - snapvisiblegridlinesonly="true" - originx="-3.6363603" - originy="-2.9090857" /></sodipodi:namedview><g - id="g3175-4" - transform="translate(1.8442616,0.64207471)" - style="opacity:0.8"><g - id="g3172-6" /></g><circle - style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#f70505;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="path3808-4" - cx="9.4545488" - cy="10.181814" - r="8" /><circle - style="opacity:1;fill:#ff7a80;fill-opacity:1;stroke:#f70505;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="path3808" - cx="9.4545488" - cy="9.454545" - r="8" /><g - inkscape:label="window-close" - id="g27275-6-6-6" - style="display:inline;fill:#000000;fill-opacity:1" - transform="matrix(0.72727272,0,0,0.72727272,4.1762041,2.78384)"><g - transform="translate(-41,-760)" - id="g27277-1-1-2" - style="display:inline;fill:#000000;fill-opacity:1" /></g><g - inkscape:label="window-close" - id="g27275-6-6" - style="display:inline;fill:#ffffff;fill-opacity:1" - transform="matrix(0.72727273,0,0,0.72727273,4.2045495,3.5383247)"><g - transform="translate(-41,-760)" - id="g27277-1-1" - style="display:inline;fill:#ffffff;fill-opacity:1"><path - d="m 44.226475,764.17222 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 l 2.28125,2.28125 2.3125,-2.28125 c 0.265625,-0.2305 0.446672,-0.3055 0.6875,-0.3125 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 c 0.188188,0.18817 0.281242,0.45345 0.28125,0.71875 l 0,1 -1,0 c -0.265301,-1e-5 -0.530586,-0.0931 -0.71875,-0.28125 l -2.28125,-2.28125 -2.28125,2.28125 c -0.188164,0.18819 -0.45346,0.28125 -0.71875,0.28125 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 -2.28125,-2.28125 c -0.210742,-0.19463 -0.30316,-0.46925 -0.28125,-0.75 l 0,-1 z" - inkscape:connector-curvature="0" - id="path27279-0-5" - style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" - sodipodi:nodetypes="ccsccccccccccccccccccccccc" /></g></g></svg> diff --git a/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/close.svg b/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/close.svg deleted file mode 100644 index 3694958..0000000 --- a/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/close.svg +++ /dev/null @@ -1,100 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Generator: Adobe Illustrator 13.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 14948) --> - -<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - version="1.0" - id="Foreground" - x="0px" - y="0px" - width="26" - height="26" - viewBox="0 0 18.909091 18.909091" - enable-background="new 0 0 16 16" - xml:space="preserve" - sodipodi:version="0.32" - inkscape:version="0.91 r13725" - sodipodi:docname="close.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"><metadata - id="metadata2399"><rdf:RDF><cc:Work - rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs - id="defs2397" /><sodipodi:namedview - inkscape:window-height="720" - inkscape:window-width="1364" - inkscape:pageshadow="2" - inkscape:pageopacity="0" - guidetolerance="10.0" - gridtolerance="10.0" - objecttolerance="10.0" - borderopacity="1.0" - bordercolor="#666666" - pagecolor="#3e3e3e" - id="base" - showgrid="false" - inkscape:zoom="11.313708" - inkscape:cx="6.9788731" - inkscape:cy="7.4229136" - inkscape:window-x="0" - inkscape:window-y="23" - inkscape:current-layer="Foreground" - showguides="true" - inkscape:guide-bbox="true" - borderlayer="true" - inkscape:showpageshadow="false" - inkscape:window-maximized="0" - fit-margin-top="0" - fit-margin-left="0" - fit-margin-right="0" - fit-margin-bottom="0" - inkscape:snap-bbox="true" - inkscape:bbox-paths="true" - inkscape:bbox-nodes="true" - inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid - type="xygrid" - id="grid11246" - empspacing="5" - visible="true" - enabled="true" - snapvisiblegridlinesonly="true" - originx="-3.6363603" - originy="-2.9090857" /></sodipodi:namedview><g - id="g3175-4" - transform="translate(1.8442616,0.64207471)" - style="opacity:0.8"><g - id="g3172-6" /></g><circle - style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#f70505;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="path3808-4" - cx="9.4545488" - cy="10.181814" - r="8" /><circle - style="opacity:1;fill:#f75a61;fill-opacity:1;stroke:#f70505;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="path3808" - cx="9.4545488" - cy="9.454545" - r="8" /><g - inkscape:label="window-close" - id="g27275-6-6-6" - style="display:inline;fill:#000000;fill-opacity:1" - transform="matrix(0.72727272,0,0,0.72727272,4.1762041,2.78384)"><g - transform="translate(-41,-760)" - id="g27277-1-1-2" - style="display:inline;fill:#000000;fill-opacity:1" /></g><g - inkscape:label="window-close" - id="g27275-6-6" - style="display:inline;fill:#ffffff;fill-opacity:1" - transform="matrix(0.72727273,0,0,0.72727273,4.2045495,3.5383247)"><g - transform="translate(-41,-760)" - id="g27277-1-1" - style="display:inline;fill:#ffffff;fill-opacity:1"><path - d="m 44.226475,764.17222 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 l 2.28125,2.28125 2.3125,-2.28125 c 0.265625,-0.2305 0.446672,-0.3055 0.6875,-0.3125 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 c 0.188188,0.18817 0.281242,0.45345 0.28125,0.71875 l 0,1 -1,0 c -0.265301,-1e-5 -0.530586,-0.0931 -0.71875,-0.28125 l -2.28125,-2.28125 -2.28125,2.28125 c -0.188164,0.18819 -0.45346,0.28125 -0.71875,0.28125 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 -2.28125,-2.28125 c -0.210742,-0.19463 -0.30316,-0.46925 -0.28125,-0.75 l 0,-1 z" - inkscape:connector-curvature="0" - id="path27279-0-5" - style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" - sodipodi:nodetypes="ccsccccccccccccccccccccccc" /></g></g></svg> diff --git a/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/corner-ripple.svg b/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/corner-ripple.svg deleted file mode 100644 index ceeded6..0000000 --- a/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/corner-ripple.svg +++ /dev/null @@ -1,89 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="104" - height="104" - id="svg2" - version="1.1" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)" - sodipodi:docname="corner-ripple.svg"> - <defs - id="defs4" /> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="1.875" - inkscape:cx="-12.731584" - inkscape:cy="51.861491" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:window-width="1366" - inkscape:window-height="709" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - inkscape:document-rotation="0"> - <inkscape:grid - type="xygrid" - id="grid2985" - empspacing="5" - visible="true" - enabled="true" - snapvisiblegridlinesonly="true" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - <cc:license - rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/by-sa/4.0/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Notice" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Attribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#ShareAlike" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="layer1" - transform="translate(0,-948.3622)"> - <circle - style="opacity:0.5;fill:#6887cd;fill-opacity:1;stroke:none" - id="corner-ripple" - inkscape:label="#path2987" - cx="52" - cy="1000.3622" - r="48" /> - </g> -</svg> diff --git a/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/menu-hover.svg b/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/menu-hover.svg deleted file mode 100644 index 7e54340..0000000 --- a/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/menu-hover.svg +++ /dev/null @@ -1,105 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" - 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="34" - height="34" - viewBox="0 0 31.875001 31.874999" - id="svg6927" - version="1.1" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)" - sodipodi:docname="menu-hover.svg"> - <defs - id="defs6929"> - <linearGradient - id="selected_bg_color" - osb:paint="solid"> - <stop - style="stop-color:#5294e2;stop-opacity:1;" - offset="0" - id="stop4138" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#selected_bg_color" - id="linearGradient4140" - x1="1185" - y1="108" - x2="1185" - y2="141" - gradientUnits="userSpaceOnUse" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="22.4" - inkscape:cx="8.3199885" - inkscape:cy="17.087683" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - fit-margin-top="0" - fit-margin-left="0" - fit-margin-right="0" - fit-margin-bottom="0" - inkscape:window-width="1366" - inkscape:window-height="716" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - inkscape:snap-bbox="true" - inkscape:bbox-paths="false" - inkscape:bbox-nodes="true" - inkscape:snap-bbox-midpoints="false" - inkscape:snap-bbox-edge-midpoints="true" - units="px"> - <inkscape:grid - type="xygrid" - id="grid4140" - originx="0" - originy="1.2503989e-05" /> - </sodipodi:namedview> - <metadata - id="metadata6932"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:label="Ebene 1" - inkscape:groupmode="layer" - id="layer1" - transform="translate(-137,-383.48721)"> - <g - transform="matrix(0.10026523,0,0,0.96590909,33.557827,279.16903)" - id="g6908" - style="fill:url(#linearGradient4140);fill-opacity:1;stroke-width:0.84386438"> - <rect - y="108" - x="1059.736" - height="33" - width="261.80566" - id="rect5271" - style="opacity:1;fill:#315bef;fill-opacity:1;stroke:none;stroke-width:0.84386438;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" /> - </g> - </g> -</svg> diff --git a/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/menu-solid.svg b/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/menu-solid.svg deleted file mode 100644 index a3ce1d0..0000000 --- a/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/menu-solid.svg +++ /dev/null @@ -1,13 +0,0 @@ -<svg width="36" height="36" version="1.1" viewBox="0 0 36 36" xmlns="http://www.w3.org/2000/svg"> - <defs> - <filter id="a" x="-.18" y="-.18" width="1.36" height="1.36" color-interpolation-filters="sRGB"> - <feGaussianBlur stdDeviation="1.949998"/> - </filter> - </defs> - <g transform="translate(0 -1016.4)"> - <rect transform="matrix(1.0181 0 0 1.0181 -.32511 -18.718)" x="5" y="1023.4" width="26" height="26" rx="9.4545" ry="9.4546" filter="url(#a)" opacity=".15"/> - <rect x="6.5" y="1022.9" width="23" height="23" rx="8.5" ry="8.5" fill="none" opacity=".75" stroke="#000" stroke-linecap="round"/> - <rect x="7" y="1023.4" width="22" height="22" rx="8" ry="8" fill="#323232"/> - <path d="m15 1023.4c-4.432 0-8 3.568-8 8v6c0 4.432 3.568 8 8 8h6c4.432 0 8-3.568 8-8v-6c0-4.432-3.568-8-8-8zm0 1h6c3.878 0 7 3.122 7 7v6c0 3.878-3.122 7-7 7h-6c-3.878 0-7-3.122-7-7v-6c0-3.878 3.122-7 7-7z" fill="#fff" opacity=".1"/> - </g> -</svg> diff --git a/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/menu.svg b/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/menu.svg deleted file mode 100644 index 6b0671a..0000000 --- a/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/menu.svg +++ /dev/null @@ -1,135 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="36" - height="36" - viewBox="0 0 36 36" - id="svg5386" - version="1.1" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)" - sodipodi:docname="menu.svg"> - <defs - id="defs5388"> - <filter - inkscape:collect="always" - style="color-interpolation-filters:sRGB" - id="filter922" - x="-0.18000007" - width="1.3600001" - y="-0.17999993" - height="1.3599999"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="1.949998" - id="feGaussianBlur924" /> - </filter> - </defs> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:zoom="11.313708" - inkscape:cx="20.362383" - inkscape:cy="19.968957" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - units="px" - inkscape:snap-bbox="true" - inkscape:bbox-paths="true" - inkscape:bbox-nodes="true" - inkscape:snap-bbox-edge-midpoints="true" - inkscape:window-width="1366" - inkscape:window-height="716" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - showguides="true" - inkscape:guide-bbox="true"> - <inkscape:grid - type="xygrid" - id="grid5954" /> - <sodipodi:guide - position="15,23" - orientation="1,0" - id="guide821" - inkscape:locked="false" /> - <sodipodi:guide - position="10,21" - orientation="0,1" - id="guide823" - inkscape:locked="false" /> - <sodipodi:guide - position="10,15" - orientation="0,1" - id="guide948" - inkscape:locked="false" /> - <sodipodi:guide - position="21,23" - orientation="1,0" - id="guide950" - inkscape:locked="false" /> - </sodipodi:namedview> - <metadata - id="metadata5391"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:label="Ebene 1" - inkscape:groupmode="layer" - id="layer1" - transform="translate(0,-1016.3622)"> - <rect - ry="9.4545527" - rx="9.4545317" - y="1023.3622" - x="5.0000181" - height="25.999983" - width="25.999964" - id="rect828" - style="display:inline;opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.98225904;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter922)" - transform="matrix(1.0180615,0,0,1.0180615,-0.325107,-18.71823)" /> - <rect - style="display:inline;opacity:0.75;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="rect4164-4-3" - width="23" - height="23.000017" - x="6.499999" - y="1022.8622" - rx="8.5" - ry="8.5000172" /> - <rect - ry="8.0000172" - rx="7.9999981" - y="1023.3622" - x="6.9999995" - height="22.000017" - width="21.999998" - id="rect825" - style="display:inline;opacity:0.95;fill:#323232;fill-opacity:1;stroke:none;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> - <path - style="display:inline;opacity:0.1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 15,1023.3622 c -4.432,0 -8,3.568 -8,8 v 6 c 0,4.432 3.568,8 8,8 h 6 c 4.432,0 8,-3.568 8,-8 v -6 c 0,-4.432 -3.568,-8 -8,-8 z m 0,1 h 6 c 3.878,0 7,3.122 7,7 v 6 c 0,3.878 -3.122,7 -7,7 h -6 c -3.878,0 -7,-3.122 -7,-7 v -6 c 0,-3.878 3.122,-7 7,-7 z" - id="rect4164" - inkscape:connector-curvature="0" /> - </g> -</svg> diff --git a/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/radiobutton-off.svg b/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/radiobutton-off.svg deleted file mode 100644 index f8ac12f..0000000 --- a/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/radiobutton-off.svg +++ /dev/null @@ -1,152 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" - 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="24" - height="24" - viewBox="0 0 24 24" - version="1.1" - id="svg4" - sodipodi:docname="radiobutton-off.svg" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)"> - <metadata - id="metadata10"> - <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="defs8"> - <linearGradient - inkscape:collect="always" - xlink:href="#unchecked_highlight" - id="linearGradient1661" - x1="51.610744" - y1="141.02211" - x2="80.99575" - y2="141.02211" - gradientUnits="userSpaceOnUse" /> - <linearGradient - id="unchecked_highlight" - osb:paint="solid"> - <stop - style="stop-color:#5f5f5f;stop-opacity:1;" - offset="0" - id="stop1645" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#dark_unchecked_bg" - id="linearGradient1684" - gradientUnits="userSpaceOnUse" - x1="66.303246" - y1="155.48166" - x2="66.303246" - y2="126.56255" - gradientTransform="matrix(1,0,0,0.92857182,0,11.105773)" /> - <linearGradient - id="dark_unchecked_bg" - osb:paint="gradient"> - <stop - id="stop1615" - offset="0" - style="stop-color:#6a6a6a;stop-opacity:1" /> - <stop - id="stop1617" - offset="1" - style="stop-color:#545454;stop-opacity:1" /> - </linearGradient> - </defs> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="704" - id="namedview6" - showgrid="false" - inkscape:zoom="9.8333333" - inkscape:cx="12" - inkscape:cy="12" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - inkscape:current-layer="svg4" /> - <g - transform="translate(-92.995736,3.6378118)" - style="display:inline;opacity:1" - id="radio-unchecked-dark" - inkscape:label="#g10975"> - <g - id="g10964-4-5"> - <g - style="display:inline" - id="radio-unchecked2-6-5" - transform="matrix(0.93617253,0,0,0.93566004,-96.78315,-244.76084)" - inkscape:label="#g15805"> - <rect - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" - id="rect14348-4-3-9" - width="17.090866" - height="17.100227" - x="206.99057" - y="261.97873" /> - <g - id="g7025-3-9"> - <g - style="display:inline" - id="g5489-2-9-3-8-0" - transform="matrix(0.5089163,0,0,0.51739823,181.7932,197.56426)"> - <g - id="g5428-8-1-7-83-7"> - <rect - rx="16.791431" - y="124.49689" - x="49.511818" - height="33.050419" - width="33.582863" - id="rect1938" - style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.12000002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.56274343;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" - ry="16.313646" /> - <rect - ry="14.27444" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient1661);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.24240041;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" - id="rect5147-9-1-7-7-61" - width="29.385006" - height="28.919117" - x="51.610744" - y="126.56255" - rx="14.692502" /> - <rect - rx="14.692502" - y="128.62819" - x="51.610744" - height="26.853477" - width="29.385006" - id="rect1670" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient1684);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.16083145;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" - ry="13.426739" /> - </g> - </g> - </g> - </g> - </g> - </g> -</svg> diff --git a/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/radiobutton.svg b/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/radiobutton.svg deleted file mode 100644 index 1b1306d..0000000 --- a/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/radiobutton.svg +++ /dev/null @@ -1,216 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" - 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="24" - height="24" - viewBox="0 0 24 24" - version="1.1" - id="svg4" - sodipodi:docname="radiobutton.svg" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)"> - <metadata - id="metadata10"> - <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="defs8"> - <linearGradient - inkscape:collect="always" - xlink:href="#hightlight" - id="linearGradient1650" - x1="51.610752" - y1="141.02211" - x2="80.995743" - y2="141.02211" - gradientUnits="userSpaceOnUse" /> - <linearGradient - id="hightlight" - osb:paint="solid"> - <stop - style="stop-color:#5887fc;stop-opacity:1;" - offset="0" - id="stop1628" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#dark_checked_bg" - id="linearGradient1586" - gradientUnits="userSpaceOnUse" - x1="51.610752" - y1="141.02211" - x2="80.995743" - y2="141.02211" - gradientTransform="matrix(1,0,0,0.92857215,0,11.105721)" /> - <linearGradient - id="dark_checked_bg" - osb:paint="gradient"> - <stop - style="stop-color:#3458c0;stop-opacity:1" - offset="0" - id="stop1580" /> - <stop - style="stop-color:#3d67e3;stop-opacity:1" - offset="1" - id="stop1582" /> - </linearGradient> - <filter - style="color-interpolation-filters:sRGB" - inkscape:label="Drop Shadow" - id="filter1488"> - <feFlood - flood-opacity="0.352941" - flood-color="rgb(0,0,0)" - result="flood" - id="feFlood1478" /> - <feComposite - in="flood" - in2="SourceGraphic" - operator="in" - result="composite1" - id="feComposite1480" /> - <feGaussianBlur - in="composite1" - stdDeviation="0" - result="blur" - id="feGaussianBlur1482" /> - <feOffset - dx="0" - dy="0.5" - result="offset" - id="feOffset1484" /> - <feComposite - in="SourceGraphic" - in2="offset" - operator="over" - result="composite2" - id="feComposite1486" /> - </filter> - </defs> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="704" - id="namedview6" - showgrid="true" - inkscape:zoom="9.8333333" - inkscape:cx="5.9491525" - inkscape:cy="12" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - inkscape:current-layer="svg4"> - <inkscape:grid - type="xygrid" - id="grid877" /> - </sodipodi:namedview> - <g - transform="translate(-112,3.6378183)" - style="display:inline;opacity:1" - id="radio-checked-dark" - inkscape:label="#g11094"> - <g - transform="translate(19.004264,-4.6992607e-6)" - inkscape:label="#g10975" - id="radio-unchecked-2-1" - style="display:inline"> - <g - id="g10964-6-63"> - <g - inkscape:label="#g15805" - transform="matrix(0.93617253,0,0,0.93566004,-96.78315,-244.76084)" - id="radio-unchecked2-0-8" - style="display:inline"> - <g - style="display:inline;opacity:0.06000001;fill:#000000;fill-opacity:1" - id="g7025-09-0-5" - transform="translate(0,1.0687628)"> - <g - transform="matrix(0.5089163,0,0,0.51739823,181.7932,197.56426)" - id="g5489-2-9-3-2-6-2" - style="display:inline;fill:#000000;fill-opacity:1"> - <g - id="g5428-8-1-7-5-4-7" - style="fill:#000000;fill-opacity:1" /> - </g> - </g> - <rect - y="261.97873" - x="206.99057" - height="17.100227" - width="17.090866" - id="rect14348-4-8-5" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> - <g - id="g7025-09-09"> - <g - transform="matrix(0.5089163,0,0,0.51739823,181.7932,197.56426)" - id="g5489-2-9-3-2-28" - style="display:inline"> - <g - id="g5428-8-1-7-5-64"> - <rect - ry="16.525213" - style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.12000002;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" - id="rect1934" - width="33.582863" - height="33.050426" - x="49.511818" - y="124.49688" - rx="16.791431" /> - <rect - rx="14.692495" - y="126.56255" - x="51.610752" - height="28.919107" - width="29.384991" - id="rect5147-9-1-7-2-0" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient1650);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" - ry="14.459554" /> - <rect - ry="13.426739" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient1586);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" - id="rect1574" - width="29.384991" - height="26.853477" - x="51.610752" - y="128.62819" - rx="14.692495" /> - </g> - </g> - </g> - </g> - </g> - </g> - <rect - rx="1.9988754" - y="6.3621826" - x="122" - height="4" - width="4" - id="use15101-5-7-55" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;filter:url(#filter1488);enable-background:accumulate" - ry="2" /> - </g> -</svg> diff --git a/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/submenu.svg b/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/submenu.svg deleted file mode 100644 index e1e34e3..0000000 --- a/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/submenu.svg +++ /dev/null @@ -1,119 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="37" - height="18" - id="svg3783" - version="1.1" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)" - sodipodi:docname="submenu.svg" - inkscape:export-filename="/home/steffen/.local/share/themes/Vertex_Shell/gnome-shell/menu.png" - inkscape:export-xdpi="90" - inkscape:export-ydpi="90"> - <defs - id="defs3785" /> - <sodipodi:namedview - id="base" - pagecolor="#323232" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:zoom="64.000003" - inkscape:cx="6.9067521" - inkscape:cy="19.509989" - inkscape:document-units="px" - inkscape:current-layer="g3027" - showgrid="true" - inkscape:showpageshadow="false" - inkscape:window-width="1366" - inkscape:window-height="716" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - inkscape:snap-global="true" - inkscape:snap-bbox="true" - showguides="true" - inkscape:guide-bbox="true" - fit-margin-top="0" - fit-margin-left="0" - fit-margin-right="0" - fit-margin-bottom="0" - inkscape:bbox-paths="true" - inkscape:bbox-nodes="true" - inkscape:snap-bbox-edge-midpoints="true"> - <inkscape:grid - type="xygrid" - id="grid4301" - empspacing="8" - visible="true" - enabled="true" - snapvisiblegridlinesonly="true" - originx="0" - originy="0" /> - <sodipodi:guide - orientation="0,1" - position="14.052204,22.065004" - id="guide3831" - inkscape:locked="false" /> - <sodipodi:guide - orientation="0,1" - position="14.052204,-3.9349962" - id="guide3835" - inkscape:locked="false" /> - </sodipodi:namedview> - <metadata - id="metadata3788"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:label="Calque 1" - inkscape:groupmode="layer" - id="layer1" - transform="translate(-5.9477962,-1025.4272)"> - <g - id="g3027" - transform="matrix(0,-1,1,0,-1048.3622,1052.3622)"> - <rect - style="opacity:0.2;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="rect3092" - width="30.999943" - height="18" - x="1057.3101" - y="-26.934996" - transform="rotate(90)" /> - <rect - style="opacity:0.2;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="rect3883" - width="30.999943" - height="1" - x="1057.3101" - y="-9.9350014" - transform="rotate(90)" /> - <rect - transform="rotate(90)" - y="-26.934999" - x="1057.3101" - height="1" - width="30.999943" - id="rect818" - style="opacity:0.2;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> - </g> - </g> -</svg> diff --git a/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/toggle-off.svg b/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/toggle-off.svg deleted file mode 100644 index 61b532e..0000000 --- a/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/toggle-off.svg +++ /dev/null @@ -1,88 +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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="50" - height="20" - viewBox="0 0 50 20" - version="1.1" - id="svg6" - sodipodi:docname="toggle-off.svg" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)"> - <metadata - id="metadata12"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs10" /> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="704" - id="namedview8" - showgrid="false" - inkscape:zoom="4.775" - inkscape:cx="19.157491" - inkscape:cy="18.778767" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - inkscape:current-layer="svg6" /> - <circle - cx="10" - cy="10" - r="6" - id="circle4" - style="fill:#ffffff" /> - <g - style="display:inline" - transform="translate(0.02128202,-1032.3623)" - id="toggle-off" - inkscape:label="Layer 1"> - <g - transform="translate(-5.1851991,-0.59123127)" - id="g4562"> - <g - id="g4556" - transform="matrix(1.0109881,0,0,0.96970664,-0.43462179,32.056001)"> - <path - id="rect4140" - d="m 15.787004,1034.4777 h 29 c 4.432,0 8,3.568 8,8 0,4.432 -3.568,8 -8,8 h -29 c -4.432,0 -8.0000005,-3.568 -8.0000005,-8 0,-4.432 3.5680005,-8 8.0000005,-8 z" - style="fill:#535353;fill-opacity:1;stroke:#555555;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - inkscape:connector-curvature="0" /> - <circle - r="8.2498779" - cy="1042.4775" - cx="15.744821" - id="circle4587" - style="opacity:0.35;fill:#333333;fill-opacity:1;stroke:none;stroke-width:1.37497962" /> - <circle - style="fill:#d8d8d8;fill-opacity:1;stroke:none;stroke-width:1.20311427" - id="circle4531" - cx="15.744821" - cy="1042.4775" - r="7.2186861" /> - </g> - </g> - </g> -</svg> diff --git a/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/toggle-on.svg b/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/toggle-on.svg deleted file mode 100644 index f948aa3..0000000 --- a/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/toggle-on.svg +++ /dev/null @@ -1,153 +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="50" - height="20" - viewBox="0 0 50 20" - version="1.1" - id="svg6" - sodipodi:docname="toggle-on.svg" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)"> - <metadata - id="metadata12"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs10"> - <linearGradient - gradientTransform="translate(14.787004,0.11552347)" - gradientUnits="userSpaceOnUse" - y2="1034.3622" - x2="15" - y1="1050.3622" - x1="15" - id="linearGradient4521" - xlink:href="#linearGradient4519" - inkscape:collect="always" /> - <linearGradient - id="linearGradient4519" - inkscape:collect="always"> - <stop - id="stop4515" - offset="0" - style="stop-color:#004bdb;stop-opacity:1" /> - <stop - id="stop4517" - offset="1" - style="stop-color:#498dd5;stop-opacity:1" /> - </linearGradient> - <linearGradient - gradientTransform="translate(14.787004,0.11552347)" - gradientUnits="userSpaceOnUse" - y2="1034.3622" - x2="19" - y1="1050.3622" - x1="19" - id="linearGradient4529" - xlink:href="#linearGradient4527" - inkscape:collect="always" /> - <linearGradient - id="linearGradient4527" - inkscape:collect="always"> - <stop - id="stop4523" - offset="0" - style="stop-color:#2100db;stop-opacity:1" /> - <stop - id="stop4525" - offset="1" - style="stop-color:#277bd6;stop-opacity:1" /> - </linearGradient> - <filter - height="1.0722142" - y="-0.036107175" - width="1.0717869" - x="-0.035893459" - id="filter4549" - style="color-interpolation-filters:sRGB" - inkscape:collect="always"> - <feGaussianBlur - id="feGaussianBlur4551" - stdDeviation="0.21888099" - inkscape:collect="always" /> - </filter> - </defs> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="704" - id="namedview8" - showgrid="true" - inkscape:zoom="4.775" - inkscape:cx="-26.507258" - inkscape:cy="13.936062" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - inkscape:current-layer="svg6"> - <inkscape:grid - type="xygrid" - id="grid58" /> - </sodipodi:namedview> - <circle - cx="30" - cy="10" - r="6" - id="circle4" - style="fill:#ffffff" /> - <g - style="display:inline" - transform="translate(2.0514095e-5,-1032.3623)" - id="toggle-on" - inkscape:label="Layer 1"> - <g - transform="translate(-5.1851991,-0.59123127)" - id="g4562-7"> - <g - id="g4556-0" - transform="matrix(1.0109881,0,0,0.96970664,-0.43462179,32.056001)"> - <path - id="rect4140-9" - d="m 15.787004,1034.4777 h 29 c 4.432,0 8,3.568 8,8 0,4.432 -3.568,8 -8,8 h -29 c -4.432,0 -8.0000005,-3.568 -8.0000005,-8 0,-4.432 3.5680005,-8 8.0000005,-8 z" - style="fill:url(#linearGradient4521);fill-opacity:1;stroke:url(#linearGradient4529);stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - inkscape:connector-curvature="0" /> - <ellipse - transform="matrix(1.0073647,0,0,1.0073647,14.206039,-7.5823938)" - ry="7.2743769" - rx="7.3176894" - cy="1042.701" - cx="30.144405" - id="path4142" - style="fill:#00429b;fill-opacity:1;stroke:none;stroke-width:1.21599948;filter:url(#filter4549)" /> - <circle - style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.16666663" - id="circle4531-3" - cx="44.787003" - cy="1042.4777" - r="7" /> - </g> - </g> - </g> -</svg> diff --git a/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/trash-icon.svg b/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/trash-icon.svg deleted file mode 100644 index 7e8713f..0000000 --- a/gtktheme/.themes/WhiteSur-dark/cinnamon/assets/trash-icon.svg +++ /dev/null @@ -1,106 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="400" - height="120" - id="svg2" - version="1.1" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)" - sodipodi:docname="trash-icon.svg"> - <defs - id="defs4" /> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="1.8101934" - inkscape:cx="194.72263" - inkscape:cy="105.03137" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="false" - inkscape:window-width="1366" - inkscape:window-height="704" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="1" - showguides="true" - inkscape:guide-bbox="true" - inkscape:snap-bbox="true" - inkscape:bbox-paths="true" - inkscape:bbox-nodes="true" - inkscape:snap-bbox-edge-midpoints="true" - inkscape:document-rotation="0"> - <inkscape:grid - type="xygrid" - id="grid2985" - empspacing="5" - visible="true" - enabled="true" - snapvisiblegridlinesonly="true" /> - <sodipodi:guide - orientation="1,0" - position="200,105" - id="guide3920" - inkscape:locked="false" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - <cc:license - rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/by-sa/4.0/"> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Reproduction" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#Distribution" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Notice" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#Attribution" /> - <cc:permits - rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> - <cc:requires - rdf:resource="http://creativecommons.org/ns#ShareAlike" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:label="Ebene 1" - inkscape:groupmode="layer" - id="layer1" - transform="translate(0,-932.36218)"> - <path - id="rect4142" - style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.13725491;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate;paint-order:stroke fill markers" - d="m 12,942.36218 376,0 c 1.108,0 2,0.892 2,2 l 0,108.00002 -380,0 0,-108.00002 c 0,-1.108 0.892,-2 2,-2 z" - inkscape:connector-curvature="0" - sodipodi:nodetypes="sssccss" /> - <path - inkscape:connector-curvature="0" - style="fill:#ececec;fill-opacity:1;stroke:none;stroke-width:1" - class="ColorScheme-Text" - d="m 200,964.36214 c -4.41828,0 -8,3.58172 -8,8 h -16 v 4 H 193.07812 200 206.91408 224 v -4 h -16 c 0,-4.41828 -3.58172,-8 -8,-8 z m 0,4 c 2.20914,1e-5 3.99999,1.79086 4,4 h -8 c 1e-5,-2.20914 1.79086,-3.99999 4,-4 z m -20,12 v 2 2 6 21.99996 c 0,4.4321 3.56792,8.0001 8,8.0001 h 24 c 4.43208,0 8,-3.568 8,-8.0001 v -23.99996 -4 -2 -2 h -2 -26 -4 -6 z m 4,4 h 4 4 24 v 27.99996 c 0,2.2161 -1.78392,4.0001 -4,4.0001 h -24 c -2.21608,0 -4,-1.784 -4,-4.0001 z" - id="path3222" - sodipodi:nodetypes="scccccccccsccccccccsssscccccccccccccssssc" /> - </g> -</svg> diff --git a/gtktheme/.themes/WhiteSur-dark/cinnamon/cinnamon.css b/gtktheme/.themes/WhiteSur-dark/cinnamon/cinnamon.css deleted file mode 100644 index 7aea2c3..0000000 --- a/gtktheme/.themes/WhiteSur-dark/cinnamon/cinnamon.css +++ /dev/null @@ -1,2304 +0,0 @@ -stage { - font-family: Futura Bk bt, sans, Sans-Serif; - font-size: 9pt; - color: #dedede; -} - -.label-shadow { - color: rgba(0, 0, 0, 0); -} - -.sound-button, .notification-button, .notification-icon-button, .menu #notification .notification-button, .menu #notification .notification-icon-button, .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button, #notification .notification-button, #notification .notification-icon-button { - min-height: 20px; - padding: 5px 32px; - transition-duration: 100ms; - border-radius: 5px; - text-shadow: none; - color: #dedede; - border: 1px solid rgba(0, 0, 0, 0.15); - background-color: #656565; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); -} - -.sound-button:focus, .notification-button:focus, .notification-icon-button:focus, #notification .notification-button:focus, #notification .notification-icon-button:focus { - text-shadow: none; - color: #dedede; - background-color: #656565; - border: 1px solid #0860f2; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.12); - border-radius: 5px; -} - -.sound-button:hover, .notification-button:hover, .notification-icon-button:hover, #notification .notification-button:hover, #notification .notification-icon-button:hover { - text-shadow: none; - color: #f8f8f8; - border: 1px solid rgba(0, 0, 0, 0.15); - background-color: #6d6d6d; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.12); - border-radius: 5px; -} - -.sound-button:hover:focus, .notification-button:hover:focus, .notification-icon-button:hover:focus, #notification .notification-button:hover:focus, #notification .notification-icon-button:hover:focus { - text-shadow: none; - color: #f8f8f8; - background-color: #6d6d6d; - border: 1px solid #0860f2; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.12); - border-radius: 5px; -} - -.sound-button:active, .notification-button:active, .notification-icon-button:active, #notification .notification-button:active, #notification .notification-icon-button:active { - text-shadow: none; - color: white; - background-color: #0860f2; - border: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 5px; -} - -.sound-button:insensitive, .notification-button:insensitive, .notification-icon-button:insensitive, #notification .notification-button:insensitive, #notification .notification-icon-button:insensitive { - text-shadow: none; - color: rgba(222, 222, 222, 0.35); - border: 1px solid rgba(0, 0, 0, 0.15); - background-color: rgba(101, 101, 101, 0.55); - border-radius: 5px; -} - -.modal-dialog-button-box .modal-dialog-button { - min-height: 20px; - padding: 5px 32px; - transition-duration: 100ms; - border-radius: 5px; - text-shadow: none; - color: #dadada; - background-color: rgba(98, 98, 98, 0.96); -} - -.modal-dialog-button-box .modal-dialog-button:hover { - text-shadow: none; - color: #dadada; - background-color: #747474; -} - -.modal-dialog-button-box .modal-dialog-button:focus { - color: #0860f2; -} - -.modal-dialog-button-box .modal-dialog-button:active { - text-shadow: none; - color: white; - background-color: #0860f2; -} - -.modal-dialog-button-box .modal-dialog-button:insensitive { - text-shadow: none; - color: #5f5f5f; - background-color: rgba(98, 98, 98, 0.81); -} - -#menu-search-entry, .notification StEntry, .menu #notification StEntry, .popup-menu #notification StEntry, #notification StEntry { - padding: 7px; - caret-size: 1px; - selection-background-color: #0860f2; - selected-color: white; - transition-duration: 300ms; - border-radius: 5px; - color: #dadada; - border: 2px solid transparent; - background-color: rgba(255, 255, 255, 0.05); -} - -#menu-search-entry:focus, .notification StEntry:focus, .menu #notification StEntry:focus, .popup-menu #notification StEntry:focus, #notification StEntry:focus, #menu-search-entry:hover, .notification StEntry:hover, .menu #notification StEntry:hover, .popup-menu #notification StEntry:hover, #notification StEntry:hover { - color: #dadada; - border: 2px solid rgba(104, 135, 205, 0.75); - background-color: rgba(255, 255, 255, 0.05); -} - -#menu-search-entry:insensitive, .notification StEntry:insensitive, .menu #notification StEntry:insensitive, .popup-menu #notification StEntry:insensitive, #notification StEntry:insensitive { - color: rgba(222, 222, 222, 0.35); - background-color: rgba(255, 255, 255, 0); -} - -#menu-search-entry StIcon.capslock-warning, .notification StEntry StIcon.capslock-warning, .menu #notification StEntry StIcon.capslock-warning, .popup-menu #notification StEntry StIcon.capslock-warning, #notification StEntry StIcon.capslock-warning { - icon-size: 16px; - warning-color: #F27835; - padding: 0 4px; -} - -StScrollView.vfade { - -st-vfade-offset: 0px; -} - -StScrollView.hfade { - -st-hfade-offset: 0px; -} - -StScrollBar { - padding: 8px; -} - -StScrollView StScrollBar { - min-width: 5px; - min-height: 5px; -} - -StScrollBar StBin#trough { - background-color: rgba(36, 36, 36, 0.1); - border-radius: 8px; -} - -StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { - border-radius: 2px; - background-color: #777777; - border: 0px solid; - margin: 0px; -} - -StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { - background-color: #666666; -} - -StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: #0860f2; -} - -.separator { - -gradient-height: 1px; - -gradient-start: rgba(0, 0, 0, 0); - -gradient-end: rgba(0, 0, 0, 0); - -margin-horizontal: 1.5em; - height: 1em; -} - -.popup-slider-menu-item, -.slider { - -slider-height: 4px; - -slider-background-color: rgba(255, 255, 255, 0.12); - -slider-border-color: rgba(0, 0, 0, 0); - -slider-active-background-color: #0860f2; - -slider-active-border-color: rgba(0, 0, 0, 0); - -slider-border-width: 0; - -slider-handle-radius: 4px; - height: 18px; - min-width: 15em; - border: 0 solid transparent; - border-right-width: 1px; - border-left-width: 5px; - color: transparent; -} - -.popup-menu-item:active .popup-slider-menu-item, .popup-menu-item:active .slider { - -slider-background-color: rgba(0, 0, 0, 0.2); - -slider-active-background-color: white; -} - -.check-box CinnamonGenericContainer { - spacing: .2em; - min-height: 30px; - padding-top: 2px; -} - -.check-box StLabel { - font-weight: normal; -} - -.check-box StBin { - width: 16px; - height: 16px; - background-image: url("assets/checkbox-unchecked.svg"); -} - -.check-box:focus StBin { - background-image: url("assets/checkbox-unchecked-focused.svg"); -} - -.check-box:checked StBin { - background-image: url("assets/checkbox-checked.svg"); -} - -.check-box:focus:checked StBin { - background-image: url("assets/checkbox-checked-focused.svg"); -} - -.radiobutton CinnamonGenericContainer { - spacing: .2em; - height: 26px; - padding-top: 2px; -} - -.radiobutton StLabel { - padding-top: 4px; - font-size: 0.9em; - box-shadow: none; -} - -.radiobutton StBin { - width: 16px; - height: 16px; - background-image: url("assets/checkbox-unchecked.svg"); -} - -.radiobutton:focus StBin { - background-image: url("assets/checkbox-unchecked-focused.svg"); -} - -.radiobutton:checked StBin { - background-image: url("assets/checkbox-checked.svg"); -} - -.radiobutton:focus:checked StBin { - background-image: url("assets/checkbox-checked-focused.svg"); -} - -.toggle-switch { - width: 50px; - height: 20px; - background-size: contain; - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch:checked { - background-image: url("assets/toggle-on.svg"); -} - -.popup-menu-item:active .toggle-switch { - background-image: url("assets/toggle-off.svg"); -} - -.popup-menu-item:active .toggle-switch:checked { - background-image: url("assets/toggle-on.svg"); -} - -.cinnamon-link { - color: #3484e2; - text-decoration: underline; -} - -.cinnamon-link:hover { - color: #619fe8; -} - -#Tooltip { - border-radius: 3px; - padding: 5px 12px; - background-color: #2a2a2a; - color: #dadada; - font-size: 1em; - font-weight: normal; - text-align: center; -} - -.menu, -.popup-menu, -.popup-combo-menu { - padding: 4px 4px 6px 4px; - color: #dedede; - border-image: url("assets/menu.svg") 15 15 15 15; -} - -.menu-arrow, -.popup-menu-arrow { - icon-size: 16px; -} - -.menu .popup-sub-menu, -.popup-menu .popup-sub-menu, -.popup-combo-menu .popup-sub-menu { - background-gradient-direction: none; - box-shadow: none; - border-image: url("assets/submenu.svg") 15 15 2 2; -} - -.menu .popup-sub-menu .popup-menu-item:ltr, -.popup-menu .popup-sub-menu .popup-menu-item:ltr, -.popup-combo-menu .popup-sub-menu .popup-menu-item:ltr { - padding-right: 8px; -} - -.menu .popup-sub-menu .popup-menu-item:rtl, -.popup-menu .popup-sub-menu .popup-menu-item:rtl, -.popup-combo-menu .popup-sub-menu .popup-menu-item:rtl { - padding-left: 8px; -} - -.menu .popup-sub-menu StScrollBar, -.popup-menu .popup-sub-menu StScrollBar, -.popup-combo-menu .popup-sub-menu StScrollBar { - padding: 4px; -} - -.menu .popup-sub-menu StScrollBar StBin#trough, .menu .popup-sub-menu StScrollBar StBin#vhandle, -.popup-menu .popup-sub-menu StScrollBar StBin#trough, -.popup-menu .popup-sub-menu StScrollBar StBin#vhandle, -.popup-combo-menu .popup-sub-menu StScrollBar StBin#trough, -.popup-combo-menu .popup-sub-menu StScrollBar StBin#vhandle { - border-width: 0; -} - -.menu .popup-menu-content, -.popup-menu .popup-menu-content, -.popup-combo-menu .popup-menu-content { - padding: 1em 0em 1em 0em; -} - -.menu .popup-menu-item, -.popup-menu .popup-menu-item, -.popup-combo-menu .popup-menu-item { - padding: .4em 1.75em; - spacing: 1em; -} - -.menu .popup-menu-item:active, -.popup-menu .popup-menu-item:active, -.popup-combo-menu .popup-menu-item:active { - color: white; - border-image: url("assets/menu-hover.svg") 15 15 2 2; -} - -.menu .popup-menu-item:insensitive, -.popup-menu .popup-menu-item:insensitive, -.popup-combo-menu .popup-menu-item:insensitive { - color: rgba(222, 222, 222, 0.5); - background: none; -} - -.menu .popup-inactive-menu-item, -.popup-menu .popup-inactive-menu-item, -.popup-combo-menu .popup-inactive-menu-item { - color: #dedede; -} - -.menu .popup-inactive-menu-item:insensitive, -.popup-menu .popup-inactive-menu-item:insensitive, -.popup-combo-menu .popup-inactive-menu-item:insensitive { - color: rgba(222, 222, 222, 0.35); -} - -.menu .popup-menu-item:active .popup-inactive-menu-item, -.popup-menu .popup-menu-item:active .popup-inactive-menu-item, -.popup-combo-menu .popup-menu-item:active .popup-inactive-menu-item { - color: white; -} - -.menu-icon, -.popup-menu-icon { - icon-size: 16px; -} - -.popup-menu-boxpointer { - -arrow-border-radius: 3px; - -arrow-background-color: rgba(0, 0, 0, 0); - -arrow-border-width: 0; - -arrow-border-color: rgba(0, 0, 0, 0); - -arrow-base: 0; - -arrow-rise: 0; - margin: 0.4em 0.5em 0.5em; - border-radius: 2px; -} - -.popup-combo-menu { - padding: 10px; -} - -.popup-combobox-item { - spacing: 1em; -} - -.popup-separator-menu-item { - -gradient-height: 2px; - -gradient-start: transparent; - -gradient-end: transparent; - -margin-horizontal: 1.5em; - height: 1px; - margin: 0; - padding: 0; - border-color: rgba(255, 255, 255, 0.12); - border-bottom-width: 1px; - border-bottom-style: solid; - background-color: transparent; -} - -.popup-alternating-menu-item:alternate { - font-weight: normal; -} - -.popup-device-menu-item { - spacing: .5em; -} - -.popup-subtitle-menu-item { - font-weight: normal; -} - -.nm-menu-item-icons { - spacing: .5em; -} - -#panel { - font-weight: bold; - height: 27px; - width: 32px; -} - -#panel:highlight { - border-image: none; - background-color: rgba(252, 65, 56, 0.5); -} - -#panelLeft { - spacing: 4px; -} - -#panelLeft:dnd { - background-gradient-direction: vertical; - background-gradient-start: rgba(255, 0, 0, 0.05); - background-gradient-end: rgba(255, 0, 0, 0.2); -} - -#panelLeft:ltr { - padding-right: 4px; -} - -#panelLeft:rtl { - padding-left: 4px; -} - -#panelLeft.vertical { - padding: 0; -} - -#panelLeft.vertical:ltr { - padding-right: 0px; -} - -#panelLeft.vertical:rtl { - padding-left: 0px; -} - -#panelRight:dnd { - background-gradient-direction: vertical; - background-gradient-start: rgba(0, 0, 255, 0.05); - background-gradient-end: rgba(0, 0, 255, 0.2); -} - -#panelRight:ltr { - padding-left: 4px; - spacing: 0px; -} - -#panelRight:rtl { - padding-right: 4px; - spacing: 0px; -} - -#panelRight.vertical { - padding: 0; -} - -#panelRight.vertical:ltr { - padding-right: 0px; -} - -#panelRight.vertical:rtl { - padding-left: 0px; -} - -#panelCenter { - spacing: 4px; -} - -#panelCenter:dnd { - background-gradient-direction: vertical; - background-gradient-start: rgba(0, 255, 0, 0.05); - background-gradient-end: rgba(0, 255, 0, 0.2); -} - -.panel-top, .panel-bottom, .panel-left, .panel-right { - color: white; - font-size: 1em; - padding: 0px; - background-color: rgba(0, 0, 0, 0.16); - box-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 16px rgba(0, 0, 0, 0.24); -} - -.panel-top .panel-button:hover, -.panel-top .panel-status-button:hover, .panel-bottom .panel-button:hover, -.panel-bottom .panel-status-button:hover, .panel-left .panel-button:hover, -.panel-left .panel-status-button:hover, .panel-right .panel-button:hover, -.panel-right .panel-status-button:hover { - color: #dedede; - background-color: rgba(222, 222, 222, 0.1); -} - -.panel-top .panel-button:active, -.panel-top .panel-status-button:active, .panel-bottom .panel-button:active, -.panel-bottom .panel-status-button:active, .panel-left .panel-button:active, -.panel-left .panel-status-button:active, .panel-right .panel-button:active, -.panel-right .panel-status-button:active { - color: white; - background-color: #0860f2; -} - -.panel-top { - border-bottom: 1px solid rgba(0, 0, 0, 0.22); -} - -.panel-bottom { - border-top: 1px solid rgba(0, 0, 0, 0.22); -} - -.panel-left { - border-right: 1px solid rgba(0, 0, 0, 0.22); -} - -.panel-right { - border-left: 1px solid rgba(0, 0, 0, 0.22); -} - -.panel-dummy { - background-color: rgba(252, 65, 56, 0.5); -} - -.panel-dummy:entered { - background-color: rgba(252, 65, 56, 0.6); -} - -.panel-status-button { - border-width: 0; - -natural-hpadding: 3px; - -minimum-hpadding: 3px; - font-weight: bold; - height: 22px; - color: white; -} - -.panel-button { - -natural-hpadding: 6px; - -minimum-hpadding: 2px; - font-weight: bold; - transition-duration: 100ms; - color: white; -} - -.system-status-icon { - icon-size: 16px; - padding: 0 1px; -} - -#overview { - spacing: 12px; -} - -.window-caption { - background-color: #2a2a2a; - border: 1px solid #2a2a2a; - color: #dadada; - spacing: 25px; - border-radius: 2px; - font-size: 9pt; - padding: 5px 8px; - -cinnamon-caption-spacing: 4px; -} - -#selected.window-caption { - background-color: #0860f2; - color: white; - border: 1px solid #0860f2; - spacing: 25px; -} - -.expo-workspaces-name-entry, -#selected.expo-workspaces-name-entry { - height: 15px; - border-radius: 2px; - font-size: 9pt; - padding: 5px 8px; - -cinnamon-caption-spacing: 4px; - color: #dadada; - background-color: rgba(98, 98, 98, 0.96); - box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); -} - -.expo-workspaces-name-entry:focus, -#selected.expo-workspaces-name-entry:focus { - border: 1px solid #0860f2; - background-color: #0860f2; - color: white; - font-style: italic; - transition-duration: 300; - selection-background-color: white; - selected-color: #0860f2; -} - -.expo-workspace-thumbnail-frame { - border: 4px solid rgba(255, 255, 255, 0); - background-color: rgba(255, 255, 255, 0); - border-radius: 2px; -} - -#active.expo-workspace-thumbnail-frame { - border: 4px solid #0860f2; - background-color: black; - border-radius: 2px; -} - -.expo-background { - background-color: #2a2a2a; -} - -.workspace-thumbnails { - spacing: 26px; -} - -.workspace-thumbnails-background, .workspace-thumbnails-background:rtl { - padding: 8px; -} - -.workspace-add-button { - background-image: url("assets/add-workspace.svg"); - height: 200px; - width: 35px; - transition-duration: 100; -} - -.workspace-add-button:hover { - background-image: url("assets/add-workspace-hover.svg"); - transition-duration: 100; -} - -.workspace-add-button:active { - background-image: url("assets/add-workspace-active.svg"); - transition-duration: 100; -} - -.workspace-overview-background-shade { - background-color: rgba(0, 0, 0, 0.5); -} - -.workspace-close-button, -.window-close { - background-image: url("assets/close.svg"); - background-size: 26px; - height: 26px; - width: 26px; - -cinnamon-close-overlap: 10px; -} - -.workspace-close-button:hover, -.window-close:hover { - background-image: url("assets/close-hover.svg"); - background-size: 26px; - height: 26px; - width: 26px; -} - -.workspace-close-button:active, -.window-close:active { - background-image: url("assets/close-active.svg"); - background-size: 26px; - height: 26px; - width: 26px; -} - -.workspace-thumbnail-indicator { - outline: 2px solid red; - border: 1px solid green; -} - -.window-close:rtl { - -st-background-image-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5); -} - -.window-close-area { - background-image: url("assets/trash-icon.svg"); - height: 120px; - width: 400px; -} - -.about-content { - width: 550px; - height: 250px; - spacing: 8px; - padding-bottom: 10px; -} - -.about-title { - font-size: 2em; - font-weight: bold; -} - -.about-uuid { - font-size: 10px; - color: #888; -} - -.about-icon { - padding-right: 20px; - padding-bottom: 14px; -} - -.about-scrollBox { - border: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 2px; - background-color: #242424; - padding: 4px; - padding-right: 0; - border-radius: 0; -} - -.about-scrollBox-innerBox { - padding: 1.2em; - spacing: 1.2em; -} - -.about-description { - padding-top: 4px; - padding-bottom: 16px; -} - -.about-version { - padding-left: 7px; - font-size: 10px; - color: #888; -} - -.calendar { - padding: .4em 1.75em; - spacing-rows: 0px; - spacing-columns: 0px; -} - -.calendar-month-label { - color: #dedede; - font-weight: bold; - margin: 0 2px; - padding: 2px; -} - -.calendar-change-month-back, -.calendar-change-month-forward { - width: 24px; - height: 24px; - margin: 0; - padding: 0; - border-radius: 100px; -} - -.calendar-change-month-back:focus, .calendar-change-month-back:hover, -.calendar-change-month-forward:focus, -.calendar-change-month-forward:hover { - background-color: rgba(222, 222, 222, 0.1); -} - -.calendar-change-month-back:active, -.calendar-change-month-forward:active { - background-color: rgba(222, 222, 222, 0.25); -} - -.calendar-change-month-back { - background-image: url("assets/calendar-arrow-left.svg"); -} - -.calendar-change-month-back:rtl { - background-image: url("assets/calendar-arrow-right.svg"); -} - -.calendar-change-month-forward { - background-image: url("assets/calendar-arrow-right.svg"); -} - -.calendar-change-month-forward:rtl { - background-image: url("assets/calendar-arrow-left.svg"); -} - -.datemenu-date-label { - padding: .4em 1.75em; - font-weight: bold; - text-align: center; - color: #dedede; - border-radius: 2px; -} - -.calendar-day-base { - font-size: 80%; - text-align: center; - width: 25px; - height: 25px; - padding: 0.1em; - margin: 2px; - border-radius: 12.5px; -} - -.calendar-day-heading { - color: rgba(222, 222, 222, 0.85); - margin-top: 1em; - font-size: 70%; -} - -.calendar-day { - border-width: 0; - color: rgba(222, 222, 222, 0.8); -} - -.calendar-day-top { - border-top-width: 0; -} - -.calendar-day-left { - border-left-width: 0; -} - -.calendar-nonwork-day { - color: #dedede; - background-color: transparent; - font-weight: bold; -} - -.calendar-today, -.calendar-today:active, -.calendar-today:focus, -.calendar-today:hover { - font-weight: bold; - color: white; - background-color: #0860f2; - border-width: 0; -} - -.calendar-other-month-day { - color: rgba(222, 222, 222, 0.3); - opacity: 1; -} - -.calendar-week-number { - color: rgba(222, 222, 222, 0.7); - font-size: 80%; -} - -#notification { - border-radius: 3px; - padding: 13px; - spacing-rows: 10px; - spacing-columns: 10px; - margin-from-right-edge-of-screen: 20px; - width: 34em; - color: #dadada; - background-color: #333333; -} - -#notification .notification-button, #notification .notification-icon-button { - padding: 5px; -} - -.menu #notification, .popup-menu #notification { - border: 1px solid rgba(255, 255, 255, 0.12); -} - -.menu #notification, .menu #notification.multi-line-notification, .popup-menu #notification, .popup-menu #notification.multi-line-notification { - color: #dadada; -} - -.menu #notification .notification-button, .menu #notification .notification-icon-button, .popup-menu #notification .notification-button, .popup-menu #notification .notification-icon-button { - padding: 5px; -} - -#notification.multi-line-notification { - padding-bottom: 13px; - color: #dadada; -} - -#notification-scrollview { - max-height: 10em; -} - -#notification-scrollview > .top-shadow, #notification-scrollview > .bottom-shadow { - height: 1em; -} - -#notification-scrollview:ltr > StScrollBar { - padding-left: 6px; -} - -#notification-scrollview:rtl > StScrollBar { - padding-right: 6px; -} - -#notification-body { - spacing: 5px; -} - -#notification-actions { - spacing: 10px; -} - -.notification-with-image { - min-height: 159px; - color: #dadada; -} - -.notification-button, .notification-icon-button { - padding: 5px; -} - -.notification-icon-button > StIcon { - icon-size: 36px; -} - -#altTabPopup { - padding: 8px; - spacing: 16px; -} - -.switcher-list { - color: #dadada; - background-color: #2a2a2a; - border: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 3px; - padding: 20px; -} - -.switcher-list > StBoxLayout { - padding: 4px; -} - -.switcher-list-item-container { - spacing: 8px; -} - -.switcher-list .item-box { - padding: 8px; - border-radius: 2px; -} - -.switcher-list .item-box:outlined { - padding: 8px; - border: 1px solid #0860f2; -} - -.switcher-list .item-box:selected { - color: white; - background-color: #0860f2; - border: 0px solid #0860f2; -} - -.switcher-list .thumbnail { - width: 256px; -} - -.switcher-list .thumbnail-box { - padding: 2px; - spacing: 4px; -} - -.switcher-list .separator { - width: 1px; - background: rgba(255, 255, 255, 0.2); -} - -.switcher-arrow { - border-color: rgba(0, 0, 0, 0); - color: #dadada; -} - -.switcher-arrow:highlighted { - border-color: rgba(0, 0, 0, 0); - color: white; -} - -.thumbnail-scroll-gradient-left { - background-color: rgba(0, 0, 0, 0); - border-radius: 24px; - border-radius-topright: 0px; - border-radius-bottomright: 0px; - width: 60px; -} - -.thumbnail-scroll-gradient-right { - background-color: rgba(0, 0, 0, 0); - border-radius: 24px; - border-radius-topleft: 0px; - border-radius-bottomleft: 0px; - width: 60px; -} - -.ripple-box { - width: 104px; - height: 104px; - background-image: url("assets/corner-ripple.svg"); - background-size: contain; -} - -.lightbox { - background-color: rgba(0, 0, 0, 0.4); -} - -.flashspot { - background-color: white; -} - -.modal-dialog { - color: #dadada; - background-color: rgba(34, 34, 34, 0.95); - border: 1px solid rgba(0, 0, 0, 0.65); - padding: 0 5px 6px 5px; - border-radius: 5px; - box-shadow: 0 3px 8px rgba(0, 0, 0, 0.75), 0 5px 18px rgba(0, 0, 0, 0.55); -} - -.modal-dialog > StBoxLayout:first-child { - padding: 20px 10px 10px 10px; -} - -.modal-dialog-button-box { - spacing: 0; - margin: 0; - padding: 14px 10px; - background-color: transparent; - border: none; -} - -.modal-dialog-button-box .modal-dialog-button { - padding-top: 0; - padding-bottom: 0; - height: 30px; -} - -.run-dialog { - padding: 0px 15px 10px 15px; - background-color: #333333; - border-radius: 5px; -} - -.run-dialog > * { - padding: 0; -} - -.run-dialog-label { - font-size: 0; - font-weight: bold; - color: #dadada; - padding-bottom: 0; -} - -.run-dialog-error-label { - color: #FC4138; -} - -.run-dialog-error-box { - padding-top: 15px; - spacing: 5px; -} - -.run-dialog-completion-box { - padding-left: 15px; - font-size: 10px; -} - -.run-dialog-entry { - width: 21em; - padding: 7px; - border-radius: 3px; - caret-color: #dadada; - selected-color: white; - selection-background-color: #0860f2; - color: #dadada; - background-color: rgba(98, 98, 98, 0.96); - box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); -} - -.run-dialog-entry:focus { - color: white; - background-color: #0860f2; - box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); -} - -.run-dialog .modal-dialog-button-box { - border: none; - box-shadow: none; - background: none; - background-gradient-direction: none; -} - -/* CinnamonMountOperation Dialogs */ -.cinnamon-mount-operation-icon { - icon-size: 48px; -} - -.mount-password-reask { - color: #F27835; -} - -.show-processes-dialog, -.mount-question-dialog { - spacing: 24px; -} - -.show-processes-dialog-subject, -.mount-question-dialog-subject { - padding-top: 10px; - padding-left: 17px; - padding-bottom: 6px; -} - -.show-processes-dialog-subject:rtl, -.mount-question-dialog-subject:rtl { - padding-left: 0px; - padding-right: 17px; -} - -.show-processes-dialog-description, -.mount-question-dialog-description { - padding-left: 17px; - width: 28em; -} - -.show-processes-dialog-description:rtl, -.mount-question-dialog-description:rtl { - padding-right: 17px; -} - -.show-processes-dialog-app-list { - max-height: 200px; - padding-top: 24px; - padding-left: 49px; - padding-right: 32px; -} - -.show-processes-dialog-app-list:rtl { - padding-right: 49px; - padding-left: 32px; -} - -.show-processes-dialog-app-list-item { - color: #ccc; -} - -.show-processes-dialog-app-list-item:hover { - color: white; -} - -.show-processes-dialog-app-list-item:ltr { - padding-right: 1em; -} - -.show-processes-dialog-app-list-item:rtl { - padding-left: 1em; -} - -.show-processes-dialog-app-list-item-icon:ltr { - padding-right: 17px; -} - -.show-processes-dialog-app-list-item-icon:rtl { - padding-left: 17px; -} - -.show-processes-dialog-app-list-item-name { - font-size: 1.1em; -} - -.magnifier-zoom-region { - border: 2px solid maroon; -} - -.magnifier-zoom-region .full-screen { - border-width: 0px; -} - -#keyboard { - background-color: #2a2a2a; - border-width: 0; - border-top-width: 1px; - border-color: rgba(0, 0, 0, 0.4); -} - -.keyboard-layout { - spacing: 10px; - padding: 10px; -} - -.keyboard-row { - spacing: 15px; -} - -.keyboard-key { - min-height: 2em; - min-width: 2em; - font-size: 14pt; - font-weight: bold; - border-radius: 3px; - box-shadow: none; - text-shadow: none; - color: #dadada; - background-color: rgba(98, 98, 98, 0.96); -} - -.keyboard-key:hover { - text-shadow: none; - color: #dadada; - background-color: #747474; -} - -.keyboard-key:active, .keyboard-key:checked { - text-shadow: none; - color: white; - background-color: #0860f2; -} - -.keyboard-key:grayed { - text-shadow: none; - color: #5f5f5f; - background-color: rgba(98, 98, 98, 0.81); -} - -.keyboard-subkeys { - color: #dadada; - padding: 5px; - -arrow-border-radius: 2px; - -arrow-background-color: #2a2a2a; - -arrow-border-width: 1px; - -arrow-border-color: rgba(0, 0, 0, 0.4); - -arrow-base: 20px; - -arrow-rise: 10px; - -boxpointer-gap: 5px; -} - -.menu-favorites-box { - margin: auto; - padding: 10px; - transition-duration: 300; - background-color: #333333; - border: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 3px; -} - -.menu-favorites-button { - padding: 10px; - border: 1px solid rgba(0, 0, 0, 0); - border-radius: 5px; -} - -.menu-favorites-button:hover { - text-shadow: none; - color: #f8f8f8; - border: 1px solid rgba(0, 0, 0, 0.15); - background-color: #6d6d6d; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.12); - border-radius: 5px; -} - -.menu-places-box { - margin: auto; - padding: 10px; - border: 1px solid rgba(0, 0, 0, 0); -} - -.menu-places-button { - padding: 10px; -} - -.menu-categories-box { - padding: 10px 30px 10px 30px; -} - -.menu-applications-inner-box, .menu-applications-outer-box { - padding: 10px 10px 0 10px; -} - -.menu-application-button { - padding: 6px; - border-radius: 2px; - border: none; -} - -.menu-application-button:highlighted { - font-weight: bold; -} - -.menu-application-button-selected { - text-shadow: none; - color: white; - background-color: #0860f2; - border: 1px solid rgba(0, 0, 0, 0.15); - padding: 6px; - border-radius: 2px; - border: none; -} - -.menu-application-button-selected:highlighted { - font-weight: bold; -} - -.menu-application-button-label:ltr { - padding-left: 5px; -} - -.menu-application-button-label:rtl { - padding-right: 5px; -} - -.menu StScrollView.menu-application-button { - padding: 0; - border-radius: 3px; - border: 1px solid rgba(255, 255, 255, 0.12); - background-color: #242424; -} - -.menu StScrollView.menu-application-button .popup-menu-item { - padding: 0; - spacing: 0; -} - -.menu StScrollView.menu-application-button .popup-menu-item:ltr { - padding-left: 7px; -} - -.menu StScrollView.menu-application-button .popup-menu-item:rtl { - padding-right: 7px; -} - -.menu StScrollView.menu-application-button .popup-menu-item:active { - border-image: none; - background-color: #0860f2; -} - -.menu StScrollView.menu-application-button .popup-menu-item StIcon { - min-width: 22px; -} - -.menu StScrollView.menu-application-button .popup-menu-item StLabel:ltr { - padding: 6px 0 7px 5px; -} - -.menu StScrollView.menu-application-button .popup-menu-item StLabel:rtl { - padding: 6px 5px 7px 0; -} - -.menu-category-button { - padding: 6px; - border: 1px solid rgba(0, 0, 0, 0); - border-radius: 5px; -} - -.menu-category-button-selected { - padding: 6px; - border: 1px solid rgba(0, 0, 0, 0.15); -} - -.menu-category-button-hover, .menu-category-button-selected { - text-shadow: none; - color: #f8f8f8; - border: 1px solid rgba(0, 0, 0, 0.15); - background-color: #6d6d6d; - box-shadow: inset 0 1px rgba(255, 255, 255, 0.12); - border-radius: 5px; -} - -.menu-category-button-greyed { - padding: 6px; - color: rgba(222, 222, 222, 0.35); - border: 1px solid rgba(0, 0, 0, 0); -} - -.menu-category-button-label:ltr { - padding-left: 5px; -} - -.menu-category-button-label:rtl { - padding-right: 5px; -} - -.menu-selected-app-box { - padding-right: 30px; - padding-left: 28px; - text-align: right; - height: 30px; -} - -.menu-selected-app-box:rtl { - padding-top: 10px; - height: 30px; -} - -.menu-selected-app-title { - font-weight: bold; -} - -.menu-selected-app-description { - max-width: 150px; -} - -.menu-search-box:ltr { - padding-left: 30px; -} - -.menu-search-box-rtl { - padding-right: 30px; -} - -#menu-search-entry { - width: 250px; - height: 15px; - font-weight: normal; - caret-color: #dedede; -} - -.menu-search-entry-icon { - icon-size: 1em; - color: #dedede; -} - -/* Context menu (at the moment only for favorites) */ -.info-osd { - text-align: center; - font-weight: bold; - spacing: 1em; - padding: 16px; - color: white; - background-color: rgba(0, 0, 0, 0.16); -} - -.osd-window { - text-align: center; - font-weight: bold; - spacing: 1em; - padding: 20px; - min-width: 64px; - min-height: 64px; - color: white; - border-radius: 0; - background-color: rgba(0, 0, 0, 0.16); - border: none; - border-image: url("assets/menu.svg") 15 15 15 15; -} - -.osd-window .osd-monitor-label { - font-size: 3em; -} - -.osd-window .level { - padding: 0; - height: 4px; - background-color: rgba(0, 0, 0, 0.35); - border-radius: 2px; - color: #0860f2; -} - -.osd-window .level-bar { - border-radius: 2px; - background-color: #0860f2; -} - -.window-list-box { - spacing: 0; -} - -.panel-bottom .window-list-box:ltr, .panel-top .window-list-box:ltr { - padding: 0 0 0 8px; -} - -.panel-bottom .window-list-box:rtl, .panel-top .window-list-box:rtl { - padding: 0 8px 0 0; -} - -.window-list-box.vertical { - padding: 6px 0 0 0; -} - -.window-list-box.vertical #appMenuIcon { - padding-top: 2px; -} - -.window-list-box:highlight { - background-color: rgba(252, 65, 56, 0.5); -} - -.window-list-item-label { - font-weight: normal; - width: 15em; - min-width: 5px; -} - -.window-list-item-box { - font-weight: normal; - background-image: none; - transition-duration: 100; - color: rgba(255, 255, 255, 0.9); - border: 0 solid transparent; -} - -.panel-bottom .window-list-item-box StLabel { - padding-left: 6px; -} - -.panel-top .window-list-item-box StLabel { - padding-left: 6px; -} - -.panel-left .window-list-item-box StLabel { - padding-top: 6px; -} - -.panel-right .window-list-item-box StLabel { - padding-top: 6px; -} - -.panel-top .window-list-item-box { - border-top-width: 2px; -} - -.panel-top .window-list-item-box StIcon, .panel-top .window-list-item-box StBin, .panel-top .window-list-item-box #appMenuIcon { - padding: 2px; - padding-top: 0; -} - -.panel-bottom .window-list-item-box { - border-bottom-width: 2px; -} - -.panel-bottom .window-list-item-box StIcon, .panel-bottom .window-list-item-box StBin, .panel-bottom .window-list-item-box #appMenuIcon { - padding: 2px; - padding-bottom: 0; -} - -.panel-left .window-list-item-box { - border-left-width: 2px; -} - -.panel-left .window-list-item-box StIcon, .panel-left .window-list-item-box StBin, .panel-left .window-list-item-box #appMenuIcon { - padding: 2px; - padding-left: 0; -} - -.panel-right .window-list-item-box { - border-right-width: 2px; -} - -.panel-right .window-list-item-box StIcon, .panel-right .window-list-item-box StBin, .panel-right .window-list-item-box #appMenuIcon { - padding: 2px; - padding-right: 0; -} - -.window-list-item-box:hover { - color: white; - border: 0 solid rgba(255, 255, 255, 0.5); - background-gradient-direction: none; -} - -.panel-top .window-list-item-box:hover { - border-top-width: 2px; -} - -.panel-bottom .window-list-item-box:hover { - border-bottom-width: 2px; -} - -.panel-left .window-list-item-box:hover { - border-left-width: 2px; -} - -.panel-right .window-list-item-box:hover { - border-right-width: 2px; -} - -.window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:running { - color: white; - border: 0 solid rgba(8, 96, 242, 0.35); - background-gradient-direction: none; -} - -.panel-top .window-list-item-box:active, .panel-top .window-list-item-box:checked, .panel-top .window-list-item-box:running { - border-top-width: 2px; -} - -.panel-bottom .window-list-item-box:active, .panel-bottom .window-list-item-box:checked, .panel-bottom .window-list-item-box:running { - border-bottom-width: 2px; -} - -.panel-left .window-list-item-box:active, .panel-left .window-list-item-box:checked, .panel-left .window-list-item-box:running { - border-left-width: 2px; -} - -.panel-right .window-list-item-box:active, .panel-right .window-list-item-box:checked, .panel-right .window-list-item-box:running { - border-right-width: 2px; -} - -.window-list-item-box:active:hover, .window-list-item-box:checked:hover, .window-list-item-box:running:hover { - border-color: rgba(8, 96, 242, 0.5); -} - -.window-list-item-box:focus { - color: white; - border: 0 solid #0860f2; - background-gradient-direction: none; -} - -.panel-top .window-list-item-box:focus { - border-top-width: 2px; -} - -.panel-bottom .window-list-item-box:focus { - border-bottom-width: 2px; -} - -.panel-left .window-list-item-box:focus { - border-left-width: 2px; -} - -.panel-right .window-list-item-box:focus { - border-right-width: 2px; -} - -.window-list-item-box.right, .window-list-item-box.left { - padding-left: 0px; - padding-right: 0px; -} - -.window-list-item-box .progress { - background-gradient-direction: vertical; - background-gradient-start: #0860f2; - background-gradient-end: #0860f2; - border-radius: 2px; - box-shadow: none; -} - -.window-list-item-demands-attention { - background-gradient-start: #F27835; - background-gradient-end: #F27835; -} - -.window-list-preview { - padding: 12px; - spacing: 8px; - border: none; - background-color: #242424; - border-radius: 5px; - color: #dedede; - box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35), 0 3px 12px rgba(0, 0, 0, 0.16); -} - -.grouped-window-list-thumbnail-label { - padding-left: 4px; -} - -.grouped-window-list-thumbnail-alert { - background-color: rgba(252, 65, 56, 0.5); -} - -.grouped-window-list-thumbnail-menu .item-box { - padding: 6px; - border-radius: 2px; - spacing: 4px; -} - -.grouped-window-list-thumbnail-menu .item-box:outlined { - padding: 2px; - border: 2px solid #0860f2; -} - -.grouped-window-list-thumbnail-menu .item-box:selected { - background-color: rgba(255, 255, 255, 0.33); -} - -.grouped-window-list-thumbnail-menu .thumbnail { - width: 256px; -} - -.grouped-window-list-thumbnail-menu .separator { - width: 1px; - background-color: rgba(255, 255, 255, 0.33); -} - -.grouped-window-list-number-label { - z-index: 99; - text-shadow: none; - font-size: 10px; - color: white; - padding: 0; -} - -.grouped-window-list-button-label { - padding-left: 4px; -} - -.grouped-window-list-badge { - border-radius: 256px; - background-color: #0860f2; -} - -.grouped-window-list-item-box { - font-weight: normal; - background-image: none; - transition-duration: 100; - color: rgba(255, 255, 255, 0.6); - border: 0 solid transparent; -} - -.grouped-window-list-item-box.top { - border-top-width: 2px; -} - -.grouped-window-list-item-box.top StIcon, .grouped-window-list-item-box.top StBin, .grouped-window-list-item-box.top #appMenuIcon { - padding: 2px; - padding-top: 0; -} - -.grouped-window-list-item-box.bottom { - border-bottom-width: 2px; -} - -.grouped-window-list-item-box.bottom StIcon, .grouped-window-list-item-box.bottom StBin, .grouped-window-list-item-box.bottom #appMenuIcon { - padding: 2px; - padding-bottom: 0; -} - -.grouped-window-list-item-box.left { - border-left-width: 2px; -} - -.grouped-window-list-item-box.left StIcon, .grouped-window-list-item-box.left StBin, .grouped-window-list-item-box.left #appMenuIcon { - padding: 2px; - padding-left: 0; -} - -.grouped-window-list-item-box.right { - border-right-width: 2px; -} - -.grouped-window-list-item-box.right StIcon, .grouped-window-list-item-box.right StBin, .grouped-window-list-item-box.right #appMenuIcon { - padding: 2px; - padding-right: 0; -} - -.grouped-window-list-item-box:hover { - color: white; - border: 0 solid rgba(255, 255, 255, 0.5); - background-gradient-direction: none; -} - -.panel-top .grouped-window-list-item-box:hover { - border-top-width: 2px; -} - -.panel-bottom .grouped-window-list-item-box:hover { - border-bottom-width: 2px; -} - -.panel-left .grouped-window-list-item-box:hover { - border-left-width: 2px; -} - -.panel-right .grouped-window-list-item-box:hover { - border-right-width: 2px; -} - -.grouped-window-list-item-box:active, .grouped-window-list-item-box:checked, .grouped-window-list-item-box:running { - color: white; - border: 0 solid rgba(8, 96, 242, 0.35); - background-gradient-direction: none; -} - -.panel-top .grouped-window-list-item-box:active, .panel-top .grouped-window-list-item-box:checked, .panel-top .grouped-window-list-item-box:running { - border-top-width: 2px; -} - -.panel-bottom .grouped-window-list-item-box:active, .panel-bottom .grouped-window-list-item-box:checked, .panel-bottom .grouped-window-list-item-box:running { - border-bottom-width: 2px; -} - -.panel-left .grouped-window-list-item-box:active, .panel-left .grouped-window-list-item-box:checked, .panel-left .grouped-window-list-item-box:running { - border-left-width: 2px; -} - -.panel-right .grouped-window-list-item-box:active, .panel-right .grouped-window-list-item-box:checked, .panel-right .grouped-window-list-item-box:running { - border-right-width: 2px; -} - -.grouped-window-list-item-box:active:hover, .grouped-window-list-item-box:checked:hover, .grouped-window-list-item-box:running:hover { - border-color: rgba(8, 96, 242, 0.5); -} - -.grouped-window-list-item-box:focus { - color: white; - border: 0 solid #0860f2; - background-gradient-direction: none; -} - -.panel-top .grouped-window-list-item-box:focus { - border-top-width: 2px; -} - -.panel-bottom .grouped-window-list-item-box:focus { - border-bottom-width: 2px; -} - -.panel-left .grouped-window-list-item-box:focus { - border-left-width: 2px; -} - -.panel-right .grouped-window-list-item-box:focus { - border-right-width: 2px; -} - -.grouped-window-list-item-box .progress { - background-gradient-direction: vertical; - background-gradient-start: #0860f2; - background-gradient-end: #0860f2; - border-radius: 2px; - box-shadow: none; -} - -.grouped-window-list-item-demands-attention { - background-gradient-start: #F27835; - background-gradient-end: #F27835; -} - -.sound-button { - width: 22px; - height: 13px; - padding: 8px; -} - -.sound-button-container { - padding-right: 3px; - padding-left: 3px; -} - -.sound-button StIcon { - icon-size: 1.4em; -} - -.sound-track-infos { - padding: 5px; -} - -.sound-track-info { - padding-top: 2px; - padding-bottom: 2px; -} - -.sound-track-info StIcon { - icon-size: 16px; -} - -.sound-track-info StLabel { - padding-left: 5px; - padding-right: 5px; -} - -.sound-track-box { - padding-left: 15px; - padding-right: 15px; - max-width: 220px; -} - -.sound-seek-box { - padding-left: 15px; -} - -.sound-seek-box StLabel { - padding-top: 2px; -} - -.sound-seek-box StIcon { - icon-size: 16px; -} - -.sound-seek-slider { - width: 140px; -} - -.sound-volume-menu-item { - padding: .4em 1.75em; -} - -.sound-volume-menu-item StIcon { - icon-size: 1.14em; - padding-left: 8px; - padding-right: 8px; -} - -.sound-playback-control { - padding: 5px 10px 10px 10px; -} - -.sound-player { - padding: 0 3px; -} - -.sound-player > StBoxLayout:first-child { - padding: 5px 10px 10px 10px; - spacing: 0.5em; -} - -.sound-player > StBoxLayout:first-child StButton:small { - width: 24px; - height: 24px; - border-radius: 100px; -} - -.sound-player > StBoxLayout:first-child StButton:small:hover { - background-color: rgba(222, 222, 222, 0.1); -} - -.sound-player > StBoxLayout:first-child StButton:small:active { - background-color: rgba(222, 222, 222, 0.25); -} - -.sound-player > StBoxLayout:first-child StButton:small StIcon { - icon-size: 16px; -} - -.sound-player-generic-coverart { - background: rgba(0, 0, 0, 0.2); -} - -.sound-player-overlay { - width: 290px; - height: 70px; - padding: 15px; - spacing: 0.5em; - background: rgba(29, 29, 29, 0.9); - border: 0px solid #161616; - border-bottom: 1px; - color: #dadada; -} - -.sound-player-overlay StButton { - width: 22px; - height: 16px; - padding: 6px; - margin: 0 2px; - color: #dadada; - border-radius: 3px; - border: none; -} - -.sound-player-overlay StButton StIcon { - icon-size: 16px; -} - -.sound-player-overlay StButton:hover { - text-shadow: none; - color: #dadada; - background-color: #747474; -} - -.sound-player-overlay StButton:active { - text-shadow: none; - color: white; - background-color: #0860f2; -} - -.sound-player-overlay StLabel { - padding: 0 6px; -} - -.sound-player-overlay StBoxLayout { - padding-top: 2px; -} - -.sound-player .slider { - height: 0.5em; - padding: 0; - border: 0px solid #161616; - border-bottom: 1px; - -slider-height: 0.5em; - -slider-background-color: #262626; - -slider-border-color: rgba(0, 0, 0, 0); - -slider-active-background-color: #0860f2; - -slider-active-border-color: rgba(0, 0, 0, 0); - -slider-border-width: 0px; - -slider-handle-radius: 0px; -} - -#workspaceSwitcher { - spacing: 0px; - padding: 3px; -} - -/* Controls the styling when using the "Simple buttons" option */ -.workspace-switcher { - padding-left: 3px; - padding-right: 3px; -} - -.workspace-button { - width: 20px; - height: 10px; - color: white; - padding: 3px; - padding-top: 4px; - transition-duration: 300; -} - -.workspace-button:outlined, .workspace-button:outlined:hover { - color: #0860f2; -} - -.workspace-button:hover { - color: #357ef8; -} - -/* Controls the style when using the "Visual representation" option */ -.workspace-graph { - padding: 3px; - spacing: 3px; -} - -.workspace-graph .workspace { - border: 1px solid rgba(0, 0, 0, 0.4); - background-gradient-direction: none; - background-color: rgba(0, 0, 0, 0.2); -} - -.workspace-graph .workspace:active { - border: 1px solid #0860f2; - background-gradient-direction: none; -} - -.workspace-graph .workspace .windows { - -active-window-background: rgba(38, 38, 38, 0.16); - -active-window-border: rgba(0, 0, 0, 0.8); - -inactive-window-background: rgba(38, 38, 38, 0.16); - -inactive-window-border: rgba(0, 0, 0, 0.8); -} - -.workspace-graph .workspace:active .windows { - -active-window-background: rgba(51, 51, 51, 0.16); - -active-window-border: rgba(0, 0, 0, 0.8); - -inactive-window-background: rgba(13, 13, 13, 0.16); - -inactive-window-border: rgba(0, 0, 0, 0.8); -} - -#panel-launchers-box { - padding: 0 6px; -} - -#panel-launchers-box.vertical { - padding: 3px 0; -} - -.panel-launcher { - padding: 2px; - transition-duration: 200ms; -} - -.panel-launcher:hover { - background-gradient-direction: none; - border: 0px solid #0860f2; -} - -.panel-bottom .panel-launcher:hover { - border-bottom-width: 2px; - padding-bottom: 0; -} - -.panel-top .panel-launcher:hover { - border-top-width: 2px; - padding-top: 0; -} - -.panel-left .panel-launcher:hover { - border-left-width: 2px; - padding-left: 0; -} - -.panel-right .panel-launcher:hover { - border-right-width: 2px; - padding-right: 0; -} - -.launcher { - padding: 2px; - spacing: 2px; - transition-duration: 0.2s; -} - -.launcher:hover { - border: 0 solid #0860f2; - background-gradient-direction: none; -} - -.panel-top .launcher:hover { - padding-top: 0; - border-top-width: 2px; -} - -.panel-bottom .launcher:hover { - padding-bottom: 0; - border-bottom-width: 2px; -} - -.panel-left .launcher:hover { - padding-left: 0; - border-left-width: 2px; -} - -.panel-right .launcher:hover { - padding-right: 0; - border-right-width: 2px; -} - -.launcher .icon-box { - padding: 0 2px; -} - -.launcher .icon-box.vertical { - padding: 2px 0; -} - -.applet-separator { - padding: 1px 4px; -} - -.applet-separator-line { - width: 1px; - background: rgba(255, 255, 255, 0.12); -} - -.applet-box { - padding-left: 3px; - padding-right: 3px; - color: white; - text-shadow: none; - transition-duration: 100; -} - -.applet-box.vertical { - padding: 3px 0; -} - -.applet-box:hover { - color: white; - background-color: rgba(255, 255, 255, 0.15); -} - -.applet-box:checked, .applet-box:checked:hover { - color: white; - background-color: #0860f2; -} - -.applet-box:highlight { - background-image: none; - border-image: none; - background-color: rgba(252, 65, 56, 0.5); -} - -.applet-label { - font-weight: bold; - color: white; -} - -.applet-box:checked .applet-label { - color: white; - text-shadow: none; -} - -.applet-icon { - color: white; - icon-size: 22px; -} - -.applet-box:checked .applet-icon { - color: white; - text-shadow: none; -} - -.user-icon { - width: 32px; - height: 32px; - background-color: transparent; - border: none; - border-radius: 0; -} - -.user-label { - color: #dedede; - font-size: 1em; - font-weight: bold; - margin: 0px; -} - -.desklet { - color: #dadada; -} - -.desklet:highlight { - background-color: rgba(252, 65, 56, 0.5); -} - -.desklet-with-borders { - color: #dadada; - background-color: #2a2a2a; - padding: 12px; - padding-bottom: 16px; -} - -.desklet-with-borders:highlight { - background-color: rgba(252, 65, 56, 0.5); -} - -.desklet-with-borders-and-header { - color: #dadada; - background-color: #2a2a2a; - border-radius: 6px; - border-radius-topleft: 0; - border-radius-topright: 0; - padding: 12px; - padding-bottom: 17px; -} - -.desklet-with-borders-and-header:highlight { - background-color: rgba(252, 65, 56, 0.5); -} - -.desklet-header { - color: #dadada; - background-color: #2a2a2a; - border-radius: 0; - border-radius-topleft: 6px; - border-radius-topright: 6px; - font-size: 1em; - padding: 12px; - padding-bottom: 6px; -} - -.desklet-drag-placeholder { - border: 2px solid #0860f2; - background-color: rgba(8, 96, 242, 0.3); -} - -.photoframe-box { - color: #dadada; - background-color: #2a2a2a; - padding: 12px; - padding-bottom: 16px; -} - -/*FIXME*/ -.workspace-osd { - /*color: red;*/ - text-shadow: black 5px 5px 5px; - font-weight: bold; - font-size: 48pt; -} - -.notification-applet-padding { - padding: .5em 1em; -} - -.notification-applet-container { - max-height: 100px; -} - -.tile-preview, .tile-preview.snap, -.tile-hud, .tile-hud.snap { - background-color: rgba(8, 96, 242, 0.3); - border: 1px solid #0860f2; -} - -.xkcd-box { - padding: 6px; - border: 0px; - background-color: rgba(0, 0, 0, 0); - border-radius: 0px; -} diff --git a/gtktheme/.themes/WhiteSur-dark/cinnamon/thumbnail.png b/gtktheme/.themes/WhiteSur-dark/cinnamon/thumbnail.png deleted file mode 100644 index cb8aea0..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/cinnamon/thumbnail.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/activities.svg b/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/activities.svg deleted file mode 100644 index 13dff87..0000000 --- a/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/activities.svg +++ /dev/null @@ -1,153 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" - 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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - inkscape:export-ydpi="90.000000" - inkscape:export-xdpi="90.000000" - width="24" - height="24" - id="svg11300" - sodipodi:version="0.32" - inkscape:version="0.92.2 (5c3e80d, 2017-08-06)" - sodipodi:docname="activities-active.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape" - version="1.0" - style="display:inline;enable-background:new"> - <sodipodi:namedview - stroke="#ef2929" - fill="#f57900" - id="base" - pagecolor="#bebebe" - bordercolor="#525252" - borderopacity="1" - inkscape:pageopacity="1" - inkscape:pageshadow="2" - inkscape:zoom="8" - inkscape:cx="19.066587" - inkscape:cy="5.92008" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:document-units="px" - inkscape:showpageshadow="true" - inkscape:window-width="1600" - inkscape:window-height="848" - inkscape:window-x="0" - inkscape:window-y="25" - width="400px" - height="300px" - inkscape:snap-nodes="true" - inkscape:snap-bbox="true" - gridtolerance="10000" - inkscape:object-nodes="true" - inkscape:snap-grids="true" - showguides="false" - inkscape:guide-bbox="true" - inkscape:window-maximized="1" - inkscape:bbox-nodes="true" - inkscape:bbox-paths="false" - inkscape:snap-bbox-edge-midpoints="false" - inkscape:snap-bbox-midpoints="false" - objecttolerance="10000" - guidetolerance="10000" - borderlayer="true" - showborder="true" - guidecolor="#ff0b00" - guideopacity="1" - guidehicolor="#001aff" - guidehiopacity="0.49803922"> - <inkscape:grid - type="xygrid" - id="grid3123" - empspacing="4" - visible="true" - enabled="true" - snapvisiblegridlinesonly="true" /> - <sodipodi:guide - position="12,12" - orientation="1,0" - id="guide4135" - inkscape:locked="false" /> - </sodipodi:namedview> - <defs - id="defs3"> - <linearGradient - id="selected_bg_color" - osb:paint="solid"> - <stop - style="stop-color:#5294e2;stop-opacity:1;" - offset="0" - id="stop4140" /> - </linearGradient> - </defs> - <metadata - id="metadata4"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:creator> - <cc:Agent> - <dc:title /> - </cc:Agent> - </dc:creator> - <dc:source /> - <cc:license - rdf:resource="" /> - <dc:title /> - <dc:subject> - <rdf:Bag /> - </dc:subject> - <dc:date /> - <dc:rights> - <cc:Agent> - <dc:title /> - </cc:Agent> - </dc:rights> - <dc:publisher> - <cc:Agent> - <dc:title /> - </cc:Agent> - </dc:publisher> - <dc:identifier /> - <dc:relation /> - <dc:language /> - <dc:coverage /> - <dc:description /> - <dc:contributor> - <cc:Agent> - <dc:title /> - </cc:Agent> - </dc:contributor> - </cc:Work> - <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> - <g - style="display:inline" - inkscape:groupmode="layer" - inkscape:label="Base" - id="layer1" - transform="translate(0,-276)"> - <path - d="m 14.650304,281.88776 c 0.620878,-0.77302 1.041834,-1.82329 0.92569,-2.88776 -0.894246,0.0375 -2.008404,0.62113 -2.653878,1.37165 -0.570167,0.66588 -1.076685,1.75428 -0.945499,2.78022 1.003541,0.0749 2.031336,-0.5078 2.673646,-1.26403 z m 2.262563,6.68786 c -0.02145,-2.2764 1.862638,-3.38167 1.947958,-3.43437 -1.065909,-1.55571 -2.718649,-1.76653 -3.301395,-1.78574 -1.388986,-0.14152 -2.73355,0.83455 -3.442114,0.83455 -0.721121,-1e-4 -1.810143,-0.81766 -2.9830046,-0.79441 -1.5117804,0.0226 -2.9274451,0.89797 -3.7024427,2.25353 -1.5954995,2.7706 -0.4060754,6.83989 1.1263547,9.07398 0.7676472,1.09975 1.6618734,2.32383 2.8347546,2.27546 1.147124,-0.0436 1.57477,-0.72834 2.961253,-0.72834 1.371964,0 1.773853,0.72834 2.970827,0.70491 1.231826,-0.0202 2.006542,-1.10173 2.747592,-2.20603 0.882569,-1.25975 1.238934,-2.49475 1.253154,-2.56053 -0.02746,-0.0102 -2.387701,-0.9078 -2.412937,-3.63301 z" - style="display:inline;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke-width:0.20028363;enable-background:new" - id="path121" - inkscape:connector-curvature="0" /> - </g> -</svg> diff --git a/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/background.jpg b/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/background.jpg deleted file mode 100644 index 24bd1e8..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/background.jpg and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/calendar-arrow-left.svg b/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/calendar-arrow-left.svg deleted file mode 100644 index ec8b478..0000000 --- a/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/calendar-arrow-left.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="#FFFFFF" opacity="0.7"> - <path d="m10 3v10l-5-5z"/> -</svg> diff --git a/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/calendar-arrow-right.svg b/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/calendar-arrow-right.svg deleted file mode 100644 index 6fc5556..0000000 --- a/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/calendar-arrow-right.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="#FFFFFF" opacity="0.7"> - <path d="m6 3v10l5-5z"/> -</svg> diff --git a/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/checkbox-off.svg b/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/checkbox-off.svg deleted file mode 100644 index 0c5e5a0..0000000 --- a/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/checkbox-off.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#FFFFFF" opacity="0.7"> - <path d="M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/> -</svg> diff --git a/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/checkbox.svg b/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/checkbox.svg deleted file mode 100644 index 6c0812b..0000000 --- a/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/checkbox.svg +++ /dev/null @@ -1,60 +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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - fill="#000000" - height="24" - viewBox="0 0 24 24" - width="24" - id="svg2" - version="1.1" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)" - sodipodi:docname="checkbox.svg"> - <metadata - id="metadata12"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs10" /> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="714" - id="namedview8" - showgrid="true" - inkscape:zoom="12.050278" - inkscape:cx="-16.694894" - inkscape:cy="3.1020107" - inkscape:window-x="0" - inkscape:window-y="28" - inkscape:window-maximized="1" - inkscape:current-layer="svg2"> - <inkscape:grid - type="xygrid" - id="grid4140" /> - </sodipodi:namedview> - <path - d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z" - id="path6" - style="fill:#315bef;fill-opacity:1" /> -</svg> diff --git a/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/close.svg b/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/close.svg deleted file mode 100644 index 984240c..0000000 --- a/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/close.svg +++ /dev/null @@ -1,3 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#FFFFFF" opacity="0.7"> - <path d="M 17,8.41 15.59,7 12,10.59 8.41,7 7,8.41 10.59,12 7,15.59 8.41,17 12,13.41 15.59,17 17,15.59 13.41,12 Z"/> -</svg> diff --git a/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/dash-placeholder.svg b/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/dash-placeholder.svg deleted file mode 100644 index 172156a..0000000 --- a/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/dash-placeholder.svg +++ /dev/null @@ -1,4 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#FFFFFF"> - <circle cx="12" cy="12" r="12" opacity="0.3"/> - <circle cx="12" cy="12" r="4"/> -</svg> diff --git a/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/more-results.svg b/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/more-results.svg deleted file mode 100644 index da52d53..0000000 --- a/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/more-results.svg +++ /dev/null @@ -1,73 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="16" - height="16" - viewBox="0 0 16 16" - id="svg2" - version="1.1" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)" - sodipodi:docname="more-results.svg"> - <defs - id="defs4" /> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="12.78125" - inkscape:cx="-2.7381005" - inkscape:cy="3.7903354" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - units="px" - inkscape:window-width="1366" - inkscape:window-height="714" - inkscape:window-x="0" - inkscape:window-y="28" - inkscape:window-maximized="1"> - <inkscape:grid - type="xygrid" - id="grid4136" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="layer1" - transform="translate(0,-1036.3622)"> - <circle - style="fill:#315bef;fill-opacity:1;stroke:none" - id="path4138" - cx="8" - cy="1044.3622" - r="8" /> - <path - style="fill:#ffffff;fill-opacity:1;stroke:none" - d="M 7 4 L 7 7 L 4 7 L 4 9 L 7 9 L 7 12 L 9 12 L 9 9 L 12 9 L 12 7 L 9 7 L 9 4 L 7 4 z " - transform="translate(0,1036.3622)" - id="rect4136" /> - </g> -</svg> diff --git a/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/noise-texture.svg b/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/noise-texture.svg deleted file mode 100644 index 8acc4de..0000000 --- a/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/noise-texture.svg +++ /dev/null @@ -1,78 +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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="1600" - height="900" - viewBox="0 0 1600 900" - version="1.1" - id="svg13" - sodipodi:docname="noise-texture.svg" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)"> - <metadata - id="metadata17"> - <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> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1366" - inkscape:window-height="714" - id="namedview15" - showgrid="false" - inkscape:zoom="0.26222222" - inkscape:cx="28.104465" - inkscape:cy="117.7106" - inkscape:window-x="0" - inkscape:window-y="28" - inkscape:window-maximized="1" - inkscape:current-layer="svg13" /> - <defs - id="defs9"> - <radialGradient - id="a" - gradientTransform="matrix(1 1 -1 1 0.5 -0.5)"> - <stop - stop-color="#455A64" - stop-opacity="0" - offset="0.25" - id="stop2" - style="stop-color:#222222;stop-opacity:0" /> - <stop - stop-color="#455A64" - stop-opacity="0.5" - offset="0.75" - id="stop4" - style="stop-color:#222222;stop-opacity:0.50196081" /> - <stop - stop-color="#455A64" - stop-opacity="1" - offset="1" - id="stop6" - style="stop-color:#222222;stop-opacity:1" /> - </radialGradient> - </defs> - <rect - width="1600" - height="900" - fill="url(#a)" - id="rect11" /> -</svg> diff --git a/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/startup.svg b/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/startup.svg deleted file mode 100644 index 0a95586..0000000 --- a/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/startup.svg +++ /dev/null @@ -1,721 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - xmlns:sketch="http://www.bohemiancoding.com/sketch/ns" - xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" - 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="48" - height="48" - id="svg5453" - version="1.1" - inkscape:version="0.92.4 (5da689c313, 2019-01-14)" - sodipodi:docname="yast-bootloader.svg" - inkscape:export-filename="/home/uri/Iconos de KDE/Breeze/apps/software/firefox.png" - inkscape:export-xdpi="1024" - inkscape:export-ydpi="1024"> - <defs - id="defs5455"> - <linearGradient - id="linearGradient910"> - <stop - offset="0" - style="stop-color:#bbb9b9;stop-opacity:1" - id="stop906" /> - <stop - offset="1" - style="stop-color:#f3f9f9;stop-opacity:1" - id="stop908" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - id="linearGradient4231"> - <stop - style="stop-color:#016ed4;stop-opacity:1" - offset="0" - id="stop4233" /> - <stop - style="stop-color:#00b1ff;stop-opacity:1" - offset="1" - id="stop4235" /> - </linearGradient> - <linearGradient - id="linearGradient4232"> - <stop - style="stop-color:#3889e9;stop-opacity:1" - offset="0" - id="stop4234-0" /> - <stop - style="stop-color:#5ea5fb;stop-opacity:1" - offset="1" - id="stop4236" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4232" - id="linearGradient3426" - x1="399.57144" - y1="545.79797" - x2="399.57144" - y2="517.79797" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4231" - id="linearGradient4237" - x1="-324.94363" - y1="649.7406" - x2="-328.20999" - y2="307.75275" - gradientUnits="userSpaceOnUse" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient910" - id="linearGradient4262" - gradientUnits="userSpaceOnUse" - x1="-326.59558" - y1="651.76007" - x2="-326.59558" - y2="304.86606" - gradientTransform="translate(1.796875e-6,-2.8320312e-6)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4231" - id="linearGradient4266" - gradientUnits="userSpaceOnUse" - x1="-324.94363" - y1="649.7406" - x2="-328.20999" - y2="307.75275" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4231" - id="linearGradient4270" - gradientUnits="userSpaceOnUse" - x1="-324.94363" - y1="649.7406" - x2="-328.20999" - y2="307.75275" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4231" - id="linearGradient4274" - gradientUnits="userSpaceOnUse" - x1="-324.94363" - y1="649.7406" - x2="-328.20999" - y2="307.75275" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4231" - id="linearGradient4278" - gradientUnits="userSpaceOnUse" - x1="-324.94363" - y1="649.7406" - x2="-328.20999" - y2="307.75275" /> - <linearGradient - osb:paint="gradient" - id="linearGradient4207"> - <stop - id="stop3371" - offset="0" - style="stop-color:#3498db;stop-opacity:1;" /> - <stop - id="stop3373" - offset="1" - style="stop-color:#3498db;stop-opacity:0;" /> - </linearGradient> - <style - type="text/css" - id="current-color-scheme">.ColorScheme-Text { - color:#31363b; - } - .ColorScheme-Background{ - color:#eff0f1; - } - .ColorScheme-ViewText { - color:#31363b; - } - .ColorScheme-ViewBackground{ - color:#fcfcfc; - } - .ColorScheme-ViewHover { - color:#3daee9; - } - .ColorScheme-ViewFocus{ - color:#3daee9; - } - .ColorScheme-ButtonText { - color:#31363b; - } - .ColorScheme-ButtonBackground{ - color:#eff0f1; - } - .ColorScheme-ButtonHover { - color:#3daee9; - } - .ColorScheme-ButtonFocus{ - color:#3daee9; - }</style> - <style - type="text/css" - id="current-color-scheme-8">.ColorScheme-Text { - color:#31363b; - } - .ColorScheme-Background{ - color:#eff0f1; - } - .ColorScheme-ViewText { - color:#31363b; - } - .ColorScheme-ViewBackground{ - color:#fcfcfc; - } - .ColorScheme-ViewHover { - color:#3daee9; - } - .ColorScheme-ViewFocus{ - color:#3daee9; - } - .ColorScheme-ButtonText { - color:#31363b; - } - .ColorScheme-ButtonBackground{ - color:#eff0f1; - } - .ColorScheme-ButtonHover { - color:#3daee9; - } - .ColorScheme-ButtonFocus{ - color:#3daee9; - }</style> - <style - type="text/css" - id="current-color-scheme-7">.ColorScheme-Text { - color:#31363b; - } - .ColorScheme-Background{ - color:#eff0f1; - } - .ColorScheme-ViewText { - color:#31363b; - } - .ColorScheme-ViewBackground{ - color:#fcfcfc; - } - .ColorScheme-ViewHover { - color:#3daee9; - } - .ColorScheme-ViewFocus{ - color:#3daee9; - } - .ColorScheme-ButtonText { - color:#31363b; - } - .ColorScheme-ButtonBackground{ - color:#eff0f1; - } - .ColorScheme-ButtonHover { - color:#3daee9; - } - .ColorScheme-ButtonFocus{ - color:#3daee9; - }</style> - <style - type="text/css" - id="current-color-scheme-0">.ColorScheme-Text { - color:#31363b; - } - .ColorScheme-Background{ - color:#eff0f1; - } - .ColorScheme-ViewText { - color:#31363b; - } - .ColorScheme-ViewBackground{ - color:#fcfcfc; - } - .ColorScheme-ViewHover { - color:#3daee9; - } - .ColorScheme-ViewFocus{ - color:#3daee9; - } - .ColorScheme-ButtonText { - color:#31363b; - } - .ColorScheme-ButtonBackground{ - color:#eff0f1; - } - .ColorScheme-ButtonHover { - color:#3daee9; - } - .ColorScheme-ButtonFocus{ - color:#3daee9; - }</style> - <style - type="text/css" - id="current-color-scheme-8-6">.ColorScheme-Text { - color:#31363b; - } - .ColorScheme-Background{ - color:#eff0f1; - } - .ColorScheme-ViewText { - color:#31363b; - } - .ColorScheme-ViewBackground{ - color:#fcfcfc; - } - .ColorScheme-ViewHover { - color:#3daee9; - } - .ColorScheme-ViewFocus{ - color:#3daee9; - } - .ColorScheme-ButtonText { - color:#31363b; - } - .ColorScheme-ButtonBackground{ - color:#eff0f1; - } - .ColorScheme-ButtonHover { - color:#3daee9; - } - .ColorScheme-ButtonFocus{ - color:#3daee9; - }</style> - <style - type="text/css" - id="current-color-scheme-7-6">.ColorScheme-Text { - color:#31363b; - } - .ColorScheme-Background{ - color:#eff0f1; - } - .ColorScheme-ViewText { - color:#31363b; - } - .ColorScheme-ViewBackground{ - color:#fcfcfc; - } - .ColorScheme-ViewHover { - color:#3daee9; - } - .ColorScheme-ViewFocus{ - color:#3daee9; - } - .ColorScheme-ButtonText { - color:#31363b; - } - .ColorScheme-ButtonBackground{ - color:#eff0f1; - } - .ColorScheme-ButtonHover { - color:#3daee9; - } - .ColorScheme-ButtonFocus{ - color:#3daee9; - }</style> - <style - type="text/css" - id="current-color-scheme-4">.ColorScheme-Text { - color:#31363b; - } - .ColorScheme-Background{ - color:#eff0f1; - } - .ColorScheme-ViewText { - color:#31363b; - } - .ColorScheme-ViewBackground{ - color:#fcfcfc; - } - .ColorScheme-ViewHover { - color:#3daee9; - } - .ColorScheme-ViewFocus{ - color:#3daee9; - } - .ColorScheme-ButtonText { - color:#31363b; - } - .ColorScheme-ButtonBackground{ - color:#eff0f1; - } - .ColorScheme-ButtonHover { - color:#3daee9; - } - .ColorScheme-ButtonFocus{ - color:#3daee9; - }</style> - <style - type="text/css" - id="current-color-scheme-8-0">.ColorScheme-Text { - color:#31363b; - } - .ColorScheme-Background{ - color:#eff0f1; - } - .ColorScheme-ViewText { - color:#31363b; - } - .ColorScheme-ViewBackground{ - color:#fcfcfc; - } - .ColorScheme-ViewHover { - color:#3daee9; - } - .ColorScheme-ViewFocus{ - color:#3daee9; - } - .ColorScheme-ButtonText { - color:#31363b; - } - .ColorScheme-ButtonBackground{ - color:#eff0f1; - } - .ColorScheme-ButtonHover { - color:#3daee9; - } - .ColorScheme-ButtonFocus{ - color:#3daee9; - }</style> - <style - type="text/css" - id="current-color-scheme-7-7">.ColorScheme-Text { - color:#31363b; - } - .ColorScheme-Background{ - color:#eff0f1; - } - .ColorScheme-ViewText { - color:#31363b; - } - .ColorScheme-ViewBackground{ - color:#fcfcfc; - } - .ColorScheme-ViewHover { - color:#3daee9; - } - .ColorScheme-ViewFocus{ - color:#3daee9; - } - .ColorScheme-ButtonText { - color:#31363b; - } - .ColorScheme-ButtonBackground{ - color:#eff0f1; - } - .ColorScheme-ButtonHover { - color:#3daee9; - } - .ColorScheme-ButtonFocus{ - color:#3daee9; - }</style> - <linearGradient - id="linearGradient8467-7-3"> - <stop - id="stop8469-4-0" - style="stop-color:#787777;stop-opacity:1" - offset="0" /> - <stop - id="stop8471-7-5" - style="stop-color:#cde2e9;stop-opacity:1" - offset="1" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient8467-7-3" - id="linearGradient898" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(0.90041913,0,0,0.90041913,-32.452143,47.674009)" - x1="-326.59558" - y1="651.76007" - x2="-326.59558" - y2="304.86606" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="#5a5a5a" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:zoom="3.6983484" - inkscape:cx="24.65967" - inkscape:cy="47.259031" - inkscape:document-units="px" - inkscape:current-layer="g4222" - showgrid="false" - fit-margin-top="0" - fit-margin-left="0" - fit-margin-right="0" - fit-margin-bottom="0" - inkscape:window-width="1366" - inkscape:window-height="710" - inkscape:window-x="0" - inkscape:window-y="28" - inkscape:window-maximized="1" - inkscape:showpageshadow="false" - borderlayer="true" - showguides="false" - inkscape:guide-bbox="true" - showborder="false" - inkscape:snap-bbox="true" - inkscape:snap-bbox-edge-midpoints="true" - inkscape:bbox-nodes="true"> - <inkscape:grid - type="xygrid" - id="grid4063" /> - <sodipodi:guide - position="1.1650391e-05,47.999996" - orientation="4,0" - id="guide4146" - inkscape:locked="false" /> - <sodipodi:guide - position="20,43.999996" - orientation="0,48" - id="guide4148" - inkscape:locked="false" /> - <sodipodi:guide - position="48.000012,31" - orientation="-4,0" - id="guide4150" - inkscape:locked="false" /> - <sodipodi:guide - position="60,-10" - orientation="0,-48" - id="guide4152" - inkscape:locked="false" /> - <sodipodi:guide - position="1.1650391e-05,4.0000264" - orientation="4,0" - id="guide4154" - inkscape:locked="false" /> - <sodipodi:guide - position="2,44" - orientation="0,48" - id="guide4156" - inkscape:locked="false" /> - <sodipodi:guide - position="48.000012,2.6367188e-05" - orientation="-4,0" - id="guide4158" - inkscape:locked="false" /> - <sodipodi:guide - position="-10,2.6367188e-05" - orientation="0,-48" - id="guide4160" - inkscape:locked="false" /> - <sodipodi:guide - position="48.000012,48.000026" - orientation="0,-4" - id="guide4162" - inkscape:locked="false" /> - <sodipodi:guide - position="44.000012,48.000026" - orientation="48,0" - id="guide4164" - inkscape:locked="false" /> - <sodipodi:guide - position="44.000012,2.6367188e-05" - orientation="0,4" - id="guide4166" - inkscape:locked="false" /> - <sodipodi:guide - position="48.000012,2.6367188e-05" - orientation="-48,0" - id="guide4168" - inkscape:locked="false" /> - <sodipodi:guide - position="4.0000422,48.000026" - orientation="0,-4" - id="guide4170" - inkscape:locked="false" /> - <sodipodi:guide - position="4.2167969e-05,48.000026" - orientation="48,0" - id="guide4172" - inkscape:locked="false" /> - <sodipodi:guide - position="4.2167969e-05,2.6367188e-05" - orientation="0,4" - id="guide4174" - inkscape:locked="false" /> - <sodipodi:guide - position="4.0000117,22" - orientation="-48,0" - id="guide4176" - inkscape:locked="false" /> - <sodipodi:guide - position="70,4.0000264" - orientation="0,8" - id="guide4155" - inkscape:locked="false" /> - <sodipodi:guide - position="28.000012,43.999996" - orientation="0,-8" - id="guide4159" - inkscape:locked="false" /> - <sodipodi:guide - position="4.0000117,24.000026" - orientation="20,0" - id="guide4205" - inkscape:locked="false" /> - <sodipodi:guide - position="4.0000117,4.0000264" - orientation="0,20" - id="guide4207" - inkscape:locked="false" /> - <sodipodi:guide - position="25,30" - orientation="-20,0" - id="guide4209" - inkscape:locked="false" /> - <sodipodi:guide - position="65,20" - orientation="0,-20" - id="guide4211" - inkscape:locked="false" /> - <sodipodi:guide - position="45,2.6367188e-05" - orientation="0,1" - id="guide4243" - inkscape:locked="false" /> - </sodipodi:namedview> - <metadata - id="metadata5458"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:label="Capa 1" - inkscape:groupmode="layer" - id="layer1" - transform="translate(-384.57143,-499.798)"> - <g - id="g4207" - transform="matrix(0.09021051,0,0,0.09021051,438.33618,482.07658)"> - <g - id="g4571" - transform="matrix(1.2040873,0,0,1.2040873,-42.995416,-139.03817)"> - <g - transform="matrix(9.206295,0,0,9.206295,-4262.7466,-3635.204)" - id="layer1-5" - inkscape:label="Capa 1"> - <g - transform="matrix(0.09021051,0,0,0.09021051,438.33618,482.07658)" - id="g4207-8"> - <g - transform="matrix(1.2040873,0,0,1.2040873,63.520816,-89.411289)" - id="g4571-5"> - <g - transform="matrix(15.075,0,0,15.075,-6218.9215,-8263.6188)" - id="layer1-9" - inkscape:label="Capa 1"> - <circle - style="opacity:1;fill:url(#linearGradient3426);fill-opacity:1;stroke:none;stroke-width:4;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="ellipse4233" - cx="400.57138" - cy="531.79791" - r="0" /> - </g> - </g> - </g> - </g> - <g - style="display:inline" - transform="matrix(9.206295,0,0,9.206295,-4388.4576,-4368.3795)" - id="layer1-4" - inkscape:label="Capa 1" /> - <g - id="g5299" - transform="translate(-14.073535,-2.0105049)"> - <g - id="g4724" - transform="matrix(0.95946374,0,0,0.95946374,-17.710787,32.814237)"> - <g - transform="translate(107.06922,39.919379)" - id="g6482"> - <g - id="g4224" - transform="translate(2.9510586e-6,-0.87876417)"> - <g - transform="matrix(0.94824246,0,0,0.94824246,-4.6469261,6.8243876)" - id="g5856" /> - <g - id="g4222" - transform="matrix(1.051075,0,0,1.051075,16.460236,-22.650073)"> - <g - id="g4235" - transform="matrix(1.2631853,0,0,1.2631853,90.227386,-154.96066)" - style="fill:url(#linearGradient4237);fill-opacity:1;stroke:none;stroke-width:15.27018261;stroke-miterlimit:4;stroke-dasharray:none"> - <circle - r="173.44701" - cy="478.74667" - cx="-325.88733" - id="path4217" - style="opacity:1;fill:url(#linearGradient4262);fill-opacity:1;stroke:none;stroke-width:15.44461155;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - <g - style="fill:url(#linearGradient4278);fill-opacity:1;stroke:none;stroke-width:1.73581481;stroke-miterlimit:4;stroke-dasharray:none" - inkscape:label="Capa 1" - id="layer1-14" - transform="matrix(8.7971266,0,0,8.7971266,-3865.8704,-4050.7977)"> - <g - style="fill:url(#linearGradient4270);fill-opacity:1;stroke:none;stroke-width:1.03436923;stroke-miterlimit:4;stroke-dasharray:none" - transform="matrix(1.6781385,0,0,1.6781385,-263.91891,-368.65033)" - id="layer1-1" - inkscape:label="Capa 1"> - <path - cx="396.61932" - cy="526.61151" - r="13.407713" - id="path4693" - style="opacity:1;fill:url(#linearGradient4266);fill-opacity:1;stroke:none;stroke-width:1.03436923;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - inkscape:connector-curvature="0" - d="" /> - </g> - <g - transform="matrix(1.0907255,0,0,1.0907255,-87.783225,-57.81163)" - id="layer1-8" - inkscape:label="Capa 1" - style="fill:url(#linearGradient4274);fill-opacity:1;stroke:none;stroke-width:1.59143138;stroke-miterlimit:4;stroke-dasharray:none" /> - </g> - <circle - style="opacity:1;fill:url(#linearGradient898);fill-opacity:1;stroke:none;stroke-width:15.4446106;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="circle896" - cx="-325.88733" - cy="478.74667" - r="156.175" /> - </g> - <path - style="fill:#484d4f;fill-opacity:1" - inkscape:connector-curvature="0" - sketch:type="MSShapeGroup" - id="Rocket-3" - d="m -284.08921,495.57931 -10.99656,39.61305 c -0.12974,0.47483 -0.40651,0.89337 -0.77843,1.20958 l -33.81221,28.17546 c -0.44111,0.36327 -0.98082,0.55528 -1.5361,0.55528 -0.24217,0 -0.46705,-0.0346 -0.70058,-0.10725 -0.77842,-0.23958 -1.37781,-0.85022 -1.60442,-1.62847 l -11.61411,-39.99775 c -8.46321,0.34164 -15.93178,-1.59854 -22.07788,-5.82998 l -15.39034,12.6687 c -0.97649,0.7992 -2.39669,0.71789 -3.27112,-0.20066 l -11.4273,-12.0489 c -0.4411,-0.46619 -0.67464,-1.09421 -0.65734,-1.74385 0,-0.64522 0.30273,-1.25663 0.77843,-1.69255 l 15.23639,-14.00224 c -1.30084,-3.5561 -3.63437,-12.41649 -1.16071,-25.89726 l -39.15654,-14.32702 c -0.76113,-0.27764 -1.33111,-0.92321 -1.51448,-1.71391 -0.19027,-0.79054 0,-1.61991 0.60545,-2.20978 l 30.31881,-31.9196 c 0.35462,-0.37192 0.81302,-0.62015 1.31814,-0.71356 l 39.93669,-7.15503 c 7.51613,-8.70644 16.26045,-17.51553 25.99769,-26.20068 56.07346,-49.99932 99.90574,-57.46209 121.04085,-57.46209 6.95654,0 10.79158,0.84589 10.95332,0.88049 0.95141,0.21363 1.67621,0.98307 1.84314,1.94476 0.42381,2.48759 9.5461,61.76186 -67.43241,138.89795 -0.1038,0.0986 -10.42053,10.12126 -24.89319,20.90505 l 0,0 z m -3.63871,-43.11794 c 13.39411,0 24.24882,-10.87772 24.24882,-24.29864 0,-13.42093 -10.85471,-24.29873 -24.24882,-24.29873 -13.39325,0 -24.24883,10.8778 -24.24883,24.29873 0,13.42092 10.85558,24.29864 24.24883,24.29864 z m -91.27127,86.92402 c 0.51895,-0.5129 1.27489,-0.71788 1.98758,-0.54316 0.70923,0.17557 1.28354,0.70057 1.5136,1.39337 l 5.51558,16.41709 c 0.26813,0.78621 0.0865,1.65415 -0.5449,2.22681 l -26.15597,25.05104 c -0.39787,0.38056 -0.92547,0.59419 -1.47555,0.59419 l -22.04847,0 c -0.8701,0 -1.65026,-0.53019 -1.97893,-1.33361 -0.32001,-0.80784 -0.12973,-1.73104 0.49301,-2.33796 l 42.69319,-41.46803 z m -29.21,-13.38676 c 0.40651,-0.42294 0.96352,-1.31217 1.54388,-1.31217 l 0.0864,0 c 0.60545,0 1.16505,0.93178 1.55685,1.38915 l 9.48211,11.64282 c 0.72653,0.84243 0.68328,2.09864 -0.0864,2.89359 l -42.26246,43.27605 c -0.39786,0.40997 -0.95141,0.6409 -1.52225,0.6409 l -6.9868,0 -2.13289,0 c -1.17716,0 -2.13289,-0.95737 -2.13289,-2.13712 l 0,-10.23232 c 0,-0.54749 0.21623,-1.40195 0.58814,-1.79946 l 41.89919,-44.3617 z m -41.84383,5.26579 30.5359,-29.8252 c 0.70923,-0.69713 1.80421,-0.80351 2.62762,-0.27332 l 12.50238,7.93285 c 0.55354,0.35029 0.90817,0.92753 0.97649,1.57294 0.0865,0.64523 -0.15568,1.2908 -0.62274,1.74817 l -43.03827,42.77596 c -0.40652,0.40564 -0.95574,0.62015 -1.50583,0.62015 -0.27678,0 -0.55354,-0.0519 -0.82167,-0.16693 -0.78707,-0.32867 -1.30516,-1.10701 -1.30516,-1.97038 l 0,-20.88792 c 0,-0.57257 0.23352,-1.12837 0.64004,-1.52588 z" /> - </g> - </g> - </g> - </g> - </g> - </g> - </g> - </g> -</svg> diff --git a/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/startup@2.svg b/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/startup@2.svg deleted file mode 100644 index ee23adf..0000000 --- a/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/startup@2.svg +++ /dev/null @@ -1,326 +0,0 @@ -<svg width="96" height="96" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" xmlns:xlink="http://www.w3.org/1999/xlink"> - <defs> - <linearGradient id="linearGradient4231"> - <stop stop-color="#016ed4" offset="0"/> - <stop stop-color="#00b1ff" offset="1"/> - </linearGradient> - <linearGradient id="linearGradient3426" x1="399.57" x2="399.57" y1="545.8" y2="517.8" gradientUnits="userSpaceOnUse"> - <stop stop-color="#3889e9" offset="0"/> - <stop stop-color="#5ea5fb" offset="1"/> - </linearGradient> - <linearGradient id="linearGradient4237" x1="-324.94" x2="-328.21" y1="649.74" y2="307.75" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient4231"/> - <linearGradient id="linearGradient4262" x1="-326.6" x2="-326.6" y1="651.76" y2="304.87" gradientTransform="translate(1.7969e-6 -2.832e-6)" gradientUnits="userSpaceOnUse"> - <stop stop-color="#bbb9b9" offset="0"/> - <stop stop-color="#f3f9f9" offset="1"/> - </linearGradient> - <style id="current-color-scheme" type="text/css">.ColorScheme-Text { - color:#31363b; - } - .ColorScheme-Background{ - color:#eff0f1; - } - .ColorScheme-ViewText { - color:#31363b; - } - .ColorScheme-ViewBackground{ - color:#fcfcfc; - } - .ColorScheme-ViewHover { - color:#3daee9; - } - .ColorScheme-ViewFocus{ - color:#3daee9; - } - .ColorScheme-ButtonText { - color:#31363b; - } - .ColorScheme-ButtonBackground{ - color:#eff0f1; - } - .ColorScheme-ButtonHover { - color:#3daee9; - } - .ColorScheme-ButtonFocus{ - color:#3daee9; - }</style> - <style type="text/css">.ColorScheme-Text { - color:#31363b; - } - .ColorScheme-Background{ - color:#eff0f1; - } - .ColorScheme-ViewText { - color:#31363b; - } - .ColorScheme-ViewBackground{ - color:#fcfcfc; - } - .ColorScheme-ViewHover { - color:#3daee9; - } - .ColorScheme-ViewFocus{ - color:#3daee9; - } - .ColorScheme-ButtonText { - color:#31363b; - } - .ColorScheme-ButtonBackground{ - color:#eff0f1; - } - .ColorScheme-ButtonHover { - color:#3daee9; - } - .ColorScheme-ButtonFocus{ - color:#3daee9; - }</style> - <style type="text/css">.ColorScheme-Text { - color:#31363b; - } - .ColorScheme-Background{ - color:#eff0f1; - } - .ColorScheme-ViewText { - color:#31363b; - } - .ColorScheme-ViewBackground{ - color:#fcfcfc; - } - .ColorScheme-ViewHover { - color:#3daee9; - } - .ColorScheme-ViewFocus{ - color:#3daee9; - } - .ColorScheme-ButtonText { - color:#31363b; - } - .ColorScheme-ButtonBackground{ - color:#eff0f1; - } - .ColorScheme-ButtonHover { - color:#3daee9; - } - .ColorScheme-ButtonFocus{ - color:#3daee9; - }</style> - <style type="text/css">.ColorScheme-Text { - color:#31363b; - } - .ColorScheme-Background{ - color:#eff0f1; - } - .ColorScheme-ViewText { - color:#31363b; - } - .ColorScheme-ViewBackground{ - color:#fcfcfc; - } - .ColorScheme-ViewHover { - color:#3daee9; - } - .ColorScheme-ViewFocus{ - color:#3daee9; - } - .ColorScheme-ButtonText { - color:#31363b; - } - .ColorScheme-ButtonBackground{ - color:#eff0f1; - } - .ColorScheme-ButtonHover { - color:#3daee9; - } - .ColorScheme-ButtonFocus{ - color:#3daee9; - }</style> - <style type="text/css">.ColorScheme-Text { - color:#31363b; - } - .ColorScheme-Background{ - color:#eff0f1; - } - .ColorScheme-ViewText { - color:#31363b; - } - .ColorScheme-ViewBackground{ - color:#fcfcfc; - } - .ColorScheme-ViewHover { - color:#3daee9; - } - .ColorScheme-ViewFocus{ - color:#3daee9; - } - .ColorScheme-ButtonText { - color:#31363b; - } - .ColorScheme-ButtonBackground{ - color:#eff0f1; - } - .ColorScheme-ButtonHover { - color:#3daee9; - } - .ColorScheme-ButtonFocus{ - color:#3daee9; - }</style> - <style type="text/css">.ColorScheme-Text { - color:#31363b; - } - .ColorScheme-Background{ - color:#eff0f1; - } - .ColorScheme-ViewText { - color:#31363b; - } - .ColorScheme-ViewBackground{ - color:#fcfcfc; - } - .ColorScheme-ViewHover { - color:#3daee9; - } - .ColorScheme-ViewFocus{ - color:#3daee9; - } - .ColorScheme-ButtonText { - color:#31363b; - } - .ColorScheme-ButtonBackground{ - color:#eff0f1; - } - .ColorScheme-ButtonHover { - color:#3daee9; - } - .ColorScheme-ButtonFocus{ - color:#3daee9; - }</style> - <style type="text/css">.ColorScheme-Text { - color:#31363b; - } - .ColorScheme-Background{ - color:#eff0f1; - } - .ColorScheme-ViewText { - color:#31363b; - } - .ColorScheme-ViewBackground{ - color:#fcfcfc; - } - .ColorScheme-ViewHover { - color:#3daee9; - } - .ColorScheme-ViewFocus{ - color:#3daee9; - } - .ColorScheme-ButtonText { - color:#31363b; - } - .ColorScheme-ButtonBackground{ - color:#eff0f1; - } - .ColorScheme-ButtonHover { - color:#3daee9; - } - .ColorScheme-ButtonFocus{ - color:#3daee9; - }</style> - <style type="text/css">.ColorScheme-Text { - color:#31363b; - } - .ColorScheme-Background{ - color:#eff0f1; - } - .ColorScheme-ViewText { - color:#31363b; - } - .ColorScheme-ViewBackground{ - color:#fcfcfc; - } - .ColorScheme-ViewHover { - color:#3daee9; - } - .ColorScheme-ViewFocus{ - color:#3daee9; - } - .ColorScheme-ButtonText { - color:#31363b; - } - .ColorScheme-ButtonBackground{ - color:#eff0f1; - } - .ColorScheme-ButtonHover { - color:#3daee9; - } - .ColorScheme-ButtonFocus{ - color:#3daee9; - }</style> - <style type="text/css">.ColorScheme-Text { - color:#31363b; - } - .ColorScheme-Background{ - color:#eff0f1; - } - .ColorScheme-ViewText { - color:#31363b; - } - .ColorScheme-ViewBackground{ - color:#fcfcfc; - } - .ColorScheme-ViewHover { - color:#3daee9; - } - .ColorScheme-ViewFocus{ - color:#3daee9; - } - .ColorScheme-ButtonText { - color:#31363b; - } - .ColorScheme-ButtonBackground{ - color:#eff0f1; - } - .ColorScheme-ButtonHover { - color:#3daee9; - } - .ColorScheme-ButtonFocus{ - color:#3daee9; - }</style> - <linearGradient id="linearGradient898" x1="-326.6" x2="-326.6" y1="651.76" y2="304.87" gradientTransform="matrix(.90042 0 0 .90042 -32.452 47.674)" gradientUnits="userSpaceOnUse"> - <stop stop-color="#787777" offset="0"/> - <stop stop-color="#cde2e9" offset="1"/> - </linearGradient> - </defs> - <g transform="translate(-384.57 -451.8)"> - <g transform="matrix(.090211 0 0 .090211 438.34 482.08)"> - <g transform="matrix(1.2041 0 0 1.2041 -42.995 -139.04)"> - <g transform="matrix(9.2063 0 0 9.2063 -4262.7 -3635.2)"> - <g transform="matrix(.090211 0 0 .090211 438.34 482.08)"> - <g transform="matrix(1.2041 0 0 1.2041 63.521 -89.411)"> - <g transform="matrix(15.075 0 0 15.075 -6218.9 -8263.6)"> - <circle cx="400.57" cy="531.8" r="0" fill="url(#linearGradient3426)"/> - </g> - </g> - </g> - </g> - <g transform="translate(-14.074 -2.0105)"> - <g transform="matrix(.95946 0 0 .95946 -17.711 32.814)"> - <g transform="translate(107.07 39.919)"> - <g transform="translate(2.9511e-6 -.87876)"> - <g transform="matrix(1.0511 0 0 1.0511 16.46 -22.65)"> - <g transform="matrix(2 0 0 2 539.63 -669.43)"> - <g transform="matrix(1.2632 0 0 1.2632 90.227 -154.96)"> - <circle cx="-325.89" cy="478.75" r="173.45" fill="url(#linearGradient4262)"/> - <g transform="matrix(8.7971 0 0 8.7971 -3865.9 -4050.8)" fill="url(#linearGradient4237)"> - <g transform="matrix(1.6781 0 0 1.6781 -263.92 -368.65)" fill="url(#linearGradient4237)"></g> - </g> - <circle cx="-325.89" cy="478.75" r="156.18" fill="url(#linearGradient898)"/> - </g> - <path d="m-284.09 495.58-10.997 39.613c-0.12974 0.47483-0.40651 0.89337-0.77843 1.2096l-33.812 28.175c-0.44111 0.36327-0.98082 0.55528-1.5361 0.55528-0.24217 0-0.46705-0.0346-0.70058-0.10725-0.77842-0.23958-1.3778-0.85022-1.6044-1.6285l-11.614-39.998c-8.4632 0.34164-15.932-1.5985-22.078-5.83l-15.39 12.669c-0.97649 0.7992-2.3967 0.71789-3.2711-0.20066l-11.427-12.049c-0.4411-0.46619-0.67464-1.0942-0.65734-1.7438 0-0.64522 0.30273-1.2566 0.77843-1.6926l15.236-14.002c-1.3008-3.5561-3.6344-12.416-1.1607-25.897l-39.157-14.327c-0.76113-0.27764-1.3311-0.92321-1.5145-1.7139-0.19027-0.79054 0-1.6199 0.60545-2.2098l30.319-31.92c0.35462-0.37192 0.81302-0.62015 1.3181-0.71356l39.937-7.155c7.5161-8.7064 16.26-17.516 25.998-26.201 56.073-49.999 99.906-57.462 121.04-57.462 6.9565 0 10.792 0.84589 10.953 0.88049 0.95141 0.21363 1.6762 0.98307 1.8431 1.9448 0.42381 2.4876 9.5461 61.762-67.432 138.9-0.1038 0.0986-10.421 10.121-24.893 20.905zm-3.6387-43.118c13.394 0 24.249-10.878 24.249-24.299 0-13.421-10.855-24.299-24.249-24.299-13.393 0-24.249 10.878-24.249 24.299 0 13.421 10.856 24.299 24.249 24.299zm-91.271 86.924c0.51895-0.5129 1.2749-0.71788 1.9876-0.54316 0.70923 0.17557 1.2835 0.70057 1.5136 1.3934l5.5156 16.417c0.26813 0.78621 0.0865 1.6542-0.5449 2.2268l-26.156 25.051c-0.39787 0.38056-0.92547 0.59419-1.4756 0.59419h-22.048c-0.8701 0-1.6503-0.53019-1.9789-1.3336-0.32001-0.80784-0.12973-1.731 0.49301-2.338l42.693-41.468zm-29.21-13.387c0.40651-0.42294 0.96352-1.3122 1.5439-1.3122h0.0864c0.60545 0 1.165 0.93178 1.5568 1.3892l9.4821 11.643c0.72653 0.84243 0.68328 2.0986-0.0864 2.8936l-42.262 43.276c-0.39786 0.40997-0.95141 0.6409-1.5222 0.6409h-9.1197c-1.1772 0-2.1329-0.95737-2.1329-2.1371v-10.232c0-0.54749 0.21623-1.402 0.58814-1.7995l41.899-44.362zm-41.844 5.2658 30.536-29.825c0.70923-0.69713 1.8042-0.80351 2.6276-0.27332l12.502 7.9328c0.55354 0.35029 0.90817 0.92753 0.97649 1.5729 0.0865 0.64523-0.15568 1.2908-0.62274 1.7482l-43.038 42.776c-0.40652 0.40564-0.95574 0.62015-1.5058 0.62015-0.27678 0-0.55354-0.0519-0.82167-0.16693-0.78707-0.32867-1.3052-1.107-1.3052-1.9704v-20.888c0-0.57257 0.23352-1.1284 0.64004-1.5259z" fill="#484d4f"/> - </g> - </g> - </g> - </g> - </g> - </g> - </g> - </g> - </g> -</svg> diff --git a/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/toggle-off.svg b/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/toggle-off.svg deleted file mode 100644 index 571ff01..0000000 --- a/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/toggle-off.svg +++ /dev/null @@ -1,123 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" - 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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="40" - height="24" - viewBox="0 0 40 24" - id="svg2" - version="1.1" - inkscape:version="0.92.5 (unknown)" - sodipodi:docname="toggle-off.svg"> - <defs - id="defs4"> - <filter - style="color-interpolation-filters:sRGB" - id="n" - x="-0.096000001" - y="-0.096000001" - width="1.192" - height="1.192"> - <feGaussianBlur - stdDeviation="0.72" - id="feGaussianBlur72" /> - </filter> - <linearGradient - id="selected_fg_color" - osb:paint="solid"> - <stop - stop-color="#ffffffgit" - offset="0" - id="stop21" /> - </linearGradient> - </defs> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="8.65625" - inkscape:cx="-4.1022112" - inkscape:cy="18.267821" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - units="px" - width="40px" - inkscape:window-width="1920" - inkscape:window-height="1020" - inkscape:window-x="0" - inkscape:window-y="28" - inkscape:window-maximized="1" - inkscape:snap-bbox="true" - inkscape:bbox-nodes="true" - inkscape:snap-global="true" - inkscape:snap-nodes="true"> - <inkscape:grid - type="xygrid" - id="grid4136" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="layer1" - transform="translate(0,-1028.3622)"> - <g - style="display:inline;opacity:0.5" - transform="translate(-53.375999,1144.0022)" - id="switch-insensitive"> - <rect - style="opacity:0;stroke-width:0.87706" - id="rect579" - height="24" - width="40" - y="-115.64" - x="53.375999" /> - <g - id="g587" - transform="translate(-125.01,5.2981)"> - <path - style="fill:#b3b3b3" - inkscape:connector-curvature="0" - id="path581" - d="m 190.39,-119.94 h 16 c 6.094,0 11,4.46 11,10 0,5.54 -4.906,10 -11,10 h -16 c -6.094,0 -11,-4.46 -11,-10 0,-5.54 4.906,-10 11,-10 z" /> - <circle - style="opacity:0.25;filter:url(#n)" - id="circle583" - r="9" - cy="-108.14" - cx="221.25999" - transform="matrix(0.97875,0,0,0.97875,-26.23,-3.5914)" /> - <circle - style="fill:#ffffff" - id="circle585" - r="9" - cy="-108.14" - cx="221.25999" - transform="matrix(0.92593,0,0,0.92593,-15.153,-9.8037)" /> - </g> - </g> - </g> -</svg> diff --git a/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/toggle-on.svg b/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/toggle-on.svg deleted file mode 100644 index 8ca6b4d..0000000 --- a/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/toggle-on.svg +++ /dev/null @@ -1,123 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" - 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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="40" - height="24" - viewBox="0 0 40 24" - id="svg2" - version="1.1" - inkscape:version="0.92.5 (unknown)" - sodipodi:docname="toggle-on.svg"> - <defs - id="defs4"> - <filter - style="color-interpolation-filters:sRGB" - id="m" - x="-0.096000001" - y="-0.096000001" - width="1.192" - height="1.192"> - <feGaussianBlur - stdDeviation="0.72" - id="feGaussianBlur75" /> - </filter> - <linearGradient - id="selected_fg_color" - osb:paint="solid"> - <stop - stop-color="#ffffffgit" - offset="0" - id="stop21" /> - </linearGradient> - </defs> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="8.65625" - inkscape:cx="8.7099739" - inkscape:cy="14.461601" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - units="px" - width="40px" - inkscape:window-width="1920" - inkscape:window-height="1020" - inkscape:window-x="0" - inkscape:window-y="28" - inkscape:window-maximized="1" - inkscape:snap-bbox="true" - inkscape:bbox-nodes="true" - inkscape:snap-global="false" - inkscape:snap-nodes="true"> - <inkscape:grid - type="xygrid" - id="grid4136" /> - </sodipodi:namedview> - <metadata - id="metadata7"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="layer1" - transform="translate(0,-1028.3622)"> - <g - style="display:inline" - transform="translate(-6,1094.0002)" - id="switch-active"> - <rect - style="opacity:0;stroke-width:0.87706" - id="rect524" - height="24" - width="40" - y="-65.638" - x="6" /> - <g - id="g532" - transform="translate(-172.39,55.298)"> - <path - inkscape:connector-curvature="0" - style="fill:#315bef;fill-opacity:1" - id="path526" - d="m 190.39,-119.94 h 16 c 6.094,0 11,4.46 11,10 0,5.54 -4.906,10 -11,10 h -16 c -6.094,0 -11,-4.46 -11,-10 0,-5.54 4.906,-10 11,-10 z" /> - <circle - style="opacity:0.3;filter:url(#m)" - id="circle528" - r="9" - cy="-108.14" - cx="221.25999" - transform="matrix(0.93214,0,0,0.93214,0.14024,-8.1317)" /> - <circle - style="fill:#ffffff" - id="circle530" - r="9" - cy="-108.14" - cx="221.25999" - transform="matrix(0.92593,0,0,0.92593,2.1887,-9.8037)" /> - </g> - </g> - </g> -</svg> diff --git a/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/window-close-active.svg b/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/window-close-active.svg deleted file mode 100644 index a31d8f7..0000000 --- a/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/window-close-active.svg +++ /dev/null @@ -1,100 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Generator: Adobe Illustrator 13.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 14948) --> - -<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - version="1.0" - id="Foreground" - x="0px" - y="0px" - width="26" - height="26" - viewBox="0 0 18.909091 18.909091" - enable-background="new 0 0 16 16" - xml:space="preserve" - sodipodi:version="0.32" - inkscape:version="0.91 r13725" - sodipodi:docname="close-active.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"><metadata - id="metadata2399"><rdf:RDF><cc:Work - rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs - id="defs2397" /><sodipodi:namedview - inkscape:window-height="720" - inkscape:window-width="1364" - inkscape:pageshadow="2" - inkscape:pageopacity="0" - guidetolerance="10.0" - gridtolerance="10.0" - objecttolerance="10.0" - borderopacity="1.0" - bordercolor="#666666" - pagecolor="#3e3e3e" - id="base" - showgrid="false" - inkscape:zoom="11.313708" - inkscape:cx="6.9788731" - inkscape:cy="7.4229136" - inkscape:window-x="0" - inkscape:window-y="23" - inkscape:current-layer="Foreground" - showguides="true" - inkscape:guide-bbox="true" - borderlayer="true" - inkscape:showpageshadow="false" - inkscape:window-maximized="0" - fit-margin-top="0" - fit-margin-left="0" - fit-margin-right="0" - fit-margin-bottom="0" - inkscape:snap-bbox="true" - inkscape:bbox-paths="true" - inkscape:bbox-nodes="true" - inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid - type="xygrid" - id="grid11246" - empspacing="5" - visible="true" - enabled="true" - snapvisiblegridlinesonly="true" - originx="-3.6363603" - originy="-2.9090857" /></sodipodi:namedview><g - id="g3175-4" - transform="translate(1.8442616,0.64207471)" - style="opacity:0.8"><g - id="g3172-6" /></g><circle - style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#f70505;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="path3808-4" - cx="9.4545488" - cy="10.181814" - r="8" /><circle - style="opacity:1;fill:#d8354a;fill-opacity:1;stroke:#f70505;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="path3808" - cx="9.4545488" - cy="9.454545" - r="8" /><g - inkscape:label="window-close" - id="g27275-6-6-6" - style="display:inline;fill:#000000;fill-opacity:1" - transform="matrix(0.72727272,0,0,0.72727272,4.1762041,2.78384)"><g - transform="translate(-41,-760)" - id="g27277-1-1-2" - style="display:inline;fill:#000000;fill-opacity:1" /></g><g - inkscape:label="window-close" - id="g27275-6-6" - style="display:inline;fill:#ffffff;fill-opacity:1" - transform="matrix(0.72727273,0,0,0.72727273,4.2045495,3.5383247)"><g - transform="translate(-41,-760)" - id="g27277-1-1" - style="display:inline;fill:#ffffff;fill-opacity:1"><path - d="m 44.226475,764.17222 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 l 2.28125,2.28125 2.3125,-2.28125 c 0.265625,-0.2305 0.446672,-0.3055 0.6875,-0.3125 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 c 0.188188,0.18817 0.281242,0.45345 0.28125,0.71875 l 0,1 -1,0 c -0.265301,-1e-5 -0.530586,-0.0931 -0.71875,-0.28125 l -2.28125,-2.28125 -2.28125,2.28125 c -0.188164,0.18819 -0.45346,0.28125 -0.71875,0.28125 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 -2.28125,-2.28125 c -0.210742,-0.19463 -0.30316,-0.46925 -0.28125,-0.75 l 0,-1 z" - inkscape:connector-curvature="0" - id="path27279-0-5" - style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" - sodipodi:nodetypes="ccsccccccccccccccccccccccc" /></g></g></svg> diff --git a/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/window-close-hover.svg b/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/window-close-hover.svg deleted file mode 100644 index 1211884..0000000 --- a/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/window-close-hover.svg +++ /dev/null @@ -1,100 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Generator: Adobe Illustrator 13.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 14948) --> - -<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - version="1.0" - id="Foreground" - x="0px" - y="0px" - width="26" - height="26" - viewBox="0 0 18.909091 18.909091" - enable-background="new 0 0 16 16" - xml:space="preserve" - sodipodi:version="0.32" - inkscape:version="0.91 r13725" - sodipodi:docname="close-hover.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"><metadata - id="metadata2399"><rdf:RDF><cc:Work - rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs - id="defs2397" /><sodipodi:namedview - inkscape:window-height="720" - inkscape:window-width="1364" - inkscape:pageshadow="2" - inkscape:pageopacity="0" - guidetolerance="10.0" - gridtolerance="10.0" - objecttolerance="10.0" - borderopacity="1.0" - bordercolor="#666666" - pagecolor="#3e3e3e" - id="base" - showgrid="false" - inkscape:zoom="11.313708" - inkscape:cx="6.9788731" - inkscape:cy="7.4229136" - inkscape:window-x="0" - inkscape:window-y="23" - inkscape:current-layer="Foreground" - showguides="true" - inkscape:guide-bbox="true" - borderlayer="true" - inkscape:showpageshadow="false" - inkscape:window-maximized="0" - fit-margin-top="0" - fit-margin-left="0" - fit-margin-right="0" - fit-margin-bottom="0" - inkscape:snap-bbox="true" - inkscape:bbox-paths="true" - inkscape:bbox-nodes="true" - inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid - type="xygrid" - id="grid11246" - empspacing="5" - visible="true" - enabled="true" - snapvisiblegridlinesonly="true" - originx="-3.6363603" - originy="-2.9090857" /></sodipodi:namedview><g - id="g3175-4" - transform="translate(1.8442616,0.64207471)" - style="opacity:0.8"><g - id="g3172-6" /></g><circle - style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#f70505;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="path3808-4" - cx="9.4545488" - cy="10.181814" - r="8" /><circle - style="opacity:1;fill:#ff7a80;fill-opacity:1;stroke:#f70505;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="path3808" - cx="9.4545488" - cy="9.454545" - r="8" /><g - inkscape:label="window-close" - id="g27275-6-6-6" - style="display:inline;fill:#000000;fill-opacity:1" - transform="matrix(0.72727272,0,0,0.72727272,4.1762041,2.78384)"><g - transform="translate(-41,-760)" - id="g27277-1-1-2" - style="display:inline;fill:#000000;fill-opacity:1" /></g><g - inkscape:label="window-close" - id="g27275-6-6" - style="display:inline;fill:#ffffff;fill-opacity:1" - transform="matrix(0.72727273,0,0,0.72727273,4.2045495,3.5383247)"><g - transform="translate(-41,-760)" - id="g27277-1-1" - style="display:inline;fill:#ffffff;fill-opacity:1"><path - d="m 44.226475,764.17222 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 l 2.28125,2.28125 2.3125,-2.28125 c 0.265625,-0.2305 0.446672,-0.3055 0.6875,-0.3125 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 c 0.188188,0.18817 0.281242,0.45345 0.28125,0.71875 l 0,1 -1,0 c -0.265301,-1e-5 -0.530586,-0.0931 -0.71875,-0.28125 l -2.28125,-2.28125 -2.28125,2.28125 c -0.188164,0.18819 -0.45346,0.28125 -0.71875,0.28125 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 -2.28125,-2.28125 c -0.210742,-0.19463 -0.30316,-0.46925 -0.28125,-0.75 l 0,-1 z" - inkscape:connector-curvature="0" - id="path27279-0-5" - style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" - sodipodi:nodetypes="ccsccccccccccccccccccccccc" /></g></g></svg> diff --git a/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/window-close.svg b/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/window-close.svg deleted file mode 100644 index 3694958..0000000 --- a/gtktheme/.themes/WhiteSur-dark/gnome-shell/assets/window-close.svg +++ /dev/null @@ -1,100 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Generator: Adobe Illustrator 13.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 14948) --> - -<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - version="1.0" - id="Foreground" - x="0px" - y="0px" - width="26" - height="26" - viewBox="0 0 18.909091 18.909091" - enable-background="new 0 0 16 16" - xml:space="preserve" - sodipodi:version="0.32" - inkscape:version="0.91 r13725" - sodipodi:docname="close.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"><metadata - id="metadata2399"><rdf:RDF><cc:Work - rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs - id="defs2397" /><sodipodi:namedview - inkscape:window-height="720" - inkscape:window-width="1364" - inkscape:pageshadow="2" - inkscape:pageopacity="0" - guidetolerance="10.0" - gridtolerance="10.0" - objecttolerance="10.0" - borderopacity="1.0" - bordercolor="#666666" - pagecolor="#3e3e3e" - id="base" - showgrid="false" - inkscape:zoom="11.313708" - inkscape:cx="6.9788731" - inkscape:cy="7.4229136" - inkscape:window-x="0" - inkscape:window-y="23" - inkscape:current-layer="Foreground" - showguides="true" - inkscape:guide-bbox="true" - borderlayer="true" - inkscape:showpageshadow="false" - inkscape:window-maximized="0" - fit-margin-top="0" - fit-margin-left="0" - fit-margin-right="0" - fit-margin-bottom="0" - inkscape:snap-bbox="true" - inkscape:bbox-paths="true" - inkscape:bbox-nodes="true" - inkscape:snap-bbox-edge-midpoints="true"><inkscape:grid - type="xygrid" - id="grid11246" - empspacing="5" - visible="true" - enabled="true" - snapvisiblegridlinesonly="true" - originx="-3.6363603" - originy="-2.9090857" /></sodipodi:namedview><g - id="g3175-4" - transform="translate(1.8442616,0.64207471)" - style="opacity:0.8"><g - id="g3172-6" /></g><circle - style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:#f70505;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="path3808-4" - cx="9.4545488" - cy="10.181814" - r="8" /><circle - style="opacity:1;fill:#f75a61;fill-opacity:1;stroke:#f70505;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="path3808" - cx="9.4545488" - cy="9.454545" - r="8" /><g - inkscape:label="window-close" - id="g27275-6-6-6" - style="display:inline;fill:#000000;fill-opacity:1" - transform="matrix(0.72727272,0,0,0.72727272,4.1762041,2.78384)"><g - transform="translate(-41,-760)" - id="g27277-1-1-2" - style="display:inline;fill:#000000;fill-opacity:1" /></g><g - inkscape:label="window-close" - id="g27275-6-6" - style="display:inline;fill:#ffffff;fill-opacity:1" - transform="matrix(0.72727273,0,0,0.72727273,4.2045495,3.5383247)"><g - transform="translate(-41,-760)" - id="g27277-1-1" - style="display:inline;fill:#ffffff;fill-opacity:1"><path - d="m 44.226475,764.17222 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 l 2.28125,2.28125 2.3125,-2.28125 c 0.265625,-0.2305 0.446672,-0.3055 0.6875,-0.3125 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 c 0.188188,0.18817 0.281242,0.45345 0.28125,0.71875 l 0,1 -1,0 c -0.265301,-1e-5 -0.530586,-0.0931 -0.71875,-0.28125 l -2.28125,-2.28125 -2.28125,2.28125 c -0.188164,0.18819 -0.45346,0.28125 -0.71875,0.28125 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 -2.28125,-2.28125 c -0.210742,-0.19463 -0.30316,-0.46925 -0.28125,-0.75 l 0,-1 z" - inkscape:connector-curvature="0" - id="path27279-0-5" - style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" - sodipodi:nodetypes="ccsccccccccccccccccccccccc" /></g></g></svg> diff --git a/gtktheme/.themes/WhiteSur-dark/gnome-shell/color-pick.svg b/gtktheme/.themes/WhiteSur-dark/gnome-shell/color-pick.svg deleted file mode 100644 index d9af690..0000000 --- a/gtktheme/.themes/WhiteSur-dark/gnome-shell/color-pick.svg +++ /dev/null @@ -1,94 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="5.4116011mm" - height="5.1374583mm" - viewBox="0 0 5.4116011 5.1374583" - version="1.1" - id="svg5595" - inkscape:version="0.92.4 (unknown)" - sodipodi:docname="color-pick.svg"> - <defs - id="defs5589"> - <filter - inkscape:collect="always" - x="-0.10291173" - width="1.2058235" - y="-0.065432459" - height="1.1308649" - id="filter5601" - style="color-interpolation-filters:sRGB"> - <feGaussianBlur - inkscape:collect="always" - stdDeviation="0.610872" - id="feGaussianBlur5603" /> - </filter> - </defs> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="15.839192" - inkscape:cx="39.387731" - inkscape:cy="12.554326" - inkscape:document-units="mm" - inkscape:current-layer="layer1" - showgrid="false" - inkscape:window-width="1920" - inkscape:window-height="1016" - inkscape:window-x="0" - inkscape:window-y="27" - inkscape:window-maximized="1" - fit-margin-top="0" - fit-margin-left="0" - fit-margin-right="0" - fit-margin-bottom="0" /> - <metadata - id="metadata5592"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="layer1" - transform="translate(-103.12753,-146.26461)"> - <circle - r="8.4810486" - cy="9.82623" - cx="10.226647" - id="circle7584" - style="color:#000000;display:inline;overflow:visible;opacity:0.6;vector-effect:none;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;filter:url(#filter5601)" - transform="matrix(0.26458333,0,0,0.26458333,103.12753,146.26461)" /> - <path - style="color:#000000;display:inline;overflow:visible;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:0.26399338;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal" - d="m 108.07728,148.64122 c 0,1.2393 -1.00465,2.24394 -2.24395,2.24394 -1.23929,0 -2.24716,-1.00465 -2.25221,-2.24394 l -0.009,-2.24458 2.26136,6.4e-4 c 1.2393,3.4e-4 2.24395,1.00464 2.24395,2.24394 z" - id="path7523-7" - inkscape:connector-curvature="0" - sodipodi:nodetypes="ssscss" /> - <circle - style="color:#000000;display:inline;overflow:visible;opacity:1;vector-effect:none;fill:#50dbb5;fill-opacity:1;stroke:none;stroke-width:0.36885914;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal" - id="path7482-1" - cx="105.83707" - cy="148.64352" - r="1.844296" /> - </g> -</svg> diff --git a/gtktheme/.themes/WhiteSur-dark/gnome-shell/dash-placeholder.svg b/gtktheme/.themes/WhiteSur-dark/gnome-shell/dash-placeholder.svg deleted file mode 100644 index cbae148..0000000 --- a/gtktheme/.themes/WhiteSur-dark/gnome-shell/dash-placeholder.svg +++ /dev/null @@ -1,84 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - width="76" - height="27" - id="svg11252" - version="1.1"> - <defs - id="defs11254"> - <radialGradient - xlink:href="#linearGradient39563-4-2" - id="radialGradient68155-2-3" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.3486842,0,317.8421)" - cx="49" - cy="488" - fx="49" - fy="488" - r="38" /> - <linearGradient - id="linearGradient39563-4-2"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop39565-1-4" /> - <stop - style="stop-color:#ffffff;stop-opacity:0;" - offset="1" - id="stop39567-7-9" /> - </linearGradient> - <radialGradient - xlink:href="#linearGradient39573-6-1" - id="radialGradient68157-0-8" - gradientUnits="userSpaceOnUse" - cx="50.5" - cy="487.5" - fx="50.5" - fy="487.5" - r="10.5" /> - <linearGradient - id="linearGradient39573-6-1"> - <stop - style="stop-color:#ffffff;stop-opacity:1;" - offset="0" - id="stop39575-5-6" /> - <stop - style="stop-color:#ffffff;stop-opacity:0;" - offset="1" - id="stop39577-1-2" /> - </linearGradient> - </defs> - <g - id="layer1" - transform="translate(-337,-518.86218)"> - <g - id="g99967" - style="display:inline" - transform="translate(326,44.862171)"> - <rect - style="opacity:0.49375;color:#000000;fill:url(#radialGradient68155-2-3);fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" - id="rect99969" - width="76" - height="2" - x="11" - y="487" - rx="0" - ry="0" /> - <path - style="opacity:0.43125;color:#000000;fill:url(#radialGradient68157-0-8);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" - id="path99971" - d="M 61,487.5 C 61,493.29899 56.29899,498 50.5,498 44.70101,498 40,493.29899 40,487.5 40,481.70101 44.70101,477 50.5,477 c 5.79899,0 10.5,4.70101 10.5,10.5 z" - transform="matrix(1.2857143,0,0,1.2857143,-14.428572,-139.28571)" /> - <path - transform="matrix(0.43589747,0,0,0.43589747,28.487179,275)" - d="M 61,487.5 C 61,493.29899 56.29899,498 50.5,498 44.70101,498 40,493.29899 40,487.5 40,481.70101 44.70101,477 50.5,477 c 5.79899,0 10.5,4.70101 10.5,10.5 z" - id="path99973" - style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> - </g> - </g> -</svg> diff --git a/gtktheme/.themes/WhiteSur-dark/gnome-shell/eye-not-looking-symbolic.svg b/gtktheme/.themes/WhiteSur-dark/gnome-shell/eye-not-looking-symbolic.svg deleted file mode 100644 index a168c87..0000000 --- a/gtktheme/.themes/WhiteSur-dark/gnome-shell/eye-not-looking-symbolic.svg +++ /dev/null @@ -1,4 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"> - <path d="M13.98 1.99a1 1 0 0 0-.687.303l-.984.984A8 8 0 0 0 8 2 8 8 0 0 0 .262 8.01a8 8 0 0 0 2.943 4.37l-.912.913a1 1 0 1 0 1.414 1.414l11-11a1 1 0 0 0-.727-1.717zM8 4a4 4 0 0 1 2.611.974l-1.42 1.42A2 2 0 0 0 8 6a2 2 0 0 0-2 2 2 2 0 0 0 .396 1.19l-1.42 1.42A4 4 0 0 1 4 8a4 4 0 0 1 4-4zm7.03 2.209l-3.344 3.343a4 4 0 0 1-2.127 2.127l-2.28 2.28a8 8 0 0 0 .721.04 8 8 0 0 0 7.738-6.01 8 8 0 0 0-.709-1.78zm-7.53.79a.5.5 0 0 1 .5.5.5.5 0 0 1-.5.5.5.5 0 0 1-.5-.5.5.5 0 0 1 .5-.5z" fill="#2e3436"/> -</svg> - diff --git a/gtktheme/.themes/WhiteSur-dark/gnome-shell/eye-open-negative-filled-symbolic.svg b/gtktheme/.themes/WhiteSur-dark/gnome-shell/eye-open-negative-filled-symbolic.svg deleted file mode 100644 index 1e5351c..0000000 --- a/gtktheme/.themes/WhiteSur-dark/gnome-shell/eye-open-negative-filled-symbolic.svg +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" 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" width="16" viewBox="0 0 16 16" version="1.1" id="svg7384" height="16"> - <metadata id="metadata90"> - <rdf:RDF> - <cc:Work rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> - <dc:title>Gnome Symbolic Icon Theme</dc:title> - </cc:Work> - </rdf:RDF> - </metadata> - <title id="title9167">Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - diff --git a/gtktheme/.themes/WhiteSur-dark/gnome-shell/gnome-shell.css b/gtktheme/.themes/WhiteSur-dark/gnome-shell/gnome-shell.css deleted file mode 100644 index 0315e60..0000000 --- a/gtktheme/.themes/WhiteSur-dark/gnome-shell/gnome-shell.css +++ /dev/null @@ -1,3743 +0,0 @@ -/* This stylesheet is generated, DO NOT EDIT */ -/* Copyright 2009, 2015 Red Hat, Inc. - * - * Portions adapted from Mx's data/style/default.css - * Copyright 2009 Intel Corporation - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU Lesser General Public License, - * version 2.1, as published by the Free Software Foundation. - * - * This program is distributed in the hope it will be useful, but WITHOUT ANY - * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for - * more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program; if not, write to the Free Software Foundation, - * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. - */ -/* GLOBALS */ -stage { - font-family: "M+ 1c", Roboto, Cantarell, Sans-Serif; - font-size: 9.75pt; - font-weight: 400; - color: #dedede; -} - -/* WIDGETS */ -/* Buttons */ -.button { - min-height: 32px; - padding: 0 16px; - border-width: 0; - border-radius: 6px; - font-size: 9.75pt; - font-weight: 500; - color: #afafaf; - background-color: transparent; - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.button:hover { - color: #dedede; - background-color: rgba(255, 255, 255, 0.06); - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.button:active { - color: #dedede; - background-color: rgba(255, 255, 255, 0.1); - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.button:insensitive { - color: rgba(222, 222, 222, 0.35); - background-color: transparent; - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.button:focus { - color: #dedede; - text-shadow: none; - icon-shadow: none; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); -} - -/* Entries */ -StEntry { - min-height: 32px; - min-width: 44px; - padding: 0 8px; - margin: 3px; - border-width: 0; - color: #dedede; - caret-color: #dedede; - selection-background-color: #0860f2; - selected-color: rgba(255, 255, 255, 0.85); - background-color: rgba(255, 255, 255, 0.1); - border-radius: 100px; - border: 2px solid transparent; - box-shadow: none; -} - -StEntry:hover { - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05); -} - -StEntry:focus { - border: 2px solid #4d8ef9; - box-shadow: none; -} - -StEntry:insensitive { - color: rgba(222, 222, 222, 0.35); -} - -StEntry StIcon.capslock-warning { - icon-size: 16px; - warning-color: #F27835; - padding: 0 0; -} - -StEntry StIcon.peek-password { - icon-size: 16px; - padding: 0 4px; -} - -StEntry StLabel.hint-text { - margin-left: 2px; - color: rgba(222, 222, 222, 0.7); -} - -/* Scrollbars */ -StScrollView.vfade { - -st-vfade-offset: 32px; -} - -StScrollView.hfade { - -st-hfade-offset: 32px; -} - -StScrollBar { - padding: 0; -} - -StScrollView StScrollBar { - min-width: 16px; - min-height: 6px; -} - -StScrollBar StBin#trough { - margin: 6px; - border-radius: 100px; - background-color: rgba(255, 255, 255, 0.06); -} - -StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { - border-radius: 100px; - background-color: #999999; - margin: 6px; -} - -StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { - background-color: #afafaf; -} - -StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: #dedede; -} - -#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough { - background-color: rgba(255, 255, 255, 0.15); -} - -#screenShieldNotifications StScrollBar StButton#vhandle, #overview StScrollBar StButton#vhandle, #screenShieldNotifications StScrollBar StButton#hhandle, #overview StScrollBar StButton#hhandle { - background-color: rgba(255, 255, 255, 0.5); -} - -#screenShieldNotifications StScrollBar StButton#vhandle:hover, #overview StScrollBar StButton#vhandle:hover, #screenShieldNotifications StScrollBar StButton#hhandle:hover, #overview StScrollBar StButton#hhandle:hover { - background-color: rgba(255, 255, 255, 0.85); -} - -#screenShieldNotifications StScrollBar StButton#vhandle:active, #overview StScrollBar StButton#vhandle:active, #screenShieldNotifications StScrollBar StButton#hhandle:active, #overview StScrollBar StButton#hhandle:active { - background-color: rgba(255, 255, 255, 0.85); -} - -/* Slider */ -.slider { - height: 20px; - color: white; - border-radius: 16px; - -slider-height: 19px; - -slider-background-color: rgba(255, 255, 255, 0.1); - -slider-border-color: transparent; - -slider-active-background-color: rgba(255, 255, 255, 0.35); - -slider-active-border-color: transparent; - -slider-border-width: 1px; - -slider-handle-radius: 10px; - -slider-handle-border-width: 1px; - -slider-handle-border-color: transparent; - -barlevel-height: 19px; - -barlevel-background-color: rgba(255, 255, 255, 0.1); - -barlevel-border-color: transparent; - -barlevel-active-background-color: rgba(255, 255, 255, 0.35); - -barlevel-active-border-color: transparent; - -barlevel-overdrive-color: #f8464c; - -barlevel-overdrive-border-color: transparent; - -barlevel-overdrive-separator-width: 0; - -barlevel-border-width: 1px; - -barlevel-border-color: transparent; -} - -/* Check Boxes */ -.check-box * { - min-height: 16px; - padding: 8px 0; -} - -.check-box StBoxLayout { - spacing: 8px; -} - -.check-box StBin { - width: 24px; - height: 24px; - padding: 4px; - border-radius: 100px; - background-image: url("assets/checkbox-off.svg"); -} - -.check-box:focus StBin { - background-image: url("assets/checkbox-off.svg"); -} - -.check-box:hover StBin { - background-color: rgba(255, 255, 255, 0.06); -} - -.check-box:active StBin { - background-color: rgba(255, 255, 255, 0.1); -} - -.check-box:checked StBin { - background-image: url("assets/checkbox.svg"); -} - -.check-box:focus:checked StBin { - background-image: url("assets/checkbox.svg"); -} - -.check-box:hover:checked StBin { - background-color: rgba(8, 96, 242, 0.15); -} - -.check-box:active:checked StBin { - background-color: rgba(8, 96, 242, 0.3); -} - -/* Switches */ -.toggle-switch { - width: 40px; - height: 24px; - background-size: contain; - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch:checked { - background-image: url("assets/toggle-on.svg"); -} - -.popup-menu-item.selected .toggle-switch { - background-image: url("assets/toggle-off.svg"); -} - -.popup-menu-item.selected .toggle-switch:checked { - background-image: url("assets/toggle-on.svg"); -} - -.toggle-switch-us { - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch-us:checked { - background-image: url("assets/toggle-on.svg"); -} - -.toggle-switch-intl { - background-image: url("assets/toggle-off.svg"); -} - -.toggle-switch-intl:checked { - background-image: url("assets/toggle-on.svg"); -} - -/* links */ -.shell-link { - border-radius: 6px; - color: #3484e2; -} - -.shell-link:hover { - color: #3484e2; - background-color: rgba(52, 132, 226, 0.15); -} - -.shell-link:active { - color: #3484e2; - background-color: rgba(52, 132, 226, 0.3); -} - -/* Modal Dialogs */ -.headline { - font-size: 15pt; - font-weight: 500; -} - -.lightbox { - background-color: black; -} - -.flashspot { - background-color: white; -} - -.modal-dialog { - color: #dedede; - padding: 0 5px 6px 5px; -} - -.modal-dialog-linked-button { - min-height: 40px; - padding: 0 16px; - margin: 3px 3px; - border: none !important; - border-radius: 6px; - font-size: 9.75pt; - font-weight: 500; - color: #afafaf; - background-color: transparent; - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog-linked-button:hover { - color: #dedede; - background-color: rgba(255, 255, 255, 0.06); - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog-linked-button:active { - color: #dedede; - background-color: rgba(255, 255, 255, 0.1); - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog-linked-button:insensitive { - color: rgba(222, 222, 222, 0.35); - background-color: transparent; - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.modal-dialog-linked-button:focus { - color: #dedede; - text-shadow: none; - icon-shadow: none; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); -} - -.modal-dialog .modal-dialog-content-box { - padding: 24px; -} - -.modal-dialog .run-dialog-entry { - width: 20em; - margin-bottom: 6px; -} - -.modal-dialog .run-dialog-error-box { - padding-top: 16px; - spacing: 6px; -} - -.modal-dialog .run-dialog-button-box { - padding-top: 1em; -} - -.modal-dialog .run-dialog-label { - font-size: 1em; - font-weight: normal; - color: #999999; - padding-bottom: .4em; -} - -.mount-dialog-subject, -.end-session-dialog-subject { - font-size: 15pt; - font-weight: 500; -} - -/* Message Dialog */ -.message-dialog-main-layout { - padding: 12px 20px 0; - spacing: 12px; -} - -.message-dialog-content { - max-width: 28em; - spacing: 20px; -} - -.message-dialog-content .message-dialog-title { - text-align: center; - font-size: 18pt; - font-weight: 800; -} - -.message-dialog-content .message-dialog-title.leightweight { - font-size: 13pt; - font-weight: 800; -} - -.message-dialog-content .message-dialog-description { - text-align: center; -} - -.message-dialog-icon { - min-width: 48px; - icon-size: 48px; -} - -.message-dialog-subtitle { - color: #afafaf; - font-weight: bold; -} - -/* Dialog List */ -.dialog-list { - spacing: 18px; -} - -.dialog-list .dialog-list-title { - text-align: center; - font-weight: bold; -} - -.dialog-list .dialog-list-scrollview { - max-height: 200px; -} - -.dialog-list .dialog-list-box { - spacing: 1em; -} - -.dialog-list .dialog-list-box .dialog-list-item { - spacing: 1em; -} - -.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-title { - font-weight: bold; -} - -.dialog-list .dialog-list-box .dialog-list-item .dialog-list-item-description { - color: #afafaf; - font-size: 15pt; - font-weight: 500; -} - -/* Run Dialog */ -.run-dialog .modal-dialog-content-box { - margin-top: 24px; - margin-bottom: 14px; -} - -.run-dialog .run-dialog-entry { - width: 20em; -} - -.run-dialog .run-dialog-description { - text-align: center; - color: #afafaf; - font-size: 15pt; - font-weight: 500; -} - -/* End Session Dialog */ -.end-session-dialog { - spacing: 42px; - border: none; -} - -.end-session-dialog-list { - padding-top: 20px; -} - -.end-session-dialog-layout { - padding-left: 17px; -} - -.end-session-dialog-layout:rtl { - padding-right: 17px; -} - -.end-session-dialog-description { - width: 28em; - padding-bottom: 10px; -} - -.end-session-dialog-description:rtl { - text-align: right; -} - -.end-session-dialog-warning { - width: 28em; - color: #F27835; - padding-top: 6px; -} - -.end-session-dialog-warning:rtl { - text-align: right; -} - -.end-session-dialog-logout-icon { - border-radius: 5px; - width: 48px; - height: 48px; - background-size: contain; -} - -.end-session-dialog-shutdown-icon { - color: #999999; - width: 48px; - height: 48px; -} - -.end-session-dialog-inhibitor-layout { - spacing: 16px; - max-height: 200px; - padding-right: 65px; - padding-left: 65px; -} - -.end-session-dialog-session-list, -.end-session-dialog-app-list { - spacing: 1em; -} - -.end-session-dialog-list-header { - font-weight: bold; -} - -.end-session-dialog-list-header:rtl { - text-align: right; -} - -.end-session-dialog-app-list-item, -.end-session-dialog-session-list-item { - spacing: 1em; -} - -.end-session-dialog-app-list-item-name, -.end-session-dialog-session-list-item-name { - font-weight: bold; -} - -.end-session-dialog-app-list-item-description { - color: #999999; - font-size: 1em; -} - -/* ShellMountOperation Dialogs */ -.shell-mount-operation-icon { - icon-size: 48px; -} - -.mount-dialog { - spacing: 24px; -} - -.mount-dialog .message-dialog-title { - padding-top: 10px; - padding-left: 17px; - padding-bottom: 6px; - max-width: 34em; -} - -.mount-dialog .message-dialog-title:rtl { - padding-left: 0px; - padding-right: 17px; -} - -.mount-dialog .message-dialog-body { - padding-left: 17px; - width: 28em; -} - -.mount-dialog .message-dialog-body:rtl { - padding-left: 0px; - padding-right: 17px; -} - -.mount-dialog-app-list { - max-height: 200px; - padding-top: 24px; - padding-left: 49px; - padding-right: 32px; -} - -.mount-dialog-app-list:rtl { - padding-right: 49px; - padding-left: 32px; -} - -.mount-dialog-app-list-item { - color: #dedede; -} - -.mount-dialog-app-list-item:hover { - color: #dedede; -} - -.mount-dialog-app-list-item:ltr { - padding-right: 1em; -} - -.mount-dialog-app-list-item:rtl { - padding-left: 1em; -} - -.mount-dialog-app-list-item-icon:ltr { - padding-right: 17px; -} - -.mount-dialog-app-list-item-icon:rtl { - padding-left: 17px; -} - -.mount-dialog-app-list-item-name { - font-size: 1em; -} - -/* Password or Authentication Dialog */ -.prompt-dialog { - width: 34em; - border: none; -} - -.prompt-dialog .modal-dialog-content-box { - margin-bottom: 24px; -} - -.prompt-dialog .message-dialog-main-layout { - spacing: 24px; - padding: 10px; -} - -.prompt-dialog .message-dialog-content { - spacing: 16px; -} - -.prompt-dialog .message-dialog-title { - font-size: 15pt; - font-weight: 500; - color: #dedede; -} - -.prompt-dialog-password-grid { - spacing-rows: 8px; - spacing-columns: 4px; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry { - width: auto; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry:ltr { - margin-left: 20px; -} - -.prompt-dialog-password-grid .prompt-dialog-password-entry:rtl { - margin-right: 20px; -} - -.prompt-dialog-password-layout { - spacing: 8px; -} - -.prompt-dialog-password-entry { - width: 18em; -} - -.prompt-dialog-error-label, -.prompt-dialog-info-label, -.prompt-dialog-null-label { - text-align: center; - font-size: 15pt; - font-weight: 500; - margin: 6px; -} - -.prompt-dialog-error-label { - color: #F27835; -} - -.prompt-dialog-description:rtl { - text-align: right; -} - -.prompt-dialog-password-box { - spacing: 1em; - padding-bottom: 1em; -} - -.prompt-dialog-error-label { - font-size: 1em; - color: #FC4138; - padding-bottom: 8px; -} - -.prompt-dialog-info-label { - font-size: 1em; - padding-bottom: 8px; - color: #999999; -} - -.hidden { - color: rgba(0, 0, 0, 0); -} - -.prompt-dialog-null-label { - font-size: 1em; - padding-bottom: 8px; - color: #999999; -} - -/* Polkit Dialog */ -.polkit-dialog-user-layout { - text-align: center; - spacing: 8px; - margin-bottom: 6px; -} - -.polkit-dialog-user-layout .polkit-dialog-user-root-label { - color: #F27835; -} - -.polkit-dialog-user-layout .polkit-dialog-user-icon { - border-radius: 1000px; - background-size: contain; - margin: 6px; -} - -/* Audio selection dialog */ -.audio-device-selection-dialog .modal-dialog-content-box { - margin-bottom: 28px; -} - -.audio-device-selection-dialog .audio-selection-box { - spacing: 20px; -} - -.audio-selection-content { - spacing: 20px; - padding: 24px; -} - -.audio-selection-title { - font-weight: bold; - text-align: center; -} - -.audio-selection-device { - border: 1px solid rgba(255, 255, 255, 0.12); - border-radius: 6px; -} - -.audio-selection-device:hover, .audio-selection-device:focus { - background-color: rgba(255, 255, 255, 0.08); -} - -.audio-selection-device:active { - background-color: #0860f2; - color: white; -} - -.audio-selection-device-box { - padding: 20px; - spacing: 20px; -} - -.audio-selection-device-icon { - icon-size: 64px; -} - -/* Access Dialog */ -.access-dialog { - spacing: 30px; -} - -/* Geolocation Dialog */ -.geolocation-dialog { - spacing: 30px; -} - -/* Extension Dialog */ -.extension-dialog .message-dialog-main-layout { - spacing: 24px; - padding: 10px; -} - -.extension-dialog .message-dialog-title { - color: #afafaf; -} - -/* Inhibit-Shortcuts Dialog */ -.inhibit-shortcuts-dialog { - spacing: 30px; -} - -/* Network Agent Dialog */ -.network-dialog-secret-table { - spacing-rows: 15px; - spacing-columns: 1em; -} - -.keyring-dialog-control-table { - spacing-rows: 15px; - spacing-columns: 1em; -} - -/* Popovers/Menus */ -.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog { - background-color: rgba(36, 36, 36, 0.95); - border-radius: 14px; - border: none; -} - -.popup-menu { - min-width: 12em; - color: #afafaf; - padding: 0 0; -} - -.popup-menu .popup-sub-menu { - background-color: rgba(255, 255, 255, 0.15); - border-radius: 0 0 10px 10px; - border: none; - box-shadow: none; - margin: 0 6px; - transition-duration: 0ms; -} - -.popup-menu .popup-sub-menu .popup-menu-item { - margin: 0; - border-radius: 10px; -} - -.popup-menu .popup-sub-menu .popup-menu-item:hover { - color: white; - background-color: #0860f2; -} - -.popup-menu .popup-sub-menu .popup-menu-item:active { - color: white; - background-color: #1366f1; -} - -.popup-menu .popup-sub-menu .popup-menu-item:not(:first-child):last-child { - border-radius: 0 0 10px 10px; -} - -.popup-menu .popup-menu-content { - padding: 6px 0; - box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25); - margin: 4px 12px 20px; -} - -.popup-menu .popup-menu-item { - spacing: 12px; - padding: 6px; - color: #afafaf; - text-shadow: none; - border-radius: 10px; - margin: 0 6px; - transition-duration: 0ms; -} - -.popup-menu .popup-menu-item:ltr { - padding-right: 1.5em; - padding-left: 0; -} - -.popup-menu .popup-menu-item:rtl { - padding-right: 0; - padding-left: 1.5em; -} - -.popup-menu .popup-menu-item:checked { - font-weight: normal; - border-radius: 10px 10px 0 0; - border: none; - box-shadow: none; - background-color: rgba(255, 255, 255, 0.15); -} - -.popup-menu .popup-menu-item.selected:checked { - color: white; - background-color: #0860f2; -} - -.popup-menu .popup-menu-item:checked:active { - color: white; - background-color: #1366f1; -} - -.popup-menu .popup-menu-item:checked:insensitive { - color: rgba(222, 222, 222, 0.35); -} - -.popup-menu .popup-menu-item.selected { - color: white; - background-color: #0860f2; - transition: none; -} - -.popup-menu .popup-menu-item:active, .popup-menu .popup-menu-item.selected:active { - color: white; - background-color: #1366f1; - transition-duration: 100ms; -} - -.popup-menu .popup-menu-item:insensitive { - color: rgba(222, 222, 222, 0.35); -} - -.popup-menu .popup-inactive-menu-item { - color: #afafaf; -} - -.popup-menu .popup-inactive-menu-item:insensitive { - color: rgba(222, 222, 222, 0.35); -} - -.popup-menu.panel-menu { - -boxpointer-gap: 4px; - margin-bottom: 1.75em; -} - -.popup-menu-ornament { - text-align: right; - width: 16px; - height: 16px; -} - -.popup-menu-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: transparent; - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 64px; - -arrow-rise: 0; - -arrow-box-shadow: none; - background: transparent; -} - -.popup-menu-boxpointer StEntry { - selection-background-color: rgba(255, 255, 255, 0.85); - selected-background-color: rgba(255, 255, 255, 0.85); - selected-color: #0860f2; -} - -.candidate-popup-boxpointer { - -arrow-border-radius: 2px; - -arrow-background-color: rgba(36, 36, 36, 0.95); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 5px; - -arrow-rise: 5px; - background-color: transparent; -} - -.popup-separator-menu-item { - margin: 0; - padding: 0 0; - background: none; - border: none; -} - -.popup-separator-menu-item .popup-separator-menu-item-separator { - height: 0; - background: none; - padding: 0; -} - -.system-switch-user-submenu-icon.user-icon { - icon-size: 20px; - padding: 0 2px; -} - -.system-switch-user-submenu-icon.default-icon { - icon-size: 16px; - padding: 0 4px; -} - -.system-switch-user-submenu-icon { - icon-size: 16px; - padding: 0 4px; -} - -#appMenu { - spinner-image: url("process-working.svg"); - spacing: 4px; -} - -#appMenu .label-shadow { - color: transparent; -} - -.aggregate-menu { - min-width: 21em; -} - -.aggregate-menu .popup-menu-icon { - padding: 0; - margin: 0 0; - -st-icon-style: symbolic; -} - -.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:ltr { - /* 12px spacing + 2*4px padding */ - padding-left: 16px; - margin-left: 1em; -} - -.aggregate-menu .popup-sub-menu .popup-menu-item > :first-child:rtl { - /* 12px spacing + 2*4px padding */ - padding-right: 16px; - margin-right: 1em; -} - -.system-menu-action { - color: #afafaf; - border-radius: 100px; - /* wish we could do 50% */ - padding: 12px; - border: none; - -st-icon-style: symbolic; -} - -.system-menu-action:hover, .system-menu-action:focus { - background-color: rgba(255, 255, 255, 0.06); - color: #dedede; - border: none; - padding: 12px; -} - -.system-menu-action:active { - background-color: rgba(255, 255, 255, 0.1); - color: #dedede; -} - -.system-menu-action > StIcon { - icon-size: 16px; -} - -.background-menu { - -boxpointer-gap: 4px; - -arrow-rise: 0; -} - -/* fallback menu -- odd thing for styling App menu when apparently not running under shell. Light Adwaita styled - app menu inside the main app window itself rather than the top bar -*/ -.popup-menu-arrow, -.popup-menu-icon { - icon-size: 1.2307692308em; -} - -/* OSD */ -.osd-window { - text-align: center; - font-weight: bold; - spacing: 1em; - margin: 32px; - min-width: 64px; - min-height: 64px; -} - -.osd-window .osd-monitor-label { - font-size: 45px; - font-weight: 400; -} - -.osd-window .level { - height: 4px; - border-radius: 3px; - background-color: rgba(0, 0, 0, 0.1); - color: #dedede; - -barlevel-height: 4px; - -barlevel-background-color: rgba(0, 0, 0, 0.1); - -barlevel-active-background-color: #0860f2; - -barlevel-overdrive-color: #f8464c; - -barlevel-overdrive-separator-width: 2px; - -barlevel-border-width: 0; - -barlevel-border-color: rgba(0, 0, 0, 0.12); -} - -.osd-window .level-bar { - background-color: white; - border-radius: 16px; -} - -/* Pad OSD */ -.pad-osd-window { - padding: 32px; - background-color: rgba(0, 0, 0, 0.6); -} - -.pad-osd-window .pad-osd-title-box { - spacing: 12px; -} - -.pad-osd-window .pad-osd-title-menu-box { - spacing: 6px; -} - -.combo-box-label { - width: 15em; -} - -/* App Switcher */ -.switcher-popup { - padding: 8px; - spacing: 16px; -} - -.switcher-list-item-container { - spacing: 8px; -} - -.switcher-list .item-box { - padding: 8px; - border-radius: 6px; -} - -.switcher-list .item-box:outlined { - padding: 8px; - border: none; - background-color: rgba(255, 255, 255, 0.06); - color: #dedede; -} - -.switcher-list .item-box:selected { - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); -} - -.switcher-list .thumbnail-box { - padding: 2px; - spacing: 4px; -} - -.switcher-list .thumbnail { - width: 256px; -} - -.switcher-list .separator { - width: 1px; - background: rgba(255, 255, 255, 0.12); -} - -.switcher-arrow { - border-color: rgba(0, 0, 0, 0); - color: #999999; -} - -.switcher-arrow:highlighted { - color: #dedede; -} - -.input-source-switcher-symbol { - font-size: 45px; - font-weight: 400; - width: 96px; - height: 96px; -} - -/* Window Cycler */ -.cycler-highlight { - border: 4px solid #0860f2; -} - -/* Workspace Switcher */ -.workspace-switcher-group { - padding: 8px; -} - -.workspace-switcher { - background: transparent; - border: 0px; - border-radius: 0px; - padding: 0px; - spacing: 8px; -} - -.ws-switcher-active-up, .ws-switcher-active-down { - height: 48px; - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); - background-size: 32px; - border-radius: 6px; -} - -.ws-switcher-box { - height: 48px; - border: none; - background: rgba(255, 255, 255, 0.06); - border-radius: 6px; -} - -.osd-window, -.resize-popup, -.switcher-list, .workspace-switcher-container { - color: #dedede; - background-color: #242424; - border: none; - box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.15); - border-radius: 6px; - padding: 12px; -} - -/* Tiled window previews */ -.tile-preview { - background-color: rgba(8, 96, 242, 0.3); - border: 1px solid #0860f2; -} - -.tile-preview-left.on-primary { - border-radius: 0 0 0 0; -} - -.tile-preview-right.on-primary { - border-radius: 0 0 0 0; -} - -.tile-preview-left.tile-preview-right.on-primary { - border-radius: 0 0 0 0; -} - -/* TOP BAR */ -#panel { - background-color: rgba(0, 0, 0, 0.16); - /* transition from solid to transparent */ - transition-duration: 250ms; - font-weight: bold; - height: 28px; - box-shadow: 0 2px 3px rgba(0, 0, 0, 0.03), 0 3px 5px rgba(0, 0, 0, 0.03), 0 5px 10px rgba(0, 0, 0, 0.02); -} - -#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen { - background-color: rgba(0, 0, 0, 0.16); -} - -#panel #panelLeft, #panel #panelCenter { - spacing: 0; -} - -#panel .panel-corner { - -panel-corner-radius: 0; - -panel-corner-background-color: rgba(0, 0, 0, 0.16); - -panel-corner-border-width: 2px; - -panel-corner-border-color: transparent; -} - -#panel .panel-corner:active, #panel .panel-corner:overview, #panel .panel-corner:focus { - -panel-corner-border-color: white; -} - -#panel .panel-corner.lock-screen, #panel .panel-corner.login-screen, #panel .panel-corner.unlock-screen { - -panel-corner-radius: 0; - -panel-corner-background-color: transparent; - -panel-corner-border-color: transparent; -} - -#panel .panel-corner StLabel { - padding: 0 4px; -} - -#panel .panel-button { - -natural-hpadding: 8px; - -minimum-hpadding: 8px; - font-weight: bold; - color: white; - transition-duration: 150ms; - border-radius: 6px; -} - -#panel .panel-button StLabel { - padding: 0 2px; -} - -#panel .panel-button, #panel .panel-button:hover, #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { - text-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); -} - -#panel .panel-button .system-status-icon, -#panel .panel-button .app-menu-icon > StIcon, -#panel .panel-button .popup-menu-arrow, #panel .panel-button:hover .system-status-icon, -#panel .panel-button:hover .app-menu-icon > StIcon, -#panel .panel-button:hover .popup-menu-arrow, #panel .panel-button:active .system-status-icon, -#panel .panel-button:active .app-menu-icon > StIcon, -#panel .panel-button:active .popup-menu-arrow, #panel .panel-button:overview .system-status-icon, -#panel .panel-button:overview .app-menu-icon > StIcon, -#panel .panel-button:overview .popup-menu-arrow, #panel .panel-button:focus .system-status-icon, -#panel .panel-button:focus .app-menu-icon > StIcon, -#panel .panel-button:focus .popup-menu-arrow, #panel .panel-button:checked .system-status-icon, -#panel .panel-button:checked .app-menu-icon > StIcon, -#panel .panel-button:checked .popup-menu-arrow { - icon-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); -} - -#panel .panel-button .app-menu-icon { - -st-icon-style: symbolic; - margin-left: 0; - margin-right: 0; - icon-size: 16px; -} - -#panel .panel-button .app-menu-icon > StIcon { - padding-left: 4px; - padding-right: 6px; -} - -#panel .panel-button .popup-menu-arrow { - width: 0; - height: 0; -} - -#panel .panel-button:hover { - color: white; - background-color: rgba(255, 255, 255, 0.15); -} - -#panel .panel-button:active, #panel .panel-button:active:hover, #panel .panel-button:overview, #panel .panel-button:overview:hover, #panel .panel-button:focus, #panel .panel-button:focus:hover, #panel .panel-button:checked, #panel .panel-button:checked:hover { - background-color: rgba(255, 255, 255, 0.3); - color: white; - box-shadow: none; -} - -#panel .panel-button .system-status-icon { - icon-size: 1.2307692308em; - padding: 0 4px; -} - -.unlock-screen #panel .panel-button, .login-screen #panel .panel-button, .lock-screen #panel .panel-button { - color: white; -} - -.unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active, .login-screen #panel .panel-button:focus, .login-screen #panel .panel-button:hover, .login-screen #panel .panel-button:active, .lock-screen #panel .panel-button:focus, .lock-screen #panel .panel-button:hover, .lock-screen #panel .panel-button:active { - color: white; -} - -#panel .panel-button.clock-display:active .clock, #panel .panel-button.clock-display:overview .clock, #panel .panel-button.clock-display:focus .clock, #panel .panel-button.clock-display:checked .clock { - background: none; - box-shadow: none; -} - -#panel .panel-status-indicators-box, -#panel .panel-status-menu-box { - spacing: 2px; -} - -#panel .power-status.panel-status-indicators-box { - spacing: 0; -} - -#panel .screencast-indicator { - color: #FC4138; -} - -#panel .remote-access-indicator { - color: #F27835; -} - -#panel.solid { - background-color: rgba(0, 0, 0, 0.16); - /* transition from transparent to solid */ - transition-duration: 250ms; - background-gradient-direction: none; - text-shadow: none; -} - -#panel.solid:overview { - background-color: transparent; -} - -#panel.solid .panel-corner { - -panel-corner-background-color: rgba(0, 0, 0, 0.16); -} - -#panel.solid .panel-button { - color: white; - text-shadow: none; -} - -#panel.solid .panel-button:active, #panel.solid .panel-button:overview, #panel.solid .panel-button:focus, #panel.solid .panel-button:checked { - color: rgba(255, 255, 255, 0.85); - text-shadow: 0 1px rgba(0, 0, 0, 0.45); -} - -#panel.solid .system-status-icon, -#panel.solid .app-menu-icon > StIcon, -#panel.solid .popup-menu-arrow { - icon-shadow: none; -} - -#panel.solid .system-status-icon:active, #panel.solid .system-status-icon:overview, #panel.solid .system-status-icon:focus, #panel.solid .system-status-icon:checked, -#panel.solid .app-menu-icon > StIcon:active, -#panel.solid .app-menu-icon > StIcon:overview, -#panel.solid .app-menu-icon > StIcon:focus, -#panel.solid .app-menu-icon > StIcon:checked, -#panel.solid .popup-menu-arrow:active, -#panel.solid .popup-menu-arrow:overview, -#panel.solid .popup-menu-arrow:focus, -#panel.solid .popup-menu-arrow:checked { - icon-shadow: 0 1px rgba(0, 0, 0, 0.45); -} - -#panel #panelActivities.panel-button > * { - background-image: url("assets/activities.svg"); - background-position: center top; - background-size: 18px 18px; - width: 24px; - height: 24px; - background-color: transparent !important; - background-gradient-direction: none !important; - border: none; - color: transparent; -} - -#panel #panelActivities.panel-button:active, #panel #panelActivities.panel-button:overview, #panel #panelActivities.panel-button:focus, #panel #panelActivities.panel-button:checked { - background-color: transparent; - border: none; -} - -.clock-display-box { - spacing: 4px; -} - -.clock-display-box .clock { - padding-left: 6px; - padding-right: 6px; -} - -#calendarArea { - padding: 8px 12px; -} - -.calendar { - margin-bottom: 0; - border: none; - box-shadow: none; - background: none; - padding: 0; -} - -.calendar, -.datemenu-today-button, -.datemenu-displays-box, -.message-list-sections { - margin: 0 8px; -} - -.datemenu-displays-section { - padding-bottom: 0; -} - -.datemenu-displays-box { - spacing: 8px; -} - -.datemenu-calendar-column { - spacing: 8px; - border: none; - padding: 0 0; -} - -.datemenu-calendar-column:ltr { - border-left-width: 0; -} - -.datemenu-calendar-column:rtl { - border-right-width: 0; -} - -.datemenu-today-button { - min-height: 48px; -} - -.datemenu-today-button .date-label { - font-size: 18pt; - font-weight: 400; -} - -.message-list-section-list:ltr { - padding-left: 0; -} - -.message-list-section-list:rtl { - padding-right: 0; -} - -.datemenu-today-button, -.world-clocks-button, -.weather-button, -.events-section-title { - min-height: 20px; - padding: 4px 8px; - border-radius: 6px; - border: none; - box-shadow: none; - background: none; - text-shadow: none; - color: #afafaf; -} - -.datemenu-today-button:hover, .datemenu-today-button:focus, -.world-clocks-button:hover, -.world-clocks-button:focus, -.weather-button:hover, -.weather-button:focus, -.events-section-title:hover, -.events-section-title:focus { - color: #dedede; - background-color: rgba(255, 255, 255, 0.06); -} - -.datemenu-today-button:active, -.world-clocks-button:active, -.weather-button:active, -.events-section-title:active { - color: #dedede; - background-color: rgba(255, 255, 255, 0.1); -} - -.world-clocks-header, -.weather-header, -.events-section-title { - color: #afafaf; - font-weight: bold; -} - -/* World Clock */ -.world-clocks-grid, -.weather-grid { - spacing-rows: 0.4em; - spacing-columns: 0.8em; -} - -.world-clocks-city { - color: #999999; - font-weight: bold; - font-size: 0.9em; -} - -.world-clocks-time { - color: #999999; - font-feature-settings: "tnum"; - font-size: 1.2em; -} - -.world-clocks-timezone { - color: #999999; - font-feature-settings: "tnum"; - font-size: 0.9em; -} - -/* Weather */ -.weather-button { - padding: 12px; -} - -.weather-button .weather-box { - spacing: 0.5em; -} - -.weather-button .weather-header-box { - spacing: 6px; -} - -.weather-button .weather-header { - color: #afafaf; - font-weight: bold; -} - -.weather-button .weather-header.location { - font-weight: normal; - color: #999999; -} - -.weather-button .weather-grid { - spacing-rows: 6px; - spacing-columns: 12px; -} - -.weather-button .weather-forecast-time { - color: #afafaf; - font-feature-settings: "tnum"; - font-size: 9pt; - font-weight: normal; - padding-top: 0.2em; - padding-bottom: 0.4em; -} - -.weather-button .weather-forecast-icon { - icon-size: 32px; -} - -.weather-button .weather-forecast-temp { - font-weight: bold; -} - -.calendar-month-label { - height: 20px; - margin: 2px; - padding: 6px 16px; - border-radius: 6px; - color: #dedede; - font-weight: bold; - text-align: center; -} - -.calendar-month-label:focus { - background-color: rgba(255, 255, 255, 0.06); -} - -.pager-button { - width: 28px; - height: 28px; - margin: 2px; - border-radius: 100px; - background-color: transparent; - color: #dedede; -} - -.pager-button:hover, .pager-button:focus { - background-color: rgba(255, 255, 255, 0.06); -} - -.pager-button:active { - background-color: rgba(255, 255, 255, 0.1); -} - -.calendar-change-month-back { - padding: 0 2px; - background-image: url("assets/calendar-arrow-left.svg"); -} - -.calendar-change-month-back:rtl { - background-image: url("assets/calendar-arrow-right.svg"); -} - -.calendar-change-month-forward { - padding: 0 2px; - background-image: url("assets/calendar-arrow-right.svg"); -} - -.calendar-change-month-forward:rtl { - background-image: url("assets/calendar-arrow-left.svg"); -} - -.calendar-change-month-back StIcon, -.calendar-change-month-forward StIcon { - icon-size: 16px; -} - -.calendar-day-base { - font-size: 9pt; - font-weight: 400; - text-align: center; - width: 28px; - height: 28px; - padding: 2px; - margin: 2px; - border-radius: 1000px; - color: #afafaf; - font-feature-settings: "tnum"; -} - -.calendar-day-base:hover, .calendar-day-base:focus { - background-color: rgba(255, 255, 255, 0.06); -} - -.calendar-day-base:active { - color: inherit; - background-color: rgba(255, 255, 255, 0.1); - border-color: transparent; -} - -.calendar-day-base:selected { - color: rgba(255, 255, 255, 0.85); - background-color: #0860f2; - border-color: transparent; -} - -.calendar-day-base.calendar-day-heading { - width: 28px; - height: 21px; - margin-top: 2px; - padding: 7px 0 0; - border-radius: 100px; - background-color: transparent; - color: #999999; - font-size: 9pt; - font-weight: 400; - font-weight: bold; - text-align: center; -} - -.calendar-day { - border-width: 0; -} - -.calendar-day-top { - border-top-width: 0; -} - -.calendar-day-left { - border-left-width: 0; -} - -.calendar-nonwork-day { - color: #dedede; -} - -.calendar-today { - font-weight: bold !important; - color: rgba(255, 255, 255, 0.85); - background-color: #0860f2; - border: none; -} - -.calendar-today:hover, .calendar-today:focus { - background-color: #1268f7; - color: rgba(255, 255, 255, 0.85); -} - -.calendar-today:active, .calendar-today:selected { - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); -} - -.calendar-today:active:hover, .calendar-today:active:focus, .calendar-today:selected:hover, .calendar-today:selected:focus { - background-color: #1268f7; - color: rgba(255, 255, 255, 0.85); -} - -.calendar-day-with-events { - color: #3484e2; - font-weight: normal; - text-decoration: underline; - background-image: none; -} - -.calendar-day-with-events.calendar-work-day { - color: #999999; - font-weight: bold; -} - -.calendar-other-month-day { - color: rgba(222, 222, 222, 0.35); - opacity: 0.5; -} - -.calendar-week-number { - width: 28px; - height: 21px; - margin: 2px; - padding: 7px 0 0; - border-radius: 100px; - background-color: transparent; - color: #999999; - font-size: inherit; - font-weight: bold; - text-align: center; -} - -/* Message list */ -.message-list { - width: 31.5em; - padding: 0 12px; - text-shadow: none; -} - -.message-list .message-list-placeholder { - spacing: 12px; -} - -.message-list-clear-button.button { - background-color: transparent; - margin: 8px 8px 0; -} - -.message-list-clear-button.button:hover, .message-list-clear-button.button:focus { - background-color: rgba(255, 255, 255, 0.06); -} - -.message-list-clear-button.button:active { - background-color: rgba(255, 255, 255, 0.1); -} - -.message-list-section, -.message-list-sections, -.message-list-section-list { - spacing: 8px; -} - -.message-list-controls { - margin: 8px 16px 0; - padding: 4px; - spacing: 16px; -} - -.message { - border-radius: 6px; - border: none; - color: #afafaf; - background-color: transparent; - margin: 4px; - box-shadow: none; - text-shadow: none; -} - -.message:hover, .message:focus { - color: #dedede; - background-color: #383838; -} - -.message:active { - color: #dedede; - background-color: rgba(56, 56, 56, 0.8); -} - -.message .message-icon-bin { - margin: 8px 0; - padding: 8px 0px 8px 8px; -} - -.message .message-icon-bin:rtl { - padding: 8px 8px 8px 0px; -} - -.message .message-icon-bin > StIcon { - icon-size: 32px; - -st-icon-style: symbolic; -} - -.message .message-icon-bin > .fallback-app-icon { - width: 16px; - height: 16px; -} - -.message .message-secondary-bin { - padding: 0 8px; -} - -.message .message-secondary-bin > .event-time { - min-height: 18px; - color: #999999; - font-size: 1em; - text-align: right; - /* HACK: the label should be baseline-aligned with a 1em label, fake this with some bottom padding */ - padding-bottom: 0.13em; -} - -.message .message-title { - min-height: 18px; - padding-top: 2px; - color: #dedede; - font-weight: bold; - font-size: 1em; -} - -.message .message-content { - min-height: 40px; - padding: 8px; - color: #999999; - font-size: 1em; -} - -.message .message-close-button { - color: #afafaf; - padding: 0; - height: 24px; - width: 24px; - border-radius: 100px; -} - -.message .message-close-button:hover, .message .message-close-button:active { - color: #dedede; -} - -.message .message-close-button:hover, .message .message-close-button:focus { - background-color: rgba(255, 255, 255, 0.06); -} - -.message .message-close-button:active { - background-color: rgba(255, 255, 255, 0.1); -} - -.message .message-body { - color: #999999; -} - -.url-highlighter { - link-color: #3484e2; -} - -.message-media-control { - margin: 16px 4px; - padding: 8px; - border-radius: 100px; - color: #afafaf; -} - -.message-media-control:hover, .message-media-control:focus { - color: #dedede; - background-color: rgba(255, 255, 255, 0.06); -} - -.message-media-control:active { - color: #dedede; - background-color: rgba(255, 255, 255, 0.1); -} - -.message-media-control:insensitive { - color: rgba(222, 222, 222, 0.35); -} - -.message-media-control:last-child:ltr { - margin-right: 16px; - padding-right: 8px; -} - -.message-media-control:last-child:rtl { - margin-left: 16px; - padding-left: 8px; -} - -.media-message-cover-icon { - icon-size: 32px !important; - margin: 0 0px 0 4px !important; -} - -.media-message-cover-icon:rtl { - margin: 0 4px 0 0px !important; -} - -.media-message-cover-icon.fallback { - icon-size: 16px !important; - padding: 8px; - border: none; - border-radius: 6px; - background-color: rgba(255, 255, 255, 0.06); - color: #999999; -} - -.ripple-box { - width: 48px; - height: 48px; - border-radius: 0 0 48px 0; - background-color: rgba(8, 96, 242, 0.35); - background-image: none; - background-size: auto; -} - -.ripple-box:rtl { - border-radius: 0 0 0 48px; - background-image: none; -} - -.window-close { - background-size: 26px; - height: 26px; - width: 26px; - -shell-close-overlap: 10px; - border-radius: 100px; - border: 0 none transparent; - background-color: transparent; - color: transparent; - box-shadow: none; - background-image: url("assets/window-close.svg"); -} - -.window-close StIcon { - icon-size: 26px; -} - -.window-close:hover { - background-size: 26px; - height: 26px; - width: 26px; - background-image: url("assets/window-close-hover.svg"); -} - -.window-close:active { - background-size: 26px; - height: 26px; - width: 26px; - background-image: url("assets/window-close-active.svg"); -} - -/* NETWORK DIALOGS */ -.nm-dialog { - max-height: 34em; - min-height: 31em; - min-width: 32em; -} - -.nm-dialog-content { - spacing: 20px; - padding: 24px; -} - -.nm-dialog-header-hbox { - spacing: 10px; -} - -.nm-dialog-airplane-box { - spacing: 12px; -} - -.nm-dialog-airplane-headline { - font-weight: bold; - text-align: center; -} - -.nm-dialog-airplane-text { - color: #dedede; -} - -.nm-dialog-header-icon { - icon-size: 32px; -} - -.nm-dialog-scroll-view { - border: 1px solid rgba(255, 255, 255, 0.12); - padding: 0; - background-color: rgba(0, 0, 0, 0.1); - border-radius: 6px; -} - -.nm-dialog-header { - font-size: 15pt; - font-weight: 500; -} - -.nm-dialog-item { - font-size: 1em; - border-bottom: none; - border-radius: 6px; - padding: 12px; - spacing: 20px; -} - -.nm-dialog-item:hover, .nm-dialog-item:focus { - background-color: rgba(255, 255, 255, 0.06); -} - -.nm-dialog-item:active { - background-color: rgba(255, 255, 255, 0.1); -} - -.nm-dialog-item:selected { - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); -} - -.nm-dialog-icons { - spacing: .5em; -} - -.nm-dialog-icon { - icon-size: 16px; -} - -.no-networks-label { - color: #999999; -} - -.no-networks-box { - spacing: 12px; -} - -/* OVERVIEW */ -#overview { - spacing: 24px; -} - -.overview-controls { - padding-bottom: 32px; -} - -.window-picker { - -horizontal-spacing: 16px; - -vertical-spacing: 16px; - padding: 0 16px 32px; -} - -.window-picker.external-monitor { - padding: 16px; -} - -.window-clone-border { - border: 4px solid rgba(255, 255, 255, 0.3); - border-radius: 6px; - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); -} - -.window-caption { - spacing: 25px; - color: rgba(255, 255, 255, 0.85); - background-color: rgba(0, 0, 0, 0.6); - border-radius: 6px; - padding: 4px 8px; - border: none; - font-weight: normal; -} - -.app-folder-dialog .folder-name-container .folder-name-entry, .search-entry { - width: 304px; - padding: 0 8px; - border: none; - color: rgba(255, 255, 255, 0.5); - caret-color: rgba(255, 255, 255, 0.85); - selection-background-color: rgba(255, 255, 255, 0.3); - selected-color: rgba(255, 255, 255, 0.85); - background-color: rgba(255, 255, 255, 0.12); - border-radius: 8px; - border-color: transparent; - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus { - border-color: transparent; - background-color: rgba(255, 255, 255, 0.18); - padding: 0 8px; - border: none; - color: rgba(255, 255, 255, 0.85); -} - -.app-folder-dialog .folder-name-container .folder-name-entry .search-entry-icon, .search-entry .search-entry-icon { - icon-size: 16px; - padding: 0 0; - color: rgba(255, 255, 255, 0.5); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:hover .search-entry-icon, .app-folder-dialog .folder-name-container .folder-name-entry:focus .search-entry-icon, .search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon { - color: rgba(255, 255, 255, 0.85); -} - -.app-folder-dialog .folder-name-container .folder-name-entry:insensitive, .search-entry:insensitive { - border: none; - color: rgba(255, 255, 255, 0.45); -} - -.app-folder-dialog .folder-name-container .folder-name-entry StLabel.hint-text, .search-entry StLabel.hint-text { - color: rgba(255, 255, 255, 0.5); -} - -#searchResultsContent { - max-width: 1000px; - padding-left: 20px; - padding-right: 20px; - spacing: 16px; -} - -.search-section { - spacing: 16px; -} - -.search-section .search-section-separator { - height: 1px; - background-color: rgba(255, 255, 255, 0.15); -} - -.search-section-content { - spacing: 32px; - border-radius: 0; - border: none; - box-shadow: none; - background: none; - text-shadow: none; - color: rgba(255, 255, 255, 0.85); -} - -.search-provider-icon .list-search-provider-content { - spacing: 12px; -} - -.search-provider-icon .list-search-provider-content .list-search-provider-details { - width: 120px; - margin-top: 0; - color: rgba(255, 255, 255, 0.5); -} - -.list-search-results { - spacing: 3px; -} - -.list-search-result-content { - spacing: 30px; -} - -.list-search-result-title { - font-size: 11.25pt; - font-weight: 400; - color: rgba(255, 255, 255, 0.85); - spacing: 12px; -} - -.list-search-result-description { - color: rgba(255, 255, 255, 0.85); -} - -.list-search-provider-details { - width: 150px; - color: rgba(255, 255, 255, 0.85); - margin-top: 0.24em; -} - -.list-search-provider-content { - spacing: 20px; -} - -.search-provider-icon { - padding: 15px; -} - -/* DASHBOARD */ -#dash { - font-size: 1em; - color: rgba(255, 255, 255, 0.85); - background-color: rgba(255, 255, 255, 0.15); - padding: 3px 0; - border: none; - border-left: 0px; - border-radius: 0px 12px 12px 0px; -} - -#dash:rtl { - border-radius: 12px 0 0 12px; -} - -#dash .placeholder { - background-image: url("assets/dash-placeholder.svg"); - background-size: contain; - height: 24px; -} - -#dash .empty-dash-drop-target { - width: 24px; - height: 24px; -} - -.dash-item-container > StWidget { - padding: 3px 6px; -} - -.dash-label { - border-radius: 6px; - padding: 7px 8px; - color: #dedede; - background-color: #242424; - box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.05); - text-align: center; - border: none; - -x-offset: 8px; -} - -/* App Vault/Grid */ -.icon-grid { - spacing: 30px; - -shell-grid-horizontal-item-size: 136px; - -shell-grid-vertical-item-size: 136px; -} - -.icon-grid .overview-icon { - icon-size: 96px; -} - -.system-action-icon { - box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); - background-color: rgba(0, 0, 0, 0.6); - color: white; - border-radius: 99px; - icon-size: 48px; -} - -.app-view-controls { - width: 320px; - padding-bottom: 32px; - margin: 0 0; -} - -.app-view-control { - padding: 0 16px; - margin: 0 0; - font-weight: bold; - color: rgba(255, 255, 255, 0.85); - background-color: rgba(255, 255, 255, 0.15); -} - -.app-view-control:hover { - color: rgba(255, 255, 255, 0.85); - background-color: rgba(255, 255, 255, 0.22); -} - -.app-view-control:active { - color: rgba(255, 255, 255, 0.85); - background-color: #085ae3; -} - -.app-view-control:checked { - color: rgba(255, 255, 255, 0.85); - background-color: #0860f2; - box-shadow: none; -} - -.app-view-control:first-child { - border-right-width: 0; - border-radius: 6px 0 0 6px; -} - -.app-view-control:last-child { - border-radius: 0 6px 6px 0; -} - -.search-provider-icon:focus, .search-provider-icon:selected, .search-provider-icon:hover, -.list-search-result:focus, -.list-search-result:selected, -.list-search-result:hover { - background-color: rgba(255, 255, 255, 0.15); - transition-duration: 0ms; -} - -.search-provider-icon:active, .search-provider-icon:checked, -.list-search-result:active, -.list-search-result:checked { - background-color: rgba(255, 255, 255, 0.3); - transition-duration: 150ms; -} - -.grid-search-result .overview-icon, .search-provider-icon .overview-icon, .grid-search-result .overview-icon > StIcon, .search-provider-icon .overview-icon > StIcon, -.show-apps .overview-icon, -.show-apps .overview-icon > StIcon, -.app-well-app .overview-icon, -.app-well-app .overview-icon > StIcon { - icon-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.15); -} - -.search-provider-icon:hover .overview-icon, .search-provider-icon:focus .overview-icon, .search-provider-icon:selected .overview-icon, -.show-apps:hover .overview-icon, -.show-apps:focus .overview-icon, -.show-apps:selected .overview-icon, -.app-well-app:hover .overview-icon, -.app-well-app:focus .overview-icon, -.app-well-app:selected .overview-icon, -.app-well-app.app-folder:hover .overview-icon, -.app-well-app.app-folder:focus .overview-icon, -.app-well-app.app-folder:selected .overview-icon, -.grid-search-result:hover .overview-icon, -.grid-search-result:focus .overview-icon, -.grid-search-result:selected .overview-icon { - background-color: rgba(255, 255, 255, 0.15); - transition-duration: 0ms; - border-image: none; - background-image: none; -} - -.search-provider-icon:active .overview-icon, .search-provider-icon:checked .overview-icon, -.show-apps:active .overview-icon, -.show-apps:checked .overview-icon, -.app-well-app:active .overview-icon, -.app-well-app:checked .overview-icon, -.app-well-app.app-folder:active .overview-icon, -.app-well-app.app-folder:checked .overview-icon, -.grid-search-result:active .overview-icon, -.grid-search-result:checked .overview-icon { - background-color: rgba(255, 255, 255, 0.3); - box-shadow: none; - transition-duration: 150ms; -} - -.app-well-app-running-dot { - width: 5px; - height: 5px; - border-radius: 3px; - background-color: rgba(255, 255, 255, 0.85); - margin-bottom: 0; -} - -StWidget.focused .app-well-app-running-dot { - background-color: #0860f2; -} - -.search-provider-icon, -.list-search-result, .grid-search-result .overview-icon, .search-provider-icon .overview-icon, -.show-apps .overview-icon, -.app-well-app .overview-icon { - color: rgba(255, 255, 255, 0.85); - border-radius: 12px; - padding: 6px; - border: none; - transition-duration: 150ms; - text-align: center; -} - -.app-well-app.app-folder > .overview-icon { - background-color: rgba(255, 255, 255, 0.15); -} - -.show-apps .overview-icon { - color: white; -} - -.show-apps:hover .show-apps-icon, -.show-apps:active .show-apps-icon, -.show-apps:checked .show-apps-icon, -.show-apps:focus .show-apps-icon { - color: white; - transition-duration: 150ms; -} - -.app-folder-popup { - -arrow-border-radius: 16px; - -arrow-background-color: rgba(255, 255, 255, 0.15); - -arrow-base: 0; - -arrow-rise: 12px; -} - -.app-folder-popup-bin { - padding: 5px; -} - -.app-folder-icon { - padding: 5px; - spacing-rows: 5px; - spacing-columns: 5px; -} - -.page-indicator { - padding: 15px 20px; -} - -.page-indicator .page-indicator-icon { - width: 12px; - height: 12px; - border-radius: 12px; - margin: 0; - padding: 0; - background-image: none; - color: transparent; - border: none; - box-shadow: none; - background-color: rgba(255, 255, 255, 0.35); -} - -.page-indicator:hover .page-indicator-icon { - background-image: none; - background-color: rgba(255, 255, 255, 0.45); -} - -.page-indicator:active .page-indicator-icon { - margin: 0; - padding: 0; - background-image: none; - color: transparent; - border: none; - box-shadow: none; - background-color: rgba(255, 255, 255, 0.85); -} - -.page-indicator:checked .page-indicator-icon { - background-image: none; - background-color: rgba(255, 255, 255, 0.85); - transition-duration: 0ms; -} - -.page-indicator:checked:active { - background-image: none; -} - -.app-well-app > .overview-icon.overview-icon-with-label, -.grid-search-result .overview-icon.overview-icon-with-label { - padding: 10px 8px 5px 8px; - spacing: 4px; -} - -.app-folder-dialog { - border-radius: 32px; - border: none; - spacing: 12px; - background-color: rgba(16, 16, 16, 0.95); -} - -.app-folder-dialog .folder-name-container { - padding: 24px 36px 0; - spacing: 12px; - /* FIXME: this is to keep the label in sync with the entry */ -} - -.app-folder-dialog .folder-name-container .folder-name-label, .app-folder-dialog .folder-name-container .folder-name-entry { - font-size: 18pt; - font-weight: bold; -} - -.app-folder-dialog .folder-name-container .folder-name-label { - padding: 5px 7px; - color: rgba(255, 255, 255, 0.85); -} - -.app-folder-dialog .folder-name-container .edit-folder-button { - background-color: rgba(255, 255, 255, 0.15); - color: rgba(255, 255, 255, 0.85); - border: none; - padding: 0; - width: 36px; - height: 36px; - border-radius: 18px; -} - -.app-folder-dialog .folder-name-container .edit-folder-button > StIcon { - icon-size: 16px; -} - -.app-folder-dialog .folder-name-container .edit-folder-button:hover { - background-color: rgba(255, 255, 255, 0.15); -} - -.app-folder-dialog .folder-name-container .edit-folder-button:checked, .app-folder-dialog .folder-name-container .edit-folder-button:active { - background-color: rgba(255, 255, 255, 0.3); -} - -.app-folder-dialog StButton#vhandle, .app-folder-dialog StButton#vhandle:hover, .app-folder-dialog StButton#vhandle:active { - background-color: transparent; -} - -.app-folder-dialog-container { - padding: 12px; - width: 800px; - height: 600px; -} - -.app-folder-icon { - padding: 6px; - spacing-rows: 6px; - spacing-columns: 6px; -} - -.workspace-thumbnails { - visible-width: 32px; - spacing: 12px; - padding: 16px; - border-radius: 6px; - margin: 6px; -} - -.workspace-thumbnail-indicator { - border: 0 solid #0860f2; - border-width: 2px; - padding: 6px; - border-radius: 2px; -} - -.search-display > StBoxLayout, -.all-apps, -.frequent-apps > StBoxLayout { - padding: 0px 88px 10px 88px; -} - -.workspace-thumbnails { - color: rgba(255, 255, 255, 0.85); - background-color: rgba(255, 255, 255, 0.15); - border: none; -} - -.search-statustext, .no-frequent-applications-label { - font-size: 45px; - font-weight: 400; - color: rgba(255, 255, 255, 0.5); -} - -/* NOTIFICATIONS & MESSAGE TRAY */ -.url-highlighter { - link-color: #3484e2; -} - -.notification-banner { - font-size: 1em; - width: 34em; - min-height: 56px; - margin: 5px; - border-radius: 6px; - color: #dedede; - background-color: rgba(36, 36, 36, 0.92); - border: none; - box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.05); -} - -.notification-banner:hover { - background-color: rgba(36, 36, 36, 0.95); -} - -.notification-banner:focus { - background-color: #242424; -} - -.notification-banner .notification-icon { - padding: 5px; -} - -.notification-banner .notification-content { - padding: 5px; - spacing: 5px; -} - -.notification-banner .secondary-icon { - icon-size: 1.2307692308em; -} - -.notification-banner .notification-actions { - background-color: transparent; - padding-top: 0; - border-top: 1px solid rgba(255, 255, 255, 0.12); - spacing: 1px; -} - -.notification-banner .notification-button { - min-height: 40px; - padding: 0 16px; - background-color: transparent; - color: #afafaf; - font-weight: 500; -} - -.notification-banner .notification-button:first-child { - border-radius: 0 0 0 2px; -} - -.notification-banner .notification-button:last-child { - border-radius: 0 0 2px 0; -} - -.notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus { - background-color: rgba(255, 255, 255, 0.06); - color: #dedede; -} - -.notification-banner .notification-button:active { - background-color: rgba(255, 255, 255, 0.1); - color: #dedede; -} - -.summary-source-counter { - font-size: 1em; - font-weight: bold; - height: 1.6em; - width: 1.6em; - -shell-counter-overlap-x: 3px; - -shell-counter-overlap-y: 3px; - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); - border: 2px solid #0860f2; - box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); - border-radius: 0.9em; -} - -.secondary-icon { - icon-size: 1.2307692308em; -} - -.chat-body { - spacing: 5px; -} - -.chat-response { - margin: 5px; -} - -.chat-log-message { - color: #dedede; -} - -.chat-new-group { - padding-top: 1em; -} - -.chat-received { - padding-left: 4px; -} - -.chat-received:rtl { - padding-left: 0px; - padding-right: 4px; -} - -.chat-sent { - padding-left: 18pt; - color: #afafaf; -} - -.chat-sent:rtl { - padding-left: 0; - padding-right: 18pt; -} - -.chat-meta-message { - padding-left: 4px; - font-size: 9pt; - font-weight: 400; - color: #999999; -} - -.chat-meta-message:rtl { - padding-left: 0; - padding-right: 4px; -} - -.hotplug-transient-box { - spacing: 6px; - padding: 2px 72px 2px 12px; -} - -.hotplug-notification-item { - padding: 2px 10px; -} - -.hotplug-notification-item:focus { - padding: 1px 71px 1px 11px; -} - -.hotplug-notification-item-icon { - icon-size: 24px; - padding: 2px 5px; -} - -.hotplug-resident-box { - spacing: 8px; -} - -.hotplug-resident-mount { - spacing: 8px; - border-radius: 6px; -} - -.hotplug-resident-mount:hover { - background-color: rgba(255, 255, 255, 0.06); -} - -.hotplug-resident-mount:active { - background-color: rgba(255, 255, 255, 0.1); -} - -.hotplug-resident-mount-label { - color: inherit; - padding-left: 6px; -} - -.hotplug-resident-mount-icon { - icon-size: 24px; - padding-left: 6px; -} - -.hotplug-resident-eject-icon { - icon-size: 16px; -} - -.hotplug-resident-eject-button { - padding: 7px; - border-radius: 6px; - color: #dedede; -} - -/* Eeeky things */ -.magnifier-zoom-region { - border: 2px solid #0860f2; -} - -.magnifier-zoom-region.full-screen { - border-width: 0; -} - -/* On-screen Keyboard */ -.word-suggestions { - font-size: 14pt; - spacing: 12px; - min-height: 20pt; -} - -#keyboard { - background-color: rgba(0, 0, 0, 0.25); - box-shadow: none; -} - -#keyboard .page-indicator { - padding: 6px; -} - -#keyboard .page-indicator .page-indicator-icon { - width: 8px; - height: 8px; -} - -.key-container, -.keyboard-layout { - padding: 4px; - spacing: 4px; -} - -.keyboard-key { - min-height: 2em; - min-width: 2em; - font-size: 14pt; - font-weight: bold; - border-radius: 6px; - border: none; - color: inherit; - background-color: #555555; - box-shadow: 0 1px rgba(0, 0, 0, 0.2); -} - -.keyboard-key:focus, .keyboard-key:hover { - color: white; - background-color: #0860f2; -} - -.keyboard-key:checked, .keyboard-key:active { - color: white; - background-color: #0754d4; -} - -.keyboard-key:grayed { - background-color: rgba(0, 0, 0, 0.3); - color: rgba(255, 255, 255, 0.85); - border-color: rgba(0, 0, 0, 0.3); -} - -.keyboard-key.default-key, .keyboard-key.enter-key, .keyboard-key.shift-key-lowercase, .keyboard-key.shift-key-uppercase, .keyboard-key.hide-key, .keyboard-key.layout-key { - background-color: #242424; - box-shadow: 0 1px rgba(0, 0, 0, 0.2); -} - -.keyboard-key.default-key:focus, .keyboard-key.default-key:hover, .keyboard-key.enter-key:focus, .keyboard-key.enter-key:hover, .keyboard-key.shift-key-lowercase:focus, .keyboard-key.shift-key-lowercase:hover, .keyboard-key.shift-key-uppercase:focus, .keyboard-key.shift-key-uppercase:hover, .keyboard-key.hide-key:focus, .keyboard-key.hide-key:hover, .keyboard-key.layout-key:focus, .keyboard-key.layout-key:hover { - color: #dedede; - background-color: #555555; -} - -.keyboard-key.default-key:checked, .keyboard-key.default-key:active, .keyboard-key.enter-key:checked, .keyboard-key.enter-key:active, .keyboard-key.shift-key-lowercase:checked, .keyboard-key.shift-key-lowercase:active, .keyboard-key.shift-key-uppercase:checked, .keyboard-key.shift-key-uppercase:active, .keyboard-key.hide-key:checked, .keyboard-key.hide-key:active, .keyboard-key.layout-key:checked, .keyboard-key.layout-key:active { - color: #dedede; - background-color: #464646; -} - -.keyboard-key.enter-key { - color: white; - background-color: #0860f2; -} - -.keyboard-key.enter-key:focus, .keyboard-key.enter-key:hover { - color: white; - background-color: #1c6ff7; -} - -.keyboard-key.enter-key:checked, .keyboard-key.enter-key:active { - color: white; - background-color: #064cc1; -} - -.keyboard-key StIcon { - icon-size: 1.125em; -} - -.keyboard-subkeys { - color: inherit; - -arrow-border-radius: 6px; - -arrow-background-color: rgba(0, 0, 0, 0.45); - -arrow-border-width: 0; - -arrow-border-color: transparent; - -arrow-base: 20px; - -arrow-rise: 10px; - -boxpointer-gap: 5px; - box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.05); -} - -.candidate-popup-content { - padding: 8px; - spacing: 0; -} - -.candidate-index { - padding: 0 4px 0 0; - color: #999999; -} - -.candidate-box:selected .candidate-index { - color: rgba(255, 255, 255, 0.5); -} - -.candidate-box { - transition-duration: 0ms; - min-height: 28px; - padding: 0 8px; - border-radius: 6px; -} - -.candidate-box:hover { - background-color: rgba(255, 255, 255, 0.06); - color: #dedede; -} - -.candidate-box:active { - background-color: rgba(255, 255, 255, 0.1); - color: #dedede; -} - -.candidate-box:selected { - background-color: #0860f2; - color: rgba(255, 255, 255, 0.85); -} - -.candidate-page-button-box { - height: 28px; -} - -.vertical .candidate-page-button-box { - padding-top: 0; -} - -.horizontal .candidate-page-button-box { - padding-left: 0; -} - -.candidate-page-button { - min-width: 28px; - min-height: 28px; - padding: 0; -} - -.candidate-page-button-previous { - border-radius: 6px; - border-right-width: 0; -} - -.candidate-page-button-next { - border-radius: 6px; -} - -.candidate-page-button-icon { - icon-size: 1.2307692308em; -} - -/* Auth Dialogs & Screen Shield */ -.framed-user-icon { - background-size: contain; - border: none; - color: rgba(255, 255, 255, 0.85); - border-radius: 9999px; -} - -.framed-user-icon:hover { - border-color: rgba(255, 255, 255, 0.85); - color: rgba(255, 255, 255, 0.85); -} - -.login-dialog-banner-view { - padding-top: 24px; - max-width: 23em; -} - -.login-dialog { - border: none; - background-color: transparent; -} - -.login-dialog StEntry { - selection-background-color: rgba(255, 255, 255, 0.1); - selected-background-color: rgba(255, 255, 255, 0.1); - selected-color: #0860f2; - padding: 4px 8px; - min-height: 20px; - background-color: rgba(0, 0, 0, 0.1); - border-radius: 100px; - border: 2px solid transparent; - box-shadow: none; - border-radius: 9999px; -} - -.login-dialog StEntry:focus { - border: 2px solid #4d8ef9; - box-shadow: none; -} - -.login-dialog StEntry:insensitive { - color: rgba(222, 222, 222, 0.35); -} - -.login-dialog .modal-dialog-button-box { - spacing: 3px; -} - -.login-dialog .modal-dialog-button { - padding: 0 16px; - color: white; - background-color: transparent; - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:hover, .login-dialog .modal-dialog-button:focus { - color: white; - background-color: rgba(255, 255, 255, 0.15); - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:active { - color: white; - background-color: rgba(255, 255, 255, 0.3); - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:insensitive { - color: rgba(255, 255, 255, 0.35); - background-color: transparent; - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:default { - color: white; - background-color: #3484e2; - border: 1px solid rgba(0, 0, 0, 0.15); - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:default:hover, .login-dialog .modal-dialog-button:default:focus { - color: white; - border-color: rgba(0, 0, 0, 0.15); - background-color: #418ce4; - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:default:active { - color: white; - background-color: #0860f2; - border-color: rgba(0, 0, 0, 0.15); - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .modal-dialog-button:default:insensitive { - color: rgba(255, 255, 255, 0.45); - background-color: rgba(255, 255, 255, 0.15); - border-color: rgba(0, 0, 0, 0.15); - text-shadow: none; - icon-shadow: none; -} - -.login-dialog .cancel-button, -.login-dialog .switch-user-button, -.login-dialog .login-dialog-session-list-button { - padding: 0; - border-radius: 100px; - width: 32px; - height: 32px; - border-color: rgba(51, 51, 51, 0.3); - background-color: rgba(51, 51, 51, 0.3); -} - -.login-dialog .cancel-button StIcon, -.login-dialog .switch-user-button StIcon, -.login-dialog .login-dialog-session-list-button StIcon { - icon-size: 16px; -} - -.login-dialog .login-dialog-message-warning { - color: rgba(255, 255, 255, 0.85); -} - -.caps-lock-warning-label { - text-align: center; - padding-bottom: 8px; - color: #F27835; -} - -.login-dialog-logo-bin { - padding: 24px 0px; -} - -.login-dialog-banner { - color: rgba(255, 255, 255, 0.85); -} - -.login-dialog-button-box { - spacing: 5px; -} - -.login-dialog-message-warning { - color: #F27835; -} - -.login-dialog-message-hint { - padding-top: 0; - padding-bottom: 20px; -} - -.login-dialog-user-selection-box { - padding: 100px 0px; -} - -.login-dialog-not-listed-label { - padding-left: 2px; -} - -.login-dialog-not-listed-button:focus .login-dialog-not-listed-label, .login-dialog-not-listed-button:hover .login-dialog-not-listed-label { - color: white; -} - -.login-dialog-not-listed-label { - font-size: 1em; - font-weight: bold; - color: rgba(255, 255, 255, 0.85); - padding-top: 1em; -} - -.login-dialog-not-listed-label:hover { - color: rgba(255, 255, 255, 0.85); -} - -.login-dialog-not-listed-label:focus { - background-color: rgba(255, 255, 255, 0.15); -} - -.login-dialog-user-list-view { - -st-vfade-offset: 1em; -} - -.login-dialog-user-list { - spacing: 12px; - padding: .2em; - width: 23em; -} - -.login-dialog-user-list:expanded .login-dialog-user-list-item:selected { - background-color: rgba(255, 255, 255, 0.15); - color: rgba(255, 255, 255, 0.85); -} - -.login-dialog-user-list:expanded .login-dialog-user-list-item:hover { - background-color: rgba(255, 255, 255, 0.15); - color: rgba(255, 255, 255, 0.85); -} - -.login-dialog-user-list:expanded .login-dialog-user-list-item:active { - background-color: rgba(255, 255, 255, 0.3); - color: rgba(255, 255, 255, 0.85); -} - -.login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { - border-right: 2px solid #0860f2; -} - -.login-dialog-user-list-item { - border-radius: 6px; - padding: 6px; - color: rgba(255, 255, 255, 0.85); -} - -.login-dialog-user-list-item:ltr .user-widget { - padding-right: 1em; -} - -.login-dialog-user-list-item:rtl .user-widget { - padding-left: 1em; -} - -.login-dialog-user-list-item:hover { - background-color: rgba(255, 255, 255, 0.15); - color: rgba(255, 255, 255, 0.85); -} - -.login-dialog-user-list-item:active { - background-color: rgba(255, 255, 255, 0.3); - color: rgba(255, 255, 255, 0.85); -} - -.login-dialog-user-list-item .login-dialog-timed-login-indicator { - height: 2px; - margin: 6px 0 0 0; - background-color: rgba(255, 255, 255, 0.85); -} - -.login-dialog-user-list-item:focus .login-dialog-timed-login-indicator { - background-color: rgba(255, 255, 255, 0.85); -} - -.user-icon { - background-size: contain; - color: rgba(255, 255, 255, 0.85); - border-radius: 9999px; -} - -.user-icon:hover { - color: white; -} - -.user-icon StIcon { - background-color: rgba(255, 255, 255, 0.05); - border-radius: 9999px; -} - -.user-widget-label { - color: rgba(255, 255, 255, 0.85); -} - -.user-widget.horizontal .user-widget-label { - font-weight: bold; - text-align: left; - padding-left: 15px; -} - -.user-widget.horizontal .user-widget-label:ltr { - padding-left: 14px; -} - -.user-widget.horizontal .user-widget-label:rtl { - padding-right: 14px; -} - -.user-widget.horizontal .user-icon { - icon-size: 64px; -} - -.user-widget.horizontal .user-icon StIcon { - padding: 12px; - width: 40px; - height: 40px; -} - -.user-widget.vertical .user-widget-label { - text-align: center; - font-weight: normal; - padding-top: 16px; -} - -.user-widget.vertical .user-icon { - icon-size: 96px; -} - -.user-widget.vertical .user-icon StIcon { - padding: 20px; - padding-top: 18px; - padding-bottom: 22px; - width: 88px; - height: 88px; -} - -.login-dialog-prompt-entry { - height: 1.5em; -} - -.login-dialog-prompt-layout { - padding-top: 24px; - padding-bottom: 12px; - spacing: 8px; - width: 23em; -} - -.login-dialog-prompt-label { - color: rgba(255, 255, 255, 0.5); - font-size: 1em; - padding-top: 1em; -} - -.screen-shield-arrows { - padding-bottom: 3em; -} - -.screen-shield-arrows Gjs_Arrow { - color: white; - width: 80px; - height: 48px; - -arrow-thickness: 12px; - -arrow-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); -} - -.screen-shield-clock { - color: white; - text-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - font-weight: normal; - text-align: center; - padding-bottom: 1.5em; -} - -.screen-shield-clock-time { - font-size: 112px; - font-weight: 300; - text-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06); -} - -.screen-shield-clock-date { - font-size: 45px; - font-weight: 400; -} - -.screen-shield-notifications-container { - spacing: 6px; - width: 30em; - background-color: transparent; - max-height: 500px; -} - -.screen-shield-notifications-container .summary-notification-stack-scrollview { - padding-top: 0; - padding-bottom: 0; -} - -.screen-shield-notifications-container .notification, -.screen-shield-notifications-container .screen-shield-notification-source { - padding: 8px; - border: none; - background-color: rgba(0, 0, 0, 0.3); - color: rgba(255, 255, 255, 0.85); - border-radius: 6px; -} - -.screen-shield-notifications-container .notification { - margin-right: 16px; -} - -.screen-shield-notification-label { - min-height: 18px; - padding: 2px 0px 0px 16px; - font-weight: bold; -} - -.screen-shield-notification-count-text { - min-height: 18px; - padding: 2px 0px 0px 16px; - color: rgba(255, 255, 255, 0.85); -} - -#panel.lock-screen { - background-color: rgba(0, 0, 0, 0.3); -} - -.screen-shield-background { - background: black; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.1); -} - -#lockDialogGroup { - background: url("assets/background.jpg"); - background-size: cover; -} - -#LookingGlassDialog { - background-color: #242424; - spacing: 4px; - padding: 0; - border: none; - border-radius: 6px; - box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.15); - color: #dedede; -} - -#LookingGlassDialog > #Toolbar { - padding: 0 8px; - border: none; - border-radius: 0; - background-color: rgba(36, 36, 36, 0.01); - box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.12); -} - -#LookingGlassDialog .labels { - spacing: 0; -} - -#LookingGlassDialog .notebook-tab { - -natural-hpadding: 12px; - -minimum-hpadding: 6px; - font-weight: bold; - color: #999999; - transition-duration: 150ms; - padding-left: 16px; - padding-right: 16px; - min-height: 32px; - padding: 0 32px; -} - -#LookingGlassDialog .notebook-tab:hover { - box-shadow: inset 0 -2px 0px rgba(255, 255, 255, 0.1); - color: #dedede; - text-shadow: none; -} - -#LookingGlassDialog .notebook-tab:selected { - border-bottom-width: 0; - border-color: transparent; - background-color: rgba(36, 36, 36, 0.01); - box-shadow: inset 0 -2px 0px rgba(255, 255, 255, 0.85); - color: #dedede; - text-shadow: none; -} - -#LookingGlassDialog StBoxLayout#EvalBox { - padding: 4px; - spacing: 4px; -} - -#LookingGlassDialog StBoxLayout#ResultsArea { - spacing: 4px; -} - -.lg-dialog StEntry { - selection-background-color: #0860f2; - selected-color: rgba(255, 255, 255, 0.85); -} - -.lg-dialog .shell-link { - color: #3484e2; -} - -.lg-dialog .shell-link:hover { - color: #3484e2; -} - -.lg-completions-text { - font-size: 1em; - font-style: italic; -} - -.lg-obj-inspector-title { - spacing: 4px; -} - -.lg-obj-inspector-button { - min-height: 32px; - padding: 0 16px; - border: none; - border-radius: 6px; - font-size: 9.75pt; - font-weight: 500; - color: #afafaf; - background-color: transparent; - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.lg-obj-inspector-button:hover { - color: #dedede; - background-color: rgba(255, 255, 255, 0.06); - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.lg-obj-inspector-button:active { - color: #dedede; - background-color: rgba(255, 255, 255, 0.1); - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.lg-obj-inspector-button:insensitive { - color: rgba(222, 222, 222, 0.35); - background-color: transparent; - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.lg-obj-inspector-button:focus { - color: #dedede; - text-shadow: none; - icon-shadow: none; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); -} - -.lg-obj-inspector-button:hover { - border: none; -} - -#lookingGlassExtensions { - padding: 4px; -} - -.lg-extensions-list { - padding: 4px; - spacing: 6px; -} - -.lg-extension { - border: none; - border-radius: 6px; - padding: 4px; -} - -.lg-extension-name { - font-size: 18pt; - font-weight: 400; -} - -.lg-extension-meta { - spacing: 6px; -} - -#LookingGlassPropertyInspector { - background: #242424; - border: none; - border-radius: 6px; - padding: 6px; - box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.15); -} - -#dashtodockContainer { - background: transparent; -} - -#dashtodockContainer .app-well-app-running-dot { - background-color: white; -} - -#dashtodockContainer #dash, #dashtodockContainer:overview #dash, #dashtodockContainer.extended #dash, #dashtodockContainer.extended:overview #dash { - padding: 0; - border: none; - margin: 0; -} - -#dashtodockContainer.top #dash, #dashtodockContainer.top:overview #dash { - border-radius: 14px; -} - -#dashtodockContainer.top.extended #dash, #dashtodockContainer.top.extended:overview #dash { - border-radius: 14px; -} - -#dashtodockContainer.bottom #dash, #dashtodockContainer.bottom:overview #dash { - border-radius: 14px; -} - -#dashtodockContainer.bottom.extended #dash, #dashtodockContainer.bottom.extended:overview #dash { - border-radius: 14px; -} - -#dashtodockContainer.left #dash, #dashtodockContainer.left:overview #dash { - border-radius: 14px; -} - -#dashtodockContainer.left.extended #dash, #dashtodockContainer.left.extended:overview #dash { - border-radius: 14px; -} - -#dashtodockContainer.right #dash, #dashtodockContainer.right:overview #dash { - border-radius: 14px; -} - -#dashtodockContainer.right.extended #dash, #dashtodockContainer.right.extended:overview #dash { - border-radius: 14px; -} - -#dashtodockContainer.top #dash, #dashtodockContainer.bottom #dash { - padding: 0 4px; -} - -#dashtodockContainer.left #dash, #dashtodockContainer.right #dash { - padding: 4px 0; -} - -#dashtodockContainer #dash { - background-color: rgba(16, 16, 16, 0.25); - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05); -} - -#dashtodockContainer #dash .app-well-app-running-dot { - background-color: rgba(255, 255, 255, 0.85); -} - -#dashtodockContainer #dash StWidget.focused .app-well-app-running-dot { - background-color: #0860f2; -} - -#dashtodockContainer.opaque #dash { - background-color: rgba(16, 16, 16, 0.25); -} - -#dashtodockContainer.transparent #dash { - background-color: rgba(16, 16, 16, 0.25); -} - -#dashtodockContainer:overview #dash { - background-color: rgba(255, 255, 255, 0.15); -} - -#dashtodockContainer:overview #dash .app-well-app-running-dot { - background-color: rgba(255, 255, 255, 0.85); -} - -#dashtodockContainer:overview #dash StWidget.focused .app-well-app-running-dot { - background-color: #0860f2; -} - -#dashtodockContainer.opaque:overview #dash, #dashtodockContainer.transparent:overview #dash { - background-color: transparent !important; - box-shadow: none !important; -} - -#dashtodockContainer.extended:overview #dash, #dashtodockContainer.opaque.extended:overview #dash, #dashtodockContainer.transparent.extended:overview #dash { - background-color: rgba(16, 16, 16, 0.25); -} - -#dashtodockContainer .app-well-app .overview-icon, -#dashtodockContainer .show-apps .overview-icon { - padding: 8px; - background-size: contain; -} - -#dash:desktop { - background-color: rgba(16, 16, 16, 0.25); -} - -.openweather-button, .openweather-button-action, .openweather-menu-button-container, .openweather-button-box { - border: 1px solid transparent; -} - -.openweather-provider { - padding: 0 16px; - font-weight: 500; - color: #afafaf; - background-color: transparent; - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.openweather-provider:hover { - color: #dedede; - background-color: rgba(255, 255, 255, 0.06); - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.openweather-provider:focus { - color: #dedede; - text-shadow: none; - icon-shadow: none; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); -} - -.openweather-provider:active { - color: #dedede; - background-color: rgba(255, 255, 255, 0.1); - border-color: transparent; - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.05); - text-shadow: none; - icon-shadow: none; -} - -.openweather-current-icon, .openweather-current-summary, .openweather-current-summarybox { - background: none; - color: #dedede; -} - -.openweather-current-databox-values { - background: none; - color: #999999; -} - -.openweather-current-databox-captions { - background: none; - color: #999999; -} - -.openweather-forecast-icon, .openweather-forecast-summary { - background: none; - color: #afafaf; -} - -.openweather-forecast-day, .openweather-forecast-temperature { - background: none; - color: #999999; -} - -.openweather-sunrise-icon, .openweather-sunset-icon, .openweather-build-icon { - color: #afafaf; -} - -.popup-menu .search-entry { - color: #dedede; - selection-background-color: #0860f2; - selected-color: white; - background-color: rgba(255, 255, 255, 0.1); - border-radius: 100px; - border: 2px solid transparent; - box-shadow: none; -} - -.popup-menu .search-entry:focus { - border: 2px solid #4d8ef9; - box-shadow: none; - color: #dedede; -} - -.popup-menu .search-entry .search-entry-icon { - color: #999999; -} - -.popup-menu .search-entry:hover .search-entry-icon, .popup-menu .search-entry:focus .search-entry-icon { - color: #dedede; -} diff --git a/gtktheme/.themes/WhiteSur-dark/gnome-shell/keyboard-caps-lock-filled-symbolic.svg b/gtktheme/.themes/WhiteSur-dark/gnome-shell/keyboard-caps-lock-filled-symbolic.svg deleted file mode 100644 index 45985b7..0000000 --- a/gtktheme/.themes/WhiteSur-dark/gnome-shell/keyboard-caps-lock-filled-symbolic.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/gtktheme/.themes/WhiteSur-dark/gnome-shell/keyboard-enter-symbolic.svg b/gtktheme/.themes/WhiteSur-dark/gnome-shell/keyboard-enter-symbolic.svg deleted file mode 100644 index de68b71..0000000 --- a/gtktheme/.themes/WhiteSur-dark/gnome-shell/keyboard-enter-symbolic.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/gtktheme/.themes/WhiteSur-dark/gnome-shell/keyboard-hide-symbolic.svg b/gtktheme/.themes/WhiteSur-dark/gnome-shell/keyboard-hide-symbolic.svg deleted file mode 100644 index 4212707..0000000 --- a/gtktheme/.themes/WhiteSur-dark/gnome-shell/keyboard-hide-symbolic.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/gtktheme/.themes/WhiteSur-dark/gnome-shell/keyboard-layout-filled-symbolic.svg b/gtktheme/.themes/WhiteSur-dark/gnome-shell/keyboard-layout-filled-symbolic.svg deleted file mode 100644 index 7c9b955..0000000 --- a/gtktheme/.themes/WhiteSur-dark/gnome-shell/keyboard-layout-filled-symbolic.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/gtktheme/.themes/WhiteSur-dark/gnome-shell/keyboard-shift-filled-symbolic.svg b/gtktheme/.themes/WhiteSur-dark/gnome-shell/keyboard-shift-filled-symbolic.svg deleted file mode 100644 index 04069e8..0000000 --- a/gtktheme/.themes/WhiteSur-dark/gnome-shell/keyboard-shift-filled-symbolic.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/gtktheme/.themes/WhiteSur-dark/gnome-shell/message-indicator-symbolic.svg b/gtktheme/.themes/WhiteSur-dark/gnome-shell/message-indicator-symbolic.svg deleted file mode 100644 index 257a984..0000000 --- a/gtktheme/.themes/WhiteSur-dark/gnome-shell/message-indicator-symbolic.svg +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/gtktheme/.themes/WhiteSur-dark/gnome-shell/no-events.svg b/gtktheme/.themes/WhiteSur-dark/gnome-shell/no-events.svg deleted file mode 100644 index 8ab08a9..0000000 --- a/gtktheme/.themes/WhiteSur-dark/gnome-shell/no-events.svg +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/gtktheme/.themes/WhiteSur-dark/gnome-shell/no-notifications.svg b/gtktheme/.themes/WhiteSur-dark/gnome-shell/no-notifications.svg deleted file mode 100644 index 862e2d1..0000000 --- a/gtktheme/.themes/WhiteSur-dark/gnome-shell/no-notifications.svg +++ /dev/null @@ -1,223 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/gtktheme/.themes/WhiteSur-dark/gnome-shell/pointer-double-click-symbolic.svg b/gtktheme/.themes/WhiteSur-dark/gnome-shell/pointer-double-click-symbolic.svg deleted file mode 100644 index 5267834..0000000 --- a/gtktheme/.themes/WhiteSur-dark/gnome-shell/pointer-double-click-symbolic.svg +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - diff --git a/gtktheme/.themes/WhiteSur-dark/gnome-shell/pointer-drag-symbolic.svg b/gtktheme/.themes/WhiteSur-dark/gnome-shell/pointer-drag-symbolic.svg deleted file mode 100644 index be37e6f..0000000 --- a/gtktheme/.themes/WhiteSur-dark/gnome-shell/pointer-drag-symbolic.svg +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - diff --git a/gtktheme/.themes/WhiteSur-dark/gnome-shell/pointer-primary-click-symbolic.svg b/gtktheme/.themes/WhiteSur-dark/gnome-shell/pointer-primary-click-symbolic.svg deleted file mode 100644 index f447991..0000000 --- a/gtktheme/.themes/WhiteSur-dark/gnome-shell/pointer-primary-click-symbolic.svg +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - diff --git a/gtktheme/.themes/WhiteSur-dark/gnome-shell/pointer-secondary-click-symbolic.svg b/gtktheme/.themes/WhiteSur-dark/gnome-shell/pointer-secondary-click-symbolic.svg deleted file mode 100644 index b72e178..0000000 --- a/gtktheme/.themes/WhiteSur-dark/gnome-shell/pointer-secondary-click-symbolic.svg +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - diff --git a/gtktheme/.themes/WhiteSur-dark/gnome-shell/process-working.svg b/gtktheme/.themes/WhiteSur-dark/gnome-shell/process-working.svg deleted file mode 100644 index 920a67d..0000000 --- a/gtktheme/.themes/WhiteSur-dark/gnome-shell/process-working.svg +++ /dev/null @@ -1,3084 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/apps.rc b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/apps.rc deleted file mode 100644 index cb3ee0d..0000000 --- a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/apps.rc +++ /dev/null @@ -1,157 +0,0 @@ -# -# Thunar -# -style "thunar-handle" { GtkPaned::handle-size = 2 } - -style "dark-sidebar" { - GtkTreeView::odd_row_color = @dark_sidebar_bg - GtkTreeView::even_row_color = @dark_sidebar_bg - - - base[NORMAL] = @dark_sidebar_bg - base[INSENSITIVE] = @dark_sidebar_bg - - text[NORMAL] = @fg_color - text[ACTIVE] = @selected_fg_color - text[SELECTED] = @selected_fg_color -} - -style "thunar-frame" { - xthickness = 0 - ythickness = 0 -} - -widget_class "*ThunarWindow*." style "thunar-frame" -widget_class "*ThunarShortcutsView*" style "dark-sidebar" -widget_class "*ThunarTreeView*" style "dark-sidebar" -widget_class "*ThunarWindow*." style "thunar-handle" - -# -# Workaround for colored entries -# -style "entry_border" { - - xthickness = 7 - ythickness = 5 - - engine "pixmap" { - - image { - function = SHADOW - state = NORMAL - detail = "entry" - file = "assets/entry-border-bg.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - state = ACTIVE - detail = "entry" - file = "assets/entry-border-active-bg.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = FLAT_BOX - state = ACTIVE - detail = "entry_bg" - file = "assets/null.png" - } - - image { - function = FLAT_BOX - state = INSENSITIVE - detail = "entry_bg" - file = "assets/null.png" - } - - image { - function = FLAT_BOX - detail = "entry_bg" - file = "assets/null.png" - } - } -} - -style "combobox_entry_border" = "combobox_entry" { - - engine "pixmap" { - - image { - function = SHADOW - detail = "entry" - state = NORMAL - shadow = IN - file = "assets/combo-entry-border.png" - border = { 4, 4, 12, 12 } - stretch = TRUE - direction = LTR - } - - image { - function = SHADOW - detail = "entry" - state = ACTIVE - file = "assets/combo-entry-border-focus.png" - border = { 4, 4, 12, 12 } - stretch = TRUE - direction = LTR - } - - image { - function = SHADOW - detail = "entry" - state = NORMAL - shadow = IN - file = "assets/combo-entry-border-rtl.png" - border = { 4, 4, 12, 12 } - stretch = TRUE - direction = RTL - } - - image { - function = SHADOW - detail = "entry" - state = ACTIVE - file = "assets/combo-entry-border-focus-rtl.png" - border = { 4, 4, 12, 12 } - stretch = TRUE - direction = RTL - } - - image { - function = FLAT_BOX - state = INSENSITIVE - detail = "entry_bg" - file = "assets/null.png" - } - - image { - function = FLAT_BOX - detail = "entry_bg" - file = "assets/null.png" - } - } -} - - -# Mousepad search entry -widget_class "*MousepadSearchBar*." style "entry_border" - -# Mousepad find and replace -widget_class "*MousepadReplaceDialog*." style "entry_border" - -# Thunar bulk rename -widget_class "*ThunarRenamerDialog*." style "entry_border" - -# Hexchat input box -class "SexySpellEntry" style:highest "entry_border" - -# Geany search entries -widget "*GeanyToolbar.*geany-search-entry-no-match*" style "entry_border" -widget "*GeanyToolbar.*GtkEntry*" style "entry_border" - -widget "GeanyDialogSearch.*GtkComboBoxEntry*.*geany-search-entry-no-match*" style "combobox_entry_border" diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-down-insens.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-down-insens.png deleted file mode 100644 index 27a3ec8..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-down-insens.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-down-prelight.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-down-prelight.png deleted file mode 100644 index 5bc42a2..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-down-prelight.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-down-small-insens.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-down-small-insens.png deleted file mode 100644 index df09d4f..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-down-small-insens.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-down-small-prelight.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-down-small-prelight.png deleted file mode 100644 index 4740f13..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-down-small-prelight.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-down-small.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-down-small.png deleted file mode 100644 index 371bc04..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-down-small.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-down.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-down.png deleted file mode 100644 index ef20832..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-down.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-left-insens.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-left-insens.png deleted file mode 100644 index 0839e54..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-left-insens.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-left-prelight.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-left-prelight.png deleted file mode 100644 index 85e2b70..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-left-prelight.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-left.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-left.png deleted file mode 100644 index 4f686be..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-left.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-right-insens.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-right-insens.png deleted file mode 100644 index 3f1deb1..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-right-insens.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-right-prelight.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-right-prelight.png deleted file mode 100644 index 572aad4..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-right-prelight.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-right.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-right.png deleted file mode 100644 index 71352dc..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-right.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-up-insens.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-up-insens.png deleted file mode 100644 index 6d8526d..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-up-insens.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-up-prelight.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-up-prelight.png deleted file mode 100644 index 1150898..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-up-prelight.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-up-small-insens.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-up-small-insens.png deleted file mode 100644 index 01e9946..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-up-small-insens.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-up-small-prelight.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-up-small-prelight.png deleted file mode 100644 index 8d24d28..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-up-small-prelight.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-up-small.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-up-small.png deleted file mode 100644 index ad1a8bf..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-up-small.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-up.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-up.png deleted file mode 100644 index dfebb37..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/arrow-up.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/border.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/border.png deleted file mode 100644 index fe60cc1..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/border.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/button-active-hover.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/button-active-hover.png deleted file mode 100644 index 7c197c5..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/button-active-hover.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/button-active.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/button-active.png deleted file mode 100644 index 352c67f..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/button-active.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/button-hover.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/button-hover.png deleted file mode 100644 index 401e2af..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/button-hover.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/button-insensitive.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/button-insensitive.png deleted file mode 100644 index 89fdcd3..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/button-insensitive.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/button.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/button.png deleted file mode 100644 index 5982e27..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/button.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/checkbox-checked-insensitive.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/checkbox-checked-insensitive.png deleted file mode 100644 index 41cdd3d..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/checkbox-checked-insensitive.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/checkbox-checked.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/checkbox-checked.png deleted file mode 100644 index 839fb36..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/checkbox-checked.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/checkbox-unchecked-insensitive.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/checkbox-unchecked-insensitive.png deleted file mode 100644 index 38813cd..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/checkbox-unchecked-insensitive.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/checkbox-unchecked.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/checkbox-unchecked.png deleted file mode 100644 index 250f30a..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/checkbox-unchecked.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-border-focus-rtl.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-border-focus-rtl.png deleted file mode 100644 index c7ee132..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-border-focus-rtl.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-border-focus.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-border-focus.png deleted file mode 100644 index 9172199..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-border-focus.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-border-rtl.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-border-rtl.png deleted file mode 100644 index d89dd97..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-border-rtl.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-border.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-border.png deleted file mode 100644 index 8645eb8..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-border.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-button-active-rtl.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-button-active-rtl.png deleted file mode 100644 index afe6826..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-button-active-rtl.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-button-active.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-button-active.png deleted file mode 100644 index 27fcbf2..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-button-active.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png deleted file mode 100644 index 7e96899..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-button-insensitive-rtl.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-button-insensitive.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-button-insensitive.png deleted file mode 100644 index 284e21f..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-button-insensitive.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-button-rtl.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-button-rtl.png deleted file mode 100644 index 7e96899..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-button-rtl.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-button.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-button.png deleted file mode 100644 index 8a43c6c..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-button.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png deleted file mode 100644 index 5b79c18..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-focus-notebook.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-focus-notebook.png deleted file mode 100644 index 47bc8ee..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-focus-notebook.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-focus-rtl.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-focus-rtl.png deleted file mode 100644 index f245a24..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-focus-rtl.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-focus.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-focus.png deleted file mode 100644 index 8799d08..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-focus.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png deleted file mode 100644 index 291aa31..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-insensitive-notebook.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-insensitive-notebook.png deleted file mode 100644 index a3ea8f1..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-insensitive-notebook.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-insensitive-rtl.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-insensitive-rtl.png deleted file mode 100644 index 291aa31..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-insensitive-rtl.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-insensitive.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-insensitive.png deleted file mode 100644 index 662e24f..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-insensitive.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-notebook-rtl.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-notebook-rtl.png deleted file mode 100644 index 43d976f..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-notebook-rtl.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-notebook.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-notebook.png deleted file mode 100644 index 55b8c00..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-notebook.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-rtl.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-rtl.png deleted file mode 100644 index 7c18a4f..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry-rtl.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry.png deleted file mode 100644 index 766f42e..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/combo-entry.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/down-background-disable-rtl.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/down-background-disable-rtl.png deleted file mode 100644 index 854ec93..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/down-background-disable-rtl.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/down-background-disable.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/down-background-disable.png deleted file mode 100644 index 5c9fe36..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/down-background-disable.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/down-background-rtl.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/down-background-rtl.png deleted file mode 100644 index d25ae7a..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/down-background-rtl.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/down-background.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/down-background.png deleted file mode 100644 index 3b92938..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/down-background.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/entry-active-bg.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/entry-active-bg.png deleted file mode 100644 index de78e29..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/entry-active-bg.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/entry-active-notebook.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/entry-active-notebook.png deleted file mode 100644 index 63008e5..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/entry-active-notebook.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/entry-active-toolbar.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/entry-active-toolbar.png deleted file mode 100644 index c6bfaa7..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/entry-active-toolbar.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/entry-background-disabled.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/entry-background-disabled.png deleted file mode 100644 index 4862707..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/entry-background-disabled.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/entry-background.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/entry-background.png deleted file mode 100644 index c4e05f9..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/entry-background.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/entry-bg.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/entry-bg.png deleted file mode 100644 index 166c9cc..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/entry-bg.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/entry-border-active-bg.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/entry-border-active-bg.png deleted file mode 100644 index db05789..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/entry-border-active-bg.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/entry-border-bg.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/entry-border-bg.png deleted file mode 100644 index 7311268..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/entry-border-bg.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/entry-disabled-bg.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/entry-disabled-bg.png deleted file mode 100644 index 720313e..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/entry-disabled-bg.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/entry-disabled-notebook.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/entry-disabled-notebook.png deleted file mode 100644 index a2d1662..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/entry-disabled-notebook.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/entry-disabled-toolbar.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/entry-disabled-toolbar.png deleted file mode 100644 index b00ea3d..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/entry-disabled-toolbar.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/entry-notebook.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/entry-notebook.png deleted file mode 100644 index 4dc60b8..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/entry-notebook.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/entry-toolbar.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/entry-toolbar.png deleted file mode 100644 index 1d32cac..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/entry-toolbar.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/focus-line.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/focus-line.png deleted file mode 100644 index e4acbd5..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/focus-line.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/frame-gap-end.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/frame-gap-end.png deleted file mode 100644 index d21e60b..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/frame-gap-end.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/frame-gap-start.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/frame-gap-start.png deleted file mode 100644 index d21e60b..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/frame-gap-start.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/frame.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/frame.png deleted file mode 100644 index 1d51de3..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/frame.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/handle-h.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/handle-h.png deleted file mode 100644 index 1b00ac7..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/handle-h.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/handle-v.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/handle-v.png deleted file mode 100644 index de2d580..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/handle-v.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/inline-toolbar.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/inline-toolbar.png deleted file mode 100644 index 6d36b2a..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/inline-toolbar.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/line-h.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/line-h.png deleted file mode 100644 index 79410bd..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/line-h.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/line-v.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/line-v.png deleted file mode 100644 index e943fe1..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/line-v.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/menu-arrow-prelight.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/menu-arrow-prelight.png deleted file mode 100644 index aec3469..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/menu-arrow-prelight.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/menu-arrow.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/menu-arrow.png deleted file mode 100644 index f440f1a..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/menu-arrow.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/menu-checkbox-checked-insensitive.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/menu-checkbox-checked-insensitive.png deleted file mode 100644 index 8a990d6..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/menu-checkbox-checked-insensitive.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/menu-checkbox-checked.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/menu-checkbox-checked.png deleted file mode 100644 index 2f017bd..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/menu-checkbox-checked.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png deleted file mode 100644 index 78f76f6..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/menu-checkbox-unchecked.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/menu-checkbox-unchecked.png deleted file mode 100644 index e96e2bc..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/menu-checkbox-unchecked.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/menu-radio-checked-insensitive.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/menu-radio-checked-insensitive.png deleted file mode 100644 index c5d9bba..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/menu-radio-checked-insensitive.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/menu-radio-checked.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/menu-radio-checked.png deleted file mode 100644 index d60933c..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/menu-radio-checked.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/menu-radio-unchecked-insensitive.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/menu-radio-unchecked-insensitive.png deleted file mode 100644 index b27133e..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/menu-radio-unchecked-insensitive.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/menu-radio-unchecked.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/menu-radio-unchecked.png deleted file mode 100644 index 5646f0d..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/menu-radio-unchecked.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/menu-separator.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/menu-separator.png deleted file mode 100644 index ce3cd88..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/menu-separator.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/menubar.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/menubar.png deleted file mode 100644 index 89a246e..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/menubar.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/menubar_button.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/menubar_button.png deleted file mode 100644 index c30a56d..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/menubar_button.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/menuitem.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/menuitem.png deleted file mode 100644 index 38e4a15..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/menuitem.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/minus.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/minus.png deleted file mode 100644 index 257943b..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/minus.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/notebook-gap-horiz.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/notebook-gap-horiz.png deleted file mode 100644 index e741774..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/notebook-gap-horiz.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/notebook-gap-vert.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/notebook-gap-vert.png deleted file mode 100644 index b35059b..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/notebook-gap-vert.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/notebook.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/notebook.png deleted file mode 100644 index af629fe..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/notebook.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/null.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/null.png deleted file mode 100644 index d82fb34..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/null.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/pathbar_button_active.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/pathbar_button_active.png deleted file mode 100644 index 37fe506..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/pathbar_button_active.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/pathbar_button_prelight.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/pathbar_button_prelight.png deleted file mode 100644 index 1f35d9a..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/pathbar_button_prelight.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/plus.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/plus.png deleted file mode 100644 index 8455353..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/plus.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/progressbar.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/progressbar.png deleted file mode 100644 index aeab09d..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/progressbar.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/progressbar_v.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/progressbar_v.png deleted file mode 100644 index 41db7d1..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/progressbar_v.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/radio-checked-insensitive.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/radio-checked-insensitive.png deleted file mode 100644 index 2639b90..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/radio-checked-insensitive.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/radio-checked.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/radio-checked.png deleted file mode 100644 index 6dbb2d5..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/radio-checked.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/radio-unchecked-insensitive.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/radio-unchecked-insensitive.png deleted file mode 100644 index 40028e4..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/radio-unchecked-insensitive.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/radio-unchecked.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/radio-unchecked.png deleted file mode 100644 index d23d86e..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/radio-unchecked.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/slider-horiz-active.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/slider-horiz-active.png deleted file mode 100644 index 91c7ed9..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/slider-horiz-active.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/slider-horiz-insens.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/slider-horiz-insens.png deleted file mode 100644 index 3e8d338..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/slider-horiz-insens.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/slider-horiz-prelight.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/slider-horiz-prelight.png deleted file mode 100644 index db98164..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/slider-horiz-prelight.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/slider-horiz.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/slider-horiz.png deleted file mode 100644 index bdc3868..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/slider-horiz.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/slider-insensitive.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/slider-insensitive.png deleted file mode 100644 index dcc787f..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/slider-insensitive.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/slider-prelight.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/slider-prelight.png deleted file mode 100644 index dd6cc42..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/slider-prelight.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/slider-vert-active.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/slider-vert-active.png deleted file mode 100644 index ce08107..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/slider-vert-active.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/slider-vert-insens.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/slider-vert-insens.png deleted file mode 100644 index bb29332..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/slider-vert-insens.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/slider-vert-prelight.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/slider-vert-prelight.png deleted file mode 100644 index 12d87fa..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/slider-vert-prelight.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/slider-vert.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/slider-vert.png deleted file mode 100644 index ed59e11..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/slider-vert.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/slider.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/slider.png deleted file mode 100644 index 9f4ed02..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/slider.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/tab-bottom-active.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/tab-bottom-active.png deleted file mode 100644 index 8004da9..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/tab-bottom-active.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/tab-left-active.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/tab-left-active.png deleted file mode 100644 index 3f23203..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/tab-left-active.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/tab-right-active.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/tab-right-active.png deleted file mode 100644 index 6477ccc..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/tab-right-active.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/tab-top-active.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/tab-top-active.png deleted file mode 100644 index 98271d7..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/tab-top-active.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/toolbar-button-active-hover.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/toolbar-button-active-hover.png deleted file mode 100644 index 401e2af..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/toolbar-button-active-hover.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/toolbar-button-active.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/toolbar-button-active.png deleted file mode 100644 index 5982e27..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/toolbar-button-active.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/toolbar.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/toolbar.png deleted file mode 100644 index e78b5ea..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/toolbar.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/tree_header.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/tree_header.png deleted file mode 100644 index 8262e2c..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/tree_header.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/trough-horizontal-active.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/trough-horizontal-active.png deleted file mode 100644 index 0bc468a..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/trough-horizontal-active.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/trough-horizontal.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/trough-horizontal.png deleted file mode 100644 index 655e9d1..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/trough-horizontal.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/trough-progressbar.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/trough-progressbar.png deleted file mode 100644 index e4242f9..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/trough-progressbar.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/trough-progressbar_v.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/trough-progressbar_v.png deleted file mode 100644 index 6b31bc3..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/trough-progressbar_v.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/trough-scrollbar-horiz.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/trough-scrollbar-horiz.png deleted file mode 100644 index cd7bf2d..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/trough-scrollbar-horiz.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/trough-scrollbar-vert.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/trough-scrollbar-vert.png deleted file mode 100644 index 5d1cf9c..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/trough-scrollbar-vert.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/trough-vertical-active.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/trough-vertical-active.png deleted file mode 100644 index 8a22878..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/trough-vertical-active.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/trough-vertical.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/trough-vertical.png deleted file mode 100644 index 5705a98..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/trough-vertical.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/up-background-disable-rtl.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/up-background-disable-rtl.png deleted file mode 100644 index 243fc35..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/up-background-disable-rtl.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/up-background-disable.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/up-background-disable.png deleted file mode 100644 index 6a180cb..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/up-background-disable.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/up-background-rtl.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/up-background-rtl.png deleted file mode 100644 index d07c404..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/up-background-rtl.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/up-background.png b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/up-background.png deleted file mode 100644 index 47983fb..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/assets/up-background.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/gtkrc b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/gtkrc deleted file mode 100644 index 0db591f..0000000 --- a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/gtkrc +++ /dev/null @@ -1,26 +0,0 @@ -gtk-color-scheme = "base_color: #242424" -gtk-color-scheme = "text_color: #dedede" -gtk-color-scheme = "bg_color: #333333" -gtk-color-scheme = "fg_color: #dedede" -gtk-color-scheme = "tooltip_bg_color: #2a2a2a" -gtk-color-scheme = "tooltip_fg_color: #dedede" -gtk-color-scheme = "selected_bg_color: #315bef" -gtk-color-scheme = "selected_fg_color: #ffffff" -gtk-color-scheme = "insensitive_bg_color: #2A2A2A" -gtk-color-scheme = "insensitive_fg_color: #565656" -gtk-color-scheme = "insensitive_button_fg_color: #999999" -gtk-color-scheme = "notebook_bg: #242424" -gtk-color-scheme = "dark_sidebar_bg: #3B3B3B" -gtk-color-scheme = "link_color: #5294e2" -gtk-color-scheme = "menu_bg: #333333" -gtk-color-scheme = "menu_fg: #dedede" - -gtk-icon-sizes = "gtk-button=16,16" # This makes button icons smaller. -gtk-auto-mnemonics = 1 -gtk-primary-button-warps-slider = 1 - -include "main.rc" -include "apps.rc" -include "panel.rc" -include "xfce-notify.rc" -include "menubar-toolbar.rc" diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/main.rc b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/main.rc deleted file mode 100644 index 453b352..0000000 --- a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/main.rc +++ /dev/null @@ -1,2493 +0,0 @@ -style "default" { - - xthickness = 1 - ythickness = 1 - - # Style Properties - - GtkWidget::focus-line-width = 1 - GtkMenuBar::window-dragging = 1 - GtkToolbar::window-dragging = 1 - GtkToolbar::internal-padding = 4 - GtkToolButton::icon-spacing = 4 - - GtkWidget::tooltip-radius = 2 - GtkWidget::tooltip-alpha = 235 - GtkWidget::new-tooltip-style = 1 #for compatibility - - GtkSeparatorMenuItem::horizontal-padding = 0 - GtkSeparatorMenuItem::wide-separators = 1 - GtkSeparatorMenuItem::separator-height = 2 - - GtkButton::child-displacement-y = 0 - GtkButton::default-border = { 0, 0, 0, 0 } - GtkButton::default-outside_border = { 0, 0, 0, 0 } - - GtkEntry::state-hint = 1 - - GtkScrollbar::trough-border = 0 - GtkRange::trough-border = 0 - GtkRange::slider-width = 13 - GtkRange::stepper-size = 0 - - GtkScrollbar::activate-slider = 1 - GtkScrollbar::has-backward-stepper = 0 - GtkScrollbar::has-forward-stepper = 0 - GtkScrollbar::min-slider-length = 32 - GtkScrolledWindow::scrollbar-spacing = 0 - GtkScrolledWindow::scrollbars-within-bevel = 1 - - GtkScale::slider_length = 20 - GtkScale::slider_width = 20 - GtkScale::trough-side-details = 1 - - GtkProgressBar::min-horizontal-bar-height = 8 - GtkProgressBar::min-vertical-bar-width = 8 - - GtkStatusbar::shadow_type = GTK_SHADOW_NONE - GtkSpinButton::shadow_type = GTK_SHADOW_NONE - GtkMenuBar::shadow-type = GTK_SHADOW_NONE - GtkToolbar::shadow-type = GTK_SHADOW_NONE - GtkMenuBar::internal-padding = 0 #( every window is misaligned for the sake of menus ): - GtkMenu::horizontal-padding = 0 - GtkMenu::vertical-padding = 0 - - GtkCheckButton::indicator_spacing = 3 - GtkOptionMenu::indicator_spacing = { 8, 2, 0, 0 } - - GtkTreeView::row_ending_details = 0 - GtkTreeView::expander-size = 11 - GtkTreeView::vertical-separator = 4 - GtkTreeView::horizontal-separator = 4 - GtkTreeView::allow-rules = 1 - GtkTreeView::odd_row_color = shade(0.98, @base_color) - - GtkExpander::expander-size = 11 - - 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 - - # Colors - - bg[NORMAL] = @bg_color - bg[PRELIGHT] = shade (1.0, @bg_color) - bg[SELECTED] = @selected_bg_color - bg[INSENSITIVE] = @insensitive_bg_color - bg[ACTIVE] = shade (0.9, @bg_color) - - fg[NORMAL] = @text_color - fg[PRELIGHT] = @fg_color - fg[INSENSITIVE] = @insensitive_fg_color - # fg[ACTIVE] = @fg_color - fg[SELECTED] = @selected_fg_color - - text[NORMAL] = @text_color - text[PRELIGHT] = @text_color - text[SELECTED] = @selected_fg_color - text[INSENSITIVE] = @insensitive_fg_color - text[ACTIVE] = @selected_fg_color - - base[NORMAL] = @base_color - base[PRELIGHT] = shade (0.95, @bg_color) - base[SELECTED] = @selected_bg_color - base[INSENSITIVE] = @bg_color - base[ACTIVE] = shade (0.9, @selected_bg_color) - - # For succinctness, all reasonable pixmap options remain here - # This needs to go before pixmap because we need to override some stuff - engine "adwaita" {} - - engine "pixmap" { - - # Check Buttons - - image { - function = CHECK - recolorable = TRUE - state = NORMAL - shadow = OUT - overlay_file = "assets/checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = PRELIGHT - shadow = OUT - overlay_file = "assets/checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = ACTIVE - shadow = OUT - overlay_file = "assets/checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = SELECTED - shadow = OUT - overlay_file = "assets/checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/checkbox-unchecked-insensitive.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = NORMAL - shadow = IN - overlay_file = "assets/checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = PRELIGHT - shadow = IN - overlay_file = "assets/checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = ACTIVE - shadow = IN - overlay_file = "assets/checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = SELECTED - shadow = IN - overlay_file = "assets/checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = INSENSITIVE - shadow = IN - overlay_file = "assets/checkbox-checked-insensitive.png" - overlay_stretch = FALSE - } - - # Radio Buttons - - image { - function = OPTION - state = NORMAL - shadow = OUT - overlay_file = "assets/radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = OUT - overlay_file = "assets/radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = OUT - overlay_file = "assets/radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = SELECTED - shadow = OUT - overlay_file = "assets/radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/radio-unchecked-insensitive.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = NORMAL - shadow = IN - overlay_file = "assets/radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = IN - overlay_file = "assets/radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = IN - overlay_file = "assets/radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = SELECTED - shadow = IN - overlay_file = "assets/radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = IN - overlay_file = "assets/radio-checked-insensitive.png" - overlay_stretch = FALSE - } - - # Arrows - - image { - function = ARROW - overlay_file = "assets/arrow-up.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/arrow-up-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/arrow-up-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/arrow-up-insens.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/arrow-down.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/arrow-down-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/arrow-down-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/arrow-down-insens.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - overlay_file = "assets/arrow-left.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state= PRELIGHT - overlay_file = "assets/arrow-left-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/arrow-left-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/arrow-left-insens.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - overlay_file = "assets/arrow-right.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/arrow-right-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = ACTIVE - overlay_file = "assets/arrow-right-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = INSENSITIVE - overlay_file = "assets/arrow-right-insens.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - # Option Menu Arrows - - image { - function = TAB - state = INSENSITIVE - overlay_file = "assets/arrow-down-insens.png" - overlay_stretch = FALSE - } - - image { - function = TAB - state = NORMAL - overlay_file = "assets/arrow-down.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - } - - image { - function = TAB - state = PRELIGHT - overlay_file = "assets/arrow-down-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - } - - # Lines - - image { - function = VLINE - file = "assets/border.png" - border = { 1, 0, 0, 0 } - stretch = TRUE - } - - image { - function = HLINE - file = "assets/border.png" - border = { 0, 0, 1, 0 } - stretch = TRUE - } - - # Focuslines - - image { - function = FOCUS - file = "assets/null.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - } - - # Handles - - image { - function = HANDLE - overlay_file = "assets/handle-h.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - image { - function = HANDLE - overlay_file = "assets/handle-v.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - - # Expanders - - image { - function = EXPANDER - expander_style = COLLAPSED - file = "assets/plus.png" - } - - image { - function = EXPANDER - expander_style = EXPANDED - file = "assets/minus.png" - } - - image { - function = EXPANDER - expander_style = SEMI_EXPANDED - file = "assets/minus.png" - } - - image { - function = EXPANDER - expander_style = SEMI_COLLAPSED - file = "assets/plus.png" - } - - image { - function = RESIZE_GRIP - state = NORMAL - detail = "statusbar" - overlay_file = "assets/null.png" - overlay_border = { 0,0,0,0 } - overlay_stretch = FALSE - } - - # Shadows ( this area needs help :P ) - - image { - function = SHADOW_GAP - file = "assets/null.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - } -} - - -style "toplevel_hack" { - - engine "adwaita" { - } -} - -style "ooo_stepper_hack" { - - GtkScrollbar::stepper-size = 0 - GtkScrollbar::has-backward-stepper = 0 - GtkScrollbar::has-forward-stepper = 0 - -} - -style "scrollbar" { - - engine "pixmap" { - - image { - function = BOX - detail = "trough" - file = "assets/trough-scrollbar-horiz.png" - border = { 2, 2, 3, 3 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough" - file = "assets/trough-scrollbar-vert.png" - border = { 3, 3, 2, 2 } - stretch = TRUE - orientation = VERTICAL - } - - image { - function = ARROW - overlay_file = "assets/null.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = UP - } - - image { - function = ARROW - overlay_file = "assets/null.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = DOWN - } - - image { - function = ARROW - overlay_file = "assets/null.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = LEFT - } - - image { - function = ARROW - overlay_file = "assets/null.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - # Sliders - - image { - function = SLIDER - state = NORMAL - file = "assets/slider-horiz.png" - border = { 5, 5, 3, 3 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = SLIDER - state = ACTIVE - file = "assets/slider-horiz-active.png" - border = { 5, 5, 3, 3 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = SLIDER - state = PRELIGHT - file = "assets/slider-horiz-prelight.png" - border = { 5, 5, 3, 3 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = SLIDER - state = INSENSITIVE - file = "assets/slider-horiz-insens.png" - border = { 5, 5, 3, 3 } - stretch = TRUE - orientation = HORIZONTAL - } - -# X Verticals - - image { - function = SLIDER - state = NORMAL - file = "assets/slider-vert.png" - border = { 3, 3, 5, 5 } - stretch = TRUE - orientation = VERTICAL - } - - image { - function = SLIDER - state = ACTIVE - file = "assets/slider-vert-active.png" - border = { 3, 3, 5, 5 } - stretch = TRUE - orientation = VERTICAL - } - - image { - function = SLIDER - state = PRELIGHT - file = "assets/slider-vert-prelight.png" - border = { 3, 3, 5, 5 } - stretch = TRUE - orientation = VERTICAL - } - - image { - function = SLIDER - state = INSENSITIVE - file = "assets/slider-vert-insens.png" - border = { 3, 3, 5, 5 } - stretch = TRUE - orientation = VERTICAL - } - } -} - -style "menu" { - - xthickness = 0 - ythickness = 0 - - GtkMenuItem::arrow-scaling = 0.4 - - bg[NORMAL] = @menu_bg - bg[INSENSITIVE] = @menu_bg - bg[PRELIGHT] = @menu_bg -} - -style "menu_framed_box" { - -# engine "adwaita" { # default menu border -# } - - engine "pixmap" { - image { - function = BOX - file = "assets/frame.png" - border = { 1, 1, 2, 1 } - stretch = TRUE - } - } - -} - -style "menu_item" { - xthickness = 4 - ythickness = 2 - - # HACK: Gtk doesn't actually read this value - # while rendering the menu items, but Libreoffice - # does; setting this value equal to the one in - # fg[PRELIGHT] ensures a code path in the LO theming code - # that falls back to a dark text color for menu item text - # highlight. The price to pay is black text on menus as well, - # but at least it's readable. - # See https://bugs.freedesktop.org/show_bug.cgi?id=38038 - bg[SELECTED] = @selected_fg_color - - fg[NORMAL] = @menu_fg - fg[SELECTED] = @selected_fg_color - - fg[PRELIGHT] = @selected_fg_color - text[PRELIGHT] = @selected_fg_color - - engine "pixmap" { - - image { - function = BOX - state = PRELIGHT - file = "assets/menuitem.png" - border = { 1, 0, 1, 0 } - stretch = TRUE - } - - # Fix invisible scale trough on selected menuitems - - image { - function = BOX - detail = "trough-lower" - file = "assets/trough-horizontal.png" - border = { 8, 8, 0, 0 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = SLIDER - state = PRELIGHT - file = "assets/null.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - overlay_file = "assets/slider.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - # Check Buttons - - image { - function = CHECK - recolorable = TRUE - state = NORMAL - shadow = OUT - overlay_file = "assets/menu-checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = PRELIGHT - shadow = OUT - overlay_file = "assets/menu-checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = ACTIVE - shadow = OUT - overlay_file = "assets/menu-checkbox-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/menu-checkbox-unchecked-insensitive.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = NORMAL - shadow = IN - overlay_file = "assets/menu-checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = PRELIGHT - shadow = IN - overlay_file = "assets/menu-checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = ACTIVE - shadow = IN - overlay_file = "assets/menu-checkbox-checked.png" - overlay_stretch = FALSE - } - - image { - function = CHECK - recolorable = TRUE - state = INSENSITIVE - shadow = IN - overlay_file = "assets/menu-checkbox-checked-insensitive.png" - overlay_stretch = FALSE - } - - # Radio Buttons - - image { - function = OPTION - state = NORMAL - shadow = OUT - overlay_file = "assets/menu-radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = OUT - overlay_file = "assets/menu-radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = OUT - overlay_file = "assets/menu-radio-unchecked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = OUT - overlay_file = "assets/menu-radio-unchecked-insensitive.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = NORMAL - shadow = IN - overlay_file = "assets/menu-radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = PRELIGHT - shadow = IN - overlay_file = "assets/menu-radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = ACTIVE - shadow = IN - overlay_file = "assets/menu-radio-checked.png" - overlay_stretch = FALSE - } - - image { - function = OPTION - state = INSENSITIVE - shadow = IN - overlay_file = "assets/menu-radio-checked-insensitive.png" - overlay_stretch = FALSE - } - - image { - function = SHADOW # This fixes boxy Qt menu items - file = "assets/null.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - - # Arrow Buttons - - image { - function = ARROW - state = NORMAL - overlay_file = "assets/menu-arrow.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = ARROW - state = PRELIGHT - overlay_file = "assets/menu-arrow-prelight.png" - overlay_border = { 0, 0, 0, 0 } - overlay_stretch = FALSE - arrow_direction = RIGHT - } - - image { - function = BOX - state = PRELIGHT - detail = "menu_scroll_arrow_up" - file = "assets/border.png" - border = {0, 0, 1, 0} - } - - image { - function = BOX - detail = "menu_scroll_arrow_up" - file = "assets/border.png" - border = {0, 0, 1, 0} - } - - image { - function = BOX - state = PRELIGHT - detail = "menu_scroll_arrow_down" - file = "assets/border.png" - border = {1, 0, 0, 0} - } - - image { - function = BOX - detail = "menu_scroll_arrow_down" - file = "assets/border.png" - border = {1, 0, 0, 0} - } - } -} - -style "button" { - - xthickness = 4 - ythickness = 4 - - engine "murrine" { textstyle = 0 } - - engine "pixmap" { - - image { - function = BOX - state = NORMAL - file = "assets/button.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - shadow = OUT - file = "assets/button-hover.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - # hover effect on pressed buttons - image { - function = BOX - state = PRELIGHT - shadow = IN - file = "assets/button-active-hover.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - file = "assets/button-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - file = "assets/button-insensitive.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - } -} - -style "toolbar_button" { - - engine "pixmap" { - - # hover effect on pressed buttons - image { - function = BOX - state = PRELIGHT - shadow = IN - file = "assets/toolbar-button-active-hover.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - file = "assets/toolbar-button-active.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - } -} - -style "button_label" { - - fg[NORMAL] = @text_color - fg[PRELIGHT] = @fg_color - fg[INSENSITIVE] = @insensitive_button_fg_color - fg[ACTIVE] = @selected_fg_color - - engine "murrine" { textstyle = 0 } - -} - -style "misc_button_label" { - - fg[NORMAL] = @text_color - fg[PRELIGHT] = @fg_color - fg[INSENSITIVE] = @insensitive_button_fg_color - fg[ACTIVE] = @fg_color - - engine "murrine" { textstyle = 0 } - -} - -style "checkbutton" { - - fg[PRELIGHT] = @text_color - fg[ACTIVE] = @text_color - -} - -style "link_button" { - # Disable the button effect, leave just the link - engine "pixmap" { - image { - function = BOX - } - } -} - -style "entry" { - - xthickness = 6 - ythickness = 4 - - engine "pixmap" { - - image { - function = SHADOW - state = NORMAL - detail = "entry" - file = "assets/entry-bg.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - state = ACTIVE - detail = "entry" - file = "assets/entry-active-bg.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - state = INSENSITIVE - detail = "entry" - file = "assets/entry-disabled-bg.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = FLAT_BOX - state = ACTIVE - detail = "entry_bg" - file = "assets/entry-background.png" - } - - image { - function = FLAT_BOX - state = INSENSITIVE - detail = "entry_bg" - file = "assets/entry-background-disabled.png" - } - - image { - function = FLAT_BOX - detail = "entry_bg" - file = "assets/entry-background.png" - } - } -} - -style "notebook_entry" { - - engine "pixmap" { - - image { - function = SHADOW - state = NORMAL - detail = "entry" - file = "assets/entry-notebook.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - state = ACTIVE - detail = "entry" - file = "assets/entry-active-notebook.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - state = INSENSITIVE - detail = "entry" - file = "assets/entry-disabled-notebook.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - } -} - -style "notebook_button_bg" { - - bg[NORMAL] = @notebook_bg - bg[PRELIGHT] = @notebook_bg - bg[INSENSITIVE] = @notebook_bg - bg[ACTIVE] = @notebook_bg - -} - -style "notebook_tab_label" { - - fg[NORMAL] = @text_color - fg[PRELIGHT] = @fg_color - fg[INSENSITIVE] = @insensitive_fg_color - fg[ACTIVE] = @text_color - -} - -style "combobox_entry" { - - xthickness = 3 - ythickness = 4 - - engine "pixmap" { - - # LTR version - - image { - function = SHADOW - detail = "entry" - state = NORMAL - shadow = IN - file = "assets/combo-entry.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - - image { - function = SHADOW - detail = "entry" - state = INSENSITIVE - shadow = IN - file = "assets/combo-entry-insensitive.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - - image { - function = SHADOW - detail = "entry" - state = ACTIVE - file = "assets/combo-entry-focus.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - - # RTL version - - image { - function = SHADOW - detail = "entry" - state = NORMAL - shadow = IN - file = "assets/combo-entry-rtl.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - - image { - function = SHADOW - detail = "entry" - state = INSENSITIVE - shadow = IN - file = "assets/combo-entry-insensitive-rtl.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - - image { - function = SHADOW - detail = "entry" - state = ACTIVE - file = "assets/combo-entry-focus-rtl.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - } -} - -style "notebook_combobox_entry" { - - engine "pixmap" { - - # LTR version - - image { - function = SHADOW - detail = "entry" - state = NORMAL - shadow = IN - file = "assets/combo-entry-notebook.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - - image { - function = SHADOW - detail = "entry" - state = INSENSITIVE - shadow = IN - file = "assets/combo-entry-insensitive-notebook.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - - image { - function = SHADOW - detail = "entry" - state = ACTIVE - file = "assets/combo-entry-focus-notebook.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - - # RTL version - - image { - function = SHADOW - detail = "entry" - state = NORMAL - shadow = IN - file = "assets/combo-entry-notebook-rtl.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - - image { - function = SHADOW - detail = "entry" - state = INSENSITIVE - shadow = IN - file = "assets/combo-entry-insensitive-notebook-rtl.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - - image { - function = SHADOW - detail = "entry" - state = ACTIVE - file = "assets/combo-entry-focus-notebook-rtl.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - } -} - -style "combobox_entry_button" { - - xthickness = 6 - - fg[ACTIVE] = @text_color - - engine "pixmap" { - - # LTR version - - image { - function = BOX - state = NORMAL - file = "assets/combo-entry-button.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - - image { - function = BOX - state = PRELIGHT - file = "assets/combo-entry-button.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - - image { - function = BOX - state = INSENSITIVE - file = "assets/combo-entry-button-insensitive.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - - image { - function = BOX - state = ACTIVE - file = "assets/combo-entry-button-active.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = LTR - } - - # RTL version - image { - function = BOX - state = NORMAL - file = "assets/combo-entry-button-rtl.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - - image { - function = BOX - state = PRELIGHT - file = "assets/combo-entry-button-rtl.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - - image { - function = BOX - state = INSENSITIVE - file = "assets/combo-entry-button-insensitive-rtl.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - - image { - function = BOX - state = ACTIVE - file = "assets/combo-entry-button-active-rtl.png" - border = { 4, 4, 5, 4 } - stretch = TRUE - direction = RTL - } - } -} - -style "spinbutton" { - - bg[NORMAL] = @bg_color - - xthickness = 6 - ythickness = 4 - - engine "pixmap" { - - image { - function = ARROW - } - - # Spin-Up LTR - - image { - function = BOX - state = NORMAL - detail = "spinbutton_up" - file = "assets/up-background.png" - border = { 1, 4, 5, 0 } - stretch = TRUE - overlay_file = "assets/arrow-up-small.png" - overlay_stretch = FALSE - direction = LTR - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_up" - file = "assets/up-background.png" - border = { 1, 4, 5, 0 } - stretch = TRUE - overlay_file = "assets/arrow-up-small-prelight.png" - overlay_stretch = FALSE - direction = LTR - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_up" - file = "assets/up-background-disable.png" - border = { 1, 4, 5, 0 } - stretch = TRUE - overlay_file = "assets/arrow-up-small-insens.png" - overlay_stretch = FALSE - direction = LTR - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_up" - file = "assets/up-background.png" - border = { 1, 4, 5, 0 } - stretch = TRUE - overlay_file = "assets/arrow-up-small-prelight.png" - overlay_stretch = FALSE - direction = LTR - } - - # Spin-Up RTL - - image { - function = BOX - state = NORMAL - detail = "spinbutton_up" - file = "assets/up-background-rtl.png" - border = { 4, 1, 5, 0 } - stretch = TRUE - overlay_file = "assets/arrow-up-small.png" - overlay_stretch = FALSE - direction = RTL - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_up" - file = "assets/up-background-rtl.png" - border = { 4, 1, 5, 0 } - stretch = TRUE - overlay_file = "assets/arrow-up-small-prelight.png" - overlay_stretch = FALSE - direction = RTL - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_up" - file = "assets/up-background-disable-rtl.png" - border = { 4, 1, 5, 0 } - stretch = TRUE - overlay_file = "assets/arrow-up-small-insens.png" - overlay_stretch = FALSE - direction = RTL - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_up" - file = "assets/up-background-rtl.png" - border = { 4, 1, 5, 0 } - stretch = TRUE - overlay_file = "assets/arrow-up-small-prelight.png" - overlay_stretch = FALSE - direction = RTL - } - - # Spin-Down LTR - - image { - function = BOX - state = NORMAL - detail = "spinbutton_down" - file = "assets/down-background.png" - border = { 1, 4, 1, 4 } - stretch = TRUE - overlay_file = "assets/arrow-down-small.png" - overlay_stretch = FALSE - direction = LTR - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_down" - file = "assets/down-background.png" - border = { 1, 4, 1, 4 } - stretch = TRUE - overlay_file = "assets/arrow-down-small-prelight.png" - overlay_stretch = FALSE - direction = LTR - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_down" - file = "assets/down-background-disable.png" - border = { 1, 4, 1, 4 } - stretch = TRUE - overlay_file = "assets/arrow-down-small-insens.png" - overlay_stretch = FALSE - direction = LTR - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_down" - file = "assets/down-background.png" - border = { 1, 4, 1, 4 } - stretch = TRUE - overlay_file = "assets/arrow-down-small-prelight.png" - overlay_stretch = FALSE - direction = LTR - } - - # Spin-Down RTL - - image { - function = BOX - state = NORMAL - detail = "spinbutton_down" - file = "assets/down-background-rtl.png" - border = { 4, 1, 1, 4 } - stretch = TRUE - overlay_file = "assets/arrow-down-small.png" - overlay_stretch = FALSE - direction = RTL - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_down" - file = "assets/down-background-rtl.png" - border = { 4, 1, 1, 4 } - stretch = TRUE - overlay_file = "assets/arrow-down-small-prelight.png" - overlay_stretch = FALSE - direction = RTL - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_down" - file = "assets/down-background-disable-rtl.png" - border = { 4, 1, 1, 4 } - stretch = TRUE - overlay_file = "assets/arrow-down-small-insens.png" - overlay_stretch = FALSE - direction = RTL - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_down" - file = "assets/down-background-rtl.png" - border = { 4, 1, 1, 4 } - stretch = TRUE - overlay_file = "assets/arrow-down-small-prelight.png" - overlay_stretch = FALSE - direction = RTL - } - } -} - -style "gimp_spin_scale" { - - bg[NORMAL] = @base_color - - engine "pixmap" { - - image { - function = FLAT_BOX - detail = "entry_bg" - state = NORMAL - } - - image { - function = FLAT_BOX - detail = "entry_bg" - state = ACTIVE - } - - image { - function = BOX - state = NORMAL - detail = "spinbutton_up" - overlay_file = "assets/arrow-up-small.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_up" - overlay_file = "assets/arrow-up-small-prelight.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_up" - overlay_file = "assets/arrow-up-small-prelight.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_up" - overlay_file = "assets/arrow-up-small-insens.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = NORMAL - detail = "spinbutton_down" - overlay_file = "assets/arrow-down-small.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = PRELIGHT - detail = "spinbutton_down" - overlay_file = "assets/arrow-down-small-prelight.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = ACTIVE - detail = "spinbutton_down" - overlay_file = "assets/arrow-down-small-prelight.png" - overlay_stretch = FALSE - } - - image { - function = BOX - state = INSENSITIVE - detail = "spinbutton_down" - overlay_file = "assets/arrow-down-small-insens.png" - overlay_stretch = FALSE - } - } -} - -style "notebook" { - - xthickness = 5 - ythickness = 2 - - engine "pixmap" { - - image { - function = EXTENSION - state = ACTIVE - file = "assets/null.png" - border = { 0,0,0,0 } - stretch = TRUE - gap_side = TOP - } - - image { - function = EXTENSION - state = ACTIVE - file = "assets/null.png" - border = { 0,0,0,0 } - stretch = TRUE - gap_side = BOTTOM - } - - image { - function = EXTENSION - state = ACTIVE - file = "assets/null.png" - border = { 0,0,0,0 } - stretch = TRUE - gap_side = RIGHT - } - - image { - function = EXTENSION - state = ACTIVE - file = "assets/null.png" - border = { 0,0,0,0 } - stretch = TRUE - gap_side = LEFT - } - - image { - function = EXTENSION - file = "assets/tab-top-active.png" - border = { 3,3,3,3 } - stretch = TRUE - gap_side = BOTTOM - } - - image { - function = EXTENSION - file = "assets/tab-bottom-active.png" - border = { 3,3,3,3 } - stretch = TRUE - gap_side = TOP - } - - image { - function = EXTENSION - file = "assets/tab-left-active.png" - border = { 3,3,3,3 } - stretch = TRUE - gap_side = RIGHT - } - - image { - function = EXTENSION - file = "assets/tab-right-active.png" - border = { 3,3,3,3 } - stretch = TRUE - gap_side = LEFT - } - - # How to draw boxes with a gap on one side (ie the page of a notebook) - - image { - function = BOX_GAP - file = "assets/notebook.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - gap_file = "assets/notebook-gap-horiz.png" - gap_border = { 1, 1, 0, 0 } - gap_side = TOP - } - - image { - function = BOX_GAP - file = "assets/notebook.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - gap_file = "assets/notebook-gap-horiz.png" - gap_border = { 1, 1, 0, 0 } - gap_side = BOTTOM - } - - image { - function = BOX_GAP - file = "assets/notebook.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - gap_file = "assets/notebook-gap-vert.png" - gap_border = { 0, 0, 1, 1 } - gap_side = LEFT - } - - image { - function = BOX_GAP - file = "assets/notebook.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - gap_file = "assets/notebook-gap-vert.png" - gap_border = { 0, 0, 1, 1 } - gap_side = RIGHT - } - - # How to draw the box of a notebook when it isnt attached to a tab - - image { - function = BOX - file = "assets/notebook.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - } -} - -style "handlebox" { - - engine "pixmap" { - - image { - function = BOX - file = "assets/null.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - detail = "handlebox_bin" - shadow = IN - } - - image { - function = BOX - file = "assets/null.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - detail = "handlebox_bin" - shadow = OUT - } - } -} - -style "combobox_separator" { - - xthickness = 0 - ythickness = 0 - GtkWidget::wide-separators = 1 - -} - -style "combobox" { - - xthickness = 0 - ythickness = 0 - -} - -style "combobox_button" { - - xthickness = 3 - ythickness = 3 - -} - -style "range" { - - engine "pixmap" { - - image { - function = BOX - detail = "trough-upper" - file = "assets/trough-horizontal.png" - border = { 8, 8, 0, 0 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough-lower" - file = "assets/trough-horizontal-active.png" - border = { 8, 8, 0, 0 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough-upper" - file = "assets/trough-vertical.png" - border = { 0, 0, 8, 8 } - stretch = TRUE - orientation = VERTICAL - } - - image { - function = BOX - detail = "trough-lower" - file = "assets/trough-vertical-active.png" - border = { 0, 0, 8, 8 } - stretch = TRUE - orientation = VERTICAL - } - - # Horizontal - - image { - function = SLIDER - state = NORMAL - file = "assets/null.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - overlay_file = "assets/slider.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - image { - function = SLIDER - state = PRELIGHT - file = "assets/null.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - overlay_file = "assets/slider-prelight.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - image { - function = SLIDER - state = INSENSITIVE - file = "assets/null.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - overlay_file = "assets/slider-insensitive.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - # Vertical - - image { - function = SLIDER - state = NORMAL - file = "assets/null.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - overlay_file = "assets/slider.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - - image { - function = SLIDER - state = PRELIGHT - file = "assets/null.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - overlay_file = "assets/slider-prelight.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - - image { - function = SLIDER - state = INSENSITIVE - file = "assets/null.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - overlay_file = "assets/slider-insensitive.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - - # Function below removes ugly boxes - - image { - function = BOX - file = "assets/null.png" - border = { 3, 3, 3, 3 } - stretch = TRUE - } - } -} - -style "progressbar" { - - xthickness = 1 - ythickness = 1 - - fg[NORMAL] = @fg_color - fg[PRELIGHT] = @selected_fg_color - - engine "pixmap" { - - image { - function = BOX - detail = "trough" - file = "assets/trough-progressbar.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "bar" - file = "assets/progressbar.png" - stretch = TRUE - border = { 3, 3, 3, 3 } - orientation = HORIZONTAL - } - - image { - function = BOX - detail = "trough" - file = "assets/trough-progressbar_v.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - orientation = VERTICAL - } - - image { - function = BOX - detail = "bar" - file = "assets/progressbar_v.png" - stretch = TRUE - border = { 3, 3, 3, 3 } - orientation = VERTICAL - } - } -} - -style "separator_menu_item" { - xthickness = 0 - ythickness = 2 - - engine "pixmap" { - image { - function = BOX - file = "assets/menu-separator.png" - border = {0, 0, 2, 0} - } - } -} - -style "treeview_header" { - ythickness = 1 - - fg[PRELIGHT] = mix(0.70, @text_color, @base_color) - font_name = "Bold" - - engine "pixmap" { - - image { - function = BOX - file = "assets/tree_header.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - } - } -} - -# Treeview Rows - -style "treeview" { - - xthickness = 2 - ythickness = 0 - -} - -style "scrolled_window" { - - xthickness = 1 - ythickness = 1 - - engine "pixmap" { - - image { - function = SHADOW - file = "assets/frame.png" - border = { 5, 5, 5, 5 } - stretch = TRUE - } - } -} - -style "frame" { - - xthickness = 1 - ythickness = 1 - - engine "pixmap" { - - image { - function = SHADOW - file = "assets/frame.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - shadow = IN - } - - image { - function = SHADOW_GAP - file = "assets/frame.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - gap_start_file = "assets/frame-gap-start.png" - gap_start_border = { 1, 0, 0, 0 } - gap_end_file = "assets/frame-gap-end.png" - gap_end_border = { 0, 1, 0, 0 } - shadow = IN - } - - image { - function = SHADOW - file = "assets/frame.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - shadow = OUT - } - - image { - function = SHADOW_GAP - file = "assets/frame.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - gap_start_file = "assets/frame-gap-start.png" - gap_start_border = { 1, 0, 0, 0 } - gap_end_file = "assets/frame-gap-end.png" - gap_end_border = { 0, 1, 0, 0 } - shadow = OUT - } - - image { - function = SHADOW - file = "assets/frame.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - shadow = ETCHED_IN - } - - image { - function = SHADOW_GAP - file = "assets/frame.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - gap_start_file = "assets/frame-gap-start.png" - gap_start_border = { 1, 0, 0, 0 } - gap_end_file = "assets/frame-gap-end.png" - gap_end_border = { 0, 1, 0, 0 } - shadow = ETCHED_IN - } - - image { - function = SHADOW - file = "assets/frame.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - shadow = ETCHED_OUT - } - - image { - function = SHADOW_GAP - file = "assets/frame.png" - border = { 1, 1, 1, 1 } - stretch = TRUE - gap_start_file = "assets/frame-gap-start.png" - gap_start_border = { 1, 0, 0, 0 } - gap_end_file = "assets/frame-gap-end.png" - gap_end_border = { 0, 1, 0, 0 } - shadow = ETCHED_OUT - } - } -} - -style "gimp_toolbox_frame" { - - engine "pixmap" { - - image { - function = SHADOW - } - - } -} - -style "toolbar" { - - engine "pixmap" { - - image { - function = BOX - file = "assets/toolbar.png" - stretch = TRUE - border = { 1, 1, 1, 1 } - } - - image { - function = HANDLE - overlay_file = "assets/handle-h.png" - overlay_stretch = FALSE - orientation = HORIZONTAL - } - - image { - function = HANDLE - overlay_file = "assets/handle-v.png" - overlay_stretch = FALSE - orientation = VERTICAL - } - - ######### - # Lines # - ######### - - image { - function = VLINE - file = "assets/border.png" - border = {1, 0, 0, 0} - } - - image { - function = HLINE - file = "assets/border.png" - border = {0, 0, 1, 0} - } - } -} - -style "toolbar_separator" { - GtkWidget::wide-separators = 1 - GtkWidget::separator-width = 1 - GtkWidget::separator-height = 1 - - engine "pixmap" { - image { - function = BOX - file = "assets/border.png" - } - } -} - -style "inline_toolbar" { - - GtkToolbar::button-relief = GTK_RELIEF_NORMAL - - engine "pixmap" { - - image { - function = BOX - file = "assets/inline-toolbar.png" - stretch = TRUE - border = { 1, 1, 1, 1 } - } - } -} - -style "notebook_viewport" { - - bg[NORMAL] = @notebook_bg -} - - -style "notebook_eventbox" { - - bg[NORMAL] = @notebook_bg - bg[ACTIVE] = @bg_color -} - -style "tooltips" { - - xthickness = 8 - ythickness = 4 - - bg[NORMAL] = @tooltip_bg_color - fg[NORMAL] = @tooltip_fg_color - bg[SELECTED] = @tooltip_bg_color - -} - -style "eclipse-tooltips" { - - xthickness = 8 - ythickness = 4 - - bg[NORMAL] = shade(1.05, @bg_color) - fg[NORMAL] = @text_color - bg[SELECTED] = shade(1.05, @bg_color) - -} - -style "xfdesktop-icon-view" { - XfdesktopIconView::label-alpha = 0 - XfdesktopIconView::selected-label-alpha = 100 - 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 = "#000000" - XfdesktopIconView::selected-shadow-color = "#000000" - XfdesktopIconView::shadow-blur-radius = 2 - XfdesktopIconView::cell-spacing = 2 - XfdesktopIconView::cell-padding = 6 - XfdesktopIconView::cell-text-width-proportion = 1.9 - - fg[NORMAL] = @selected_fg_color - fg[ACTIVE] = @selected_fg_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] = @bg_color - bg[SELECTED] = @bg_color - - fg[NORMAL] = @fg_color - - engine "murrine" { - contrast = 0.7 - glazestyle = 0 - glowstyle = 0 - highlight_shade = 1.0 - gradient_shades = {1.0,1.0,1.0,1.0} - border_shades = { 0.8, 0.8 } - } -} - -style "xfwm-tabwin-button" { - font_name = "bold" - bg[SELECTED] = @selected_bg_color -} - -# Chromium -style "chrome_menu_item" { - - bg[SELECTED] = @selected_bg_color - -} - -# Text Style -style "text" = "default" { - fg[NORMAL] = @fg_color # FIXME: VMWare needs this? - - engine "murrine" { textstyle = 0 } -} - -style "menu_text" = "menu_item" { - engine "murrine" { textstyle = 0 } -} - -style "null" { - - engine "pixmap" { - - image { - function = BOX - file = "assets/null.png" - stretch = TRUE - } - } -} - - -class "GtkWidget" style "default" -class "GtkScrollbar" style "scrollbar" -class "GtkButton" style "button" -class "GtkLinkButton" style "link_button" -class "GtkEntry" style "entry" -class "GtkOldEditable" style "entry" -class "GtkSpinButton" style "spinbutton" -class "GtkNotebook" style "notebook" -class "GtkRange" style "range" -class "GtkProgressBar" style "progressbar" -class "GtkScrolledWindow" style "scrolled_window" -class "GtkFrame" style "frame" -class "GtkTreeView" style "treeview" -class "GtkToolbar" style "toolbar" -class "*HandleBox" style "toolbar" - -widget_class "**" style "menu" -widget_class "**" style "menu_framed_box" -widget_class "**" style "menu_item" -widget_class "**" style "separator_menu_item" -widget_class "**" style "checkbutton" -widget_class "*" style "combobox" -widget_class "**" style "combobox_button" -widget_class "**" style "combobox_separator" -widget_class "***" style "treeview_header" -widget_class "**" style "inline_toolbar" -widget_class "**" style "combobox_entry" -widget_class "**" style "combobox_entry_button" -widget_class "***" style "notebook_viewport" -widget_class "*HandleBox" style "toolbar" - -widget_class "**" style "button_label" -widget_class "**" style "button_label" -#widget_class "**" style "button_label" -#widget_class "**" style "button_label" - -widget_class "**" style "toolbar_button" -widget_class "***" style "misc_button_label" - -widget_class "*" style "toolbar_button" -widget_class "**" style "misc_button_label" - -# Entries in notebooks draw with notebook's base color, but not if there's -# something else in the middle that draws gray again -widget_class "**" style "notebook_entry" -widget_class "***" style "entry" - -widget_class "***" style "notebook_combobox_entry" -widget_class "****" style "combobox_entry" - -widget_class "**" style "notebook_button_bg" - -# We also need to avoid changing fg color for the inactive notebook tab labels -widget_class "**" style "notebook_tab_label" -widget_class "***" style "button_label" - -# GTK tooltips -widget "gtk-tooltip*" style "tooltips" - -#Fix GVim tabs -widget_class "**" style "notebook_eventbox" - -# Xchat special cases -widget "*xchat-inputbox" style "entry" - -# GIMP -# Disable gradients completely for GimpSpinScale -#class "GimpSpinScale" style "gimp_spin_scale" - -# Remove borders from "Wilbert frame" in Gimp -widget_class "**" style "gimp_toolbox_frame" - -# Chrome/Chromium -widget_class "*Chrom*Button*" style "button" -widget_class "***" style "chrome_menu_item" - -# Eclipse/SWT -widget "gtk-tooltips*" style "eclipse-tooltips" -widget "*swt-toolbar-flat" style "null" - -# Openoffice, Libreoffice -class "GtkWindow" style "toplevel_hack" -widget "*openoffice-toplevel*" style "ooo_stepper_hack" - -# Xfce -widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view" -widget "xfwm4-tabwin*" style "xfwm-tabwin" -widget "xfwm4-tabwin*GtkButton*" style "xfwm-tabwin-button" - -# Fixes ugly text shadows for insensitive text -widget_class "*" style "text" -widget_class "**" style "menu_text" -widget_class "**" style "text" -widget_class "**" style "text" -widget_class "**" style "text" diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/menubar-toolbar.rc b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/menubar-toolbar.rc deleted file mode 100644 index bef3ad3..0000000 --- a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/menubar-toolbar.rc +++ /dev/null @@ -1,225 +0,0 @@ -style "menubar" { - - bg[NORMAL] = @tooltip_bg_color - fg[NORMAL] = @tooltip_fg_color - fg[PRELIGHT] = shade(1.15, @tooltip_fg_color) - fg[ACTIVE] = shade(1.15, @tooltip_fg_color) - fg[SELECTED] = @selected_fg_color - fg[INSENSITIVE] = shade(0.7, @tooltip_fg_color) - - xthickness = 0 - ythickness = 0 - - engine "pixmap" { - - image { - function = BOX - file = "assets/menubar.png" - stretch = TRUE - border = { 1, 1, 1, 1 } - } - } -} - -style "menubar-borderless" { - - bg[NORMAL] = @tooltip_bg_color - fg[NORMAL] = @tooltip_fg_color - fg[SELECTED] = @selected_fg_color - fg[INSENSITIVE] = shade(0.7, @tooltip_fg_color) - - xthickness = 0 - ythickness = 0 - - engine "pixmap" { - - image { - function = BOX - file = "assets/null.png" - stretch = TRUE - border = { 1, 1, 1, 1 } - } - } -} - -style "menubar_item" { - - xthickness = 2 - ythickness = 2 - - fg[PRELIGHT] = @selected_fg_color - - engine "pixmap" { - - image { - function = BOX - state = PRELIGHT - file = "assets/menubar_button.png" - border = { 2, 2, 2, 2 } - stretch = TRUE - } - } -} - -# Text Style Menubar -style "menubar-text" { - - engine "murrine" { - text_shade = 0.0 - textstyle = 0 - } -} - - -style "toolbar_text" { - fg[NORMAL] = @tooltip_fg_color - fg[PRELIGHT] = shade(1.15, @tooltip_fg_color) - fg[INSENSITIVE] = shade(0.7, @tooltip_fg_color) - fg[ACTIVE] = shade(0.9, @tooltip_fg_color) - - text[NORMAL] = @tooltip_fg_color - text[PRELIGHT] = shade(1.15, @tooltip_fg_color) - text[INSENSITIVE] = shade(0.7, @tooltip_fg_color) - text[ACTIVE] = shade(0.9, @tooltip_fg_color) - -} - -style "toolbar_button" { - - xthickness = 4 - ythickness = 4 - - engine "pixmap" { - - image { - function = BOX - state = NORMAL - file = "assets/button.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - - image { - function = BOX - state = PRELIGHT - file = "assets/button-hover.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - - image { - function = BOX - state = ACTIVE - file = "assets/button-active.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - - image { - function = BOX - state = INSENSITIVE - file = "assets/button-insensitive.png" - border = { 4, 4, 4, 4 } - stretch = TRUE - } - } -} - -style "toolbar_entry" { - - base[NORMAL] = @base_color - base[ACTIVE] = @base_color - base[INSENSITIVE] = @insensitive_bg_color - - text[NORMAL] = @text_color - - engine "pixmap" { - - image { - function = SHADOW - state = NORMAL - detail = "entry" - file = "assets/entry-toolbar.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - state = ACTIVE - detail = "entry" - file = "assets/entry-active-toolbar.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = SHADOW - state = INSENSITIVE - detail = "entry" - file = "assets/entry-disabled-toolbar.png" - border = {6, 6, 6, 6} - stretch = TRUE - } - - image { - function = FLAT_BOX - state = ACTIVE - detail = "entry_bg" - file = "assets/null.png" - } - - image { - function = FLAT_BOX - state = INSENSITIVE - detail = "entry_bg" - file = "assets/null.png" - } - - image { - function = FLAT_BOX - detail = "entry_bg" - file = "assets/null.png" - } - } -} - -#Chromium -style "chrome-gtk-frame" { - - ChromeGtkFrame::frame-color = @tooltip_bg_color - ChromeGtkFrame::inactive-frame-color = @tooltip_bg_color - - ChromeGtkFrame::frame-gradient-size = 0 - ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) - - ChromeGtkFrame::incognito-frame-color = shade(0.85, @bg_color) - ChromeGtkFrame::incognito-inactive-frame-color = @bg_color - - ChromeGtkFrame::incognito-frame-gradient-color = @bg_color - - ChromeGtkFrame::scrollbar-trough-color = shade(0.912, @bg_color) - ChromeGtkFrame::scrollbar-slider-prelight-color = shade(1.04, @bg_color) - ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color - -} - -widget_class "**" style "menubar" -widget_class "*.*" style "menubar_item" - -widget_class "*ThunarWindow*" style "menubar" - -class "ChromeGtkFrame" style "chrome-gtk-frame" - -widget_class "***" style "menubar-text" - -# Whitelist for dark toolbars -widget_class "*ThunarWindow*" style "menubar-borderless" -widget_class "*ThunarWindow**" style "toolbar_entry" -widget_class "*ThunarWindow**" style "toolbar_button" -widget_class "*ThunarWindow**" style "toolbar_text" -widget_class "*ThunarWindow***" style "menubar-text" - -# GtkCheckButton -widget_class "*" style "button" - diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/panel.rc b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/panel.rc deleted file mode 100644 index 1f74a8e..0000000 --- a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/panel.rc +++ /dev/null @@ -1,196 +0,0 @@ -style "theme-panel" { - GtkButton::inner-border = { 0, 0, 0, 0 } - xthickness = 2 - ythickness = 0 - - bg[NORMAL] = shade(1.0, @tooltip_bg_color) - bg[ACTIVE] = @selected_bg_color - bg[PRELIGHT] = shade(1.2, @tooltip_bg_color) - bg[SELECTED] = @selected_bg_color - - fg[NORMAL] = shade(1.0, @tooltip_fg_color) - fg[PRELIGHT] = @fg_color - fg[ACTIVE] = @tooltip_fg_color - fg[SELECTED] = @tooltip_fg_color - - text[NORMAL] = shade(1.0, @tooltip_fg_color) - text[PRELIGHT] = shade(1.1, @tooltip_fg_color) - text[ACTIVE] = shade(1.0, @tooltip_fg_color) - text[SELECTED] = @tooltip_fg_color - - engine "pixmap" { - image { - function = SHADOW - file = "assets/null.png" - border = { 0, 0, 0, 0 } - stretch = TRUE - } - } -} - -style "theme-panel-progressbar" { - bg[ACTIVE] = shade(0.8, @tooltip_bg_color) -} - -style "panelbar" { - fg[NORMAL] = shade(1.0, @tooltip_fg_color) - fg[ACTIVE] = shade(1.0, @tooltip_fg_color) - fg[PRELIGHT] = shade(1.1, @tooltip_fg_color) - fg[SELECTED] = @tooltip_fg_color -} - -style "panelbuttons" { - GtkButton::inner-border = { 0, 0, 0, 0 } - xthickness = 4 - ythickness = 0 - - fg[NORMAL] = shade(0.8, @tooltip_fg_color) - fg[PRELIGHT] = @tooltip_fg_color - fg[ACTIVE] = @tooltip_fg_color - fg[SELECTED] = @tooltip_fg_color - fg[INSENSITIVE] = mix(0.28, @tooltip_fg_color, @tooltip_bg_color) - bg[PRELIGHT] = shade(1.2, @tooltip_bg_color) - bg[ACTIVE] = shade(1.5, @tooltip_bg_color) - - engine "pixmap" { - image { - function = BOX - state = NORMAL - file = "assets/null.png" - border = { 0, 0, 0, 2 } - stretch = TRUE - } - image { - function = BOX - state = ACTIVE - file = "assets/pathbar_button_active.png" - border = { 0, 0, 0, 2 } - stretch = TRUE - } - image { - function = BOX - state = PRELIGHT - file = "assets/pathbar_button_prelight.png" - border = { 0, 0, 0, 2 } - stretch = TRUE - } - image { - function = BOX - state = INSENSITIVE - file = "assets/null.png" - border = { 0, 0, 0, 2 } - stretch = TRUE - } - } -} - -style "regular-label" { - font_name = "Regular" -} - -style "theme-panel-text" { - - fg[NORMAL] = shade(1.0, @tooltip_fg_color) - fg[PRELIGHT] = @tooltip_fg_color - fg[ACTIVE] = shade(1.0, @tooltip_fg_color) - - text[NORMAL] = shade(1.0, @tooltip_fg_color) - text[PRELIGHT] = @tooltip_fg_color - text[ACTIVE] = shade(1.0, @tooltip_fg_color) - - engine "murrine" { - textstyle = 0 - text_shade = 0.2 - } -} - -style "panel-entry" { - - fg[NORMAL] = @text_color - fg[PRELIGHT] = @text_color - fg[ACTIVE] = @text_color - fg[SELECTED] = @text_color - fg[INSENSITIVE] = @text_color - - text[NORMAL] = @text_color - text[PRELIGHT] = @text_color - text[ACTIVE] = @text_color - text[SELECTED] = @text_color - text[INSENSITIVE] = @text_color - -} - -style "theme-main-menu-text" = "theme-panel-text" { - fg[PRELIGHT] = @tooltip_fg_color - text[PRELIGHT] = @tooltip_fg_color -} - -style "workspace-switcher" = "theme-panel" { - fg[SELECTED] = @selected_fg_color - bg[SELECTED] = @selected_bg_color -} - -style "indicator" = "theme-panel" { - xthickness = 0 - ythickness = 0 -} - -widget "*tasklist*" style "panelbuttons" -widget_class "*Xfce*Panel*.GtkToggleButton" style "panelbuttons" -widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" -widget_class "*PanelToplevel*Button" style "panelbuttons" -widget_class "*Panel*GtkToggleButton" style "panelbuttons" -widget_class "*Xfce*Panel*Button*" style "panelbuttons" -widget_class "*" style "panelbuttons" -widget_class "**" style "panelbuttons" -widget_class "*XfcePanelPlugin.GtkButton" style "panelbuttons" -widget_class "*XfcePanelPlugin.GtkToggleButton" style "panelbuttons" -widget "*dict*Applet*" style "panelbuttons" -widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons" -widget_class "*Tasklist*" style:highest "panelbuttons" -widget_class "*Tasklist*.GtkLabel" style:highest "regular-label" -widget_class "*Mixer*lugin*" style:highest "panelbuttons" - -class "*Panel*MenuBar*" style "panelbar" -widget_class "*Panel*MenuBar*" style "panelbar" -widget_class "*Panel*MenuBar*Item*" style:highest "panelbar" - -widget "*PanelWidget*" style "theme-panel" -widget "*PanelApplet*" style "theme-panel" -widget "*fast-user-switch*" style "theme-panel" -widget "*CPUFreq*Applet*" style "theme-panel" -class "PanelApp*" style "theme-panel" -class "PanelToplevel*" style "theme-panel" -widget_class "*PanelToplevel*" style "theme-panel" -widget_class "*notif*" style "theme-panel" -widget_class "*Notif*" style "theme-panel" -widget_class "*Tray*" style "theme-panel" -widget_class "*tray*" style "theme-panel" -widget_class "*computertemp*" style "theme-panel" -widget_class "*Applet*Tomboy*" style "theme-panel" -widget_class "*Applet*Netstatus*" style "theme-panel" - -# Fixes for tooltip text in some apps. -widget_class "*Notif*Beagle*" style "theme-panel" -widget_class "*Notif*Brasero*" style "theme-panel" - -# XFCE panel theming. -widget "*Xfce*Panel*" style "theme-panel" -class "*Xfce*Panel*" style "theme-panel" -widget "*Xfce*Panel*GtkProgressBar" style "theme-panel-progressbar" -widget "*WnckPager*" style "workspace-switcher" -widget "*TopMenu*" style "theme-panel" -widget "*XfceTasklist*" style "panelbuttons" - -# Fix gtk-entries in the panel -widget "*bookmark*GtkEntry" style "panel-entry" # fixes smartbookmark-plugin - -# Make sure panel text color doesn't change -widget_class "*Panel*MenuBar*" style "theme-main-menu-text" -widget_class "*Panel**" style "theme-main-menu-text" -widget "*.clock-applet-button.*" style "theme-panel-text" -widget "*PanelApplet*" style "theme-panel-text" - -# Override general panel-style with specific plugin-styles -widget "*indicator-applet*" style "indicator" -widget "*indicator-button*" style "indicator" diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/xfce-notify.rc b/gtktheme/.themes/WhiteSur-dark/gtk-2.0/xfce-notify.rc deleted file mode 100644 index 98403a7..0000000 --- a/gtktheme/.themes/WhiteSur-dark/gtk-2.0/xfce-notify.rc +++ /dev/null @@ -1,73 +0,0 @@ - -style "notify-window" { - XfceNotifyWindow::summary-bold = 1 - XfceNotifyWindow::border-color = shade(1.3, @tooltip_bg_color) - XfceNotifyWindow::border-color-hover = shade(1.3, @tooltip_bg_color) - XfceNotifyWindow::border-radius = 3.0 - XfceNotifyWindow::border-width = 1.0 - XfceNotifyWindow::border-width-hover = 1.0 - - bg[NORMAL] = @tooltip_bg_color -} - -style "notify-button" { - bg[NORMAL] = shade(1.1, @tooltip_bg_color) - bg[PRELIGHT] = shade(1.2, @tooltip_bg_color) - bg[ACTIVE] = shade(1.15, @tooltip_bg_color) - - fg[NORMAL] = @tooltip_fg_color - fg[PRELIGHT] = shade(1.1, @tooltip_fg_color) - fg[ACTIVE] = @selected_fg_color - - engine "murrine" { - gradient_shades = { 1.0, 1.0, 1.0, 1.0 } - border_shades = { 1.0, 1.0 } - roundness = 2 - textstyle = 0 - } -} - -style "notify-text" { - GtkWidget::link-color = @selected_bg_color - - fg[NORMAL] = shade(1.0, @tooltip_fg_color) - fg[PRELIGHT] = shade(1.1, @tooltip_fg_color) - fg[ACTIVE] = shade(1.0, @tooltip_fg_color) - - engine "murrine" { - textstyle = 0 - } -} - -style "notify-summary" { - font_name = "Bold" -} - -style "notify-progressbar" { - GtkProgressBar::min-horizontal-bar-height = 4 - - xthickness = 0 - ythickness = 0 - - fg[PRELIGHT] = shade(0.8, @tooltip_bg_color) - bg[NORMAL] = @selected_bg_color - bg[ACTIVE] = shade(0.8, @tooltip_bg_color) - bg[SELECTED] = @selected_bg_color - - engine "murrine" { - gradient_shades = { 1.0, 1.0, 1.0, 1.0 } - border_shades = { 1.0, 1.0 } - trough_shades = { 1.0, 1.0 } - trough_border_shades = { 1.0, 1.0 } - progressbarstyle = 0 - roundness = 2 - textstyle = 0 - } -} - -class "XfceNotifyWindow" style "notify-window" -widget "XfceNotifyWindow.*.summary" style "notify-summary" -widget_class "XfceNotifyWindow.*" style "notify-button" -widget_class "XfceNotifyWindow.*." style "notify-text" -widget_class "XfceNotifyWindow.*." style "notify-progressbar" -widget_class "XfceNotifyWindow.*." style "notify-progressbar" diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-3.0/gtk-dark.css b/gtktheme/.themes/WhiteSur-dark/gtk-3.0/gtk-dark.css deleted file mode 100644 index ce1b52b..0000000 --- a/gtktheme/.themes/WhiteSur-dark/gtk-3.0/gtk-dark.css +++ /dev/null @@ -1 +0,0 @@ -@import url("resource:///org/gnome/theme/gtk-dark.css"); diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-3.0/gtk.css b/gtktheme/.themes/WhiteSur-dark/gtk-3.0/gtk.css deleted file mode 100644 index 8ec1521..0000000 --- a/gtktheme/.themes/WhiteSur-dark/gtk-3.0/gtk.css +++ /dev/null @@ -1 +0,0 @@ -@import url("resource:///org/gnome/theme/gtk.css"); diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-3.0/gtk.gresource b/gtktheme/.themes/WhiteSur-dark/gtk-3.0/gtk.gresource deleted file mode 100644 index c63de69..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-3.0/gtk.gresource and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/gtk-3.0/thumbnail.png b/gtktheme/.themes/WhiteSur-dark/gtk-3.0/thumbnail.png deleted file mode 100644 index 1c51a25..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/gtk-3.0/thumbnail.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/index.theme b/gtktheme/.themes/WhiteSur-dark/index.theme deleted file mode 100644 index 250f74d..0000000 --- a/gtktheme/.themes/WhiteSur-dark/index.theme +++ /dev/null @@ -1,12 +0,0 @@ -[Desktop Entry] -Type=X-GNOME-Metatheme -Name=WhiteSur-dark -Comment=An Stylish Gtk+ theme based on Elegant Design -Encoding=UTF-8 - -[X-GNOME-Metatheme] -GtkTheme=WhiteSur-dark -MetacityTheme=WhiteSur-dark -IconTheme=McMojave-circle -CursorTheme=McMojave-circle -ButtonLayout=close,minimize,maximize:menu diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/close.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/close.png deleted file mode 100644 index 67c9820..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/metacity-1/close.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/close_focused.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/close_focused.png deleted file mode 120000 index 5a2733f..0000000 --- a/gtktheme/.themes/WhiteSur-dark/metacity-1/close_focused.png +++ /dev/null @@ -1 +0,0 @@ -close.png \ No newline at end of file diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/close_focused_normal.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/close_focused_normal.png deleted file mode 120000 index 5a2733f..0000000 --- a/gtktheme/.themes/WhiteSur-dark/metacity-1/close_focused_normal.png +++ /dev/null @@ -1 +0,0 @@ -close.png \ No newline at end of file diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/close_focused_prelight.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/close_focused_prelight.png deleted file mode 100644 index ef18ebe..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/metacity-1/close_focused_prelight.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/close_focused_pressed.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/close_focused_pressed.png deleted file mode 100644 index 2597ab3..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/metacity-1/close_focused_pressed.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/close_unfocused.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/close_unfocused.png deleted file mode 100644 index 6090bef..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/metacity-1/close_unfocused.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/close_unfocused_prelight.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/close_unfocused_prelight.png deleted file mode 120000 index 1657077..0000000 --- a/gtktheme/.themes/WhiteSur-dark/metacity-1/close_unfocused_prelight.png +++ /dev/null @@ -1 +0,0 @@ -close_focused_prelight.png \ No newline at end of file diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/close_unfocused_pressed.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/close_unfocused_pressed.png deleted file mode 120000 index e925e4d..0000000 --- a/gtktheme/.themes/WhiteSur-dark/metacity-1/close_unfocused_pressed.png +++ /dev/null @@ -1 +0,0 @@ -close_focused_pressed.png \ No newline at end of file diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/maximize.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/maximize.png deleted file mode 100644 index 0c90201..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/metacity-1/maximize.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/maximize_focused.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/maximize_focused.png deleted file mode 120000 index bd18cdd..0000000 --- a/gtktheme/.themes/WhiteSur-dark/metacity-1/maximize_focused.png +++ /dev/null @@ -1 +0,0 @@ -maximize.png \ No newline at end of file diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/maximize_focused_normal.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/maximize_focused_normal.png deleted file mode 120000 index bd18cdd..0000000 --- a/gtktheme/.themes/WhiteSur-dark/metacity-1/maximize_focused_normal.png +++ /dev/null @@ -1 +0,0 @@ -maximize.png \ No newline at end of file diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/maximize_focused_prelight.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/maximize_focused_prelight.png deleted file mode 100644 index b40a5eb..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/metacity-1/maximize_focused_prelight.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/maximize_focused_pressed.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/maximize_focused_pressed.png deleted file mode 100644 index 7f3bb40..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/metacity-1/maximize_focused_pressed.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/maximize_unfocused.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/maximize_unfocused.png deleted file mode 100644 index 6090bef..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/metacity-1/maximize_unfocused.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/maximize_unfocused_prelight.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/maximize_unfocused_prelight.png deleted file mode 120000 index f62efd5..0000000 --- a/gtktheme/.themes/WhiteSur-dark/metacity-1/maximize_unfocused_prelight.png +++ /dev/null @@ -1 +0,0 @@ -maximize_focused_prelight.png \ No newline at end of file diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/maximize_unfocused_pressed.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/maximize_unfocused_pressed.png deleted file mode 120000 index cc51405..0000000 --- a/gtktheme/.themes/WhiteSur-dark/metacity-1/maximize_unfocused_pressed.png +++ /dev/null @@ -1 +0,0 @@ -maximize_focused_pressed.png \ No newline at end of file diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/menu.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/menu.png deleted file mode 100644 index 6090bef..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/metacity-1/menu.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/menu_focused.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/menu_focused.png deleted file mode 120000 index f515719..0000000 --- a/gtktheme/.themes/WhiteSur-dark/metacity-1/menu_focused.png +++ /dev/null @@ -1 +0,0 @@ -menu.png \ No newline at end of file diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/menu_focused_normal.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/menu_focused_normal.png deleted file mode 120000 index f515719..0000000 --- a/gtktheme/.themes/WhiteSur-dark/metacity-1/menu_focused_normal.png +++ /dev/null @@ -1 +0,0 @@ -menu.png \ No newline at end of file diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/menu_focused_prelight.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/menu_focused_prelight.png deleted file mode 100644 index d7960eb..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/metacity-1/menu_focused_prelight.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/menu_focused_pressed.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/menu_focused_pressed.png deleted file mode 100644 index 79baac0..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/metacity-1/menu_focused_pressed.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/menu_unfocused.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/menu_unfocused.png deleted file mode 100644 index 6090bef..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/metacity-1/menu_unfocused.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/menu_unfocused_prelight.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/menu_unfocused_prelight.png deleted file mode 120000 index 6c1d9f7..0000000 --- a/gtktheme/.themes/WhiteSur-dark/metacity-1/menu_unfocused_prelight.png +++ /dev/null @@ -1 +0,0 @@ -menu_focused_prelight.png \ No newline at end of file diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/menu_unfocused_pressed.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/menu_unfocused_pressed.png deleted file mode 120000 index 4d62f69..0000000 --- a/gtktheme/.themes/WhiteSur-dark/metacity-1/menu_unfocused_pressed.png +++ /dev/null @@ -1 +0,0 @@ -menu_focused_pressed.png \ No newline at end of file diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/metacity-theme-1.xml b/gtktheme/.themes/WhiteSur-dark/metacity-1/metacity-theme-1.xml deleted file mode 100644 index 6d7d289..0000000 --- a/gtktheme/.themes/WhiteSur-dark/metacity-1/metacity-theme-1.xml +++ /dev/null @@ -1,1143 +0,0 @@ - - - - Sierra - Vince Liuice - GPL-3.0+ - 2018.01.12 - Sierra 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" x="0" y="0" width="width" height="height" filled="true" /> -</draw_ops> - -<draw_ops name="entire_background_unfocused"> - <include name="entire_background_focused" /> -</draw_ops> - -<draw_ops name="titlebar_fill_focused"> - <rectangle color="C_titlebar" x="4" y="0" width="width" height="height" filled="true" /> -</draw_ops> - -<draw_ops name="titlebar_fill_attached_focused"> - <include name="entire_background_focused" /> -</draw_ops> - -<draw_ops name="titlebar_fill_unfocused"> - <rectangle color="C_titlebar_unfocused" x="0" y="0" width="width" height="height" filled="true" /> -</draw_ops> - -<draw_ops name="titlebar_focused"> - <include name="titlebar_fill_focused" /> -</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="rounded_titlebar_focused"> - <include name="titlebar_fill_focused" /> -</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"> - <image filename="close_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="close_focused_prelight"> - <image filename="close_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="close_focused_pressed"> - <image filename="close_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="close_unfocused"> - <image filename="close_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="close_unfocused_prelight"> - <image filename="close_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="close_unfocused_pressed"> - <image filename="close_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> - - -<!-- Maximize icon --> -<draw_ops name="maximize_focused"> - <image filename="maximize_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="maximize_focused_prelight"> - <image filename="maximize_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="maximize_focused_pressed"> - <image filename="maximize_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="maximize_unfocused"> - <image filename="maximize_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="maximize_unfocused_prelight"> - <image filename="maximize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="maximize_unfocused_pressed"> - <image filename="maximize_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> - -<!-- Unmaximize icon --> -<draw_ops name="unmaximize_focused"> - <image filename="unmaximize_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unmaximize_focused_prelight"> - <image filename="unmaximize_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unmaximize_focused_pressed"> - <image filename="unmaximize_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unmaximize_unfocused"> - <image filename="unmaximize_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unmaximize_unfocused_prelight"> - <image filename="unmaximize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unmaximize_unfocused_pressed"> - <image filename="unmaximize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> - - -<!-- Minimize icon --> -<draw_ops name="minimize_focused"> - <image filename="minimize_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="minimize_focused_prelight"> - <image filename="minimize_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="minimize_focused_pressed"> - <image filename="minimize_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="minimize_unfocused"> - <image filename="minimize_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="minimize_unfocused_prelight"> - <image filename="minimize_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="minimize_unfocused_pressed"> - <image filename="minimize_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> - - -<!-- Menu icon --> -<draw_ops name="menu_focused"> - <image filename="menu_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="menu_focused_prelight"> - <image filename="menu_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="menu_focused_pressed"> - <image filename="menu_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="menu_unfocused"> - <image filename="menu_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="menu_unfocused_prelight"> - <image filename="menu_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="menu_unfocused_pressed"> - <image filename="menu_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> - - -<!-- Shade icon --> -<draw_ops name="shade_focused"> - <image filename="shade_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="shade_focused_prelight"> - <image filename="shade_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="shade_focused_pressed"> - <image filename="shade_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="shade_unfocused"> - <image filename="shade_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="shade_unfocused_prelight"> - <image filename="shade_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="shade_unfocused_pressed"> - <image filename="shade_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> - - -<!-- Unshade icon --> -<draw_ops name="unshade_focused"> - <image filename="unshade_focused_normal.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unshade_focused_prelight"> - <image filename="unshade_focused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unshade_focused_pressed"> - <image filename="unshade_focused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unshade_unfocused"> - <image filename="unshade_unfocused.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unshade_unfocused_prelight"> - <image filename="unshade_unfocused_prelight.png" x="0" y="2" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="unshade_unfocused_pressed"> - <image filename="unshade_unfocused_pressed.png" x="0" y="2" width="object_width" height="object_height" /> -</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="unmaximize_focused" /> - <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="unmaximize_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="unmaximize_unfocused" /> - <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight" /> - <button function="maximize" state="pressed" draw_ops="unmaximize_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="unmaximize_focused" /> - <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="unmaximize_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="unmaximize_unfocused" /> - <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight" /> - <button function="maximize" state="pressed" draw_ops="unmaximize_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/gtktheme/.themes/WhiteSur-dark/metacity-1/metacity-theme-2.xml b/gtktheme/.themes/WhiteSur-dark/metacity-1/metacity-theme-2.xml deleted file mode 120000 index 84bdbf0..0000000 --- a/gtktheme/.themes/WhiteSur-dark/metacity-1/metacity-theme-2.xml +++ /dev/null @@ -1 +0,0 @@ -metacity-theme-1.xml \ No newline at end of file diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/metacity-theme-3.xml b/gtktheme/.themes/WhiteSur-dark/metacity-1/metacity-theme-3.xml deleted file mode 100644 index 35ea2c9..0000000 --- a/gtktheme/.themes/WhiteSur-dark/metacity-1/metacity-theme-3.xml +++ /dev/null @@ -1,1197 +0,0 @@ -<?xml version="1.0"?> -<metacity_theme> -<info> - <name>Sierra</name> - <author>Vince Liuice</author> - <copyright>GPL-3.0+</copyright> - <date>2018.01.12</date> - <description>Sierra Metacity Theme</description> -</info> - -<!-- ::: CONSTANTS ::: --> -<constant name="C_titlebar_gradient_a" value="gtk:custom(titlebar_gradient_a,shade/gtk:bg[NORMAL]/1.07)" /> -<constant name="C_titlebar_gradient_b" value="gtk:custom(titlebar_gradient_b,gtk:bg[NORMAL])" /> -<constant name="C_border_focused" value="gtk:custom(wm_border_focused,shade/gtk:bg[NORMAL]/0.5)" /> -<constant name="C_border_unfocused" value="gtk:custom(wm_border_unfocused,shade/gtk:bg[NORMAL]/0.6)" /> -<constant name="C_title_focused" value="gtk:custom(wm_title_focused,blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.3)" /> -<constant name="C_title_focused_shadow" value="gtk:custom(wm_title_focused_shadow,shade/gtk:bg[NORMAL]/1.1)" /> -<constant name="C_title_unfocused" value="gtk:custom(wm_title_unfocused,blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.6)" /> -<constant name="C_title_unfocused_shadow" value="gtk:custom(wm_title_unfocused_shadow,shade/gtk:bg[NORMAL]/1.05)" /> -<constant name="C_background" value="gtk:bg[NORMAL]"/> -<constant name="C_highlight" value="gtk:custom(wm_highlight,gtk:base[NORMAL])"/> - -<!-- ::: GEOMETRY ::: --> -<frame_geometry name="normal" title_scale="medium" rounded_top_left="4" rounded_top_right="4"> - <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="2" /> - <aspect_ratio name="button" value="1.0" /> - <border name="title_border" left="8" right="8" top="4" bottom="4" /> - <border name="button_border" left="3" right="3" top="4" bottom="4" /> -</frame_geometry> - -<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="4" rounded_top_right="4" 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="false" rounded_top_right="false"> - <distance name="title_vertical_pad" value="2" /> - <border name="title_border" left="8" right="8" top="0" bottom="0" /> - <border name="button_border" left="3" right="3" top="40" 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="false" parent="normal" /> - -<frame_geometry name="border" has_title="false" rounded_top_left="4" rounded_top_right="4" 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="8" right="8" top="0" bottom="0" /> - <border name="button_border" left="3" right="3" top="0" bottom="0" /> -</frame_geometry> - -<frame_geometry name="borderless" has_title="false" rounded_top_left="4" rounded_top_right="4" 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="8" right="8" top="0" bottom="0" /> - <border name="button_border" left="3" right="3" top="0" bottom="0" /> -</frame_geometry> - -<frame_geometry name="modal" title_scale="small" hide_buttons="true" rounded_top_left="4" rounded_top_right="4" rounded_bottom_right="false" rounded_bottom_left="false" parent="small"> -</frame_geometry> - -<frame_geometry name="attached" title_scale="small" hide_buttons="true" rounded_top_left="4" rounded_top_right="4" 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)) + 1" - color="C_title_focused_shadow" /> - <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)) + 1" - ellipsize_width="width" - color="C_title_focused_shadow" /> - <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)) + 1" - color="C_title_unfocused_shadow" /> - <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)) + 1" - ellipsize_width="width" - color="C_title_unfocused_shadow" /> - <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_gradient_b" x="0" y="0" width="width" height="height" filled="true" /> -</draw_ops> - -<draw_ops name="entire_background_unfocused"> - <include name="entire_background_focused" /> -</draw_ops> - -<draw_ops name="titlebar_fill_focused"> - <gradient type="vertical" x="0" y="0" width="width" height="title_height"> - <color value="C_titlebar_gradient_a" /> - <color value="C_titlebar_gradient_b" /> - </gradient> -</draw_ops> - -<draw_ops name="titlebar_fill_attached_focused"> - <include name="entire_background_focused" /> -</draw_ops> - -<draw_ops name="titlebar_fill_unfocused"> - <gradient type="vertical" x="0" y="0" width="width" height="title_height"> - <color value="C_titlebar_gradient_a" /> - <color value="C_titlebar_gradient_b" /> - </gradient> -</draw_ops> - -<draw_ops name="titlebar_focused"> - <include name="titlebar_fill_focused" /> -</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="rounded_titlebar_focused"> - <include name="titlebar_fill_focused" /> -</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="4" y1="0" x2="width-5" 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="4" x2="0" y2="height-2" /> - <line color="C_border_focused" x1="width-1" y1="4" x2="width-1" y2="height-2" /> - <line color="C_highlight" x1="5" y1="1" x2="width - 5" y2="1"/> - <arc color="C_border_focused" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> - <arc color="C_border_focused" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> - <arc color="C_highlight" x="1" y="1" width="8" height="8" start_angle="270" extent_angle="90" /> - <arc color="C_highlight" x="width-11" y="1" width="8" height="8" start_angle="0" extent_angle="90" /> - <!-- double arcs for darker borders --> - <arc color="C_border_focused" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> - <arc color="C_border_focused" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> -</draw_ops> - -<draw_ops name="rounded_border_unfocused"> - <line color="C_border_unfocused" x1="4" y1="0" x2="width-5" 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="4" x2="0" y2="height-2" /> - <line color="C_border_unfocused" x1="width-1" y1="4" x2="width-1" y2="height-2" /> - <line color="C_highlight" x1="5" y1="1" x2="width - 5" y2="1"/> - <arc color="C_border_unfocused" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> - <arc color="C_border_unfocused" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> - <arc color="C_highlight" x="1" y="1" width="8" height="8" start_angle="270" extent_angle="90" /> - <arc color="C_highlight" x="width-11" y="1" width="8" height="8" start_angle="0" extent_angle="90" /> - <!-- double arcs for darker borders --> - <arc color="C_border_unfocused" x="0" y="0" width="9" height="9" start_angle="270" extent_angle="90" /> - <arc color="C_border_unfocused" x="width-10" y="0" width="9" height="9" start_angle="0" extent_angle="90" /> -</draw_ops> - -<draw_ops name="dialog_fill_background"> - <rectangle color="C_background" x="0" y="0" width="width" height="height" filled="true" /> -</draw_ops> - -<draw_ops name="dialog_background"> - <rectangle color="C_background" x="0" y="0" width="width" height="height" filled="true" /> -</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"> - <image filename="close_focused_normal.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> - -<draw_ops name="close_focused_prelight"> - <image filename="close_focused_prelight.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> - -<draw_ops name="close_focused_pressed"> - <image filename="close_focused_pressed.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> - -<draw_ops name="close_unfocused"> - <image filename="close_unfocused.png" x="0" y="1" width="object_width" height="object_height" /> -</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"> - <image filename="maximize_focused_normal.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> - -<draw_ops name="maximize_focused_prelight"> - <image filename="maximize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> - -<draw_ops name="maximize_focused_pressed"> - <image filename="maximize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> - -<draw_ops name="maximize_unfocused"> - <image filename="maximize_unfocused.png" x="0" y="1" width="object_width" height="object_height" /> -</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"> - <image filename="unmaximize_focused_normal.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> - -<draw_ops name="unmaximize_focused_prelight"> - <image filename="unmaximize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> - -<draw_ops name="unmaximize_focused_pressed"> - <image filename="unmaximize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> - -<draw_ops name="unmaximize_unfocused"> - <image filename="unmaximize_unfocused.png" x="0" y="1" width="object_width" height="object_height" /> -</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"> - <image filename="minimize_focused_normal.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> - -<draw_ops name="minimize_focused_prelight"> - <image filename="minimize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> - -<draw_ops name="minimize_focused_pressed"> - <image filename="minimize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> - -<draw_ops name="minimize_unfocused"> - <image filename="minimize_unfocused.png" x="0" y="1" width="object_width" height="object_height" /> -</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"> - <image filename="menu_focused_normal.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="menu_focused_prelight"> - <image filename="menu_focused_prelight.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="menu_focused_pressed"> - <image filename="menu_focused_pressed.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="menu_unfocused"> - <image filename="menu_unfocused.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="menu_unfocused_prelight"> - <image filename="menu_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> -<draw_ops name="menu_unfocused_pressed"> - <image filename="menu_unfocused_pressed.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> - -<!-- shade icon --> -<draw_ops name="shade_focused"> - <image filename="shade_focused_normal.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> - -<draw_ops name="shade_focused_prelight"> - <image filename="shade_focused_prelight.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> - -<draw_ops name="shade_focused_pressed"> - <image filename="shade_focused_pressed.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> - -<draw_ops name="shade_unfocused"> - <image filename="shade_unfocused.png" x="0" y="1" width="object_width" height="object_height" /> -</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"> - <image filename="unshade_focused_normal.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> - -<draw_ops name="unshade_focused_prelight"> - <image filename="unshade_focused_prelight.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> - -<draw_ops name="unshade_focused_pressed"> - <image filename="unshade_focused_pressed.png" x="0" y="1" width="object_width" height="object_height" /> -</draw_ops> - -<draw_ops name="unshade_unfocused"> - <image filename="unshade_unfocused.png" x="0" y="1" width="object_width" height="object_height" /> -</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="unmaximize_focused" /> - <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="unmaximize_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="unmaximize_unfocused" /> - <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight" /> - <button function="maximize" state="pressed" draw_ops="unmaximize_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="unmaximize_focused" /> - <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight" /> - <button function="maximize" state="pressed" draw_ops="unmaximize_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="unmaximize_unfocused" /> - <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight" /> - <button function="maximize" state="pressed" draw_ops="unmaximize_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="dialog_background" /> - <piece position="titlebar" draw_ops="dialog_fill_background" /> - <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="dialog_background" /> - <piece position="titlebar" draw_ops="dialog_fill_background" /> - <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="dialog_background" /> - <piece position="titlebar" draw_ops="dialog_fill_background" /> - <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="modal_dialog_unfocused" geometry="modal"> - <piece position="entire_background" draw_ops="dialog_background" /> - <piece position="titlebar" draw_ops="dialog_fill_background" /> - <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="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/gtktheme/.themes/WhiteSur-dark/metacity-1/minimize.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/minimize.png deleted file mode 100644 index 682950a..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/metacity-1/minimize.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/minimize_focused.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/minimize_focused.png deleted file mode 120000 index 09b7f0a..0000000 --- a/gtktheme/.themes/WhiteSur-dark/metacity-1/minimize_focused.png +++ /dev/null @@ -1 +0,0 @@ -minimize.png \ No newline at end of file diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/minimize_focused_normal.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/minimize_focused_normal.png deleted file mode 120000 index 09b7f0a..0000000 --- a/gtktheme/.themes/WhiteSur-dark/metacity-1/minimize_focused_normal.png +++ /dev/null @@ -1 +0,0 @@ -minimize.png \ No newline at end of file diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/minimize_focused_prelight.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/minimize_focused_prelight.png deleted file mode 100644 index dba6e23..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/metacity-1/minimize_focused_prelight.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/minimize_focused_pressed.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/minimize_focused_pressed.png deleted file mode 100644 index f49c5d7..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/metacity-1/minimize_focused_pressed.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/minimize_unfocused.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/minimize_unfocused.png deleted file mode 100644 index 6090bef..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/metacity-1/minimize_unfocused.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/minimize_unfocused_prelight.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/minimize_unfocused_prelight.png deleted file mode 120000 index 2971cc1..0000000 --- a/gtktheme/.themes/WhiteSur-dark/metacity-1/minimize_unfocused_prelight.png +++ /dev/null @@ -1 +0,0 @@ -minimize_focused_prelight.png \ No newline at end of file diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/minimize_unfocused_pressed.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/minimize_unfocused_pressed.png deleted file mode 120000 index 2ee877c..0000000 --- a/gtktheme/.themes/WhiteSur-dark/metacity-1/minimize_unfocused_pressed.png +++ /dev/null @@ -1 +0,0 @@ -minimize_focused_pressed.png \ No newline at end of file diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/shade.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/shade.png deleted file mode 100644 index a21f4c3..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/metacity-1/shade.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/shade_focused.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/shade_focused.png deleted file mode 120000 index 3a2c645..0000000 --- a/gtktheme/.themes/WhiteSur-dark/metacity-1/shade_focused.png +++ /dev/null @@ -1 +0,0 @@ -shade.png \ No newline at end of file diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/shade_focused_normal.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/shade_focused_normal.png deleted file mode 120000 index 3a2c645..0000000 --- a/gtktheme/.themes/WhiteSur-dark/metacity-1/shade_focused_normal.png +++ /dev/null @@ -1 +0,0 @@ -shade.png \ No newline at end of file diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/shade_focused_prelight.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/shade_focused_prelight.png deleted file mode 100644 index d1676d2..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/metacity-1/shade_focused_prelight.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/shade_focused_pressed.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/shade_focused_pressed.png deleted file mode 100644 index 0e8e174..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/metacity-1/shade_focused_pressed.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/shade_unfocused.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/shade_unfocused.png deleted file mode 100644 index 6090bef..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/metacity-1/shade_unfocused.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/shade_unfocused_prelight.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/shade_unfocused_prelight.png deleted file mode 120000 index 83bd57a..0000000 --- a/gtktheme/.themes/WhiteSur-dark/metacity-1/shade_unfocused_prelight.png +++ /dev/null @@ -1 +0,0 @@ -shade_focused_prelight.png \ No newline at end of file diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/shade_unfocused_pressed.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/shade_unfocused_pressed.png deleted file mode 120000 index 840a495..0000000 --- a/gtktheme/.themes/WhiteSur-dark/metacity-1/shade_unfocused_pressed.png +++ /dev/null @@ -1 +0,0 @@ -shade_focused_pressed.png \ No newline at end of file diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/thumbnail.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/thumbnail.png deleted file mode 100644 index 0839ba2..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/metacity-1/thumbnail.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/unmaximize.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/unmaximize.png deleted file mode 100644 index 0c90201..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/metacity-1/unmaximize.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/unmaximize_focused.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/unmaximize_focused.png deleted file mode 120000 index f53cc35..0000000 --- a/gtktheme/.themes/WhiteSur-dark/metacity-1/unmaximize_focused.png +++ /dev/null @@ -1 +0,0 @@ -unmaximize.png \ No newline at end of file diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/unmaximize_focused_normal.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/unmaximize_focused_normal.png deleted file mode 120000 index f53cc35..0000000 --- a/gtktheme/.themes/WhiteSur-dark/metacity-1/unmaximize_focused_normal.png +++ /dev/null @@ -1 +0,0 @@ -unmaximize.png \ No newline at end of file diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/unmaximize_focused_prelight.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/unmaximize_focused_prelight.png deleted file mode 100644 index 3c71eb5..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/metacity-1/unmaximize_focused_prelight.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/unmaximize_focused_pressed.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/unmaximize_focused_pressed.png deleted file mode 100644 index 9c379ea..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/metacity-1/unmaximize_focused_pressed.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/unmaximize_unfocused.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/unmaximize_unfocused.png deleted file mode 100644 index 6090bef..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/metacity-1/unmaximize_unfocused.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/unmaximize_unfocused_prelight.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/unmaximize_unfocused_prelight.png deleted file mode 120000 index 823c61c..0000000 --- a/gtktheme/.themes/WhiteSur-dark/metacity-1/unmaximize_unfocused_prelight.png +++ /dev/null @@ -1 +0,0 @@ -unmaximize_focused_prelight.png \ No newline at end of file diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/unmaximize_unfocused_pressed.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/unmaximize_unfocused_pressed.png deleted file mode 120000 index 31d69fe..0000000 --- a/gtktheme/.themes/WhiteSur-dark/metacity-1/unmaximize_unfocused_pressed.png +++ /dev/null @@ -1 +0,0 @@ -unmaximize_focused_pressed.png \ No newline at end of file diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/unshade.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/unshade.png deleted file mode 100644 index a21f4c3..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/metacity-1/unshade.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/unshade_focused.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/unshade_focused.png deleted file mode 120000 index e8a3f34..0000000 --- a/gtktheme/.themes/WhiteSur-dark/metacity-1/unshade_focused.png +++ /dev/null @@ -1 +0,0 @@ -unshade.png \ No newline at end of file diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/unshade_focused_normal.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/unshade_focused_normal.png deleted file mode 120000 index e8a3f34..0000000 --- a/gtktheme/.themes/WhiteSur-dark/metacity-1/unshade_focused_normal.png +++ /dev/null @@ -1 +0,0 @@ -unshade.png \ No newline at end of file diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/unshade_focused_prelight.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/unshade_focused_prelight.png deleted file mode 100644 index 2b335ec..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/metacity-1/unshade_focused_prelight.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/unshade_focused_pressed.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/unshade_focused_pressed.png deleted file mode 100644 index 3312c27..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/metacity-1/unshade_focused_pressed.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/unshade_unfocused.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/unshade_unfocused.png deleted file mode 100644 index 6090bef..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/metacity-1/unshade_unfocused.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/unshade_unfocused_prelight.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/unshade_unfocused_prelight.png deleted file mode 120000 index 0e642cb..0000000 --- a/gtktheme/.themes/WhiteSur-dark/metacity-1/unshade_unfocused_prelight.png +++ /dev/null @@ -1 +0,0 @@ -unshade_focused_prelight.png \ No newline at end of file diff --git a/gtktheme/.themes/WhiteSur-dark/metacity-1/unshade_unfocused_pressed.png b/gtktheme/.themes/WhiteSur-dark/metacity-1/unshade_unfocused_pressed.png deleted file mode 120000 index c0c67eb..0000000 --- a/gtktheme/.themes/WhiteSur-dark/metacity-1/unshade_unfocused_pressed.png +++ /dev/null @@ -1 +0,0 @@ -unshade_focused_pressed.png \ No newline at end of file diff --git a/gtktheme/.themes/WhiteSur-dark/plank/dock.theme b/gtktheme/.themes/WhiteSur-dark/plank/dock.theme deleted file mode 100644 index 82b8117..0000000 --- a/gtktheme/.themes/WhiteSur-dark/plank/dock.theme +++ /dev/null @@ -1,65 +0,0 @@ -#This theme written by Vince Liuice. - -[PlankDrawingTheme] -#The roundness of the top corners. -TopRoundness=16 -#The roundness of the bottom corners. -BottomRoundness=16 -#The thickness (in pixels) of lines drawn. -LineWidth=0 -#The color (RGBA) of the outer stroke. -OuterStrokeColor=0;;0;;0;;95 -#The starting color (RGBA) of the fill gradient. -FillStartColor=15;;15;;15;;50 -#The ending color (RGBA) of the fill gradient. -FillEndColor=15;;15;;15;;75 -#The color (RGBA) of the inner stroke. -InnerStrokeColor=75;;75;;75;;50 - -[PlankDrawingDockTheme] -#The padding on the left/right dock edges, in tenths of a percent of IconSize. -HorizPadding=0 -#The padding on the top dock edge, in tenths of a percent of IconSize. -TopPadding=2 -#The padding on the bottom dock edge, in tenths of a percent of IconSize. -BottomPadding=2 -#The padding between items on the dock, in tenths of a percent of IconSize. -ItemPadding=4 -#The size of item indicators, in tenths of a percent of IconSize. -IndicatorSize=5 -#The size of the icon-shadow behind every item, in tenths of a percent of IconSize. -IconShadowSize=2 -#The height (in percent of IconSize) to bounce an icon when the application sets urgent. -UrgentBounceHeight=1.6666666666666667 -#The height (in percent of IconSize) to bounce an icon when launching an application. -LaunchBounceHeight=0.625 -#The opacity value (0 to 1) to fade the dock to when hiding it. -FadeOpacity=1 -#The amount of time (in ms) for click animations. -ClickTime=300 -#The amount of time (in ms) to bounce an urgent icon. -UrgentBounceTime=600 -#The amount of time (in ms) to bounce an icon when launching an application. -LaunchBounceTime=600 -#The amount of time (in ms) for active window indicator animations. -ActiveTime=300 -#The amount of time (in ms) to slide icons into/out of the dock. -SlideTime=300 -#The time (in ms) to fade the dock in/out on a hide (if FadeOpacity is < 1). -FadeTime=250 -#The time (in ms) to slide the dock in/out on a hide (if FadeOpacity is 1). -HideTime=150 -#The size of the urgent glow (shown when dock is hidden), in tenths of a percent of IconSize. -GlowSize=30 -#The total time (in ms) to show the hidden-dock urgent glow. -GlowTime=10000 -#The time (in ms) of each pulse of the hidden-dock urgent glow. -GlowPulseTime=2000 -#The hue-shift (-180 to 180) of the urgent indicator color. -UrgentHueShift=150 -#The time (in ms) to move an item to its new position or its addition/removal to/from the dock. -ItemMoveTime=450 -#Whether background and icons will unhide/hide with different speeds. The top-border of both will leave/hit the screen-edge at the same time. -CascadeHide=true -#The color (RGBA) of the badge displaying urgent count -BadgeColor=0;;0;;0;;0 diff --git a/gtktheme/.themes/WhiteSur-dark/plank/hover.theme b/gtktheme/.themes/WhiteSur-dark/plank/hover.theme deleted file mode 100644 index be7ad12..0000000 --- a/gtktheme/.themes/WhiteSur-dark/plank/hover.theme +++ /dev/null @@ -1,17 +0,0 @@ -#This file written by Daniel Fore to match eGTK tooltips. - -[PlankDrawingTheme] -#The roundness of the top corners. -TopRoundness=6 -#The roundness of the bottom corners. -BottomRoundness=6 -#The thickness (in pixels) of lines drawn. -LineWidth=0 -#The color (RGBA) of the outer stroke. -OuterStrokeColor=41;;41;;41;;255 -#The starting color (RGBA) of the fill gradient. -FillStartColor=0;;0;;0;;217 -#The ending color (RGBA) of the fill gradient. -FillEndColor=0;;0;;0;;217 -#The color (RGBA) of the inner stroke. -InnerStrokeColor=255;;255;;255;;255 diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/bottom-active.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/bottom-active.png deleted file mode 100644 index 9cf9457..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/bottom-active.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/bottom-inactive.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/bottom-inactive.png deleted file mode 100644 index 9cf9457..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/bottom-inactive.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/bottom-left-active.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/bottom-left-active.png deleted file mode 100644 index 97f1d2b..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/bottom-left-active.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/bottom-left-inactive.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/bottom-left-inactive.png deleted file mode 100644 index 97f1d2b..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/bottom-left-inactive.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/bottom-right-active.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/bottom-right-active.png deleted file mode 100644 index be365ea..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/bottom-right-active.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/bottom-right-inactive.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/bottom-right-inactive.png deleted file mode 100644 index f2ff6bf..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/bottom-right-inactive.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/close-active.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/close-active.png deleted file mode 100644 index 3fde213..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/close-active.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/close-inactive.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/close-inactive.png deleted file mode 100644 index fbb5f63..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/close-inactive.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/close-prelight.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/close-prelight.png deleted file mode 100644 index 6b369e3..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/close-prelight.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/close-pressed.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/close-pressed.png deleted file mode 100644 index 58289d4..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/close-pressed.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/hide-active.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/hide-active.png deleted file mode 100644 index d019664..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/hide-active.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/hide-inactive.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/hide-inactive.png deleted file mode 100644 index fbb5f63..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/hide-inactive.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/hide-prelight.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/hide-prelight.png deleted file mode 100644 index 25311d3..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/hide-prelight.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/hide-pressed.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/hide-pressed.png deleted file mode 100644 index 34ae4ae..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/hide-pressed.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/left-active.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/left-active.png deleted file mode 100644 index a47e034..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/left-active.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/left-inactive.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/left-inactive.png deleted file mode 100644 index a47e034..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/left-inactive.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/maximize-active.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/maximize-active.png deleted file mode 100644 index 3b11498..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/maximize-active.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/maximize-inactive.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/maximize-inactive.png deleted file mode 100644 index fbb5f63..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/maximize-inactive.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/maximize-prelight.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/maximize-prelight.png deleted file mode 100644 index 90e3558..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/maximize-prelight.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/maximize-pressed.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/maximize-pressed.png deleted file mode 100644 index 3e833d2..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/maximize-pressed.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/maximize-toggled-active.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/maximize-toggled-active.png deleted file mode 100644 index 3b11498..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/maximize-toggled-active.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/maximize-toggled-inactive.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/maximize-toggled-inactive.png deleted file mode 100644 index fbb5f63..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/maximize-toggled-inactive.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/maximize-toggled-prelight.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/maximize-toggled-prelight.png deleted file mode 100644 index 7861f4f..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/maximize-toggled-prelight.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/maximize-toggled-pressed.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/maximize-toggled-pressed.png deleted file mode 100644 index f62f847..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/maximize-toggled-pressed.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/menu-active.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/menu-active.png deleted file mode 100644 index b413ea5..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/menu-active.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/menu-inactive.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/menu-inactive.png deleted file mode 100644 index 3408e15..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/menu-inactive.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/menu-pressed.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/menu-pressed.png deleted file mode 100644 index e58ba6c..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/menu-pressed.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/right-active.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/right-active.png deleted file mode 100644 index 92a99a7..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/right-active.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/right-inactive.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/right-inactive.png deleted file mode 100644 index 92a99a7..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/right-inactive.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/shade-active.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/shade-active.png deleted file mode 100644 index 9d8fcc7..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/shade-active.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/shade-inactive.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/shade-inactive.png deleted file mode 100644 index 601c95e..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/shade-inactive.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/shade-pressed.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/shade-pressed.png deleted file mode 100644 index 963dfe4..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/shade-pressed.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/stick-active.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/stick-active.png deleted file mode 100644 index f267ee2..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/stick-active.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/stick-inactive.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/stick-inactive.png deleted file mode 100644 index abdf12b..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/stick-inactive.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/stick-pressed.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/stick-pressed.png deleted file mode 100644 index 017abdf..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/stick-pressed.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/themerc b/gtktheme/.themes/WhiteSur-dark/xfwm4/themerc deleted file mode 100644 index 52375c0..0000000 --- a/gtktheme/.themes/WhiteSur-dark/xfwm4/themerc +++ /dev/null @@ -1,23 +0,0 @@ -button_offset=4 -button_spacing=0 - -show_app_icon=false - -full_width_title=true - -title_shadow_active=false -title_shadow_inactive=false - -title_horizontal_offset=3 - -active_text_color=#afafaf -active_text_shadow_color=#252525 - -inactive_text_color=#808080 -inactive_text_shadow_color=#252525 - -shadow_delta_height=2 -shadow_delta_width=0 -shadow_delta_x=0 -shadow_delta_y=-5 -shadow_opacity=40 diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/title-1-active.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/title-1-active.png deleted file mode 100644 index f145054..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/title-1-active.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/title-1-inactive.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/title-1-inactive.png deleted file mode 100644 index f145054..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/title-1-inactive.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/title-2-active.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/title-2-active.png deleted file mode 100644 index f145054..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/title-2-active.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/title-2-inactive.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/title-2-inactive.png deleted file mode 100644 index f145054..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/title-2-inactive.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/title-3-active.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/title-3-active.png deleted file mode 100644 index f145054..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/title-3-active.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/title-3-inactive.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/title-3-inactive.png deleted file mode 100644 index f145054..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/title-3-inactive.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/title-4-active.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/title-4-active.png deleted file mode 100644 index f145054..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/title-4-active.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/title-4-inactive.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/title-4-inactive.png deleted file mode 100644 index f145054..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/title-4-inactive.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/title-5-active.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/title-5-active.png deleted file mode 100644 index f145054..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/title-5-active.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/title-5-inactive.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/title-5-inactive.png deleted file mode 100644 index f145054..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/title-5-inactive.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/top-left-active.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/top-left-active.png deleted file mode 100644 index 4732697..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/top-left-active.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/top-left-inactive.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/top-left-inactive.png deleted file mode 100644 index 4732697..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/top-left-inactive.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/top-right-active.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/top-right-active.png deleted file mode 100644 index 2acf9c0..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/top-right-active.png and /dev/null differ diff --git a/gtktheme/.themes/WhiteSur-dark/xfwm4/top-right-inactive.png b/gtktheme/.themes/WhiteSur-dark/xfwm4/top-right-inactive.png deleted file mode 100644 index 2acf9c0..0000000 Binary files a/gtktheme/.themes/WhiteSur-dark/xfwm4/top-right-inactive.png and /dev/null differ