I really love Atom One Dark theme shown in the picture. I would really like to export that to have it in its full form in CLion. Is this possible? Because that theme in CLion's marketplace doesn't have coloring for all the things that the one in VSC does. (I need it for C++)
https://marketplace.visualstudio.com/items?itemName=akamud.vscode-theme-onedark
As stated by rioV8, to get the exact behavior from Visual Studio's theme to CLION you have to copy the theme, as there is no theme importer between Visual Studio Code and JetBrains CLion.
The process to do so would be as follows:
Get the source of your Visual Studio Color Scheme:
Customize your CLION's Theme:
You can find more detailed instructions at the docs: Configuring colors and fonts
** Alternative:
You also can pick a similar JetBrains theme; there are many apart from the default ones at the JetBrains Plugins directory.
For example, this JetBrains Dark theme similar to Atom One Dark.