package slack

  1. Overview
  2. Docs

Source file colors.ml

1
2
3
4
5
6
7
8
(* https://styleguide.github.com/primer/utilities/colors/#background-colors *)

let gray = "#f6f8fa"
let blue = "#0366d6"
let yellow = "#ffd33d"
let red = "#d73a49"
let green = "#28a745"
let purple = "#6f42c1"
OCaml

Innovation. Community. Security.