@lumis-sh/themes 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (90) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/css/astrodark.css +18 -0
  3. package/dist/css/astrojupiter.css +18 -0
  4. package/dist/css/astrolight.css +18 -0
  5. package/dist/css/astromars.css +18 -0
  6. package/dist/css/carbonfox.css +1 -1
  7. package/dist/css/catppuccin_frappe.css +143 -143
  8. package/dist/css/catppuccin_latte.css +143 -143
  9. package/dist/css/catppuccin_macchiato.css +143 -143
  10. package/dist/css/catppuccin_mocha.css +143 -143
  11. package/dist/css/cyberdream_dark.css +1 -1
  12. package/dist/css/cyberdream_light.css +1 -1
  13. package/dist/css/dawnfox.css +1 -1
  14. package/dist/css/dayfox.css +1 -1
  15. package/dist/css/duskfox.css +1 -1
  16. package/dist/css/material_darker.css +0 -3
  17. package/dist/css/material_deep_ocean.css +3 -0
  18. package/dist/css/material_lighter.css +3 -0
  19. package/dist/css/nightfox.css +1 -1
  20. package/dist/css/nordfox.css +1 -1
  21. package/dist/css/onenord_dark.css +1 -1
  22. package/dist/css/onenord_light.css +1 -1
  23. package/dist/css/terafox.css +1 -1
  24. package/dist/json/astrodark.json +1 -1
  25. package/dist/json/astrojupiter.json +1 -1
  26. package/dist/json/astrolight.json +1 -1
  27. package/dist/json/astromars.json +1 -1
  28. package/dist/json/carbonfox.json +1 -1
  29. package/dist/json/catppuccin_frappe.json +1 -1
  30. package/dist/json/catppuccin_latte.json +1 -1
  31. package/dist/json/catppuccin_macchiato.json +1 -1
  32. package/dist/json/catppuccin_mocha.json +1 -1
  33. package/dist/json/cyberdream_dark.json +1 -1
  34. package/dist/json/cyberdream_light.json +1 -1
  35. package/dist/json/dawnfox.json +1 -1
  36. package/dist/json/dayfox.json +1 -1
  37. package/dist/json/duskfox.json +1 -1
  38. package/dist/json/material_darker.json +1 -1
  39. package/dist/json/material_deep_ocean.json +1 -1
  40. package/dist/json/material_lighter.json +1 -1
  41. package/dist/json/nightfox.json +1 -1
  42. package/dist/json/nordfox.json +1 -1
  43. package/dist/json/onenord_dark.json +1 -1
  44. package/dist/json/onenord_light.json +1 -1
  45. package/dist/json/terafox.json +1 -1
  46. package/dist/themes/astrodark.cjs +1 -1
  47. package/dist/themes/astrodark.js +1 -1
  48. package/dist/themes/astrojupiter.cjs +1 -1
  49. package/dist/themes/astrojupiter.js +1 -1
  50. package/dist/themes/astrolight.cjs +1 -1
  51. package/dist/themes/astrolight.js +1 -1
  52. package/dist/themes/astromars.cjs +1 -1
  53. package/dist/themes/astromars.js +1 -1
  54. package/dist/themes/carbonfox.cjs +1 -1
  55. package/dist/themes/carbonfox.js +1 -1
  56. package/dist/themes/catppuccin_frappe.cjs +1 -1
  57. package/dist/themes/catppuccin_frappe.js +1 -1
  58. package/dist/themes/catppuccin_latte.cjs +1 -1
  59. package/dist/themes/catppuccin_latte.js +1 -1
  60. package/dist/themes/catppuccin_macchiato.cjs +1 -1
  61. package/dist/themes/catppuccin_macchiato.js +1 -1
  62. package/dist/themes/catppuccin_mocha.cjs +1 -1
  63. package/dist/themes/catppuccin_mocha.js +1 -1
  64. package/dist/themes/cyberdream_dark.cjs +1 -1
  65. package/dist/themes/cyberdream_dark.js +1 -1
  66. package/dist/themes/cyberdream_light.cjs +1 -1
  67. package/dist/themes/cyberdream_light.js +1 -1
  68. package/dist/themes/dawnfox.cjs +1 -1
  69. package/dist/themes/dawnfox.js +1 -1
  70. package/dist/themes/dayfox.cjs +1 -1
  71. package/dist/themes/dayfox.js +1 -1
  72. package/dist/themes/duskfox.cjs +1 -1
  73. package/dist/themes/duskfox.js +1 -1
  74. package/dist/themes/material_darker.cjs +1 -1
  75. package/dist/themes/material_darker.js +1 -1
  76. package/dist/themes/material_deep_ocean.cjs +1 -1
  77. package/dist/themes/material_deep_ocean.js +1 -1
  78. package/dist/themes/material_lighter.cjs +1 -1
  79. package/dist/themes/material_lighter.js +1 -1
  80. package/dist/themes/nightfox.cjs +1 -1
  81. package/dist/themes/nightfox.js +1 -1
  82. package/dist/themes/nordfox.cjs +1 -1
  83. package/dist/themes/nordfox.js +1 -1
  84. package/dist/themes/onenord_dark.cjs +1 -1
  85. package/dist/themes/onenord_dark.js +1 -1
  86. package/dist/themes/onenord_light.cjs +1 -1
  87. package/dist/themes/onenord_light.js +1 -1
  88. package/dist/themes/terafox.cjs +1 -1
  89. package/dist/themes/terafox.js +1 -1
  90. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  // themes/onenord_dark.ts
