Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prikhi/bootstrap-molokai
A Twitter Bootstrap Theme based on the Molokai colorscheme for vim.
https://github.com/prikhi/bootstrap-molokai
bootstrap-theme bootstrap3 bootstrap3-theme css less
Last synced: 5 days ago
JSON representation
A Twitter Bootstrap Theme based on the Molokai colorscheme for vim.
- Host: GitHub
- URL: https://github.com/prikhi/bootstrap-molokai
- Owner: prikhi
- License: gpl-3.0
- Created: 2014-04-18T07:24:42.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-26T20:36:58.000Z (over 10 years ago)
- Last Synced: 2024-11-16T08:36:12.224Z (2 months ago)
- Topics: bootstrap-theme, bootstrap3, bootstrap3-theme, css, less
- Language: CSS
- Size: 410 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
==================
Bootstrap Molokai
==================Bootstrap Molokai is a theme for `Bootstrap`_ based on the `Molokai`_
colorscheme for vim.The theme currently supports Bootstrap v3.1.1.
A sample page, showing off the theme can be found in the ``sample``
directory(blatantly ripped from `Bootswatch`_).A live demo can be found at `http://sleepanarchy.com
`_.Usage
======Simply copy ``dist/css/bootstrap.css`` over your ``bootstrap.css`` file.
The `Mezzanine CMS`_ uses Bootstrap in addition to custom CSS classes. Theming
for both Bootstrap and Mezzanine is provided by the ``dist/css/mezzanine.css``
file. It is intended to replace your ``bootstrap.css`` file.Tweaking and Compiling
=======================To customize the colors, edit the ``molokai.less`` or ``mezzanine.less``
files, then compile the CSS files using the ``build.sh`` script::./build.sh
The newly compiled files, along with their minified versions, will be output to
the ``dist/css`` directory.Contributing
=============Make sure to build the final CSS files using the ``build.sh`` script before
submitting a pull request.To upgrade the version of Bootstrap used, replace the files in the
``bootstrap`` folder with the files from the new version. Make sure to bump the
"Supported Version" number at the beginning of this file... _Bootstrap: http://www.getbootstrap.com
.. _Bootswatch: https://github.com/thomaspark/bootswatch
.. _Mezzanine CMS: http://mezzanine.jupo.org/
.. _Molokai: https://github.com/tomasr/molokai