dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

theme.ini (344B)


      1 [other]
      2 
      3 ; list title
      4 title.fg = green
      5 
      6 ; status bar
      7 statusBar.bg = blue
      8 statusBar.fg = black
      9 
     10 ; current list title
     11 titleCurrent.fg = blue
     12 
     13 ; current task
     14 taskCurrent.fg = magenta
     15 
     16 ; subtasks
     17 ; selected
     18 subtaskCurrent.fg = magenta
     19 ; incomplete
     20 subtaskIncomplete.fg = blue
     21 ; complete
     22 subtaskComplete.fg = yellow
     23 
     24 ; disabled
     25 disabled.fg = yellow