2
- var theme = { "name": "onenord_dark", "appearance": "dark", "revision": "8b6fe1e0f260ca0b8201ef6a8e2c97e0f38ea35d", "highlights": { "attribute": { "fg": "#b988b0" }, "attribute.builtin": { "fg": "#de878f" }, "boolean": { "fg": "#d08f70" }, "character": { "fg": "#a3be8c" }, "character.special": { "fg": "#de878f" }, "comment": { "fg": "#6c7a96" }, "comment.documentation": { "fg": "#6c7a96" }, "comment.error": { "fg": "#bf616a", "bold": true }, "comment.hint": { "fg": "#6c7a96" }, "comment.note": { "fg": "#a3be8c", "bold": true }, "comment.todo": { "fg": "#ebcb8b" }, "comment.warning": { "fg": "#d08f70", "bold": true }, "constant": { "fg": "#88c0d0" }, "constant.builtin": { "fg": "#d08f70" }, "constant.macro": { "fg": "#d57780" }, "constructor": { "fg": "#ebcb8b" }, "diff.delta": { "fg": "#8cf8f7" }, "diff.minus": { "fg": "#d57780" }, "diff.plus": { "fg": "#a3be8c" }, "error": { "fg": "#bf616a" }, "function": { "fg": "#81a1c1" }, "function.builtin": { "fg": "#88c0d0" }, "function.call": { "fg": "#81a1c1" }, "function.macro": { "fg": "#81a1c1" }, "function.method": { "fg": "#81a1c1" }, "function.method.call": { "fg": "#81a1c1" }, "highlighted": { "bg": "#353b49" }, "keyword": { "fg": "#b988b0" }, "keyword.conditional": { "fg": "#b988b0" }, "keyword.conditional.ternary": { "fg": "#b988b0" }, "keyword.coroutine": { "fg": "#b988b0" }, "keyword.debug": { "fg": "#b988b0" }, "keyword.directive": { "fg": "#b988b0" }, "keyword.directive.define": { "fg": "#b988b0" }, "keyword.exception": { "fg": "#b988b0" }, "keyword.export": { "fg": "#b988b0" }, "keyword.function": { "fg": "#b988b0" }, "keyword.import": { "fg": "#81a1c1" }, "keyword.modifier": { "fg": "#b988b0" }, "keyword.operator": { "fg": "#b988b0" }, "keyword.repeat": { "fg": "#b988b0" }, "keyword.return": { "fg": "#b988b0" }, "keyword.type": { "fg": "#b988b0" }, "label": { "fg": "#b988b0" }, "markup": { "fg": "#c8d0e0" }, "markup.environment": { "fg": "#c8d0e0" }, "markup.environment.name": { "fg": "#c8d0e0" }, "markup.heading": { "fg": "#81a1c1", "bold": true }, "markup.heading.1": { "fg": "#81a1c1", "bold": true }, "markup.heading.1.markdown": { "fg": "#5e81ac", "bold": true }, "markup.heading.2": { "fg": "#81a1c1", "bold": true }, "markup.heading.3": { "fg": "#81a1c1", "bold": true }, "markup.heading.3.markdown": { "fg": "#88c0d0", "bold": true }, "markup.heading.4": { "fg": "#81a1c1", "bold": true }, "markup.heading.4.markdown": { "fg": "#8fbcbb" }, "markup.heading.5": { "fg": "#81a1c1", "bold": true }, "markup.heading.5.markdown": { "fg": "#8fbcbb" }, "markup.heading.6": { "fg": "#81a1c1", "bold": true }, "markup.heading.6.markdown": { "fg": "#8fbcbb" }, "markup.italic": { "fg": "#ebcb8b", "italic": true }, "markup.link": { "fg": "#b988b0" }, "markup.link.label": { "fg": "#b988b0" }, "markup.link.url": { "fg": "#88c0d0", "underline": "solid" }, "markup.list": { "fg": "#c8d0e0" }, "markup.list.checked": { "fg": "#a3be8c" }, "markup.list.unchecked": { "fg": "#5e81ac" }, "markup.math": { "fg": "#c8d0e0" }, "markup.quote": { "fg": "#c8d0e0" }, "markup.raw": { "fg": "#a3be8c" }, "markup.raw.block": { "fg": "#a3be8c" }, "markup.strikethrough": { "strikethrough": true }, "markup.strong": { "fg": "#b988b0", "bold": true }, "markup.underline": { "underline": "solid" }, "module": { "fg": "#ebcb8b" }, "module.builtin": { "fg": "#de878f" }, "namespace": { "fg": "#ebcb8b" }, "normal": { "fg": "#c8d0e0", "bg": "#2e3440" }, "number": { "fg": "#d08f70" }, "number.float": { "fg": "#d08f70" }, "operator": { "fg": "#b988b0" }, "property": { "fg": "#81a1c1" }, "punctuation.bracket": { "fg": "#5e81ac" }, "punctuation.delimiter": { "fg": "#5e81ac" }, "punctuation.special": { "fg": "#5e81ac" }, "string": { "fg": "#a3be8c" }, "string.documentation": { "fg": "#a3be8c" }, "string.escape": { "fg": "#d08f70" }, "string.regex": { "fg": "#d08f70" }, "string.regexp": { "fg": "#d08f70" }, "string.special": { "fg": "#de878f" }, "string.special.path": { "fg": "#de878f" }, "string.special.symbol": { "fg": "#88c0d0" }, "string.special.url": { "fg": "#a3be8c", "underline": "solid" }, "tag": { "fg": "#ebcb8b" }, "tag.attribute": { "fg": "#81a1c1" }, "tag.builtin": { "fg": "#de878f" }, "tag.delimiter": { "fg": "#5e81ac" }, "type": { "fg": "#ebcb8b" }, "type.builtin": { "fg": "#d08f70" }, "type.definition": { "fg": "#ebcb8b" }, "variable": { "fg": "#c8d0e0" }, "variable.builtin": { "fg": "#d57780" }, "variable.member": { "fg": "#81a1c1" }, "variable.parameter": { "fg": "#d57780" }, "variable.parameter.builtin": { "fg": "#de878f" } } };
2
+ var theme = { "name": "onenord_dark", "appearance": "dark", "revision": "5240bfb79bcab7e03508626c5283cfc417b79169", "highlights": { "attribute": { "fg": "#b988b0" }, "attribute.builtin": { "fg": "#de878f" }, "boolean": { "fg": "#d08f70" }, "character": { "fg": "#a3be8c" }, "character.special": { "fg": "#de878f" }, "comment": { "fg": "#6c7a96" }, "comment.documentation": { "fg": "#6c7a96" }, "comment.error": { "fg": "#bf616a", "bold": true }, "comment.hint": { "fg": "#6c7a96" }, "comment.note": { "fg": "#a3be8c", "bold": true }, "comment.todo": { "fg": "#ebcb8b" }, "comment.warning": { "fg": "#d08f70", "bold": true }, "constant": { "fg": "#88c0d0" }, "constant.builtin": { "fg": "#d08f70" }, "constant.macro": { "fg": "#d57780" }, "constructor": { "fg": "#ebcb8b" }, "diff.delta": { "fg": "#8cf8f7" }, "diff.minus": { "fg": "#d57780" }, "diff.plus": { "fg": "#a3be8c" }, "error": { "fg": "#bf616a" }, "function": { "fg": "#81a1c1" }, "function.builtin": { "fg": "#88c0d0" }, "function.call": { "fg": "#81a1c1" }, "function.macro": { "fg": "#81a1c1" }, "function.method": { "fg": "#81a1c1" }, "function.method.call": { "fg": "#81a1c1" }, "highlighted": { "bg": "#353b49" }, "keyword": { "fg": "#b988b0" }, "keyword.conditional": { "fg": "#b988b0" }, "keyword.conditional.ternary": { "fg": "#b988b0" }, "keyword.coroutine": { "fg": "#b988b0" }, "keyword.debug": { "fg": "#b988b0" }, "keyword.directive": { "fg": "#b988b0" }, "keyword.directive.define": { "fg": "#b988b0" }, "keyword.exception": { "fg": "#b988b0" }, "keyword.export": { "fg": "#b988b0" }, "keyword.function": { "fg": "#b988b0" }, "keyword.import": { "fg": "#81a1c1" }, "keyword.modifier": { "fg": "#b988b0" }, "keyword.operator": { "fg": "#b988b0" }, "keyword.repeat": { "fg": "#b988b0" }, "keyword.return": { "fg": "#b988b0" }, "keyword.type": { "fg": "#b988b0" }, "label": { "fg": "#b988b0" }, "markup": { "fg": "#c8d0e0" }, "markup.environment": { "fg": "#c8d0e0" }, "markup.environment.name": { "fg": "#c8d0e0" }, "markup.heading": { "fg": "#81a1c1", "bold": true }, "markup.heading.1": { "fg": "#81a1c1", "bold": true }, "markup.heading.1.markdown": { "fg": "#5e81ac", "bold": true }, "markup.heading.2": { "fg": "#81a1c1", "bold": true }, "markup.heading.3": { "fg": "#81a1c1", "bold": true }, "markup.heading.3.markdown": { "fg": "#88c0d0", "bold": true }, "markup.heading.4": { "fg": "#81a1c1", "bold": true }, "markup.heading.4.markdown": { "fg": "#8fbcbb" }, "markup.heading.5": { "fg": "#81a1c1", "bold": true }, "markup.heading.5.markdown": { "fg": "#8fbcbb" }, "markup.heading.6": { "fg": "#81a1c1", "bold": true }, "markup.heading.6.markdown": { "fg": "#8fbcbb" }, "markup.italic": { "fg": "#ebcb8b", "italic": true }, "markup.link": { "fg": "#b988b0" }, "markup.link.label": { "fg": "#b988b0" }, "markup.link.url": { "fg": "#88c0d0", "underline": "solid" }, "markup.list": { "fg": "#c8d0e0" }, "markup.list.checked": { "fg": "#a3be8c" }, "markup.list.unchecked": { "fg": "#5e81ac" }, "markup.math": { "fg": "#c8d0e0" }, "markup.quote": { "fg": "#c8d0e0" }, "markup.raw": { "fg": "#a3be8c" }, "markup.raw.block": { "fg": "#a3be8c" }, "markup.strikethrough": { "strikethrough": true }, "markup.strong": { "fg": "#b988b0", "bold": true }, "markup.underline": { "underline": "solid" }, "module": { "fg": "#ebcb8b" }, "module.builtin": { "fg": "#de878f" }, "namespace": { "fg": "#ebcb8b" }, "normal": { "fg": "#c8d0e0", "bg": "#2e3440" }, "number": { "fg": "#d08f70" }, "number.float": { "fg": "#d08f70" }, "operator": { "fg": "#b988b0" }, "property": { "fg": "#81a1c1" }, "punctuation.bracket": { "fg": "#5e81ac" }, "punctuation.delimiter": { "fg": "#5e81ac" }, "punctuation.special": { "fg": "#5e81ac" }, "string": { "fg": "#a3be8c" }, "string.documentation": { "fg": "#a3be8c" }, "string.escape": { "fg": "#d08f70" }, "string.regex": { "fg": "#d08f70" }, "string.regexp": { "fg": "#d08f70" }, "string.special": { "fg": "#de878f" }, "string.special.path": { "fg": "#de878f" }, "string.special.symbol": { "fg": "#88c0d0" }, "string.special.url": { "fg": "#a3be8c", "underline": "solid" }, "tag": { "fg": "#ebcb8b" }, "tag.attribute": { "fg": "#81a1c1" }, "tag.builtin": { "fg": "#de878f" }, "tag.delimiter": { "fg": "#5e81ac" }, "type": { "fg": "#ebcb8b" }, "type.builtin": { "fg": "#d08f70" }, "type.definition": { "fg": "#ebcb8b" }, "variable": { "fg": "#c8d0e0" }, "variable.builtin": { "fg": "#d57780" }, "variable.member": { "fg": "#81a1c1" }, "variable.parameter": { "fg": "#d57780" }, "variable.parameter.builtin": { "fg": "#de878f" } } };
3
3
  var onenord_dark_default = theme;
