Git Product home page Git Product logo

os-x-mavericks's Introduction

built-with-azurra-framework

OS X Mavericks

Theme reproducing the OS X gradients and colors found in the Mavericks release

Preview

OS-X-Mavericks

Supported platforms

  • Any GTK-based desktop
  • Cinnamon
  • Gnome
  • MATE

Manual installation

Go to releases, download the latest .zip file and extract it to the themes directory i.e. /home/USERNAME/.themes

os-x-mavericks's People

Contributors

elbullazul avatar q11bul avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

os-x-mavericks's Issues

Title on titlebar is cut off (on left) (gnome 3.32)

The title in the title bar of all the OS-X themes is cut off on the left.
i.e. it needs to be moved to the right.

I'm using gnome 3.32, cinnamon 4.2.3 on Fedora 30.

The issue happens on all of these OSX themes. ( OS-X-Mavericks, OS-X-Leopard, OS-X-Yosemite )

The problem is in the file metacity-1/metacity-theme-3.xml.
The line in question is ...

<title color="#4c4c4c" x="(0 max (width-title_width-mini_icon_width-IconTitleSpacing)) / 2 + mini_icon_width + IconTitleSpacing -72" y="(height - title_height) / 2 - 3"/>

I think that mini_icon_width is undefined and so the evaluation breaks.

Borrowing from another theme .. the fix is to replace the <title> line with:

        <title version="< 3.1"
               x="(0 `max` ((width - title_width) / 2))"
               y="(0 `max` ((height - title_height) / 2)) + 1"
               color="#4c4c4c" />
        <title version=">= 3.1"
               x="(0 `max` ((frame_x_center - title_width / 2) `min` (width - title_width)))"
               y="(0 `max` ((height - title_height) / 2)) + 1"
               ellipsize_width="width"
               color="#4c4c4c" />

(same for the 'unfocused' case)

Gnome-Shell List Jutification

I just happened to notice that the justification of submenus in OS-X-Mavericks is a little off. Instead of the indentation matching the text of the menu element above like other shell themes, it indents to the left in an unnatural manner. Without having a genuine Macintosh running Mavericks in front of me, I'm thinking this may be a bug. Screenshots attached below.

Sorry for all the issues I keep finding! I just really like this theme!

OS-X-Mavericks:
List Indent Mavericks

Materia:
List Indent Materia

Adwaita:
List Indent Adwaita

Gnome-Shell Power Off Button Font Issue

If you use a wider font as your system font, the "Power Off" button in the bottom right hand corner of the Power Off dialog in Gnome-Shell may appear as "Power..." instead of the full text, "Power Off".

This behavior can be duplicated in OS-X-Leopard 1.1 and OS-X-Yosemite 2.0.

Tested using Ubuntu 20.04 with Gnome 3.36.3 running on X11.

Thanks!!!

Gnome-Shell Menu Separators Doubled

I am really loving this theme, but I've run into a small issue with the gnome-shell portion. The menu separators, both coming down from the panel or from the dock, are doubled. Also, there may be missing elements and icons. Attached is a view from the OS-X-Mavericks 1.1 version compared to a Materia Theme variant.

The problem can be duplicated in both the OS-X-Leopard 1.1 as well as OS-X-Yosemite 2.0.

Thanks!!

Shell Menu Issue

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.