diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 9be0719..c8db9b1 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -15,5 +15,6 @@ *= require asciinema-player *= require themes/default *= require themes/solarized-dark + *= require themes/solarized-light *= require contributing */ diff --git a/vendor/assets/stylesheets/themes/solarized-light.css b/vendor/assets/stylesheets/themes/solarized-light.css new file mode 100644 index 0000000..3b1efb1 --- /dev/null +++ b/vendor/assets/stylesheets/themes/solarized-light.css @@ -0,0 +1,35 @@ +.asciinema-theme-solarized-light .asciinema-terminal {color: #657b83;background-color: #fdf6e3} +.asciinema-theme-solarized-light .fg-bg {color: #fdf6e3} +.asciinema-theme-solarized-light .bg-fg {background-color: #657b83} +.asciinema-theme-solarized-light .fg-0 { color: #eee8d5 } +.asciinema-theme-solarized-light .bg-0 { background-color: #eee8d5 } +.asciinema-theme-solarized-light .fg-1 { color: #dc322f } +.asciinema-theme-solarized-light .bg-1 { background-color: #dc322f } +.asciinema-theme-solarized-light .fg-2 { color: #859900 } +.asciinema-theme-solarized-light .bg-2 { background-color: #859900 } +.asciinema-theme-solarized-light .fg-3 { color: #b58900 } +.asciinema-theme-solarized-light .bg-3 { background-color: #b58900 } +.asciinema-theme-solarized-light .fg-4 { color: #268bd2 } +.asciinema-theme-solarized-light .bg-4 { background-color: #268bd2 } +.asciinema-theme-solarized-light .fg-5 { color: #d33682 } +.asciinema-theme-solarized-light .bg-5 { background-color: #d33682 } +.asciinema-theme-solarized-light .fg-6 { color: #2aa198 } +.asciinema-theme-solarized-light .bg-6 { background-color: #2aa198 } +.asciinema-theme-solarized-light .fg-7 { color: #073642 } +.asciinema-theme-solarized-light .bg-7 { background-color: #073642 } +.asciinema-theme-solarized-light .fg-8 { color: #fdf6e3 } +.asciinema-theme-solarized-light .bg-8 { background-color: #fdf6e3 } +.asciinema-theme-solarized-light .fg-9 { color: #cb4b16 } +.asciinema-theme-solarized-light .bg-9 { background-color: #cb4b16 } +.asciinema-theme-solarized-light .fg-10 { color: #93a1a1 } +.asciinema-theme-solarized-light .bg-10 { background-color: #93a1a1 } +.asciinema-theme-solarized-light .fg-11 { color: #839496 } +.asciinema-theme-solarized-light .bg-11 { background-color: #839496 } +.asciinema-theme-solarized-light .fg-12 { color: #657b83 } +.asciinema-theme-solarized-light .bg-12 { background-color: #657b83 } +.asciinema-theme-solarized-light .fg-13 { color: #6c71c4 } +.asciinema-theme-solarized-light .bg-13 { background-color: #6c71c4 } +.asciinema-theme-solarized-light .fg-14 { color: #586e75 } +.asciinema-theme-solarized-light .bg-14 { background-color: #586e75 } +.asciinema-theme-solarized-light .fg-15 { color: #002b36 } +.asciinema-theme-solarized-light .bg-15 { background-color: #002b36 }