4
4
 
5
5
  export { onenord_dark_default as default };
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  // themes/onenord_light.ts
4
- var theme = { "name": "onenord_light", "appearance": "light", "revision": "8b6fe1e0f260ca0b8201ef6a8e2c97e0f38ea35d", "highlights": { "attribute": { "fg": "#9f4aca" }, "attribute.builtin": { "fg": "#d16366" }, "boolean": { "fg": "#ee5e25" }, "character": { "fg": "#48a53d" }, "character.special": { "fg": "#d16366" }, "comment": { "fg": "#646a76" }, "comment.documentation": { "fg": "#646a76" }, "comment.error": { "fg": "#c53b40", "bold": true }, "comment.hint": { "fg": "#646a76" }, "comment.note": { "fg": "#48a53d", "bold": true }, "comment.todo": { "fg": "#ba793e" }, "comment.warning": { "fg": "#ee5e25", "bold": true }, "constant": { "fg": "#3ea1ad" }, "constant.builtin": { "fg": "#ee5e25" }, "constant.macro": { "fg": "#cb4f53" }, "constructor": { "fg": "#ba793e" }, "diff.delta": { "fg": "#007373" }, "diff.minus": { "fg": "#cb4f53" }, "diff.plus": { "fg": "#48a53d" }, "error": { "fg": "#c53b40" }, "function": { "fg": "#3879c5" }, "function.builtin": { "fg": "#3ea1ad" }, "function.call": { "fg": "#3879c5" }, "function.macro": { "fg": "#3879c5" }, "function.method": { "fg": "#3879c5" }, "function.method.call": { "fg": "#3879c5" }, "highlighted": { "bg": "#eff0f2" }, "keyword": { "fg": "#9f4aca" }, "keyword.conditional": { "fg": "#9f4aca" }, "keyword.conditional.ternary": { "fg": "#9f4aca" }, "keyword.coroutine": { "fg": "#9f4aca" }, "keyword.debug": { "fg": "#9f4aca" }, "keyword.directive": { "fg": "#9f4aca" }, "keyword.directive.define": { "fg": "#9f4aca" }, "keyword.exception": { "fg": "#9f4aca" }, "keyword.export": { "fg": "#9f4aca" }, "keyword.function": { "fg": "#9f4aca" }, "keyword.import": { "fg": "#3879c5" }, "keyword.modifier": { "fg": "#9f4aca" }, "keyword.operator": { "fg": "#9f4aca" }, "keyword.repeat": { "fg": "#9f4aca" }, "keyword.return": { "fg": "#9f4aca" }, "keyword.type": { "fg": "#9f4aca" }, "label": { "fg": "#9f4aca" }, "markup": { "fg": "#2e3440" }, "markup.environment": { "fg": "#2e3440" }, "markup.environment.name": { "fg": "#2e3440" }, "markup.heading": { "fg": "#3879c5", "bold": true }, "markup.heading.1": { "fg": "#3879c5", "bold": true }, "markup.heading.1.markdown": { "fg": "#1b40a6", "bold": true }, "markup.heading.2": { "fg": "#3879c5", "bold": true }, "markup.heading.3": { "fg": "#3879c5", "bold": true }, "markup.heading.3.markdown": { "fg": "#3ea1ad", "bold": true }, "markup.heading.4": { "fg": "#3879c5", "bold": true }, "markup.heading.4.markdown": { "fg": "#5f9e9d" }, "markup.heading.5": { "fg": "#3879c5", "bold": true }, "markup.heading.5.markdown": { "fg": "#5f9e9d" }, "markup.heading.6": { "fg": "#3879c5", "bold": true }, "markup.heading.6.markdown": { "fg": "#5f9e9d" }, "markup.italic": { "fg": "#ba793e", "italic": true }, "markup.link": { "fg": "#9f4aca" }, "markup.link.label": { "fg": "#9f4aca" }, "markup.link.url": { "fg": "#3ea1ad", "underline": "solid" }, "markup.list": { "fg": "#2e3440" }, "markup.list.checked": { "fg": "#48a53d" }, "markup.list.unchecked": { "fg": "#1b40a6" }, "markup.math": { "fg": "#2e3440" }, "markup.quote": { "fg": "#2e3440" }, "markup.raw": { "fg": "#48a53d" }, "markup.raw.block": { "fg": "#48a53d" }, "markup.strikethrough": { "strikethrough": true }, "markup.strong": { "fg": "#9f4aca", "bold": true }, "markup.underline": { "underline": "solid" }, "module": { "fg": "#ba793e" }, "module.builtin": { "fg": "#d16366" }, "namespace": { "fg": "#ba793e" }, "normal": { "fg": "#2e3440", "bg": "#f7f8fa" }, "number": { "fg": "#ee5e25" }, "number.float": { "fg": "#ee5e25" }, "operator": { "fg": "#9f4aca" }, "property": { "fg": "#3879c5" }, "punctuation.bracket": { "fg": "#1b40a6" }, "punctuation.delimiter": { "fg": "#1b40a6" }, "punctuation.special": { "fg": "#1b40a6" }, "string": { "fg": "#48a53d" }, "string.documentation": { "fg": "#48a53d" }, "string.escape": { "fg": "#ee5e25" }, "string.regex": { "fg": "#ee5e25" }, "string.regexp": { "fg": "#ee5e25" }, "string.special": { "fg": "#d16366" }, "string.special.path": { "fg": "#d16366" }, "string.special.symbol": { "fg": "#3ea1ad" }, "string.special.url": { "fg": "#48a53d", "underline": "solid" }, "tag": { "fg": "#ba793e" }, "tag.attribute": { "fg": "#3879c5" }, "tag.builtin": { "fg": "#d16366" }, "tag.delimiter": { "fg": "#1b40a6" }, "type": { "fg": "#ba793e" }, "type.builtin": { "fg": "#ee5e25" }, "type.definition": { "fg": "#ba793e" }, "variable": { "fg": "#2e3440" }, "variable.builtin": { "fg": "#cb4f53" }, "variable.member": { "fg": "#3879c5" }, "variable.parameter": { "fg": "#cb4f53" }, "variable.parameter.builtin": { "fg": "#d16366" } } };
4
+ var theme = { "name": "onenord_light", "appearance": "light", "revision": "5240bfb79bcab7e03508626c5283cfc417b79169", "highlights": { "attribute": { "fg": "#9f4aca" }, "attribute.builtin": { "fg": "#d16366" }, "boolean": { "fg": "#ee5e25" }, "character": { "fg": "#48a53d" }, "character.special": { "fg": "#d16366" }, "comment": { "fg": "#646a76" }, "comment.documentation": { "fg": "#646a76" }, "comment.error": { "fg": "#c53b40", "bold": true }, "comment.hint": { "fg": "#646a76" }, "comment.note": { "fg": "#48a53d", "bold": true }, "comment.todo": { "fg": "#ba793e" }, "comment.warning": { "fg": "#ee5e25", "bold": true }, "constant": { "fg": "#3ea1ad" }, "constant.builtin": { "fg": "#ee5e25" }, "constant.macro": { "fg": "#cb4f53" }, "constructor": { "fg": "#ba793e" }, "diff.delta": { "fg": "#007373" }, "diff.minus": { "fg": "#cb4f53" }, "diff.plus": { "fg": "#48a53d" }, "error": { "fg": "#c53b40" }, "function": { "fg": "#3879c5" }, "function.builtin": { "fg": "#3ea1ad" }, "function.call": { "fg": "#3879c5" }, "function.macro": { "fg": "#3879c5" }, "function.method": { "fg": "#3879c5" }, "function.method.call": { "fg": "#3879c5" }, "highlighted": { "bg": "#eff0f2" }, "keyword": { "fg": "#9f4aca" }, "keyword.conditional": { "fg": "#9f4aca" }, "keyword.conditional.ternary": { "fg": "#9f4aca" }, "keyword.coroutine": { "fg": "#9f4aca" }, "keyword.debug": { "fg": "#9f4aca" }, "keyword.directive": { "fg": "#9f4aca" }, "keyword.directive.define": { "fg": "#9f4aca" }, "keyword.exception": { "fg": "#9f4aca" }, "keyword.export": { "fg": "#9f4aca" }, "keyword.function": { "fg": "#9f4aca" }, "keyword.import": { "fg": "#3879c5" }, "keyword.modifier": { "fg": "#9f4aca" }, "keyword.operator": { "fg": "#9f4aca" }, "keyword.repeat": { "fg": "#9f4aca" }, "keyword.return": { "fg": "#9f4aca" }, "keyword.type": { "fg": "#9f4aca" }, "label": { "fg": "#9f4aca" }, "markup": { "fg": "#2e3440" }, "markup.environment": { "fg": "#2e3440" }, "markup.environment.name": { "fg": "#2e3440" }, "markup.heading": { "fg": "#3879c5", "bold": true }, "markup.heading.1": { "fg": "#3879c5", "bold": true }, "markup.heading.1.markdown": { "fg": "#1b40a6", "bold": true }, "markup.heading.2": { "fg": "#3879c5", "bold": true }, "markup.heading.3": { "fg": "#3879c5", "bold": true }, "markup.heading.3.markdown": { "fg": "#3ea1ad", "bold": true }, "markup.heading.4": { "fg": "#3879c5", "bold": true }, "markup.heading.4.markdown": { "fg": "#5f9e9d" }, "markup.heading.5": { "fg": "#3879c5", "bold": true }, "markup.heading.5.markdown": { "fg": "#5f9e9d" }, "markup.heading.6": { "fg": "#3879c5", "bold": true }, "markup.heading.6.markdown": { "fg": "#5f9e9d" }, "markup.italic": { "fg": "#ba793e", "italic": true }, "markup.link": { "fg": "#9f4aca" }, "markup.link.label": { "fg": "#9f4aca" }, "markup.link.url": { "fg": "#3ea1ad", "underline": "solid" }, "markup.list": { "fg": "#2e3440" }, "markup.list.checked": { "fg": "#48a53d" }, "markup.list.unchecked": { "fg": "#1b40a6" }, "markup.math": { "fg": "#2e3440" }, "markup.quote": { "fg": "#2e3440" }, "markup.raw": { "fg": "#48a53d" }, "markup.raw.block": { "fg": "#48a53d" }, "markup.strikethrough": { "strikethrough": true }, "markup.strong": { "fg": "#9f4aca", "bold": true }, "markup.underline": { "underline": "solid" }, "module": { "fg": "#ba793e" }, "module.builtin": { "fg": "#d16366" }, "namespace": { "fg": "#ba793e" }, "normal": { "fg": "#2e3440", "bg": "#f7f8fa" }, "number": { "fg": "#ee5e25" }, "number.float": { "fg": "#ee5e25" }, "operator": { "fg": "#9f4aca" }, "property": { "fg": "#3879c5" }, "punctuation.bracket": { "fg": "#1b40a6" }, "punctuation.delimiter": { "fg": "#1b40a6" }, "punctuation.special": { "fg": "#1b40a6" }, "string": { "fg": "#48a53d" }, "string.documentation": { "fg": "#48a53d" }, "string.escape": { "fg": "#ee5e25" }, "string.regex": { "fg": "#ee5e25" }, "string.regexp": { "fg": "#ee5e25" }, "string.special": { "fg": "#d16366" }, "string.special.path": { "fg": "#d16366" }, "string.special.symbol": { "fg": "#3ea1ad" }, "string.special.url": { "fg": "#48a53d", "underline": "solid" }, "tag": { "fg": "#ba793e" }, "tag.attribute": { "fg": "#3879c5" }, "tag.builtin": { "fg": "#d16366" }, "tag.delimiter": { "fg": "#1b40a6" }, "type": { "fg": "#ba793e" }, "type.builtin": { "fg": "#ee5e25" }, "type.definition": { "fg": "#ba793e" }, "variable": { "fg": "#2e3440" }, "variable.builtin": { "fg": "#cb4f53" }, "variable.member": { "fg": "#3879c5" }, "variable.parameter": { "fg": "#cb4f53" }, "variable.parameter.builtin": { "fg": "#d16366" } } };
5
5
  var onenord_light_default = theme;
