Project

General

Profile

unexist.dev

subtle

Assorted tidbits and projects

Feature #190

Replace color and border settings by CSS-like styles

Added by Christoph Kappel about 13 years ago. Updated about 13 years ago.

Status:
Fixed
Priority:
Urgent
Assignee:
-
Category:
Feature
Target version:
-
Start date:
04/17/2011
Due date:
% Done:

100%

Estimated time:
0.00 h

Description

Change current colors settings to styles and add more possibilities of customizing like different border settings, padding/margin per panel item.

Old colors

color :title_fg,        '#ffffff'
color :title_bg,        '#1a1a1a'
color :title_border,    '#1a1a1a'

New styles

style :title do
  foreground '#fecf35'
  background '#202020'                                                                                                                                                                                                                        
  border     '#303030', 2
  #border_top '#403030', 2
  padding    2, 2, 2, 2
  #padding   2, 2
  #padding   2
  margin     2, 2, 2, 2
end

History

#1 Updated by Christoph Kappel about 13 years ago

  • % Done changed from 0 to 100
  • Status changed from Unconfirmed to Fixed

Applied in changeset fac2365e47c8.

Also available in: Atom PDF