diff --git a/common/bitmap_info.cpp b/common/bitmap_info.cpp index 1ab69157eb..f50f3959c9 100644 --- a/common/bitmap_info.cpp +++ b/common/bitmap_info.cpp @@ -4368,6 +4368,28 @@ void BuildBitmapInfo( std::unordered_map>& aBi aBitmapInfoCache[BITMAPS::icon_pagelayout_editor].emplace_back( BITMAPS::icon_pagelayout_editor, wxT( "icon_pagelayout_editor_dark_128.png" ), 128, wxT( "dark" ) ); aBitmapInfoCache[BITMAPS::icon_bitmap2component].emplace_back( BITMAPS::icon_bitmap2component, wxT( "icon_bitmap2component_dark_128.png" ), 128, wxT( "dark" ) ); aBitmapInfoCache[BITMAPS::icon_pcbcalculator].emplace_back( BITMAPS::icon_pcbcalculator, wxT( "icon_pcbcalculator_dark_128.png" ), 128, wxT( "dark" ) ); + aBitmapInfoCache[BITMAPS::icon_cvpcb].emplace_back( BITMAPS::icon_cvpcb, wxT( "icon_cvpcb_256.png" ), 256, wxT( "light" ) ); + aBitmapInfoCache[BITMAPS::icon_eeschema].emplace_back( BITMAPS::icon_eeschema, wxT( "icon_eeschema_256.png" ), 256, wxT( "light" ) ); + aBitmapInfoCache[BITMAPS::icon_gerbview].emplace_back( BITMAPS::icon_gerbview, wxT( "icon_gerbview_256.png" ), 256, wxT( "light" ) ); + aBitmapInfoCache[BITMAPS::icon_kicad].emplace_back( BITMAPS::icon_kicad, wxT( "icon_kicad_256.png" ), 256, wxT( "light" ) ); + aBitmapInfoCache[BITMAPS::icon_kicad_nightly].emplace_back( BITMAPS::icon_kicad_nightly, wxT( "icon_kicad_nightly_256.png" ), 256, wxT( "light" ) ); + aBitmapInfoCache[BITMAPS::icon_libedit].emplace_back( BITMAPS::icon_libedit, wxT( "icon_libedit_256.png" ), 256, wxT( "light" ) ); + aBitmapInfoCache[BITMAPS::icon_modedit].emplace_back( BITMAPS::icon_modedit, wxT( "icon_modedit_256.png" ), 256, wxT( "light" ) ); + aBitmapInfoCache[BITMAPS::icon_pcbnew].emplace_back( BITMAPS::icon_pcbnew, wxT( "icon_pcbnew_256.png" ), 256, wxT( "light" ) ); + aBitmapInfoCache[BITMAPS::icon_pagelayout_editor].emplace_back( BITMAPS::icon_pagelayout_editor, wxT( "icon_pagelayout_editor_256.png" ), 256, wxT( "light" ) ); + aBitmapInfoCache[BITMAPS::icon_bitmap2component].emplace_back( BITMAPS::icon_bitmap2component, wxT( "icon_bitmap2component_256.png" ), 256, wxT( "light" ) ); + aBitmapInfoCache[BITMAPS::icon_pcbcalculator].emplace_back( BITMAPS::icon_pcbcalculator, wxT( "icon_pcbcalculator_256.png" ), 256, wxT( "light" ) ); + aBitmapInfoCache[BITMAPS::icon_cvpcb].emplace_back( BITMAPS::icon_cvpcb, wxT( "icon_cvpcb_dark_256.png" ), 256, wxT( "dark" ) ); + aBitmapInfoCache[BITMAPS::icon_eeschema].emplace_back( BITMAPS::icon_eeschema, wxT( "icon_eeschema_dark_256.png" ), 256, wxT( "dark" ) ); + aBitmapInfoCache[BITMAPS::icon_gerbview].emplace_back( BITMAPS::icon_gerbview, wxT( "icon_gerbview_dark_256.png" ), 256, wxT( "dark" ) ); + aBitmapInfoCache[BITMAPS::icon_kicad].emplace_back( BITMAPS::icon_kicad, wxT( "icon_kicad_dark_256.png" ), 256, wxT( "dark" ) ); + aBitmapInfoCache[BITMAPS::icon_kicad_nightly].emplace_back( BITMAPS::icon_kicad_nightly, wxT( "icon_kicad_nightly_dark_256.png" ), 256, wxT( "dark" ) ); + aBitmapInfoCache[BITMAPS::icon_libedit].emplace_back( BITMAPS::icon_libedit, wxT( "icon_libedit_dark_256.png" ), 256, wxT( "dark" ) ); + aBitmapInfoCache[BITMAPS::icon_modedit].emplace_back( BITMAPS::icon_modedit, wxT( "icon_modedit_dark_256.png" ), 256, wxT( "dark" ) ); + aBitmapInfoCache[BITMAPS::icon_pcbnew].emplace_back( BITMAPS::icon_pcbnew, wxT( "icon_pcbnew_dark_256.png" ), 256, wxT( "dark" ) ); + aBitmapInfoCache[BITMAPS::icon_pagelayout_editor].emplace_back( BITMAPS::icon_pagelayout_editor, wxT( "icon_pagelayout_editor_dark_256.png" ), 256, wxT( "dark" ) ); + aBitmapInfoCache[BITMAPS::icon_bitmap2component].emplace_back( BITMAPS::icon_bitmap2component, wxT( "icon_bitmap2component_dark_256.png" ), 256, wxT( "dark" ) ); + aBitmapInfoCache[BITMAPS::icon_pcbcalculator].emplace_back( BITMAPS::icon_pcbcalculator, wxT( "icon_pcbcalculator_dark_256.png" ), 256, wxT( "dark" ) ); aBitmapInfoCache[BITMAPS::dialog_warning].emplace_back( BITMAPS::dialog_warning, wxT( "dialog_warning_48.png" ), 48, wxT( "light" ) ); aBitmapInfoCache[BITMAPS::icon_3d].emplace_back( BITMAPS::icon_3d, wxT( "icon_3d_48.png" ), 48, wxT( "light" ) ); aBitmapInfoCache[BITMAPS::icon_cvpcb].emplace_back( BITMAPS::icon_cvpcb, wxT( "icon_cvpcb_48.png" ), 48, wxT( "light" ) ); diff --git a/resources/bitmaps_png/png/icon_bitmap2component_256.png b/resources/bitmaps_png/png/icon_bitmap2component_256.png new file mode 100644 index 0000000000..a0387d76db Binary files /dev/null and b/resources/bitmaps_png/png/icon_bitmap2component_256.png differ diff --git a/resources/bitmaps_png/png/icon_bitmap2component_dark_256.png b/resources/bitmaps_png/png/icon_bitmap2component_dark_256.png new file mode 100644 index 0000000000..a0387d76db Binary files /dev/null and b/resources/bitmaps_png/png/icon_bitmap2component_dark_256.png differ diff --git a/resources/bitmaps_png/png/icon_cvpcb_256.png b/resources/bitmaps_png/png/icon_cvpcb_256.png new file mode 100644 index 0000000000..bab03e1b68 Binary files /dev/null and b/resources/bitmaps_png/png/icon_cvpcb_256.png differ diff --git a/resources/bitmaps_png/png/icon_cvpcb_dark_256.png b/resources/bitmaps_png/png/icon_cvpcb_dark_256.png new file mode 100644 index 0000000000..691a2bf92a Binary files /dev/null and b/resources/bitmaps_png/png/icon_cvpcb_dark_256.png differ diff --git a/resources/bitmaps_png/png/icon_eeschema_256.png b/resources/bitmaps_png/png/icon_eeschema_256.png new file mode 100644 index 0000000000..6bb4d50433 Binary files /dev/null and b/resources/bitmaps_png/png/icon_eeschema_256.png differ diff --git a/resources/bitmaps_png/png/icon_eeschema_dark_256.png b/resources/bitmaps_png/png/icon_eeschema_dark_256.png new file mode 100644 index 0000000000..c91b7c7887 Binary files /dev/null and b/resources/bitmaps_png/png/icon_eeschema_dark_256.png differ diff --git a/resources/bitmaps_png/png/icon_gerbview_256.png b/resources/bitmaps_png/png/icon_gerbview_256.png new file mode 100644 index 0000000000..33e8683f84 Binary files /dev/null and b/resources/bitmaps_png/png/icon_gerbview_256.png differ diff --git a/resources/bitmaps_png/png/icon_gerbview_dark_256.png b/resources/bitmaps_png/png/icon_gerbview_dark_256.png new file mode 100644 index 0000000000..33e8683f84 Binary files /dev/null and b/resources/bitmaps_png/png/icon_gerbview_dark_256.png differ diff --git a/resources/bitmaps_png/png/icon_kicad_256.png b/resources/bitmaps_png/png/icon_kicad_256.png new file mode 100644 index 0000000000..e886112214 Binary files /dev/null and b/resources/bitmaps_png/png/icon_kicad_256.png differ diff --git a/resources/bitmaps_png/png/icon_kicad_dark_256.png b/resources/bitmaps_png/png/icon_kicad_dark_256.png new file mode 100644 index 0000000000..e886112214 Binary files /dev/null and b/resources/bitmaps_png/png/icon_kicad_dark_256.png differ diff --git a/resources/bitmaps_png/png/icon_kicad_nightly_256.png b/resources/bitmaps_png/png/icon_kicad_nightly_256.png new file mode 100644 index 0000000000..c902556213 Binary files /dev/null and b/resources/bitmaps_png/png/icon_kicad_nightly_256.png differ diff --git a/resources/bitmaps_png/png/icon_kicad_nightly_dark_256.png b/resources/bitmaps_png/png/icon_kicad_nightly_dark_256.png new file mode 100644 index 0000000000..c902556213 Binary files /dev/null and b/resources/bitmaps_png/png/icon_kicad_nightly_dark_256.png differ diff --git a/resources/bitmaps_png/png/icon_libedit_256.png b/resources/bitmaps_png/png/icon_libedit_256.png new file mode 100644 index 0000000000..30f4cea759 Binary files /dev/null and b/resources/bitmaps_png/png/icon_libedit_256.png differ diff --git a/resources/bitmaps_png/png/icon_libedit_dark_256.png b/resources/bitmaps_png/png/icon_libedit_dark_256.png new file mode 100644 index 0000000000..d8f70aecc7 Binary files /dev/null and b/resources/bitmaps_png/png/icon_libedit_dark_256.png differ diff --git a/resources/bitmaps_png/png/icon_modedit_256.png b/resources/bitmaps_png/png/icon_modedit_256.png new file mode 100644 index 0000000000..8984c2b2c9 Binary files /dev/null and b/resources/bitmaps_png/png/icon_modedit_256.png differ diff --git a/resources/bitmaps_png/png/icon_modedit_dark_256.png b/resources/bitmaps_png/png/icon_modedit_dark_256.png new file mode 100644 index 0000000000..90804d784f Binary files /dev/null and b/resources/bitmaps_png/png/icon_modedit_dark_256.png differ diff --git a/resources/bitmaps_png/png/icon_pagelayout_editor_256.png b/resources/bitmaps_png/png/icon_pagelayout_editor_256.png new file mode 100644 index 0000000000..ced2112e96 Binary files /dev/null and b/resources/bitmaps_png/png/icon_pagelayout_editor_256.png differ diff --git a/resources/bitmaps_png/png/icon_pagelayout_editor_dark_256.png b/resources/bitmaps_png/png/icon_pagelayout_editor_dark_256.png new file mode 100644 index 0000000000..ced2112e96 Binary files /dev/null and b/resources/bitmaps_png/png/icon_pagelayout_editor_dark_256.png differ diff --git a/resources/bitmaps_png/png/icon_pcbcalculator_256.png b/resources/bitmaps_png/png/icon_pcbcalculator_256.png new file mode 100644 index 0000000000..8040125f26 Binary files /dev/null and b/resources/bitmaps_png/png/icon_pcbcalculator_256.png differ diff --git a/resources/bitmaps_png/png/icon_pcbcalculator_dark_256.png b/resources/bitmaps_png/png/icon_pcbcalculator_dark_256.png new file mode 100644 index 0000000000..8040125f26 Binary files /dev/null and b/resources/bitmaps_png/png/icon_pcbcalculator_dark_256.png differ diff --git a/resources/bitmaps_png/png/icon_pcbnew_256.png b/resources/bitmaps_png/png/icon_pcbnew_256.png new file mode 100644 index 0000000000..fc1c181d4d Binary files /dev/null and b/resources/bitmaps_png/png/icon_pcbnew_256.png differ diff --git a/resources/bitmaps_png/png/icon_pcbnew_dark_256.png b/resources/bitmaps_png/png/icon_pcbnew_dark_256.png new file mode 100644 index 0000000000..fc1c181d4d Binary files /dev/null and b/resources/bitmaps_png/png/icon_pcbnew_dark_256.png differ