6
6
 
7
7
  module.exports = onenord_light_default;
@@ -1,5 +1,5 @@
1
1
  // themes/onenord_light.ts
2
- var theme = { "name": "onenord_light", "appearance": "light", "revision": "8b6fe1e0f260ca0b8201ef6a8e2c97e0f38ea35d", "highlights": { "attribute": { "fg": "#9f4aca" }, "attribute.builtin": { "fg": "#d16366" }, "boolean": { "fg": "#ee5e25" }, "character": { "fg": "#48a53d" }, "character.special": { "fg": "#d16366" }, "comment": { "fg": "#646a76" }, "comment.documentation": { "fg": "#646a76" }, "comment.error": { "fg": "#c53b40", "bold": true }, "comment.hint": { "fg": "#646a76" }, "comment.note": { "fg": "#48a53d", "bold": true }, "comment.todo": { "fg": "#ba793e" }, "comment.warning": { "fg": "#ee5e25", "bold": true }, "constant": { "fg": "#3ea1ad" }, "constant.builtin": { "fg": "#ee5e25" }, "constant.macro": { "fg": "#cb4f53" }, "constructor": { "fg": "#ba793e" }, "diff.delta": { "fg": "#007373" }, "diff.minus": { "fg": "#cb4f53" }, "diff.plus": { "fg": "#48a53d" }, "error": { "fg": "#c53b40" }, "function": { "fg": "#3879c5" }, "function.builtin": { "fg": "#3ea1ad" }, "function.call": { "fg": "#3879c5" }, "function.macro": { "fg": "#3879c5" }, "function.method": { "fg": "#3879c5" }, "function.method.call": { "fg": "#3879c5" }, "highlighted": { "bg": "#eff0f2" }, "keyword": { "fg": "#9f4aca" }, "keyword.conditional": { "fg": "#9f4aca" }, "keyword.conditional.ternary": { "fg": "#9f4aca" }, "keyword.coroutine": { "fg": "#9f4aca" }, "keyword.debug": { "fg": "#9f4aca" }, "keyword.directive": { "fg": "#9f4aca" }, "keyword.directive.define": { "fg": "#9f4aca" }, "keyword.exception": { "fg": "#9f4aca" }, "keyword.export": { "fg": "#9f4aca" }, "keyword.function": { "fg": "#9f4aca" }, "keyword.import": { "fg": "#3879c5" }, "keyword.modifier": { "fg": "#9f4aca" }, "keyword.operator": { "fg": "#9f4aca" }, "keyword.repeat": { "fg": "#9f4aca" }, "keyword.return": { "fg": "#9f4aca" }, "keyword.type": { "fg": "#9f4aca" }, "label": { "fg": "#9f4aca" }, "markup": { "fg": "#2e3440" }, "markup.environment": { "fg": "#2e3440" }, "markup.environment.name": { "fg": "#2e3440" }, "markup.heading": { "fg": "#3879c5", "bold": true }, "markup.heading.1": { "fg": "#3879c5", "bold": true }, "markup.heading.1.markdown": { "fg": "#1b40a6", "bold": true }, "markup.heading.2": { "fg": "#3879c5", "bold": true }, "markup.heading.3": { "fg": "#3879c5", "bold": true }, "markup.heading.3.markdown": { "fg": "#3ea1ad", "bold": true }, "markup.heading.4": { "fg": "#3879c5", "bold": true }, "markup.heading.4.markdown": { "fg": "#5f9e9d" }, "markup.heading.5": { "fg": "#3879c5", "bold": true }, "markup.heading.5.markdown": { "fg": "#5f9e9d" }, "markup.heading.6": { "fg": "#3879c5", "bold": true }, "markup.heading.6.markdown": { "fg": "#5f9e9d" }, "markup.italic": { "fg": "#ba793e", "italic": true }, "markup.link": { "fg": "#9f4aca" }, "markup.link.label": { "fg": "#9f4aca" }, "markup.link.url": { "fg": "#3ea1ad", "underline": "solid" }, "markup.list": { "fg": "#2e3440" }, "markup.list.checked": { "fg": "#48a53d" }, "markup.list.unchecked": { "fg": "#1b40a6" }, "markup.math": { "fg": "#2e3440" }, "markup.quote": { "fg": "#2e3440" }, "markup.raw": { "fg": "#48a53d" }, "markup.raw.block": { "fg": "#48a53d" }, "markup.strikethrough": { "strikethrough": true }, "markup.strong": { "fg": "#9f4aca", "bold": true }, "markup.underline": { "underline": "solid" }, "module": { "fg": "#ba793e" }, "module.builtin": { "fg": "#d16366" }, "namespace": { "fg": "#ba793e" }, "normal": { "fg": "#2e3440", "bg": "#f7f8fa" }, "number": { "fg": "#ee5e25" }, "number.float": { "fg": "#ee5e25" }, "operator": { "fg": "#9f4aca" }, "property": { "fg": "#3879c5" }, "punctuation.bracket": { "fg": "#1b40a6" }, "punctuation.delimiter": { "fg": "#1b40a6" }, "punctuation.special": { "fg": "#1b40a6" }, "string": { "fg": "#48a53d" }, "string.documentation": { "fg": "#48a53d" }, "string.escape": { "fg": "#ee5e25" }, "string.regex": { "fg": "#ee5e25" }, "string.regexp": { "fg": "#ee5e25" }, "string.special": { "fg": "#d16366" }, "string.special.path": { "fg": "#d16366" }, "string.special.symbol": { "fg": "#3ea1ad" }, "string.special.url": { "fg": "#48a53d", "underline": "solid" }, "tag": { "fg": "#ba793e" }, "tag.attribute": { "fg": "#3879c5" }, "tag.builtin": { "fg": "#d16366" }, "tag.delimiter": { "fg": "#1b40a6" }, "type": { "fg": "#ba793e" }, "type.builtin": { "fg": "#ee5e25" }, "type.definition": { "fg": "#ba793e" }, "variable": { "fg": "#2e3440" }, "variable.builtin": { "fg": "#cb4f53" }, "variable.member": { "fg": "#3879c5" }, "variable.parameter": { "fg": "#cb4f53" }, "variable.parameter.builtin": { "fg": "#d16366" } } };
2
+ var theme = { "name": "onenord_light", "appearance": "light", "revision": "5240bfb79bcab7e03508626c5283cfc417b79169", "highlights": { "attribute": { "fg": "#9f4aca" }, "attribute.builtin": { "fg": "#d16366" }, "boolean": { "fg": "#ee5e25" }, "character": { "fg": "#48a53d" }, "character.special": { "fg": "#d16366" }, "comment": { "fg": "#646a76" }, "comment.documentation": { "fg": "#646a76" }, "comment.error": { "fg": "#c53b40", "bold": true }, "comment.hint": { "fg": "#646a76" }, "comment.note": { "fg": "#48a53d", "bold": true }, "comment.todo": { "fg": "#ba793e" }, "comment.warning": { "fg": "#ee5e25", "bold": true }, "constant": { "fg": "#3ea1ad" }, "constant.builtin": { "fg": "#ee5e25" }, "constant.macro": { "fg": "#cb4f53" }, "constructor": { "fg": "#ba793e" }, "diff.delta": { "fg": "#007373" }, "diff.minus": { "fg": "#cb4f53" }, "diff.plus": { "fg": "#48a53d" }, "error": { "fg": "#c53b40" }, "function": { "fg": "#3879c5" }, "function.builtin": { "fg": "#3ea1ad" }, "function.call": { "fg": "#3879c5" }, "function.macro": { "fg": "#3879c5" }, "function.method": { "fg": "#3879c5" }, "function.method.call": { "fg": "#3879c5" }, "highlighted": { "bg": "#eff0f2" }, "keyword": { "fg": "#9f4aca" }, "keyword.conditional": { "fg": "#9f4aca" }, "keyword.conditional.ternary": { "fg": "#9f4aca" }, "keyword.coroutine": { "fg": "#9f4aca" }, "keyword.debug": { "fg": "#9f4aca" }, "keyword.directive": { "fg": "#9f4aca" }, "keyword.directive.define": { "fg": "#9f4aca" }, "keyword.exception": { "fg": "#9f4aca" }, "keyword.export": { "fg": "#9f4aca" }, "keyword.function": { "fg": "#9f4aca" }, "keyword.import": { "fg": "#3879c5" }, "keyword.modifier": { "fg": "#9f4aca" }, "keyword.operator": { "fg": "#9f4aca" }, "keyword.repeat": { "fg": "#9f4aca" }, "keyword.return": { "fg": "#9f4aca" }, "keyword.type": { "fg": "#9f4aca" }, "label": { "fg": "#9f4aca" }, "markup": { "fg": "#2e3440" }, "markup.environment": { "fg": "#2e3440" }, "markup.environment.name": { "fg": "#2e3440" }, "markup.heading": { "fg": "#3879c5", "bold": true }, "markup.heading.1": { "fg": "#3879c5", "bold": true }, "markup.heading.1.markdown": { "fg": "#1b40a6", "bold": true }, "markup.heading.2": { "fg": "#3879c5", "bold": true }, "markup.heading.3": { "fg": "#3879c5", "bold": true }, "markup.heading.3.markdown": { "fg": "#3ea1ad", "bold": true }, "markup.heading.4": { "fg": "#3879c5", "bold": true }, "markup.heading.4.markdown": { "fg": "#5f9e9d" }, "markup.heading.5": { "fg": "#3879c5", "bold": true }, "markup.heading.5.markdown": { "fg": "#5f9e9d" }, "markup.heading.6": { "fg": "#3879c5", "bold": true }, "markup.heading.6.markdown": { "fg": "#5f9e9d" }, "markup.italic": { "fg": "#ba793e", "italic": true }, "markup.link": { "fg": "#9f4aca" }, "markup.link.label": { "fg": "#9f4aca" }, "markup.link.url": { "fg": "#3ea1ad", "underline": "solid" }, "markup.list": { "fg": "#2e3440" }, "markup.list.checked": { "fg": "#48a53d" }, "markup.list.unchecked": { "fg": "#1b40a6" }, "markup.math": { "fg": "#2e3440" }, "markup.quote": { "fg": "#2e3440" }, "markup.raw": { "fg": "#48a53d" }, "markup.raw.block": { "fg": "#48a53d" }, "markup.strikethrough": { "strikethrough": true }, "markup.strong": { "fg": "#9f4aca", "bold": true }, "markup.underline": { "underline": "solid" }, "module": { "fg": "#ba793e" }, "module.builtin": { "fg": "#d16366" }, "namespace": { "fg": "#ba793e" }, "normal": { "fg": "#2e3440", "bg": "#f7f8fa" }, "number": { "fg": "#ee5e25" }, "number.float": { "fg": "#ee5e25" }, "operator": { "fg": "#9f4aca" }, "property": { "fg": "#3879c5" }, "punctuation.bracket": { "fg": "#1b40a6" }, "punctuation.delimiter": { "fg": "#1b40a6" }, "punctuation.special": { "fg": "#1b40a6" }, "string": { "fg": "#48a53d" }, "string.documentation": { "fg": "#48a53d" }, "string.escape": { "fg": "#ee5e25" }, "string.regex": { "fg": "#ee5e25" }, "string.regexp": { "fg": "#ee5e25" }, "string.special": { "fg": "#d16366" }, "string.special.path": { "fg": "#d16366" }, "string.special.symbol": { "fg": "#3ea1ad" }, "string.special.url": { "fg": "#48a53d", "underline": "solid" }, "tag": { "fg": "#ba793e" }, "tag.attribute": { "fg": "#3879c5" }, "tag.builtin": { "fg": "#d16366" }, "tag.delimiter": { "fg": "#1b40a6" }, "type": { "fg": "#ba793e" }, "type.builtin": { "fg": "#ee5e25" }, "type.definition": { "fg": "#ba793e" }, "variable": { "fg": "#2e3440" }, "variable.builtin": { "fg": "#cb4f53" }, "variable.member": { "fg": "#3879c5" }, "variable.parameter": { "fg": "#cb4f53" }, "variable.parameter.builtin": { "fg": "#d16366" } } };
3
3
  var onenord_light_default = theme;
