Sha256: 4aee753d836e3a5c864eec025f12ffe92bd506b762a03e258d9463f5aa477c39

Contents?: true

Size: 494 Bytes

Versions: 2

Compression:

Stored size: 494 Bytes

Contents

Prime::Styles.define :sidebar do
  style :screen,
    background_color: proc { Prime::Config.color.dark }
  style :table,
    top: 150,
    left: 0,
    width: 320,
    bottom: 0,
    background_color: proc { Prime::Config.color.dark },
    separator_color: :clear

  style :table_cell,
    selection_style: :none

  style :action_title,
    text_color: :white,
    top: 10,
    width: 320,
    font: proc { :system.uifont(20) },
    size_to_fit: true,
    left: 20,
    text_color: :white
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
motion-prime-0.4.5 files/app/styles/sidebar.rb
motion-prime-0.4.4 files/app/styles/sidebar.rb