Settings & Customization
Worklog is designed to be highly configurable to match your personal workflow and aesthetic preferences.
Appearance
You can toggle between Light, Dark, and System themes. On Windows and macOS, Worklog supports mica/acrylic background effects for a more native feel.
Theme settings can be found in Settings → Appearance.
Keyboard Shortcuts
The core of the Worklog experience is the Command Palette (Ctrl+K or Cmd+K). From here, you can access all settings and perform actions rapidly.
New Ticket Ctrl+N
Search Workspace Ctrl+F
Open Settings Ctrl+,
Command Palette Ctrl+K
Advanced Configuration
For power users, you can edit the config.json file directly in your .worklog directory. This allows for custom CSS injection and advanced Git hook configurations.
{
"theme": "dark",
"gitSync": {
"interval": 300,
"autoCommit": true
},
"customCss": "./styles/user.css"
} 