Coder Social home page Coder Social logo

min-theme's Introduction

Min Theme

A minimal theme for VS Code that comes in dark and light.

Preview in vscode.dev

preview-dark

preview-light

Installation

  1. Install theme from the Marketplace
  2. Go to File > Preferences > Color Theme
  3. Select Min Dark or Min Light

Alternatively install via CLI:

code --install-extension miguelsolorio.min-theme

License

MIT License

min-theme's People

Contributors

lmittmann avatar musm avatar pawelborkar avatar tinvaan avatar miguelsolorio avatar

Stargazers

Lúcio Andrade avatar Bluzzi avatar Edwin Morales avatar Estevão Gabriel avatar Nilso Junior avatar Júlio Martins avatar Wasley Carvalho avatar Gennady Kostyunin avatar Caique Torres avatar æno avatar Fathul Irfaan Abdillah avatar Carlos Kayser avatar m.toyoda avatar  avatar Julio Martins avatar Coluna Vertebral avatar  avatar André Neves avatar Raymond Dang avatar Кирилл Леонов avatar Noppakorn Kaewsalabnil avatar Murilo Nascimento avatar Diogo Moretti avatar Luis Sanches avatar Richard Manzoli avatar Douglas Chalegre avatar Érik Albuquerque avatar André Araujo deMenezes avatar Samuel avatar Vitor Sanches avatar @0x416C65 avatar  avatar Carlos Nahuel Morocho avatar kaitok avatar Sora Morimoto avatar  avatar Tao avatar  avatar Jorgen Cani avatar aditya.singh avatar Rasquinha_ avatar  avatar Konstantinos Chousos avatar Mr.HyperBit avatar Jacob Lamb avatar  avatar meppu avatar Fernando Nogueira avatar Mateus Mendonça avatar Marcelo Gomes avatar Andrei Saliba avatar  avatar Luciano Victor avatar Mikhail Krassavin avatar Filipe Lima avatar Roman Frołow avatar  avatar Carlos Jordan Hernandez Alvarado avatar Lucas Bispo Dias avatar Cássio Freitas avatar Juan Felix avatar Jed Wag avatar  avatar Keksi avatar 归谜 avatar Simone Filippi avatar Sri Senthil Balaji J avatar Felipe Borges avatar Bruno C. avatar Lucas Rodrigues avatar Tiago Lourinho avatar Oscar Galvez avatar Ryze avatar Miguel Duarte avatar Jakub Markiewicz avatar Zachary Churchill avatar  avatar Onur avatar Merott Movahedi avatar Zayn Hao avatar Vinicius avatar Geraldo Ahnert avatar João Vitor avatar Daniel Gómez avatar Roger Oliveira avatar Yony Calsin avatar Pascal Pixel avatar Almat Ybray avatar Billy Messenger avatar Maurício Coelho avatar Alexander Salas Bastidas avatar Atiab Bin Zakaria avatar Vitalii Shkolin avatar Pedro de Abreu avatar 余腾靖 avatar Antony Lemos avatar João Alves avatar João Inácio Neto avatar NELLO avatar William To avatar

Watchers

James Cloos avatar  avatar  avatar

min-theme's Issues

Terminal arguments are invisible

It appears that the gray colors in the terminal are invisible / the same as the background. I use the Powershell terminal. If you need more info, feel free to ask.

Simple example:

Default light theme:
image

Min Light:
image

Min Dark:
image

Webpack output

Min Dark:
image

Min Light:
image

A final note

Thank you for making this theme, I've been enjoying it for quite some time now :)

JSON key color is too bright

Thanks for great work. This is the best dark theme satisfy my taste I ever meet.neat and a little sexy.

When I open a big JSON file, the most color is bright white. So, I think it may be better to color the JSON key like ts Object key.

JSON key:

image

Ts object key:

image

Darken Activity Bar inactive icons

Hi! I really love the theme. I only have one minor problem while using the light scheme. I sometimes find it hard to identify the icons at first glance. Would it be possible to increase the strength of gray?

Thank you. I really appreciate all the effort you put in to create this amazing theme. Really love the dark scheme ❤️

Markdown code block

In light and dark variant code block in markdown blends into the background.
Here is examples:
image
image

Markdown needs more love

image

Sample text

# Heading

## Sub-heading

Text attributes _italic_, **bold**, `monospace`.

Horizontal rule:

---

Bullet list:

* apples
* oranges
* pears

Numbered list:

1. wash
2. rinse
3. repeat

