/* file automatically generated by lepagito with mk_custom_color_css.py
 * parameters are:
 *     warm_rotate = 0
 *     cold_rotate = 0
 *
 * color setting: two main groups: magenta and blue
 * the top header use two colors 
 *    --color-top-header-menu-background
 *    --color-top-header-text-background
 * one is light, the other is dark ;
 * one is magenta, the other is blue ;
 * recommended: use these two-colors for the logo
 */

:root {
  --color-underscore-hyperref:         #c14587; /* magenta : underscore color for hyper-links */
  --color-text-social-menu:            #ea91c2; /* magenta-rose : text in the social menu */
  --color-text-background-selection:   #f4c2de; /* magenta-light : when selected text, highlight bg color */
  --color-top-header-menu-background:  #aa005a; /* magenta-dark */
  --color-top-header-text-background:  #d3e3e8; /* blue-grey-very-light */
  --color-top-header-background-top:   #243b4a; /* blue-grey-dark */
  --color-page-background:             #475b69; /* blue-grey-medium */
  --color-text-default:                #04151f; /* blue-very-dark: text in articles */
  --color-text-subtitle:               #475b69; /* blue-grey-medium : text in subtitles, tags, caption and so */
  --color-text-link-over:              #0056b3; /* blue-dark : text for link when mousse is over it */
  --color-text-background-link-over:   #85c0c6; /* blue-cyan-light : text background for link when mousse is over it */
  --color-text-background-title-entry: #ebf5f7; /* blue-grey-very-light3 */
  --color-text-background-title-h3:    #8fa3d9; /* blue-light2 */

  --color-text-background-title-h4:    #feb556; /* orange ; NOT_CHECKED */
  --color-text-background-title-h5:    #ffe787; /* yellow-light2 ; NOT_CHECKED */
  --color-text-background-title-h6:    #9eb2bd; /* grey-blue-light ; NOT_CHECKED */
  --color-text-caption:                #868e96; /* blue-grey-light ; NOT_CHECKED */
  --color-text-code:                   #b11;    /* red-bordeaux-light ; NOT_CHECKED */
  --color-text-link-over:              #007bff; /* blue-cobalt : text for a when mousse over it ; NOT_CHECKED */
  --color-table-border:                #acb3c2; /* grey-blue-light2 ; NOT_CHECKED */
  --color-table-background-zebra:      #e7e9ed; /* blue-grey-very-light2 ; NOT_CHECKED */

  /* greyscale: do not change it */
  --color-white:                       #fff;  /* bg or text when dark bg */
  --color-grey-light:                  #999; 
  --color-grey:                        #333;  /* text in table caption */
  --color-black:                       #000;  

  /* pygment : dracula theme https://github.com/dracula/dracula-theme */
  --color-pygment-background:          #282a36;
  --color-pygment-current-line:        #44475a;
  --color-pygment-foreground:          #000000;
  --color-pygment-comment:             #6272a4;
  --color-pygment-cyan:                #8be9fd;
  --color-pygment-green:               #50aa7b;
  --color-pygment-pink:                #aa79c6; 
  --color-pygment-purple:              #bd93f9;
  --color-pygment-red:                 #8b080b;
  --color-pygment-yellow:              #f1fa8c; 
} /* :root */