4
4
 
5
5
  export { onenord_light_default as default };
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  // themes/terafox.ts
4
- var theme = { "name": "terafox", "appearance": "dark", "revision": "26b61b1f856ec37cae3cb64f5690adb955f246a1", "highlights": { "attribute": { "fg": "#ff9664" }, "attribute.builtin": { "fg": "#73a3b7" }, "boolean": { "fg": "#ff8349" }, "character": { "fg": "#7aa4a1" }, "character.special": { "fg": "#73a3b7" }, "comment": { "fg": "#6d7f8b" }, "comment.documentation": { "fg": "#6d7f8b" }, "comment.error": { "fg": "#152528", "bg": "#e85c51" }, "comment.hint": { "fg": "#6d7f8b" }, "comment.note": { "fg": "#152528", "bg": "#5a93aa" }, "comment.todo": { "fg": "#152528", "bg": "#7aa4a1" }, "comment.warning": { "fg": "#152528", "bg": "#fda47f" }, "constant": { "fg": "#ff9664" }, "constant.builtin": { "fg": "#ff9664" }, "constant.macro": { "fg": "#d38d97" }, "constructor": { "fg": "#a1cdd8" }, "constructor.lua": { "fg": "#cbd9d8" }, "diff.delta": { "fg": "#fda47f" }, "diff.minus": { "fg": "#e85c51" }, "diff.plus": { "fg": "#7aa4a1" }, "function": { "fg": "#73a3b7" }, "function.builtin": { "fg": "#e85c51" }, "function.call": { "fg": "#73a3b7" }, "function.macro": { "fg": "#e85c51" }, "function.method": { "fg": "#73a3b7" }, "function.method.call": { "fg": "#73a3b7" }, "highlighted": { "bg": "#254147" }, "keyword": { "fg": "#ad5c7c" }, "keyword.conditional": { "fg": "#b97490" }, "keyword.conditional.ternary": { "fg": "#b97490" }, "keyword.coroutine": { "fg": "#ad5c7c" }, "keyword.debug": { "fg": "#ad5c7c" }, "keyword.directive": { "fg": "#ad5c7c" }, "keyword.directive.define": { "fg": "#ad5c7c" }, "keyword.exception": { "fg": "#ad5c7c" }, "keyword.export": { "fg": "#ad5c7c" }, "keyword.function": { "fg": "#ad5c7c" }, "keyword.import": { "fg": "#d38d97" }, "keyword.modifier": { "fg": "#ad5c7c" }, "keyword.operator": { "fg": "#cbd9d8" }, "keyword.repeat": { "fg": "#b97490" }, "keyword.return": { "fg": "#e85c51" }, "keyword.type": { "fg": "#ad5c7c" }, "label": { "fg": "#b97490" }, "label.json": { "fg": "#73a3b7" }, "markup": { "fg": "#e6eaea" }, "markup.environment": { "fg": "#e6eaea" }, "markup.environment.name": { "fg": "#e6eaea" }, "markup.heading": { "fg": "#73a3b7", "bold": true }, "markup.heading.1": { "fg": "#73a3b7", "bold": true }, "markup.heading.2": { "fg": "#73a3b7", "bold": true }, "markup.heading.3": { "fg": "#73a3b7", "bold": true }, "markup.heading.4": { "fg": "#73a3b7", "bold": true }, "markup.heading.5": { "fg": "#73a3b7", "bold": true }, "markup.heading.6": { "fg": "#73a3b7", "bold": true }, "markup.italic": { "italic": true }, "markup.link": { "fg": "#ad5c7c", "bold": true }, "markup.link.label": { "fg": "#73a3b7" }, "markup.link.url": { "fg": "#ff9664", "italic": true, "underline": "solid" }, "markup.list": { "fg": "#afd4de" }, "markup.list.checked": { "fg": "#7aa4a1" }, "markup.list.unchecked": { "fg": "#fda47f" }, "markup.math": { "fg": "#73a3b7" }, "markup.quote": { "fg": "#cbd9d8" }, "markup.raw": { "fg": "#a1cdd8", "italic": true }, "markup.raw.block": { "fg": "#cb7985" }, "markup.strikethrough": { "fg": "#e6eaea", "strikethrough": true }, "markup.strong": { "fg": "#c54e45", "bold": true }, "module": { "fg": "#afd4de" }, "module.builtin": { "fg": "#73a3b7" }, "namespace": { "fg": "#afd4de" }, "normal": { "fg": "#e6eaea", "bg": "#152528" }, "number": { "fg": "#ff8349" }, "number.float": { "fg": "#ff8349" }, "operator": { "fg": "#cbd9d8" }, "property": { "fg": "#5a93aa" }, "punctuation.bracket": { "fg": "#cbd9d8" }, "punctuation.bracket.rainbow.1": { "fg": "#e85c51" }, "punctuation.bracket.rainbow.2": { "fg": "#fda47f" }, "punctuation.bracket.rainbow.3": { "fg": "#5a93aa" }, "punctuation.bracket.rainbow.4": { "fg": "#ff8349" }, "punctuation.bracket.rainbow.5": { "fg": "#7aa4a1" }, "punctuation.delimiter": { "fg": "#cbd9d8" }, "punctuation.special": { "fg": "#afd4de" }, "string": { "fg": "#7aa4a1" }, "string.documentation": { "fg": "#7aa4a1" }, "string.escape": { "fg": "#fdb292", "bold": true }, "string.regex": { "fg": "#fdb292" }, "string.regexp": { "fg": "#fdb292" }, "string.special": { "fg": "#73a3b7" }, "string.special.path": { "fg": "#73a3b7" }, "string.special.symbol": { "fg": "#73a3b7" }, "string.special.url": { "fg": "#ff9664", "italic": true, "underline": "solid" }, "tag": { "fg": "#ad5c7c" }, "tag.attribute": { "fg": "#73a3b7", "italic": true }, "tag.builtin": { "fg": "#73a3b7" }, "tag.delimiter": { "fg": "#afd4de" }, "type": { "fg": "#fda47f" }, "type.builtin": { "fg": "#afd4de" }, "type.definition": { "fg": "#fda47f" }, "variable": { "fg": "#ebebeb" }, "variable.builtin": { "fg": "#e85c51" }, "variable.member": { "fg": "#5a93aa" }, "variable.parameter": { "fg": "#afd4de" }, "variable.parameter.builtin": { "fg": "#73a3b7" } } };
4
+ var theme = { "name": "terafox", "appearance": "dark", "revision": "4dacd3f0185a2227bdf3b6c0975a8f0bf87cac9a", "highlights": { "attribute": { "fg": "#ff9664" }, "attribute.builtin": { "fg": "#73a3b7" }, "boolean": { "fg": "#ff8349" }, "character": { "fg": "#7aa4a1" }, "character.special": { "fg": "#73a3b7" }, "comment": { "fg": "#6d7f8b" }, "comment.documentation": { "fg": "#6d7f8b" }, "comment.error": { "fg": "#152528", "bg": "#e85c51" }, "comment.hint": { "fg": "#6d7f8b" }, "comment.note": { "fg": "#152528", "bg": "#5a93aa" }, "comment.todo": { "fg": "#152528", "bg": "#7aa4a1" }, "comment.warning": { "fg": "#152528", "bg": "#fda47f" }, "constant": { "fg": "#ff9664" }, "constant.builtin": { "fg": "#ff9664" }, "constant.macro": { "fg": "#d38d97" }, "constructor": { "fg": "#a1cdd8" }, "constructor.lua": { "fg": "#cbd9d8" }, "diff.delta": { "fg": "#fda47f" }, "diff.minus": { "fg": "#e85c51" }, "diff.plus": { "fg": "#7aa4a1" }, "function": { "fg": "#73a3b7" }, "function.builtin": { "fg": "#e85c51" }, "function.call": { "fg": "#73a3b7" }, "function.macro": { "fg": "#e85c51" }, "function.method": { "fg": "#73a3b7" }, "function.method.call": { "fg": "#73a3b7" }, "highlighted": { "bg": "#254147" }, "keyword": { "fg": "#ad5c7c" }, "keyword.conditional": { "fg": "#b97490" }, "keyword.conditional.ternary": { "fg": "#b97490" }, "keyword.coroutine": { "fg": "#ad5c7c" }, "keyword.debug": { "fg": "#ad5c7c" }, "keyword.directive": { "fg": "#ad5c7c" }, "keyword.directive.define": { "fg": "#ad5c7c" }, "keyword.exception": { "fg": "#ad5c7c" }, "keyword.export": { "fg": "#ad5c7c" }, "keyword.function": { "fg": "#ad5c7c" }, "keyword.import": { "fg": "#d38d97" }, "keyword.modifier": { "fg": "#ad5c7c" }, "keyword.operator": { "fg": "#cbd9d8" }, "keyword.repeat": { "fg": "#b97490" }, "keyword.return": { "fg": "#e85c51" }, "keyword.type": { "fg": "#ad5c7c" }, "label": { "fg": "#b97490" }, "label.json": { "fg": "#73a3b7" }, "markup": { "fg": "#e6eaea" }, "markup.environment": { "fg": "#e6eaea" }, "markup.environment.name": { "fg": "#e6eaea" }, "markup.heading": { "fg": "#73a3b7", "bold": true }, "markup.heading.1": { "fg": "#73a3b7", "bold": true }, "markup.heading.2": { "fg": "#73a3b7", "bold": true }, "markup.heading.3": { "fg": "#73a3b7", "bold": true }, "markup.heading.4": { "fg": "#73a3b7", "bold": true }, "markup.heading.5": { "fg": "#73a3b7", "bold": true }, "markup.heading.6": { "fg": "#73a3b7", "bold": true }, "markup.italic": { "italic": true }, "markup.link": { "fg": "#ad5c7c", "bold": true }, "markup.link.label": { "fg": "#73a3b7" }, "markup.link.url": { "fg": "#ff9664", "italic": true, "underline": "solid" }, "markup.list": { "fg": "#afd4de" }, "markup.list.checked": { "fg": "#7aa4a1" }, "markup.list.unchecked": { "fg": "#fda47f" }, "markup.math": { "fg": "#73a3b7" }, "markup.quote": { "fg": "#cbd9d8" }, "markup.raw": { "fg": "#a1cdd8", "italic": true }, "markup.raw.block": { "fg": "#cb7985" }, "markup.strikethrough": { "fg": "#e6eaea", "strikethrough": true }, "markup.strong": { "fg": "#c54e45", "bold": true }, "module": { "fg": "#afd4de" }, "module.builtin": { "fg": "#73a3b7" }, "namespace": { "fg": "#afd4de" }, "normal": { "fg": "#e6eaea", "bg": "#152528" }, "number": { "fg": "#ff8349" }, "number.float": { "fg": "#ff8349" }, "operator": { "fg": "#cbd9d8" }, "property": { "fg": "#5a93aa" }, "punctuation.bracket": { "fg": "#cbd9d8" }, "punctuation.bracket.rainbow.1": { "fg": "#e85c51" }, "punctuation.bracket.rainbow.2": { "fg": "#fda47f" }, "punctuation.bracket.rainbow.3": { "fg": "#5a93aa" }, "punctuation.bracket.rainbow.4": { "fg": "#ff8349" }, "punctuation.bracket.rainbow.5": { "fg": "#7aa4a1" }, "punctuation.delimiter": { "fg": "#cbd9d8" }, "punctuation.special": { "fg": "#afd4de" }, "string": { "fg": "#7aa4a1" }, "string.documentation": { "fg": "#7aa4a1" }, "string.escape": { "fg": "#fdb292", "bold": true }, "string.regex": { "fg": "#fdb292" }, "string.regexp": { "fg": "#fdb292" }, "string.special": { "fg": "#73a3b7" }, "string.special.path": { "fg": "#73a3b7" }, "string.special.symbol": { "fg": "#73a3b7" }, "string.special.url": { "fg": "#ff9664", "italic": true, "underline": "solid" }, "tag": { "fg": "#ad5c7c" }, "tag.attribute": { "fg": "#73a3b7", "italic": true }, "tag.builtin": { "fg": "#73a3b7" }, "tag.delimiter": { "fg": "#afd4de" }, "type": { "fg": "#fda47f" }, "type.builtin": { "fg": "#afd4de" }, "type.definition": { "fg": "#fda47f" }, "variable": { "fg": "#ebebeb" }, "variable.builtin": { "fg": "#e85c51" }, "variable.member": { "fg": "#5a93aa" }, "variable.parameter": { "fg": "#afd4de" }, "variable.parameter.builtin": { "fg": "#73a3b7" } } };
5
5
  var terafox_default = theme;
