Base.BaseColorPalette 621 B

123456789101112131415161718
  1. #define BasicBackground #96A3B0
  2. #define TextForeground #000000
  3. #define RadioColor #0000FF
  4. #define CheckColor #FF0000
  5. #define WMActiveBackground #778899
  6. #define WMActiveForeground #000000
  7. #define WMBackground #98A5B2
  8. #define WMForeground #434343
  9. #define ButtonBackground #EEEEEE
  10. #define ScrollBarTroughColor #EEEEEE
  11. #define ScrollBarControlBackground #EEEEEE
  12. #define ScrolledListBackground #FFFFFF
  13. #define TextSelectedBackground #8B94AE
  14. #define TextFieldBackground #FFFFFF
  15. #define ProgressIndicatorColor #8B94AE
  16. #define LinkForegroundColor #2349C9
  17. #define VisitedLinkForegroundColor #155C8B