Git Product home page Git Product logo

rouge-theme's Introduction

Rouge Theme for VSCode

Rouge

VersionInstallsDownloads

VSCode theme created for a dark, material feel with a flushed color palette. Inspiration was drawn from Atom's Material Theme and loved-syntax for Atom.

Version 2 is even more flushed, darker, and real cozy.

Screenshots

Desktop

HTML

HTML

SCSS

CSS

JavaScript

JavaScript

JavaScript/JSX

JavaScript/JSX

Markdown

Markdown

Recommended Settings

I prefer to use the colorless version of file-icons and the settings below. If you do not have Operator Mono installed, Fira Code works well also, though the italics are optimized for use with Operator Mono.

{
  "workbench.iconTheme": "file-icons-colourless",
  "editor.fontFamily": "Operator Mono, Consolas, 'Courier New', monospace"
}

Options

Sidebar Headers

As of version 1.1.0 the sidebar header colors ("Open Editors" and "Projects") have been flattened. If you preferred the Rouge colored headers, add the following to your User Settings

"workbench.colorCustomizations": {
  "sideBarSectionHeader.background": "#c6797edf",
  "sideBarSectionHeader.foreground": "#fff"
}

ScreenshotScreenshot

Activity Bar Icons

In version 1.3.3 the activity bar icons were re-colored to silver for better contrast amongst the icon badges. If you preferred the Rouge colored icons, please add the following to your User Settings

"workbench.colorCustomizations": {
  "activityBar.foreground": "#c6797e",
}

Screenshotbadges1Screenshotbadges2

Issues or Concerns

Create an issue on the repository.

Changelog

CHANGELOG.MD

License

MIT License

rouge-theme's People

Contributors

josefaidt 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

rouge-theme's Issues

Theme with no italics version.

Hey I would like to see the theme with no italics version. May be you can do something similar to what Night Owl theme does[disabling italics].

I have disabled italics using my settings. Just pasting the settings for any other users, who wants to disable italics.

"editor.tokenColorCustomizations": {
    "[Rouge]": {
      "textMateRules": [
        {
          "scope": "keyword",
          "settings": {
            "fontStyle": ""
          }
        },
        {
          "scope": "keyword.operator.new",
          "settings": {
            "fontStyle": ""
          }
        },
        {
          "scope": "variable.language.this",
          "settings": {
            "fontStyle": ""
          }
        },
        {
          "scope": "storage",
          "settings": {
            "fontStyle": ""
          }
        },
        {
          "scope": "source.js entity.other.attribute-name",
          "settings": {
            "fontStyle": ""
          }
        }
      ]
    }
  }

Support semantic highlighting

First, thank you so much for your effort making a great theme, this looks really good. It would even be better if the theme could support semantic highlighting, please consider supporting it, thank you.

Tag styling breaks in .js files

Love the theme, have gone through hundreds and can't find one I like more... only thing - I use JSX and React to write html within JavaScript files, and the styling is nowhere near as pretty as it is in plain .html files. Mainly, the "name" of a tag (e.g. div) is the same colour and style as its properties (e.g. class="x"). It's also not in italics like in html files. I've seen this fixed in other themes, so if there's a way, I would love that.

jsx

Seeing two different background colors in the editor view

I am seeing different background colors in the editor view(#182131 for the used area, #172030 for the unused area). I have been using this theme for more than two months, never seen this behavior. Maybe latest VSCode update broke something. I tried to debug the issue but couldn't find the root cause. Please see the screenshot below.

screen shot 2019-03-01 at 8 08 13 pm

Separate error and warning colours

There only seems to be a single colour shared by errors and warnings; this is pretty confusing.

image

Could a separate, lighter colour for warnings be considered? If it's already implemented, I'm using an insiders build if that's relevant.

Error reading theme file

@the theme does not load correctly. I get this error in the developer tools:
shell.ts:454 Unable to load C:\Users\bla\.vscode\extensions\josef.rouge-theme-1.1.1\themes\rouge-theme-syntax.json: Problems parsing JSON theme file: Value expected: Error: Unable to load C:\Users\bla\.vscode\extensions\josef.rouge-theme-1.1.1\themes\rouge-theme-syntax.json: Problems parsing JSON theme file: Value expected

HTML attributes not in italics like screenshot

It seems the "[HTML] - Entity Other" rule isn't working, don't know if there is a better way but using "entity.other.attribute-name.html" fixes it for me. Love the theme by the way.

Debug console does not match current theme

Is it possible to change the background color of the debug console to match the navy color of the theme? I tried messing around with the settings.json file but didn't have any luck.

image

Tags styles doesn't work

Screenshot_20200416_224159

Screenshot_20200416_224223

settings.json

{
    "workbench.startupEditor": "newUntitledFile",
    "workbench.iconTheme": "vscode-icons",
    "editor.formatOnSave": true,
    "editor.tabSize": 2,
    "editor.fontSize": 16,
    "javascript.updateImportsOnFileMove.enabled": "always",
    "[javascript]": {
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "workbench.colorTheme": "Rouge 2",
    "editor.fontFamily": "Operator Mono, Fira Code, Consolas, 'Courier New', monospace",
    "editor.fontLigatures": true,
    "editor.semanticHighlighting.enabled": false,
    "terminal.integrated.fontFamily": "monospace"
}

I'm using vs code 1.44.1 on Fedora 31.

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.