Giter Club home page Giter Club logo

Comments (6)

kurtextrem avatar kurtextrem commented on September 26, 2024 1

Here's mine:

      {
        "scope": [
          "comment",
          //"entity.name.type.class", //class names
          "constant", //String, Number, Boolean, this, super
          "storage.modifier", //static keyword
          "storage.type.class.js", //class keyword
          "entity.other.attribute-name",
          "markup.italic",

          // const, let, etc vvvvv
          //"storage.type",
          //"storage",
          //"meta.var.expr",

          "storage.type.function",
          "storage.modifier",
          "punctuation.definition.template-expression.begin",
          "punctuation.definition.template-expression.end",
          "punctuation.section.embedded",
          "keyword.control",
          "keyword.operator.new",
          "keyword.operator.expression",
          "keyword.operator.cast",
          "keyword.operator.sizeof",
          "keyword.operator.logical.python",
          "meta.decorator punctuation.decorator",
          "punctuation.definition.comment",
          "emphasis",

          "text.html.basic entity.other.attribute-name.html",
          "text.html.vue-html entity.other.attribute-name.html",
          "text.html.php.blade entity.other.attribute-name.html",
          "text.html.basic entity.other.attribute-name",
          "markup.quote",
          "punctuation.definition.block.tag.jsdoc",
          "punctuation.definition.bracket",
          "storage.type.class.jsdoc",
          "comment.block.documentation.phpdoc.php keyword.other.phpdoc.php",
          "meta.other.type.phpdoc.php support.class",
          "meta.other.type.phpdoc.php keyword.other",
          "comment.block.documentation.js",

          //"keyword.operator.relational", // <, > etc
          "entity.other.attribute-name",
          //"entity.name.function", // fn name

          //"keyword",
          //"meta.class meta.method.declaration meta.var.expr storage.type.js",
          "storage.type.property.js",
          "storage.type.property.ts",
          "storage.type.property.tsx",
          "punctuation.accessor",
          "markup.inserted.diff",
          "markup.deleted.diff",
          "markup.changed",
          "meta.diff.header.git",
          "meta.diff.header.from-file",
          "meta.diff.header.to-file",
          "keyword.control",
          "markup.quote.markdown",
          "markup.italic.markdown",
          //"variable.other.object.js", // declared vars
          "meta.tag.sgml.doctype.html",
          "quote",
          "italic",
          //"keyword.operator.comparison", // === etc
          "keyword.control.flow.js",
          "keyword.control.flow.ts",
          "keyword.control.flow.tsx",
          "keyword.control.ruby",
          "keyword.control.module.ruby",
          "keyword.control.class.ruby",
          "keyword.control.def.ruby",
          "keyword.control.loop.js",
          "keyword.control.loop.ts",
          "keyword.control.import.js",
          "keyword.control.import.ts",
          "keyword.control.import.tsx",
          "keyword.control.from.js",
          "keyword.control.from.ts",
          "keyword.control.from.tsx",
          "keyword.operator.instanceof.js",
          "keyword.operator.expression.instanceof.ts",
          "keyword.operator.expression.instanceof.tsx",
          //"variable.other.object.property", // child props
          "entity.name.tag.doctype",
          "meta.tag.sgml.doctype",
          "meta.selector",
          "meta.delimiter.period",

          "keyword.control.from",
          "keyword.control.flow",
          "keyword.operator.new",
          "keyword.control.import",
          "keyword.control.export",
          "keyword.control.default",
          "keyword.control.trycatch",
          "keyword.control.conditional",
          "storage.type.class",
          "storage.modifier.tsx",
          "storage.modifier.async",
          "variable.language",
          "variable.language.this",
          "variable.language.super",
          //"meta.class", // class props
          "meta.decorator.js",
          "constant.language.null",
          "support.type.primitive",
          "entity.name.method.js",
          "entity.other.attribute-name",
          "punctuation.definition.comment",
          "text.html.basic entity.other.attribute-name",
          "tag.decorator.js entity.name.tag.js",
          "tag.decorator.js punctuation.definition.tag.js",
          "source.js constant.other.object.key.js string.unquoted.label.js"
        ],
        "settings": {
          "fontStyle": "italic"
        }
      },

w/ https://marketplace.visualstudio.com/items?itemName=mgmcdermott.vscode-language-babel

from victor-mono.

rubjo avatar rubjo commented on September 26, 2024

Hi João,

I now pasted the same usage info and links into the readme as those on https://rubjo.github.io/victor-mono.

Is this sufficient, or do you think there should be more?

from victor-mono.

jvzaniolo avatar jvzaniolo commented on September 26, 2024

Hi João,

I now pasted the same usage info and links into the readme as those on https://rubjo.github.io/victor-mono.

Is this sufficient, or do you think there should be more?

What I meant is kinda what @kurtextrem did. But I really liked the theme you created. Could you share its italic settings?

from victor-mono.

rubjo avatar rubjo commented on September 26, 2024

I don't quite follow. A theme is a collection of colours and styles (bold/italic) to be applied to certain elements, classes etc. If you want to use my theme, just install and use it. What's defined as italic in the theme will be italic in your code.

If you want to apply italics to the same elements as in my theme, while not using any of the colours from the theme, you will have to look through https://github.com/rubjo/ultimate-dark-neo-vs-code/blob/master/themes/Ultimate%20Dark%20Neo-color-theme.json and find all lines with "fontStyle": "italic".

And ultimately, you could choose to fork my theme, edit/adjust it to your liking and re-publish it, like @yogeshhrathod has apparently done.

Hope this made sense :)

from victor-mono.

kurtextrem avatar kurtextrem commented on September 26, 2024

Hi João,
I now pasted the same usage info and links into the readme as those on rubjo.github.io/victor-mono.
Is this sufficient, or do you think there should be more?

What I meant is kinda what @kurtextrem did. But I really liked the theme you created. Could you share its italic settings?

You can override any theme by my snippet to your settings json:

  "editor.tokenColorCustomizations": {
    "textMateRules": [
      my snippet
    ]
  }

from victor-mono.

rubjo avatar rubjo commented on September 26, 2024

Yep, and workbench.colorCustomizations, if needed. For more info, see https://code.visualstudio.com/docs/getstarted/themes#_customizing-a-color-theme.

Closing this now, as it doesn't have much to do with the font.

from victor-mono.

Related Issues (20)

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.