{"id":19652994,"url":"https://github.com/csstools/postcss-bob-ross-palette","last_synced_at":"2025-04-28T17:31:05.157Z","repository":{"id":57327831,"uuid":"47176139","full_name":"csstools/postcss-bob-ross-palette","owner":"csstools","description":"Bring Bob Ross to your CSS :)","archived":true,"fork":false,"pushed_at":"2015-12-01T08:46:55.000Z","size":8,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-24T06:24:08.250Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/csstools.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-12-01T08:30:37.000Z","updated_at":"2024-12-27T18:13:57.000Z","dependencies_parsed_at":"2022-09-17T13:50:23.280Z","dependency_job_id":null,"html_url":"https://github.com/csstools/postcss-bob-ross-palette","commit_stats":null,"previous_names":["jonathantneal/postcss-bob-ross-palette"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csstools%2Fpostcss-bob-ross-palette","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csstools%2Fpostcss-bob-ross-palette/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csstools%2Fpostcss-bob-ross-palette/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csstools%2Fpostcss-bob-ross-palette/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/csstools","download_url":"https://codeload.github.com/csstools/postcss-bob-ross-palette/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251337148,"owners_count":21573317,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T15:12:51.707Z","updated_at":"2025-04-28T17:31:05.127Z","avatar_url":"https://github.com/csstools.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bob Ross Palette\n\n\u003cimg align=\"right\" width=\"135\" height=\"95\" src=\"http://postcss.github.io/postcss/logo-leftp.png\" title=\"Philosopher’s stone, logo of PostCSS\"\u003e\n\n[![NPM Version][npm-img]][npm] [![Build Status][ci-img]][ci]\n\n[Bob Ross Palette] allows you to use [Bob Ross]’ [Color Palette] in CSS. In this world, everything can be happy.\n\nThis is probably the greatest thing to happen in my life - to be able to share this with you. I sincerely wish for you every possible joy life could bring.\n\n![Bob Ross](https://cloud.githubusercontent.com/assets/188426/11495888/9ce081a0-97dc-11e5-87f9-6c3da8bedf86.png)\n\n\u003e Everything is happy if you choose to make it that way.\n\n```css\n/* before */\n\n.happy-little-trees {\n\tbackground-color: titanium-white;\n\tcolor: prussian-blue;\n}\n\n/* after */\n\n.happy-little-trees {\n\tbackground-color: #ffffff;\n\tcolor: #021e44;\n}\n```\n\n## Usage\n\nWhen you do it your way you can go anywhere you choose. You can create the world you want to see and be a part of. You have that power.\n\nAdd [Bob Ross Palette] to your build tool:\n\n```bash\nnpm install postcss-bob-ross-palette --save-dev\n```\n\n#### Node\n\n```js\nrequire('postcss-bob-ross-palette').process(YOUR_CSS);\n```\n\n#### PostCSS\n\nAdd [PostCSS] to your build tool:\n\n```bash\nnpm install postcss --save-dev\n```\n\nLoad [Bob Ross Palette] as a PostCSS plugin:\n\n```js\npostcss([\n    require('postcss-bob-ross-palette')()\n]);\n```\n\n#### Gulp\n\nAdd [Gulp PostCSS] to your build tool:\n\n```bash\nnpm install gulp-postcss --save-dev\n```\n\nEnable [Bob Ross Palette] within your Gulpfile:\n\n```js\nvar postcss = require('gulp-postcss');\n\ngulp.task('css', function () {\n    return gulp.src('./css/src/*.css').pipe(\n        postcss([\n            require('postcss-bob-ross-palette')()\n        ])\n    ).pipe(\n        gulp.dest('./css')\n    );\n});\n```\n\n#### Grunt\n\nAdd [Grunt PostCSS] to your build tool:\n\n```bash\nnpm install grunt-postcss --save-dev\n```\n\nEnable [Bob Ross Palette] within your Gruntfile:\n\n```js\ngrunt.loadNpmTasks('grunt-postcss');\n\ngrunt.initConfig({\n    postcss: {\n        options: {\n            processors: [\n                require('postcss-bob-ross-palette')()\n            ]\n        },\n        dist: {\n            src: 'css/*.css'\n        }\n    }\n});\n```\n\n---\n\n\u003e If what you’re doing doesn’t make you happy - you’re doing the wrong thing.\n\n[ci]:      https://travis-ci.org/jonathantneal/postcss-bob-ross-palette\n[ci-img]:  https://img.shields.io/travis/jonathantneal/postcss-bob-ross-palette.svg\n[npm]:     https://www.npmjs.com/package/postcss-bob-ross-palette\n[npm-img]: https://img.shields.io/npm/v/postcss-bob-ross-palette.svg\n\n[Bob Ross]:      https://www.youtube.com/user/BobRossInc/videos\n[Color Palette]: http://thomaspark.co/2015/11/bob-ross-color-palette-in-css/\n[Gulp PostCSS]:  https://github.com/postcss/gulp-postcss\n[Grunt PostCSS]: https://github.com/nDmitry/grunt-postcss\n[PostCSS]:       https://github.com/postcss/postcss\n\n[Bob Ross Palette]: https://github.com/jonathantneal/postcss-bob-ross-palette\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsstools%2Fpostcss-bob-ross-palette","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsstools%2Fpostcss-bob-ross-palette","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsstools%2Fpostcss-bob-ross-palette/lists"}