bgrainger / GitBlame

"git blame" GUI for Windows
GNU General Public License v2.0
5 stars 3 forks source link

Support Visual Studio color schemes #1

Closed bgrainger closed 13 years ago

bgrainger commented 13 years ago

If syntax highlighting is supported in the code view, it should be customisable to the user's preferred VS syntax highlighting scheme. Ideally, the default settings would be imported automatically from VS; afterwards, they could be changed by importing a color scheme, e.g., from http://studiostyl.es/.

bgrainger commented 13 years ago

The code view is going to show an inline diff; combining this with syntax highlighting would be difficult. For now, I'm going to assume that syntax highlighting will not be shown in the code view.