onur-ozkan / vscode-deepdark-material

A clean dark material theme for Visual Studio Code Editor
MIT License
59 stars 12 forks source link

Feature Request: colorisation of the $ sign #13

Open eddy147 opened 3 years ago

eddy147 commented 3 years ago

Hi, I like your colorscheme, and wanted to add the following. in php/perl/bash the colorisation of the $ sign gives a nice effect.

It can look like this:

image

This is the diff to do it:

diff --git themes/fullblack-deepdark-material.json themes/fullblack-deepdark-material.json
index 2e92494..4924222 100644
--- themes/fullblack-deepdark-material.json
+++ themes/fullblack-deepdark-material.json
@@ -1038,6 +1038,13 @@
             "settings": {
                 "foreground": "#B8FCB1"
             }
+        },
+        {
+            "name": "$ Sign as in php/perl/bash",
+            "scope": ["punctuation.definition.variable"],
+            "settings": {
+                "foreground": "#BD6E63"
+            }
         }
     ],
     "colors": {

Unfortunately I get a 403 when I want to push a branch to make a Pull request, so that's why the Request.

gopherine commented 3 years ago

It would be nice to have something very similar for go as well, i see a lot of white commands, specially for typings there should be different color , i really like the look and feel of the theme just i wish this had more color support for go