Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Merge requests
  • !18079

[feature] Changing colors from HEX/RGBa to HSLa

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/ilyador/v4-dev-hsl into v4-dev Oct 27, 2015
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: ilyador

Why?

  • HSL is human readable. there are only some HEX and almost zero RGB values most people can read and understand.
  • All colors will be in the same format. Now colors with opacity are RGBA and the rest are HEX, with HSL you could easily compare between colors with opacity and without.
  • Using HSL you can easily create "steps", take a base color and make variations of it, without the using SASS functions. You could write all 50 shades of gray by yourself ;)

I switched to using HSL in my projects for half a year now, and I really see no way back.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/ilyador/v4-dev-hsl