Theme port for VSCode
a-wart opened this issue ยท 10 comments
It would be really great if you make the Visual Studio Code theme based on your awesome ariake-dark-syntax. Is there any hope you do that?
Funny you should mention this, I just came up with a .tmtheme file from this yesterday. I'm pretty sure that will work at least with syntax coloring in VS.
https://gist.github.com/Geo1088/4590666f667e1b9fa050e4fd2a184dc7
I'm also working on porting it to CodeMirror for my own personal use, and using sickill/coloration followed by some manual adjustment I also managed to make it into a pretty nice Vim theme, though I don't have the file for that with me right now.
great! looking forward to see full theme package in Marketplace. i've created a local theme from your .tmTheme
file and custom โฆ-color-theme.json
settings like
{
"tokenColors": "./Ariake.tmTheme",
"colors": {
"editor.lineHighlightBackground": "#65737e30",
"editor.background": "#2b303b",
"editorCursor.foreground": "#c0c5ce",
"editor.selectionBackground": "#4f5b66",
"editor.foreground": "#c0c5ce",
"editorWhitespace.foreground": "#65737e",
"editorIndentGuide.background": "#3b5364",
"sideBar.background": "#1c1f26", // 232830
"activityBar.background": "#1c1f26",
"sideBarSectionHeader.background": "#1c1f26",
"editorGroupHeader.tabsBackground": "#1c1f26",
"editorGroup.dropBackground": "#1c1f26",
"tab.border": "#1c1f26",
"tab.inactiveForeground": "#65737f",
"tab.inactiveBackground": "#1c1f26",
"statusBar.background": "#1c1f26",
"statusBar.foreground": "#4f5b66",
"statusBar.debuggingBackground": "#230000",
"titleBar.inactiveBackground": "#1c1f26",
"titleBar.activeBackground": "#1c1f26",
"list.activeSelectionBackground": "#343d46",
"list.inactiveSelectionBackground": "#343d46",
"list.focusBackground": "#343d46",
"list.hoverBackground": "#1c1f26",
"input.background": "#1c1f26",
"dropdown.background": "#1c1f26",
"editorWidget.background": "#232830",
"editorHoverWidget.background": "#232830",
"editorHoverWidget.border": "#343d46"
},
"name": "Ariake"
}
and now it looks pretty well, so thanks a lot!
I can also publish it, if you want me to do that, btw. โcause it's for-me-only for now.
@a-wart
Porting this theme to the Visual Studio Code sounds great.
@Geo1088
Can I make another repo for it and invite you as a co-author?
I'm happy if I could add your credit to the license.
I appear to have misplaced the flash drive I had the Vim color theme on, but I can recreate it in the next couple days. Will let you guys know when I have it again.
"in the next couple days" 2 weeks later
Vim theme: https://gist.github.com/Geo1088/978cb1b188cecfe93fdbcea1be24f497
@pathtrk Do you want me to just upload these in the root of pathrk/ariake-theme?