A [link](http://example.com).

![Image](Image_icon.png)

> Markdown uses email-style > characters for blockquoting.

Inline <abbr title="Hypertext Markup Language">HTML</abbr> is supported.

Thanks for this nice theme

Colors for object properties

The theme is great, but off late I've been wondering if it would be possible to support color highlighting for properties of (js) objects. See the image below

image

Wouldn't it be useful to have bar or bar.baz colored differently ? Thoughts ?

Colors for the built-in terminal.

I really love the theme! The biggest issue I have with it, is the lack of style in the built-in terminal. It looks like it's using the default colors like the built-in themes.

Escape Characters

Hello again and thank you for the previous reply.

I'm opening this just to note to you that escape sequences in strings, like "\n" needs to be colored as well, in both Light and Dark themes. They could be the same color as the verb in string "%v", or even better, another, third color, but not the same as the rest of the literal text as it is right now.

Make the theme superb!
We need it!

Thank you.
Nick

latex needs attention

I love this theme but the highlighting when editing latex documents is pretty rough for math

Pit border

Maybe it would be better without border for pinned tab?
CleanShot 2023-06-09 at 13 38 23@2x

[Enhancement] Make comments less conspicuous in light theme

Hi, thanks for your extension!

It would be better to make comments a bit "lighter" as now there is no contrast comparing to normal text. (Just found the line numbers seem to have the perfect color.)

theme

At the same time, maybe we can add another color (e.g. green) so that the text is still readable.

e.g. default light+ theme (too much green)

image

named list of colors

Hi, first I would like to thank you for this amazing theme. Is there anywhere where we can find a full and named list of all the used colors? I would like to port this theme to Alacritty for example and avoid collecting and comparing the hex codes.

Something like this:

fg: #ffffff
bg: #000000
red: #ff0000
...

Suggestion WT theme

I've been used your theme for a long time and i would like to use the colors at my terminals, so i make a suggestion for windows terminal theme and colors schematic.

settings for color theme:

"schema": [
  {
      "name": "Min Theme Based",
      "background": "#1A1A1A",
      "foreground": "#CCC",
      "cursorColor": "#FFF",
      "selectionBackground": "#FFF",
      "black": "#0e0e0e",
      "brightBlack": "#767676",
      "blue": "#63abfd",
      "brightBlue": "#79b8ff",
      "green": "#63fd77",
      "brightGreen": "#88fc97",
      "purple": "#915ef0",
      "brightPurple": "#b392f0",
      "red": "#ff4d5c",
      "brightRed": "#FF7A84",
      "white": "#fafafa",
      "brightWhite": "#F2F2F2",
      "yellow": "#FF9800",
      "brightYellow": "#ffb74c",
      "cyan": "#71b1fa",
      "brightCyan": "#79b8ff"
  },
...
]

settings for themes:

    "themes":
    [
        {
            "name": "Min Theme Based",
            "tab":
            {
                "background": "#1A1A1AFF",
                "showCloseButton": "always",
                "unfocusedBackground": "#262626FF"
            },
            "tabRow":
            {
                "background": "#1A1A1AFF",
                "unfocusedBackground": "#1A1A1AFF"
            },
            "window":
            {
                "applicationTheme": "dark",
                "useMica": false
            }
        },
    ...
    ]

i'm sending here for you and other people who can like to use it.

Built-in functions color matching issue

This theme is awsome and I am using it a lot.

And I think it has a small issue:

Built-in JS functions are same colored (blue) as variables.
It should be colored as functions or other color which you consider appropriate for design.

Untitled
1

Nice Work!

Hello Miguel
and congrats on your beautiful theme! It's among the very few which works correctly with Golang. One thing though: Can we teak it a little? I mean something like to lower the background contrast and make it more dimmed, not so black?

Thank you very much!
Nick Christoforidis

Suggestion for Inclusion: Min Theme in Open VSX Registry

Hello,

I hope all is well. I am writing to suggest the inclusion of the Min Theme extension in the Open VSX Registry.

I appreciate your consideration of this suggestion in advance and am available to provide any additional information needed. The inclusion of Min Theme in the Open VSX would be a significant advancement for the VSCodium community and Open VSX users in general.

More color variants?

Hey, first of all my compliments on the work done. I like this theme a lot, and started using it today.

So, i have a question. min-theme has two color variants, light and dark. But i have the impression the dark is somewhat too dark. Can we add more shades to the dark one?

A color shade similar to Monokai Pro (Filter Machine) would be a good example

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.