I would like to use different theme for vscode language - visual-studio-code

I have two languages setup in my vscode, the first is pascal and the second is python. I want to set atlantic night theme for the python and wolf night theme for the pascal. Any way to do this?

Check the Theme by language extension created by julien saulou. You can customise your theme there.

Related

Is it possible to export a VSCode color theme to PhpStorm?

I recently needed to move from VSCode to PhpStorm IDE, and I would like to know if there is a way to export my color theme too. Here is the theme I use in VSCode.
Because the theme is a JSON file, I'm pretty sure there is a way to do it, but I don't know how.
This can't be done; in PhpStorm, themes are not JSON files but java LAFs.
However, we have plenty of themes available in the repository, see https://plugins.jetbrains.com/search?headline=164-theme&products=phpstorm&tags=Theme., please check Cyberpunk Theme or CyberpunkUI Color Scheme, for example.
If none of them looks good for you, you can try developing your own one. Here are the guidelines for creating a custom theme plugin/customizing a theme

Associate VSCode theme with language scopes

I've made a new color theme in VSCode, very happy with it too. I just followed the instructions using yo code and created a new theme from existing and followed the process.
My new theme is now there in extensions and selectable from the 'color theme' menu which is great but I've noticed a bit if a killer issue. When my theme is selected there is no syntax highlighting for any of the languages I use ( python, javascript, powershell, go, html and so on ). All the text in the editor is plain dark grey. I don't think I changed anything in the theme to change syntax highlighting (to my knowledge).
How can I get syntax highlighting back? Weird because intellisense and code completion (for each language) is still working fine.
Would appreciate any pointers.

Is there a way to change background color of syntax highlight in Visual Studio Code

I was looking for a better code editor for my projects and wanted to give VSCode a try. But I couldn't find where to customize the syntax highlighting settings. What I actually need is to change the background color of embedded languages within a file so that I can identify different parts of the code a lot easier.
I have this PHP file which contains, HTML, CSS and JavaScript and I'd like to set different background colors for all 4 languages within this single file. Is this possible with VSCode? or does anyone know a code editor that supports this? UltraEdit supports this but it has so many other shortcomings.
Not possible #3429 Themes don't support background styling

How to combine multiple VS Code themes?

I come from Atom, where I had a way to define a UI theme, and a syntax theme.
Now with VS Code I'm using One Dark Pro theme, because I like how it styles the UI, but I would like to use a different syntax for the editors text.
Is there a way to combine multiple themes to obtain what I want?
As of VSCode 1.13, you cannot do this without creating your own theme. We are tracking Atom-style support for separate syntax and UI themes here: https://github.com/Microsoft/vscode/issues/25986
You can manually combine themes however. See our built-in red theme for an example of using different files for the syntax theme definition (red.tmTheme) and the UI theme (Red-color-theme.json).

Where can I get a "Light Table" theme for Emacs 24?

I really like the Light Table color scheme but despite lots of Googling I can't seem to find an Emacs theme. I've made an attempt to recreate it but surely someone else has done this already.
It's a dark theme that looks like:
There's a load more example images on the Kickstarter page.
I made a theme based on the LightTable color scheme, I've just released it as a gist.
https://gist.github.com/3027622
FYI I'm publishing several new themes for Emacs24. There's a couple of other dark themes at https://emacsfodder.github.io/
Update
Here's a view of the font-lock (i.e. language generics, which are used by major modes to provide syntax highlighting.) definition with rainbow-mode.
Note:
In Emacs Lisp mode (CommonLisp & EmacsLisp are the closest things I know to Clojure.)
We can see that even local function usage isn't added to syntax highlighting:
(Having done a small check with clojure-mode, I can see the same thing going on there, defn's show their function name highlighted, but usage is in the default face color.)
For completeness it's probably worth adding this new answer here. There is now a LightTable theme for Emacs. It's called Noctilux:
https://github.com/stafu/noctilux-theme
Lighttable theme for Doom Emacs