NeuralAmpModelerPlugin

Plugin for Neural Amp Modeler
Log | Files | Refs | Submodules | README | LICENSE

Colors.h (4028B)


      1 //
      2 //  Colors.h
      3 //  NeuralAmpModeler-macOS
      4 //
      5 //  Created by Steven Atkinson on 12/27/22.
      6 //
      7 // Store the defined colors for the plugin in one place
      8 
      9 #ifndef Colors_h
     10 #define Colors_h
     11 
     12 #include "IGraphicsStructs.h"
     13 
     14 namespace PluginColors
     15 {
     16 // HINT: ARGB
     17 // COLORS!
     18 const iplug::igraphics::IColor OFF_WHITE(255, 243, 246, 249); // Material UI because Heidi said so
     19 
     20 // From group photo
     21 // const iplug::igraphics::IColor NAM_5(255, 206, 194, 224);  // Languid
     22 // Lavendar const iplug::igraphics::IColor NAM_4(255, 30, 30, 39);  // Raisin
     23 // Black const iplug::igraphics::IColor NAM_3(255, 48, 43, 96);  // Space Cadet
     24 // const iplug::igraphics::IColor NAM_2(255, 3, 2, 1);  // Black
     25 // const iplug::igraphics::IColor NAM_1(255, 18, 15, 18);  // Smoky Black
     26 
     27 // Blue palette "Microsoft"
     28 // const iplug::igraphics::IColor NAM_1(255, 13, 27, 42);  // Black Fogra 29
     29 // const iplug::igraphics::IColor NAM_2(255, 27, 38, 59);  // Oxford Blue
     30 // const iplug::igraphics::IColor NAM_3(255, 65, 90, 119);  // Bedazzled Blue
     31 // const iplug::igraphics::IColor NAM_4(255, 119, 141, 169);  // Shadow Blue
     32 // const iplug::igraphics::IColor NAM_5(224, 225, 221, 224);  // Platinum
     33 
     34 // Dark theme
     35 // const iplug::igraphics::IColor NAM_1(255, 26, 20, 35);  // Xiketic
     36 // const iplug::igraphics::IColor NAM_2(255, 55, 37, 73);  // Dark Purple
     37 // const iplug::igraphics::IColor NAM_3(255, 119, 76, 96);  // Twilight Lavendar
     38 // const iplug::igraphics::IColor NAM_4(255, 183, 93, 105);  // Popstar
     39 // const iplug::igraphics::IColor NAM_5(224, 234, 205, 194);  // Unbleached Silk
     40 
     41 // const iplug::igraphics::IColor MOUSEOVER = NAM_5.WithOpacity(0.3);
     42 
     43 // My 3 colors (purple)
     44 // const iplug::igraphics::IColor NAM_1(255, 18, 17, 19);  // Smoky Black
     45 // const iplug::igraphics::IColor NAM_2(255, 115, 93, 120);  // Old Lavendar
     46 // const iplug::igraphics::IColor NAM_3(255, 189, 185, 196);  // Lavendar Gray
     47 // Alts
     48 // const iplug::igraphics::IColor NAM_2(255, 34, 39, 37);  // Charleston Green
     49 // const iplug::igraphics::IColor NAM_2(255, 114, 161, 229);  // Little Boy Blue
     50 // const iplug::igraphics::IColor NAM_3(255, 247, 247, 242);  // Baby Powder
     51 // const iplug::igraphics::IColor NAM_3(255, 230, 220, 249);  // Pale Purple
     52 // Pantone const iplug::igraphics::IColor NAM_3(255, 218, 203, 246);  //
     53 // Lavender Blue
     54 
     55 // Blue mode
     56 const iplug::igraphics::IColor NAM_1(255, 29, 26, 31); // Raisin Black
     57 const iplug::igraphics::IColor NAM_2(255, 80, 133, 232); // Azure
     58 const iplug::igraphics::IColor NAM_3(255, 162, 178, 191); // Cadet Blue Crayola
     59 // Alts
     60 // const iplug::igraphics::IColor NAM_1(255, 18, 17, 19);  // Smoky Black
     61 // const iplug::igraphics::IColor NAM_2(255, 126, 188, 230);  // Camel
     62 // const iplug::igraphics::IColor NAM_2(255, 152, 202, 235);  // Pale Cerulean
     63 // const iplug::igraphics::IColor NAM_2(255, 46, 116, 163);  // French Blue
     64 // const iplug::igraphics::IColor NAM_2(255, 80, 171, 232);  // Blue Jeans
     65 // const iplug::igraphics::IColor NAM_3(255, 189, 185, 196);  // Aero
     66 // const iplug::igraphics::IColor NAM_3(255, 221, 237, 248);  // Alice Blue
     67 // const iplug::igraphics::IColor NAM_3(255, 207, 220, 229);  // Beau Blue
     68 // const iplug::igraphics::IColor NAM_3(255, 187, 199, 208);  // Silver Sand
     69 
     70 // Evan Heritage theme colors
     71 const iplug::igraphics::IColor NAM_0(0, 18, 17, 19); // Transparent
     72 const iplug::igraphics::IColor NAM_THEMECOLOR(255, 80, 133, 232); // Azure
     73 // const iplug::igraphics::IColor NAM_THEMECOLOR(255, 23, 190, 187); // Custom :)
     74 const iplug::igraphics::IColor NAM_THEMEFONTCOLOR(255, 242, 242, 242); // Dark White
     75 
     76 // Misc
     77 // const iplug::igraphics::IColor MOUSEOVER = NAM_3.WithOpacity(0.3);
     78 const iplug::igraphics::IColor MOUSEOVER = NAM_THEMEFONTCOLOR.WithOpacity(0.1);
     79 const iplug::igraphics::IColor HELP_TEXT = iplug::igraphics::COLOR_WHITE;
     80 const iplug::igraphics::IColor HELP_TEXT_MO = iplug::igraphics::COLOR_WHITE.WithOpacity(0.9);
     81 const iplug::igraphics::IColor HELP_TEXT_CLICKED = iplug::igraphics::COLOR_WHITE.WithOpacity(0.8);
     82 
     83 }; // namespace PluginColors
     84 
     85 #endif /* Colors_h */