Refine new editor shell host and embedded icons
This commit is contained in:
@@ -52,17 +52,17 @@ constexpr float kGridPreviewHeight = 54.0f;
|
||||
constexpr float kHeaderFontSize = 12.0f;
|
||||
constexpr float kTileLabelFontSize = 11.0f;
|
||||
|
||||
constexpr UIColor kSurfaceColor(0.200f, 0.200f, 0.200f, 1.0f);
|
||||
constexpr UIColor kPaneColor(0.205f, 0.205f, 0.205f, 1.0f);
|
||||
constexpr UIColor kHeaderColor(0.215f, 0.215f, 0.215f, 1.0f);
|
||||
constexpr UIColor kTextPrimary(0.830f, 0.830f, 0.830f, 1.0f);
|
||||
constexpr UIColor kTextStrong(0.910f, 0.910f, 0.910f, 1.0f);
|
||||
constexpr UIColor kTextMuted(0.560f, 0.560f, 0.560f, 1.0f);
|
||||
constexpr UIColor kTileHoverColor(0.245f, 0.245f, 0.245f, 1.0f);
|
||||
constexpr UIColor kTileSelectedColor(0.300f, 0.300f, 0.300f, 1.0f);
|
||||
constexpr UIColor kTilePreviewFillColor(0.700f, 0.700f, 0.700f, 1.0f);
|
||||
constexpr UIColor kTilePreviewShadeColor(0.610f, 0.610f, 0.610f, 1.0f);
|
||||
constexpr UIColor kTilePreviewOutlineColor(0.860f, 0.860f, 0.860f, 0.35f);
|
||||
constexpr UIColor kSurfaceColor(0.10f, 0.10f, 0.10f, 1.0f);
|
||||
constexpr UIColor kPaneColor(0.11f, 0.11f, 0.11f, 1.0f);
|
||||
constexpr UIColor kHeaderColor(0.12f, 0.12f, 0.12f, 1.0f);
|
||||
constexpr UIColor kTextPrimary(0.840f, 0.840f, 0.840f, 1.0f);
|
||||
constexpr UIColor kTextStrong(0.930f, 0.930f, 0.930f, 1.0f);
|
||||
constexpr UIColor kTextMuted(0.580f, 0.580f, 0.580f, 1.0f);
|
||||
constexpr UIColor kTileHoverColor(0.14f, 0.14f, 0.14f, 1.0f);
|
||||
constexpr UIColor kTileSelectedColor(0.17f, 0.17f, 0.17f, 1.0f);
|
||||
constexpr UIColor kTilePreviewFillColor(0.20f, 0.20f, 0.20f, 1.0f);
|
||||
constexpr UIColor kTilePreviewShadeColor(0.15f, 0.15f, 0.15f, 1.0f);
|
||||
constexpr UIColor kTilePreviewOutlineColor(0.920f, 0.920f, 0.920f, 0.25f);
|
||||
|
||||
bool ContainsPoint(const UIRect& rect, const UIPoint& point) {
|
||||
return point.x >= rect.x &&
|
||||
|
||||
Reference in New Issue
Block a user