Skip to content

Commit 8b0b0f9

Browse files
committed
docs: rebuild styles docs
1 parent a7cbc13 commit 8b0b0f9

24 files changed

Lines changed: 99 additions & 25 deletions

docs/styles/andromeeda.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ https://github.com/EliverLara/Andromeda
1111
Accessibility
1212
-------------
1313

14-
Contrast ratio based on background: ``#23262E``.
14+
Contrast ratio relative to the background color ``#23262E``,
15+
calculated according to WCAG guidelines.
1516

1617
======================= ======= ======== =======
1718
Token Type Color Contrast Result
@@ -53,6 +54,8 @@ Generic.Traceback #FC644D 5.09 ✅ PASS
5354
Samples
5455
-------
5556

57+
Here are examples of the ``andromeeda`` style applied to different programming languages.
58+
5659
.. raw:: html
5760
:class: samples
5861
:file: ../_templates/preview.html

docs/styles/aurora-x.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ https://github.com/marqu3ss/Aurora-X
1111
Accessibility
1212
-------------
1313

14-
Contrast ratio based on background: ``#07090F``.
14+
Contrast ratio relative to the background color ``#07090F``,
15+
calculated according to WCAG guidelines.
1516

1617
===================== ======= ======== =======
1718
Token Type Color Contrast Result
@@ -56,6 +57,8 @@ Generic.Prompt #546E7A 3.69 ⚠️ FAIL
5657
Samples
5758
-------
5859

60+
Here are examples of the ``aurora-x`` style applied to different programming languages.
61+
5962
.. raw:: html
6063
:class: samples
6164
:file: ../_templates/preview.html

docs/styles/ayu-dark.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ https://github.com/ayu-theme/ayu-colors
1111
Accessibility
1212
-------------
1313

14-
Contrast ratio based on background: ``#0D1017``.
14+
Contrast ratio relative to the background color ``#0D1017``,
15+
calculated according to WCAG guidelines.
1516

1617
======================= ======= ======== =======
1718
Token Type Color Contrast Result
@@ -58,6 +59,8 @@ Generic.Traceback #D95757 4.94 ✅ PASS
5859
Samples
5960
-------
6061

62+
Here are examples of the ``ayu-dark`` style applied to different programming languages.
63+
6164
.. raw:: html
6265
:class: samples
6366
:file: ../_templates/preview.html

docs/styles/ayu-light.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ https://github.com/ayu-theme/ayu-colors
1111
Accessibility
1212
-------------
1313

14-
Contrast ratio based on background: ``#FCFCFC``.
14+
Contrast ratio relative to the background color ``#FCFCFC``,
15+
calculated according to WCAG guidelines.
1516

1617
======================= ======= ======== =======
1718
Token Type Color Contrast Result
@@ -58,6 +59,8 @@ Generic.Traceback #E65050 3.64 ⚠️ FAIL
5859
Samples
5960
-------
6061

62+
Here are examples of the ``ayu-light`` style applied to different programming languages.
63+
6164
.. raw:: html
6265
:class: samples
6366
:file: ../_templates/preview.html

docs/styles/ayu-mirage.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ https://github.com/ayu-theme/ayu-colors
1111
Accessibility
1212
-------------
1313

14-
Contrast ratio based on background: ``#242936``.
14+
Contrast ratio relative to the background color ``#242936``,
15+
calculated according to WCAG guidelines.
1516

1617
======================= ======= ======== =======
1718
Token Type Color Contrast Result
@@ -58,6 +59,8 @@ Generic.Traceback #FF6666 5.08 ✅ PASS
5859
Samples
5960
-------
6061

62+
Here are examples of the ``ayu-mirage`` style applied to different programming languages.
63+
6164
.. raw:: html
6265
:class: samples
6366
:file: ../_templates/preview.html

docs/styles/catppuccin-frappe.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ https://github.com/catppuccin/palette
1111
Accessibility
1212
-------------
1313

14-
Contrast ratio based on background: ``#303446``.
14+
Contrast ratio relative to the background color ``#303446``,
15+
calculated according to WCAG guidelines.
1516

1617
======================= ======= ======== ======
1718
Token Type Color Contrast Result
@@ -59,6 +60,8 @@ Generic.Output #a6d189 7.10 ✅ PASS
5960
Samples
6061
-------
6162

63+
Here are examples of the ``catppuccin-frappe`` style applied to different programming languages.
64+
6265
.. raw:: html
6366
:class: samples
6467
:file: ../_templates/preview.html

docs/styles/catppuccin-latte.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ https://github.com/catppuccin/palette
1111
Accessibility
1212
-------------
1313

14-
Contrast ratio based on background: ``#eff1f5``.
14+
Contrast ratio relative to the background color ``#eff1f5``,
15+
calculated according to WCAG guidelines.
1516

1617
======================= ======= ======== =======
1718
Token Type Color Contrast Result
@@ -59,6 +60,8 @@ Generic.Output #40a02b 2.96 ⚠️ FAIL
5960
Samples
6061
-------
6162

63+
Here are examples of the ``catppuccin-latte`` style applied to different programming languages.
64+
6265
.. raw:: html
6366
:class: samples
6467
:file: ../_templates/preview.html

docs/styles/catppuccin-macchiato.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ https://github.com/catppuccin/palette
1111
Accessibility
1212
-------------
1313

14-
Contrast ratio based on background: ``#24273a``.
14+
Contrast ratio relative to the background color ``#24273a``,
15+
calculated according to WCAG guidelines.
1516

1617
======================= ======= ======== ======
1718
Token Type Color Contrast Result
@@ -59,6 +60,8 @@ Generic.Output #a6da95 9.17 ✅ PASS
5960
Samples
6061
-------
6162

63+
Here are examples of the ``catppuccin-macchiato`` style applied to different programming languages.
64+
6265
.. raw:: html
6366
:class: samples
6467
:file: ../_templates/preview.html

docs/styles/catppuccin-mocha.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ https://github.com/catppuccin/palette
1111
Accessibility
1212
-------------
1313

14-
Contrast ratio based on background: ``#1e1e2e``.
14+
Contrast ratio relative to the background color ``#1e1e2e``,
15+
calculated according to WCAG guidelines.
1516

1617
======================= ======= ======== ======
1718
Token Type Color Contrast Result
@@ -59,6 +60,8 @@ Generic.Output #a6e3a1 11.03 ✅ PASS
5960
Samples
6061
-------
6162

63+
Here are examples of the ``catppuccin-mocha`` style applied to different programming languages.
64+
6265
.. raw:: html
6366
:class: samples
6467
:file: ../_templates/preview.html

docs/styles/dark-plus.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ https://github.com/microsoft/vscode/blob/main/extensions/theme-defaults/themes/d
1111
Accessibility
1212
-------------
1313

14-
Contrast ratio based on background: ``#1E1E1E``.
14+
Contrast ratio relative to the background color ``#1E1E1E``,
15+
calculated according to WCAG guidelines.
1516

1617
======================= ======= ======== ======
1718
Token Type Color Contrast Result
@@ -55,6 +56,8 @@ Generic.Traceback #f44747 4.64 ✅ PASS
5556
Samples
5657
-------
5758

59+
Here are examples of the ``dark-plus`` style applied to different programming languages.
60+
5861
.. raw:: html
5962
:class: samples
6063
:file: ../_templates/preview.html

0 commit comments

Comments
 (0)