papercolor-vscode-redux
papercolor-vscode-redux copied to clipboard
Possibility of including the dark variant
Would it be possible to also implement the PaperColor dark variant? I tried to convert the theme.yaml file with the use of a script, mapping the light colours from the original PaperColor repository to their respective dark variants, however it seems like this theme includes a lot of other colours not present in the original PaperColor repository, of which I have absolutely no idea where they all came from.
Since I'm horrible at design/picking colours myself I was hoping there would be an automated way of converting the themes but I'm starting to think this is not going to be possible.
Would it require a complete redesign of this theme to accommodate for the dark variant?
Hi @kwyntes
I've considered implementing the dark theme as well, but I think it wouldn't be a quick thing to do. I can't recall if the vim theme's colours map one to one for each element being highlighted or not. If so, then porting the dark theme might not be too big of an undertaking. If not, then it'd be a lot of trial and error to map the colours to the right vscode scopes.
however it seems like this theme includes a lot of other colours not present in the original PaperColor repository, of which I have absolutely no idea where they all came from.
Yep. A few new colours have been added (due to differences in the way vim & vscode are able to highlight code). For a dark theme, new colours would need to be selected.
I'll have a look at the vim theme again to see what I can/can't do.