commit 83c7a1bf1bf43f1dcb71487076e3c71946216743
parent b00f823fb0ea762588ed57ae18c698b43fcb936d
Author: Ashymad <czilukim@o2.pl>
Date: Sat, 24 Feb 2018 12:12:57 +0100
Add Trackma QT UI Settings
Diffstat:
1 file changed, 38 insertions(+), 0 deletions(-)
diff --git a/.trackma/ui-qt.json b/.trackma/ui-qt.json
@@ -0,0 +1,37 @@
+{
+ "close_to_tray": true,
+ "colors": {
+ "is_airing": "#008284",
+ "is_playing": "#9696FA",
+ "is_queued": "#D2FAD2",
+ "new_episode": "#00016b",
+ "not_aired": "#FAFAD2",
+ "progress_bg": "#F5F5F5",
+ "progress_complete": "#00D200",
+ "progress_fg": "#74C0FA",
+ "progress_sub_bg": "#D2D2D2",
+ "progress_sub_fg": "#5187B1"
+ },
+ "columns_per_api": false,
+ "columns_state": {},
+ "episodebar_style": 1,
+ "episodebar_text": false,
+ "filter_bar_position": 2,
+ "filter_global": false,
+ "last_height": 480,
+ "last_width": 740,
+ "last_x": 0,
+ "last_y": 0,
+ "notifications": true,
+ "remember_columns": false,
+ "remember_geometry": false,
+ "show_tray": true,
+ "start_in_tray": false,
+ "tray_api_icon": false,
+ "visible_columns": [
+ "Title",
+ "Progress",
+ "Score",
+ "Percent"
+ ]
+}
+\ No newline at end of file