Commit Graph

24 Commits

Author SHA1 Message Date
Nicolas Dufresne
ef20f6729c Invert commit list text and bright text colors
The bright text color should be brighter than the standard text
2023-05-15 16:33:14 +02:00
Martin Marmsoler
654492377a colorize badges 2023-01-23 11:11:44 +01:00
Rebecca
4ff8682362
Fixed the menubar color in Dark theme
Fix for #126
2022-08-31 13:49:46 +02:00
Kas
2b2b3ad148
Merge pull request #72 from stefanknotzer/remove-unused-code
Remove DiffWidget and FileList
2021-12-29 20:13:02 +01:00
Stefan Knotzer
affdd15b82 Add system theme
The system theme uses system colors and styles except for the scintilla editor.
2021-12-29 12:46:26 +01:00
Stefan Knotzer
25242600ab Remove DiffWidget and FileList 2021-12-24 11:30:50 +01:00
Murmele
5ebdca8879
Merge pull request #60 from stefanknotzer/add-default-theme
Add default theme (and replace native theme)
2021-12-10 18:24:08 +01:00
Stefan Knotzer
771af962ee Add default theme (and replace native theme)
Default.lua: reverse engineered native theme
Dark.lua: the existing dark theme
Theme.cpp: creates the native theme - removed styleSheet() to avoid future maintenance.
A native theme is only shown, when the selected theme fails to loaded.
CustomTheme.cpp: the one and only remaining styleSheet() for future development - used for loaded themes
2021-12-10 15:24:23 +01:00
Stefan Knotzer
d2758467fd Remove tracking code
Additional fixed some annoying warnings
2021-12-08 14:48:11 +01:00
Stefan Knotzer
2dab934415 Add spell check to commit message editor
New submodule: dep/hunspell from https://github.com/hunspell/hunspell
Dictionary folder: Resources/dictionaries
Dictionary source: https://cgit.freedesktop.org/libreoffice/dictionaries/tree
A user dictionary is created in the folder of the GitAhead global settings named 'user.dic'.
The spell check language is stored as repository setting.
2020-11-06 16:16:20 +01:00
Stefan Knotzer
c91e091a11 Add Beyond Compare 4 to mergetools
BC4 executable: 'bcompare' (Linux), 'BCompare.exe' (Windows)
2020-06-20 17:41:05 +02:00
Maickonn Richard
462ba64c67 Added checkbox to prompt stage to directories on Tools -> Options -> Window;
Added checkbox to prompt to stage large files on Tools -> Options -> Window.
2020-04-28 06:37:55 -03:00
luz.paz
d4f8508383 Fix various typos
Found via `codespell -q 3 -S ./dep,*.ts -L uint,tim`
2019-12-17 10:56:20 -05:00
kas
bc4ef355f3 Fixes copy & paste error 2019-11-21 09:23:33 +01:00
kas
0200677389 Adds options to color the tab bar separately 2019-11-19 21:07:43 +01:00
Jason Haslam
bc3b47e1b2 Add usage reporting setting to the 'General' preferences panel
Addresses #281.
2019-10-23 11:26:21 -06:00
Jason Haslam
808e6e8642 Add missing dark mode colors for some lexers that reference colors directly (e.g. markdown) 2019-08-29 11:26:43 -06:00
Jason Haslam
1abda679ad Increase contrast of dim text slightly 2019-08-28 12:42:11 -06:00
Jason Haslam
8f0cd7347c Remove broken 'Mixed' theme 2019-08-28 12:08:58 -06:00
Jason Haslam
8d3ae23edc Automatically switch between light and dark mode on macOS 2019-08-23 14:33:38 -06:00
Jason Haslam
b53a15b6b7 Use system color for item view selection 2019-05-14 14:20:22 -06:00
Jason Haslam
a72009ff90 Change SQL name 2019-03-13 10:31:17 -06:00
seb3s
56d62e7cb9 add syntax coloring for erlang & sql languages 2019-03-10 18:36:36 +01:00
Jason Haslam
53d6ddc65c Import source 2018-12-12 16:22:04 -07:00