themes/prism-okaidia.css


Log

Author Commit Date CI Message
Ayesh Karunaratne 06495f90 2020-06-28T01:43:47 Okaidia theme: Update comment text color to meet WCAG contrast recommendations to AA level (#2292)
Michael Schmidt 86780457 2020-01-06T20:09:40 Added missing `.token` selector (#2161) This fixes lone `.namespace` rules without the .token component selector some themes had.
Michael Schmidt 878ef295 2019-03-05T22:26:50 Themes: Normalized the font-size of pre and code (#1791) Normalized the font-size of pre and code in all themes. This fixes a Coy line drift issue.
paladox f356dfe7 2018-06-05T22:28:05 Add .token.class-name to rest of themes (#1360) * Add .token.class-name to rest of themes * Update prism-okaidia.css * Update prism-solarizedlight.css
Andreas Rohner 16f6f39f 2016-02-19T23:11:10 Remove direction-property from themes Remove direction-property from all themes, because it is incompatible with the EPUB-format. This was reported in issue #902.
Jordan Danielewski 36ddfb5a 2016-01-22T16:41:25 Don't add new rule
Jordan Danielewski 8c310bcc 2016-01-22T15:00:59 No background for <code> in <pre>
Robin Berjon 1a971b54 2015-10-28T10:21:41 revert white-space to normal when code is inline instead of in a pre
Anuj Nair 56b3d295 2015-08-28T23:42:08 Issue 324 - Fixing word wrap on long code lines, which is breaking the line-numbers plugin
Golmote ed9d7e35 2015-07-26T11:26:07 Add Ubuntu Mono font to font stack
Golmote 58f6fe1f 2015-07-26T11:24:40 Revert 5b29a673c468920ac68c3af6e769f72c2b895434 for now.
Vivek Ghaisas 5b29a673 2015-07-06T21:25:08 Add Ubuntu Mono font to font stack None of the other fonts are currently available on Ubuntu and the addition of Ubuntu Mono to the font stack makes the code look much nicer on Ubuntu systems. Also added a missing newline to the end of prism-coy.css
Shawn Sparks d76ede93 2015-03-14T10:23:58 added color for function tokens
Golmote eaf8ac0c 2015-01-07T19:48:29 Improved Markdown + added example
lgiraudel b14b05e2 2014-09-01T00:36:03 Use of existing colors for `deleted` and `inserted` tokens.
lgiraudel 7a9d3b79 2014-08-29T18:41:06 Adding default colors for `.token.deleted` and `.token.inserted`
Jannik Zschiesche e1a659d3 2014-08-13T16:46:45 Merge pull request #295 from bholst/gh-pages Add language definition for Haskell
Bastian Holst 6e26a58b 2014-08-12T21:35:01 Correct haskell support for strings and characters This commit adds correct support for Haskell characters and strings. To me, having only one type of token for characters and strings makes no sense in Haskell as they can be distinguished easily. Characters start with a single quote and strings start with a double quote. Furthermore, characters can only contain —guess what— one character whereas strings can caintain multiple or none of them. String can also have gaps.
Jannik Zschiesche 8cc777d9 2014-08-12T18:26:03 Make coding style in the themes more consistent * Use tabs * Use the same indention & whitespaces rules everywhere
Jannik Zschiesche ce354254 2014-06-20T13:54:37 Define default line height in all themes This should fix #40 & #278
Shane Osbourne 2b09b19a 2013-12-12T12:09:28 Fix indentation to match individual formatting styles per file
Shane Osbourne 989481a3 2013-10-24T20:51:59 Add 'word-break: normal' to allow code overflow on the new Ghost Blogging platform
Lea Verou 87d7640e 2013-10-07T09:46:33 Moved themes to themes/ folder