forked from qt-creator/qt-creator
Make TODO plugin theme aware
Use the theme's colors by default and color the text rather than the background of items. Task-number: QTCREATORBUG-17532 Change-Id: I65a2d6da45ce7547b05463a2fb014f8230d0c336 Reviewed-by: Serhii Moroz <frost.asm@gmail.com> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -31,13 +31,6 @@
|
||||
namespace Todo {
|
||||
namespace Constants {
|
||||
|
||||
// Default todo item background colors
|
||||
const char COLOR_TODO_BG[] = "#ccffcc";
|
||||
const char COLOR_WARNING_BG[] = "#ffffcc";
|
||||
const char COLOR_FIXME_BG[] = "#ffcccc";
|
||||
const char COLOR_BUG_BG[] = "#ffcccc";
|
||||
const char COLOR_NOTE_BG[] = "#e0ebff";
|
||||
|
||||
// Dummy, needs to be changed
|
||||
const char ICON_TODO[] = ":/todoplugin/images/todo.png";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user