diff --git a/src/Styles.cpp b/src/Styles.cpp index d3f5c1b..1e2d2ef 100644 --- a/src/Styles.cpp +++ b/src/Styles.cpp @@ -9,17 +9,17 @@ RGB unused = RGB(0); RGB white4 = RGB(0xffffff); RGB white3 = RGB(0xfafafa); -RGB white2 = RGB(0xe6e6e6); -RGB white1 = RGB(0xd0d0d0); -RGB white0 = RGB(0xc1c1c1); +RGB white2 = RGB(0xebebeb); +RGB white1 = RGB(0xebebeb - 0x141414); +RGB white0 = RGB(0xebebeb - 0x212121); RGB black0 = RGB(0x000000); RGB black1 = RGB(0x030303); -RGB black2 = RGB(0x101010); -RGB black3 = RGB(0x171717); -RGB black4 = RGB(0x1E1E1E); -RGB black5 = RGB(0x242424); -RGB black6 = RGB(0x2E2E2E); +RGB black2 = RGB(0x080808); +RGB black3 = RGB(0x151515); +RGB black4 = RGB(0x1b1b1b); +RGB black5 = RGB(0x232323); +RGB black6 = RGB(0x2d2d2d); RGB accent0 = RGB(0x7f465f); RGB accent1 = RGB(0x995473); @@ -27,7 +27,7 @@ RGB accent2 = RGB(0xb16286); GenericStyle flat_widget_style { pango_font_description_from_string("sans-serif"), - black1, + black0, white3, white3, white3, @@ -38,7 +38,7 @@ GenericStyle flat_widget_style { GenericStyle raised_widget_style { pango_font_description_from_string("sans-serif"), - black1, + black0, white2, white2, white2, @@ -49,7 +49,7 @@ GenericStyle raised_widget_style { GenericStyle clear_widget_style { pango_font_description_from_string("sans-serif"), - black1, + black0, white2, white2, white2, @@ -60,7 +60,7 @@ GenericStyle clear_widget_style { GenericStyle flat_button_style { pango_font_description_from_string("sans-serif"), - black1, + black0, white3, white2, white1, @@ -71,7 +71,7 @@ GenericStyle flat_button_style { GenericStyle raised_button_style { pango_font_description_from_string("sans-serif"), - black1, + black0, white2, white1, white0, @@ -93,7 +93,7 @@ GenericStyle accent_button_style { GenericStyle flat_label_style { pango_font_description_from_string("sans-serif"), - black1, + black0, unused, unused, unused, @@ -104,7 +104,7 @@ GenericStyle flat_label_style { GenericStyle raised_listview_style { pango_font_description_from_string("sans-serif"), - black1, + black0, white2, white0, accent2, @@ -115,7 +115,7 @@ GenericStyle raised_listview_style { GenericStyle flat_listview_style { pango_font_description_from_string("sans-serif"), - black1, + black0, white2, white1, accent2, @@ -126,7 +126,7 @@ GenericStyle flat_listview_style { GenericStyle flat_textinput_style { pango_font_description_from_string("sans-serif"), - black1, + black0, white2, white2, white1, @@ -137,7 +137,7 @@ GenericStyle flat_textinput_style { GenericStyle raised_textinput_style { pango_font_description_from_string("sans-serif"), - black1, + black0, white1, white1, white0,