-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
25 lines (25 loc) · 2.06 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<html lang="en">
<head>
<title>pygments-high-contrast-stylesheets</title>
<meta name="description" content="A hard fork of pygments-css with WCAG AA passing stylesheets">
<style>
iframe {
width: 600;
height: 450;
border: 0;
display: block;
}
</style>
</head>
<body>
<h1>pygments-high-contrast-stylesheets</h1>
<p>A hard fork of <a href="https://github.com/richleland/pygments-css">pygments-css</a> with WCAG AA passing stylesheets.</p>
<p><a href="https://github.com/mpchadwick/pygments-high-contrast-stylesheets">View Project on GitHub</a></p>
<h2>Why?</h2>
<p>When you're choosing a theme for your personal IDE feel free to choose whatever you'd like. But when you're publishing to the web, keep in mind that you're not the only one reading the code using the selected theme.</p>
<p>These high contrast themes pass WCAG AA's standards, making them more friendly to the large segment of the population with color vision deficiency.</p>
<h2>Demos</h2>
<h3>autumn.css</h3><iframe src="demos/autumn-converted.html" title="autumn.css demo"></iframe><h3>colorful.css</h3><iframe src="demos/colorful-converted.html" title="colorful.css demo"></iframe><h3>fruity.css</h3><iframe src="demos/fruity-converted.html" title="fruity.css demo"></iframe><h3>monokai.css</h3><iframe src="demos/monokai-converted.html" title="monokai.css demo"></iframe><h3>native.css</h3><iframe src="demos/native-converted.html" title="native.css demo"></iframe><h3>perldoc.css</h3><iframe src="demos/perldoc-converted.html" title="perldoc.css demo"></iframe><h3>solarized-dark.css</h3><iframe src="demos/solarized-dark-converted.html" title="solarized-dark.css demo"></iframe><h3>solarized-light.css</h3><iframe src="demos/solarized-light-converted.html" title="solarized-light.css demo"></iframe><h3>trac.css</h3><iframe src="demos/trac-converted.html" title="trac.css demo"></iframe><h3>vim.css</h3><iframe src="demos/vim-converted.html" title="vim.css demo"></iframe>
<p><a href="https://github.com/mpchadwick/pygments-high-contrast-stylesheets">View Project on GitHub</a></p>
</body>
</html>