Customisation
Customise Vira Theme on GitKraken
Change accent color
Based on your platform, use the following terminal commands to update the accent color automatically. Replace HEX_COLOR with the hex color code you want.
Example# Replace HEX_COLOR with the color code
COLOR=HEX_COLOR; for theme in ~/.gitkraken/themes/vira-theme-*.jsonc; do sed -i '' 's/"accent__color": "[^"]*"/"accent__color": "'"$COLOR"'"/' "$theme"; doneYou need to swap the active theme to see the change.