The version of vichan running on lainchan.org
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

70 lignes
1.1KB

  1. /* Base16 Atelier Seaside Light - Theme */
  2. /* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/seaside) */
  3. /* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
  4. /* Atelier-Seaside Comment */
  5. .hljs-comment,
  6. .hljs-quote {
  7. color: #687d68;
  8. }
  9. /* Atelier-Seaside Red */
  10. .hljs-variable,
  11. .hljs-template-variable,
  12. .hljs-attribute,
  13. .hljs-tag,
  14. .hljs-name,
  15. .hljs-regexp,
  16. .hljs-link,
  17. .hljs-name,
  18. .hljs-selector-id,
  19. .hljs-selector-class {
  20. color: #e6193c;
  21. }
  22. /* Atelier-Seaside Orange */
  23. .hljs-number,
  24. .hljs-meta,
  25. .hljs-built_in,
  26. .hljs-builtin-name,
  27. .hljs-literal,
  28. .hljs-type,
  29. .hljs-params {
  30. color: #87711d;
  31. }
  32. /* Atelier-Seaside Green */
  33. .hljs-string,
  34. .hljs-symbol,
  35. .hljs-bullet {
  36. color: #29a329;
  37. }
  38. /* Atelier-Seaside Blue */
  39. .hljs-title,
  40. .hljs-section {
  41. color: #3d62f5;
  42. }
  43. /* Atelier-Seaside Purple */
  44. .hljs-keyword,
  45. .hljs-selector-tag {
  46. color: #ad2bee;
  47. }
  48. .hljs {
  49. display: block;
  50. overflow-x: auto;
  51. background: #f4fbf4;
  52. color: #5e6e5e;
  53. padding: 0.5em;
  54. }
  55. .hljs-emphasis {
  56. font-style: italic;
  57. }
  58. .hljs-strong {
  59. font-weight: bold;
  60. }