-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing line number font size #29
Comments
You'll have to change the setting for FONT_SIZE (one of the lines beginning with "#define FONT_SIZE" depending on your platform) in create_icons.cpp, compile and run it as described in the first line of the file. This creates new icons in the "icons" dictionary which you can copy to $SUBLIME_HOME/Packages/VintageLines. You might need to restart Sublime Text to apply the changes. For now, there's no nicer way to do it I think. Correct me if I'm wrong ;) |
Oh, so the relative numbers are not texts, but icons? I did not know that. |
joonro did you manage to get around this problem on Windows? I tried to compile but I am a noob and the first line seems to compile only for unix systems. I will probably just wait until all this mess gets fixed. |
@ErickBarron Not really - I haven't tried it yet. |
On Windows, I used Cygwin with gcc (g++) to compile this and it works okay. It is kind of hard to get the right size though. |
May I ask you how do I change line number font size?
The text was updated successfully, but these errors were encountered: