Git Product home page Git Product logo

zed-theme-macos-classic's Introduction

macOS Classic Theme for Zed

A macOS native style theme for Zed, let it same like native app in macOS.

Screenshot

Light

SCR-20240204-edk

Dark

SCR-20240204-edr

Dark2

SCR-20240204-edx

Usage

Setup auto switch theme in light and dark mode based on the system's appearance.

Open your Zed user settings.json: ~/.config/zed/settings.json, and add this config:

{
  "theme": {
    "mode": "system",
    "light": "macOS Classic Light",
    "dark": "macOS Classic Dark"
  },
}

Other Tools Themes

License

MIT

zed-theme-macos-classic's People

Contributors

huacnlee avatar

Stargazers

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

Watchers

 avatar  avatar

zed-theme-macos-classic's Issues

Warnings are bright yellow on white text = unreadable

Thank you for creating this theme!

With some quick testing, the theme seems to be broken around warnings as per the screenshot below. Broken for both "Dark" and "Dark2". Looks fine on "Light".

Glancing at the json file, I couldn't locate the value for this warning.

macos-classic-warning

Terminal "note" colour is incorrect

A bit more testing reveals some issues with terminal colours. This affects the three variations of the theme. Light, Dark, and Dark2. On Light, the "note" text colour is pure white, and for Dark and Dark2 is pure black.

Screenshot 2024-02-19 at 3 34 32 am Screenshot 2024-02-19 at 3 35 22 am Screenshot 2024-02-19 at 3 35 04 am

Scroll bar thumb should better be transparent.

309458197-65df4411-51d6-450a-8986-afbabb5cd799.mov

The scroll bar thumb covers the highlights of the scroll bar.

I think maybe it is better to give scrollbar_thumb.background and scrollbar.thumb.border an alpha value, such as:

https://github.com/catppuccin/zed/blob/066afb8ba5eeb867106080e8ca28c5431ffde3a8/themes/catppuccin.json#L51-L55

        "scrollbar_thumb.background": "#acb0be80",
        "scrollbar.thumb.hover_background": "#9ca0b0",
        "scrollbar.thumb.border": "#acb0be80",
        "scrollbar.track.background": "#eff1f5",
        "scrollbar.track.border": "#4c4f6912",

Related: zed-industries/zed#8705

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.