6
6
 
7
7
  module.exports = terafox_default;
@@ -1,5 +1,5 @@
1
1
  // themes/terafox.ts
2
- var theme = { "name": "terafox", "appearance": "dark", "revision": "26b61b1f856ec37cae3cb64f5690adb955f246a1", "highlights": { "attribute": { "fg": "#ff9664" }, "attribute.builtin": { "fg": "#73a3b7" }, "boolean": { "fg": "#ff8349" }, "character": { "fg": "#7aa4a1" }, "character.special": { "fg": "#73a3b7" }, "comment": { "fg": "#6d7f8b" }, "comment.documentation": { "fg": "#6d7f8b" }, "comment.error": { "fg": "#152528", "bg": "#e85c51" }, "comment.hint": { "fg": "#6d7f8b" }, "comment.note": { "fg": "#152528", "bg": "#5a93aa" }, "comment.todo": { "fg": "#152528", "bg": "#7aa4a1" }, "comment.warning": { "fg": "#152528", "bg": "#fda47f" }, "constant": { "fg": "#ff9664" }, "constant.builtin": { "fg": "#ff9664" }, "constant.macro": { "fg": "#d38d97" }, "constructor": { "fg": "#a1cdd8" }, "constructor.lua": { "fg": "#cbd9d8" }, "diff.delta": { "fg": "#fda47f" }, "diff.minus": { "fg": "#e85c51" }, "diff.plus": { "fg": "#7aa4a1" }, "function": { "fg": "#73a3b7" }, "function.builtin": { "fg": "#e85c51" }, "function.call": { "fg": "#73a3b7" }, "function.macro": { "fg": "#e85c51" }, "function.method": { "fg": "#73a3b7" }, "function.method.call": { "fg": "#73a3b7" }, "highlighted": { "bg": "#254147" }, "keyword": { "fg": "#ad5c7c" }, "keyword.conditional": { "fg": "#b97490" }, "keyword.conditional.ternary": { "fg": "#b97490" }, "keyword.coroutine": { "fg": "#ad5c7c" }, "keyword.debug": { "fg": "#ad5c7c" }, "keyword.directive": { "fg": "#ad5c7c" }, "keyword.directive.define": { "fg": "#ad5c7c" }, "keyword.exception": { "fg": "#ad5c7c" }, "keyword.export": { "fg": "#ad5c7c" }, "keyword.function": { "fg": "#ad5c7c" }, "keyword.import": { "fg": "#d38d97" }, "keyword.modifier": { "fg": "#ad5c7c" }, "keyword.operator": { "fg": "#cbd9d8" }, "keyword.repeat": { "fg": "#b97490" }, "keyword.return": { "fg": "#e85c51" }, "keyword.type": { "fg": "#ad5c7c" }, "label": { "fg": "#b97490" }, "label.json": { "fg": "#73a3b7" }, "markup": { "fg": "#e6eaea" }, "markup.environment": { "fg": "#e6eaea" }, "markup.environment.name": { "fg": "#e6eaea" }, "markup.heading": { "fg": "#73a3b7", "bold": true }, "markup.heading.1": { "fg": "#73a3b7", "bold": true }, "markup.heading.2": { "fg": "#73a3b7", "bold": true }, "markup.heading.3": { "fg": "#73a3b7", "bold": true }, "markup.heading.4": { "fg": "#73a3b7", "bold": true }, "markup.heading.5": { "fg": "#73a3b7", "bold": true }, "markup.heading.6": { "fg": "#73a3b7", "bold": true }, "markup.italic": { "italic": true }, "markup.link": { "fg": "#ad5c7c", "bold": true }, "markup.link.label": { "fg": "#73a3b7" }, "markup.link.url": { "fg": "#ff9664", "italic": true, "underline": "solid" }, "markup.list": { "fg": "#afd4de" }, "markup.list.checked": { "fg": "#7aa4a1" }, "markup.list.unchecked": { "fg": "#fda47f" }, "markup.math": { "fg": "#73a3b7" }, "markup.quote": { "fg": "#cbd9d8" }, "markup.raw": { "fg": "#a1cdd8", "italic": true }, "markup.raw.block": { "fg": "#cb7985" }, "markup.strikethrough": { "fg": "#e6eaea", "strikethrough": true }, "markup.strong": { "fg": "#c54e45", "bold": true }, "module": { "fg": "#afd4de" }, "module.builtin": { "fg": "#73a3b7" }, "namespace": { "fg": "#afd4de" }, "normal": { "fg": "#e6eaea", "bg": "#152528" }, "number": { "fg": "#ff8349" }, "number.float": { "fg": "#ff8349" }, "operator": { "fg": "#cbd9d8" }, "property": { "fg": "#5a93aa" }, "punctuation.bracket": { "fg": "#cbd9d8" }, "punctuation.bracket.rainbow.1": { "fg": "#e85c51" }, "punctuation.bracket.rainbow.2": { "fg": "#fda47f" }, "punctuation.bracket.rainbow.3": { "fg": "#5a93aa" }, "punctuation.bracket.rainbow.4": { "fg": "#ff8349" }, "punctuation.bracket.rainbow.5": { "fg": "#7aa4a1" }, "punctuation.delimiter": { "fg": "#cbd9d8" }, "punctuation.special": { "fg": "#afd4de" }, "string": { "fg": "#7aa4a1" }, "string.documentation": { "fg": "#7aa4a1" }, "string.escape": { "fg": "#fdb292", "bold": true }, "string.regex": { "fg": "#fdb292" }, "string.regexp": { "fg": "#fdb292" }, "string.special": { "fg": "#73a3b7" }, "string.special.path": { "fg": "#73a3b7" }, "string.special.symbol": { "fg": "#73a3b7" }, "string.special.url": { "fg": "#ff9664", "italic": true, "underline": "solid" }, "tag": { "fg": "#ad5c7c" }, "tag.attribute": { "fg": "#73a3b7", "italic": true }, "tag.builtin": { "fg": "#73a3b7" }, "tag.delimiter": { "fg": "#afd4de" }, "type": { "fg": "#fda47f" }, "type.builtin": { "fg": "#afd4de" }, "type.definition": { "fg": "#fda47f" }, "variable": { "fg": "#ebebeb" }, "variable.builtin": { "fg": "#e85c51" }, "variable.member": { "fg": "#5a93aa" }, "variable.parameter": { "fg": "#afd4de" }, "variable.parameter.builtin": { "fg": "#73a3b7" } } };
2
+ var theme = { "name": "terafox", "appearance": "dark", "revision": "4dacd3f0185a2227bdf3b6c0975a8f0bf87cac9a", "highlights": { "attribute": { "fg": "#ff9664" }, "attribute.builtin": { "fg": "#73a3b7" }, "boolean": { "fg": "#ff8349" }, "character": { "fg": "#7aa4a1" }, "character.special": { "fg": "#73a3b7" }, "comment": { "fg": "#6d7f8b" }, "comment.documentation": { "fg": "#6d7f8b" }, "comment.error": { "fg": "#152528", "bg": "#e85c51" }, "comment.hint": { "fg": "#6d7f8b" }, "comment.note": { "fg": "#152528", "bg": "#5a93aa" }, "comment.todo": { "fg": "#152528", "bg": "#7aa4a1" }, "comment.warning": { "fg": "#152528", "bg": "#fda47f" }, "constant": { "fg": "#ff9664" }, "constant.builtin": { "fg": "#ff9664" }, "constant.macro": { "fg": "#d38d97" }, "constructor": { "fg": "#a1cdd8" }, "constructor.lua": { "fg": "#cbd9d8" }, "diff.delta": { "fg": "#fda47f" }, "diff.minus": { "fg": "#e85c51" }, "diff.plus": { "fg": "#7aa4a1" }, "function": { "fg": "#73a3b7" }, "function.builtin": { "fg": "#e85c51" }, "function.call": { "fg": "#73a3b7" }, "function.macro": { "fg": "#e85c51" }, "function.method": { "fg": "#73a3b7" }, "function.method.call": { "fg": "#73a3b7" }, "highlighted": { "bg": "#254147" }, "keyword": { "fg": "#ad5c7c" }, "keyword.conditional": { "fg": "#b97490" }, "keyword.conditional.ternary": { "fg": "#b97490" }, "keyword.coroutine": { "fg": "#ad5c7c" }, "keyword.debug": { "fg": "#ad5c7c" }, "keyword.directive": { "fg": "#ad5c7c" }, "keyword.directive.define": { "fg": "#ad5c7c" }, "keyword.exception": { "fg": "#ad5c7c" }, "keyword.export": { "fg": "#ad5c7c" }, "keyword.function": { "fg": "#ad5c7c" }, "keyword.import": { "fg": "#d38d97" }, "keyword.modifier": { "fg": "#ad5c7c" }, "keyword.operator": { "fg": "#cbd9d8" }, "keyword.repeat": { "fg": "#b97490" }, "keyword.return": { "fg": "#e85c51" }, "keyword.type": { "fg": "#ad5c7c" }, "label": { "fg": "#b97490" }, "label.json": { "fg": "#73a3b7" }, "markup": { "fg": "#e6eaea" }, "markup.environment": { "fg": "#e6eaea" }, "markup.environment.name": { "fg": "#e6eaea" }, "markup.heading": { "fg": "#73a3b7", "bold": true }, "markup.heading.1": { "fg": "#73a3b7", "bold": true }, "markup.heading.2": { "fg": "#73a3b7", "bold": true }, "markup.heading.3": { "fg": "#73a3b7", "bold": true }, "markup.heading.4": { "fg": "#73a3b7", "bold": true }, "markup.heading.5": { "fg": "#73a3b7", "bold": true }, "markup.heading.6": { "fg": "#73a3b7", "bold": true }, "markup.italic": { "italic": true }, "markup.link": { "fg": "#ad5c7c", "bold": true }, "markup.link.label": { "fg": "#73a3b7" }, "markup.link.url": { "fg": "#ff9664", "italic": true, "underline": "solid" }, "markup.list": { "fg": "#afd4de" }, "markup.list.checked": { "fg": "#7aa4a1" }, "markup.list.unchecked": { "fg": "#fda47f" }, "markup.math": { "fg": "#73a3b7" }, "markup.quote": { "fg": "#cbd9d8" }, "markup.raw": { "fg": "#a1cdd8", "italic": true }, "markup.raw.block": { "fg": "#cb7985" }, "markup.strikethrough": { "fg": "#e6eaea", "strikethrough": true }, "markup.strong": { "fg": "#c54e45", "bold": true }, "module": { "fg": "#afd4de" }, "module.builtin": { "fg": "#73a3b7" }, "namespace": { "fg": "#afd4de" }, "normal": { "fg": "#e6eaea", "bg": "#152528" }, "number": { "fg": "#ff8349" }, "number.float": { "fg": "#ff8349" }, "operator": { "fg": "#cbd9d8" }, "property": { "fg": "#5a93aa" }, "punctuation.bracket": { "fg": "#cbd9d8" }, "punctuation.bracket.rainbow.1": { "fg": "#e85c51" }, "punctuation.bracket.rainbow.2": { "fg": "#fda47f" }, "punctuation.bracket.rainbow.3": { "fg": "#5a93aa" }, "punctuation.bracket.rainbow.4": { "fg": "#ff8349" }, "punctuation.bracket.rainbow.5": { "fg": "#7aa4a1" }, "punctuation.delimiter": { "fg": "#cbd9d8" }, "punctuation.special": { "fg": "#afd4de" }, "string": { "fg": "#7aa4a1" }, "string.documentation": { "fg": "#7aa4a1" }, "string.escape": { "fg": "#fdb292", "bold": true }, "string.regex": { "fg": "#fdb292" }, "string.regexp": { "fg": "#fdb292" }, "string.special": { "fg": "#73a3b7" }, "string.special.path": { "fg": "#73a3b7" }, "string.special.symbol": { "fg": "#73a3b7" }, "string.special.url": { "fg": "#ff9664", "italic": true, "underline": "solid" }, "tag": { "fg": "#ad5c7c" }, "tag.attribute": { "fg": "#73a3b7", "italic": true }, "tag.builtin": { "fg": "#73a3b7" }, "tag.delimiter": { "fg": "#afd4de" }, "type": { "fg": "#fda47f" }, "type.builtin": { "fg": "#afd4de" }, "type.definition": { "fg": "#fda47f" }, "variable": { "fg": "#ebebeb" }, "variable.builtin": { "fg": "#e85c51" }, "variable.member": { "fg": "#5a93aa" }, "variable.parameter": { "fg": "#afd4de" }, "variable.parameter.builtin": { "fg": "#73a3b7" } } };
3
3
  var terafox_default = theme;
4
4
 
5
5
  export { terafox_default as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumis-sh/themes",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Neovim themes for Lumis Syntax Highlighter",
5
5
  "author": "Leandro Pereira",
6
6
  "license": "MIT",