Sha256: 12c1b386356d8356eb80fd23b7983d1c3d0bef84177b76598c1c65e28e6c4a02
Contents?: true
Size: 1.36 KB
Versions: 45
Compression:
Stored size: 1.36 KB
Contents
/* # ----------------------------------------------------------------------------- # ~/modules/rouge/css/igorpro/theme.css # Rouge theme igorpro # # Product/Info: # https://jekyll.one # https://github.com/rouge-ruby/rouge # # Copyright (C) 2023 Juergen Adams # Copyright (c) 2012 Jeanine Adkisson # # J1 Theme is licensed under the MIT License. # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md # Rouge is licensed under the MIT License. # See: https://github.com/rouge-ruby/rouge/blob/master/LICENSE # ----------------------------------------------------------------------------- */ .highlight table td { padding: 5px; } .highlight table pre { margin: 0; } .highlight, .highlight .w { color: #444444; } .highlight .cp { color: #CC00A3; } .highlight .cs { color: #CC00A3; } .highlight .c, .highlight .cd, .highlight .cm, .highlight .c1 { color: #FF0000; } .highlight .kc { color: #C34E00; } .highlight .kd { color: #0000FF; } .highlight .kr { color: #007575; } .highlight .k, .highlight .kn, .highlight .kp, .highlight .kt, .highlight .kv { color: #0000FF; } .highlight .s, .highlight .sb, .highlight .sc, .highlight .sd, .highlight .s2, .highlight .se, .highlight .sh, .highlight .si, .highlight .sx, .highlight .sr, .highlight .s1, .highlight .ss { color: #009C00; } .highlight .nb, .highlight .bp { color: #C34E00; }
Version data entries
45 entries across 45 versions & 1 rubygems