Created
May 31, 2019 08:39
-
-
Save jloow/749985932deb2395866bb6b267445cf9 to your computer and use it in GitHub Desktop.
Simple bug.n dark theme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; A simple dark theme for bug.n ;;; | |
; Copy and past into Config.ini (press Ctrl + Win + E) | |
; Set colour of status bar etc. to black | |
; Red is used to indicate active tags. Replace with "Black" to hide | |
Config_foreColor_#1=Red;Black;Black;Black;Black;Black;Black;Black;Black | |
; Set borders to black | |
Config_backColor_#1=Black;;;;;;;; | |
; Active windows and battery | |
; Battery settings require `Config_readinBat=1` to show | |
Config_backColor_#2=Gray;;;;;;;Gray;; | |
Config_foreColor_#2=Gray;;;;;;;Silver;; | |
Config_fontColor_#2=Black;;;;;;;Black;; | |
; Critical battery red, text white | |
Config_backColor_#3=;;;;;;;Red; | |
Config_fontColor_#3=;;;;;;;White; | |
; Set font colors to white | |
Config_fontColor_#1=White;White;White;White;White;White;White;White;White | |
; Bar transparency. 255 = full opacity, 0 = full transparency | |
Config_barTransparency=255 | |
; Font (optional) | |
; Config_fontName=Ubuntu Mono |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment