package oxbow

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Config.BorderSource

Sourcetype t = {
  1. mutable width : int32;
  2. mutable focused : Oxbow_core.Color.t;
  3. mutable unfocused : Oxbow_core.Color.t;
  4. mutable urgent : Oxbow_core.Color.t;
  5. mutable swallowing : Oxbow_core.Color.t;
  6. mutable captured : Oxbow_core.Color.t;
}