{"id":13897261,"url":"https://github.com/Kronuz/ColorHighlight","last_synced_at":"2025-07-17T14:30:44.429Z","repository":{"id":137634721,"uuid":"136642627","full_name":"Kronuz/ColorHighlight","owner":"Kronuz","description":"🎨 Lightweight Color Highlight colorizer for Sublime Text","archived":false,"fork":false,"pushed_at":"2022-08-13T17:12:19.000Z","size":459,"stargazers_count":121,"open_issues_count":17,"forks_count":12,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-15T18:10:32.795Z","etag":null,"topics":["color","hex","highlight","highlighter","hsl","rgb","sublime-text"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kronuz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-08T16:29:47.000Z","updated_at":"2024-09-23T18:32:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"41dcb11f-cefa-4313-9525-9a490ddbb532","html_url":"https://github.com/Kronuz/ColorHighlight","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kronuz%2FColorHighlight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kronuz%2FColorHighlight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kronuz%2FColorHighlight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kronuz%2FColorHighlight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kronuz","download_url":"https://codeload.github.com/Kronuz/ColorHighlight/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226270433,"owners_count":17598075,"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":["color","hex","highlight","highlighter","hsl","rgb","sublime-text"],"created_at":"2024-08-06T18:03:28.063Z","updated_at":"2024-11-25T03:30:48.948Z","avatar_url":"https://github.com/Kronuz.png","language":"Python","funding_links":["https://www.paypal.me/Kronuz/25"],"categories":["Python"],"sub_categories":[],"readme":"# 🎨 Color Highlight\n\n[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/Kronuz/25)\n[![Package Control](https://img.shields.io/packagecontrol/dt/Color%20Highlight.svg)](https://packagecontrol.io/packages/Color%20Highlight)\n\nShow color codes (like \"#ffffff\", 0xffffff \"rgb(255, 255, 255)\", \"white\",\nhsl(0, 0%, 100%), etc.) with their real color as the background and/or gutter icons.\n\n![Description](screenshots/screenshot.gif?raw=true)\n\n## Installation\n\n- **_Recommended_** - Using [Sublime Package Control](https://packagecontrol.io \"Sublime Package Control\")\n    - \u003ckbd\u003eCtrl\u003c/kbd\u003e+\u003ckbd\u003eShift\u003c/kbd\u003e+\u003ckbd\u003eP\u003c/kbd\u003e then select `Package Control: Install Package`\n    - install `Color Highlight`\n- Alternatively, download the package from [GitHub](https://github.com/Kronuz/ColorHighlight \"Color Highlight\") into your `Packages` folder and make sure to rename the directory to \"Color Highlight\".\n\n\n## Usage\n\nSupported color representations are:\n\n- Named colors in the form of CSS3 color names\n  e.g. `green`, `black` and many others are also supported.\n\n- Hexademical in the form of `#RGB`, `#RGBA`, `#RRGGBB` or `#RRGGBBAA`\n  (you can use both upper and lower case letters)\n\n- Hexadecimal numbers with prefix 0x in the form of `0xRRGGBB` or `0xRRGGBBAA`\n\n- RBG or RGBA value in the form of `rgb(red, green, blue)` or `rgba(red, green, blue, alpha)`\n  with decimal channel values\n\n- HSL or HSLA value in the form of `hsl(hue, sat%, lum%)` or `hsla(hue, sat%, lum%, alpha)`\n\n- HSV or HSVA value in the form of `hsv(hue, sat%, val%)` or `hsva(hue, sat%, val%, alpha)`\n\n- HWB value in the form of `hwb(hue, white%, black%)` or `hwb(hue, white%, black%, alpha)`\n\n- CIELAB (Lab) value in the form of `lab(lum, a, b)` or `lab(lum, a, b, alpha)`\n\n- Cylindrical CIELAB (LCH) in the form of `lch(hue, chroma, lum)` or `lch(hue, chroma, lum, alpha)`\n\n- ANSI escape sequences: 3/4 bit (8-color), 8-bit (256-color), 24-bit (true color)\n  in the form of `\\033[3Xm`, `\\033[4Xm`, `\\033[38;5;IIIm` or `\\033[38;2;RRR,GGG,BBBm`.\n  Escape part accepting \"`^[`[\", \"\\033\", \"\\x1b[\", \"\\u001b[\" and \"\\e[\"\n\n\nThose will be shown with colored background and gutter icons when they're found in\nyour documents.\n\n\n## Configuration\n\n- You can disable live highlight directly from the command palette:\n  `Color Highlight: Disable Color Highlight`\n\n- Open settings using the command palette:\n  `Preferences: Color Highlight Settings - User`\n\n- Gutter icons can be switched among three flavors (or disabled) by using\n  the `gutter_icon` setting:\n \n  + \"circle\" - Gutter icon with the color in a circle\n  + \"square\" - Gutter icon with the color in a square\n  + \"fill\" - Fill whole gutter with color\n  \n  ```\n  \"user\": {\n    \"gutter_icon\": \"fill\"\n  }\n  ```\n\n  ![Gutter Icon](screenshots/gutter_icon.png?raw=true)\n\n- Highlighting the value region in the color can be enabled or disabled by\n  using the `highlight_values` setting.\n\n- Enabling/disabling coloring of different types of values can be configured.\n\n\n## License\n\nCopyright (C) 2018 German Mendez Bravo (Kronuz). All rights reserved.\n\nMIT license\n\nThis plugin was initially a fork of\nhttps://github.com/Monnoroch/ColorHighlighter\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKronuz%2FColorHighlight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FKronuz%2FColorHighlight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKronuz%2FColorHighlight/lists"}