Change diff font in GitKraken

I am programming an APL and am considering switching from SourceTree to GitKraken. However, I was unable to change the font of the diff view. Since the font is very important for APL, it keeps me moving backward.

Is there a way to change the font (and size) in GitKraken?

Both official hacker responses are welcome.

SourceTree using Unicode APL385 font, size 16:
SourceTree source screenshot

GitKraken using the default font:
Gitkraken screenshot

For comparison: rendering:

c←⊃chunk (c1 c2)←{⍵{(1,1↓<\⍵)⊂⍺}'::'⍷⍵}c c2←#.Strings.deb 2↓c2 c2←c2{0∊⍴⍺:⍵ ⋄ 0∊⍴⍵:⊂⍺ ⋄ (⊂⍺),⍵}1↓chunk c2←¯2↓∊c2,¨⊂⎕UCS 13 10 r⍪←c1 c2 
+6
source share
2 answers

Although Axosoft tends to take a big step toward improving GitKraken, this important issue has gone unnoticed. GitKraken 4.1.1 allows you to freely choose the font and size and makes them very beautiful:

GitKraken 4.1.1 diff

It is not so easy to find options. Go to "Settings"> "Editor Settings":

Preferences> Editor Preferences

0
source

This tip is not entirely about the font, but there is a zoom icon at the bottom right, which allows you to zoom in, which I did not notice at the beginning. NTN.

+5
source

Source: https://habr.com/ru/post/1011712/


All Articles