Advertisement
Guest User

Untitled

a guest
Nov 21st, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.96 KB | None | 0 0
  1. ########################
  2. #
  3. # Theme
  4. #
  5. ########################
  6. # RGB 24-bit colour support (tmux >= 2.2), possible values are:
  7. # - true
  8. # - false (default)
  9. tmux_conf_theme_24b_colour=false
  10.  
  11. # window style
  12. tmux_conf_theme_window_fg='default'
  13. tmux_conf_theme_window_bg='default'
  14.  
  15. # highlight focused pane (tmux >= 2.1), possible values are:
  16. # - true
  17. # - false (default)
  18. tmux_conf_theme_highlight_focused_pane=false
  19.  
  20. # focused pane colours:
  21. tmux_conf_theme_focused_pane_fg='default'
  22. tmux_conf_theme_focused_pane_bg='#0087d7' # light blue
  23.  
  24. # pane border style, possible values are:
  25. # - thin (default)
  26. # - fat
  27. tmux_conf_theme_pane_border_style=thin
  28.  
  29. # pane borders colours:
  30. tmux_conf_theme_pane_border='#444444' # gray
  31. tmux_conf_theme_pane_active_border='#00afff' # light blue
  32.  
  33. # pane indicator colours
  34. tmux_conf_theme_pane_indicator='#00afff' # light blue
  35. tmux_conf_theme_pane_active_indicator='#00afff' # light blue
  36.  
  37. # status line style
  38. tmux_conf_theme_message_fg='#000000' # black
  39. tmux_conf_theme_message_bg='#ffff00' # yellow
  40. tmux_conf_theme_message_attr='bold'
  41.  
  42. # status line command style (<prefix> : Escape)
  43. tmux_conf_theme_message_command_fg='#ffff00' # yellow
  44. tmux_conf_theme_message_command_bg='#000000' # black
  45. tmux_conf_theme_message_command_attr='bold'
  46.  
  47. # window modes style
  48. tmux_conf_theme_mode_fg='#000000' # black
  49. tmux_conf_theme_mode_bg='#ffff00' # yellow
  50. tmux_conf_theme_mode_attr='bold'
  51.  
  52. # status line style
  53. tmux_conf_theme_status_fg='#8a8a8a' # light gray
  54. tmux_conf_theme_status_bg='#080808' # dark gray
  55. tmux_conf_theme_status_attr='none'
  56.  
  57. # terminal title
  58. # - built-in variables are:
  59. # - #{circled_window_index}
  60. # - #{circled_session_name}
  61. # - #{hostname}
  62. # - #{hostname_ssh}
  63. # - #{username}
  64. # - #{username_ssh}
  65. tmux_conf_theme_terminal_title='#h โ #S โ— #I #W'
  66.  
  67. # window status style
  68. # - built-in variables are:
  69. # - #{circled_window_index}
  70. # - #{circled_session_name}
  71. # - #{hostname}
  72. # - #{hostname_ssh}
  73. # - #{username}
  74. # - #{username_ssh}
  75. tmux_conf_theme_window_status_fg='#8a8a8a' # light gray
  76. tmux_conf_theme_window_status_bg='#080808' # dark gray
  77. tmux_conf_theme_window_status_attr='none'
  78. tmux_conf_theme_window_status_format='#I #W'
  79. #tmux_conf_theme_window_status_format='#{circled_window_index} #W'
  80. #tmux_conf_theme_window_status_format='#I #W#{?window_bell_flag,๐Ÿ””,}#{?window_zoomed_flag,๐Ÿ”,}'
  81.  
  82. # window current status style
  83. # - built-in variables are:
  84. # - #{circled_window_index}
  85. # - #{circled_session_name}
  86. # - #{hostname}
  87. # - #{hostname_ssh}
  88. # - #{username}
  89. # - #{username_ssh}
  90. tmux_conf_theme_window_status_current_fg='#000000' # black
  91. tmux_conf_theme_window_status_current_bg='#00afff' # light blue
  92. tmux_conf_theme_window_status_current_attr='bold'
  93. tmux_conf_theme_window_status_current_format='#I #W'
  94. #tmux_conf_theme_window_status_current_format='#{circled_window_index} #W'
  95. #tmux_conf_theme_window_status_current_format='#I #W#{?window_zoomed_flag,๐Ÿ”,}'
  96.  
  97. # window activity status style
  98. tmux_conf_theme_window_status_activity_fg='default'
  99. tmux_conf_theme_window_status_activity_bg='default'
  100. tmux_conf_theme_window_status_activity_attr='underscore'
  101.  
  102. # window bell status style
  103. tmux_conf_theme_window_status_bell_fg='#ffff00' # yellow
  104. tmux_conf_theme_window_status_bell_bg='default'
  105. tmux_conf_theme_window_status_bell_attr='blink,bold'
  106.  
  107. # window last status style
  108. tmux_conf_theme_window_status_last_fg='#00afff' # light blue
  109. tmux_conf_theme_window_status_last_bg='default'
  110. tmux_conf_theme_window_status_last_attr='none'
  111.  
  112. # status left/right sections separators
  113. tmux_conf_theme_left_separator_main=''
  114. tmux_conf_theme_left_separator_sub='|'
  115. tmux_conf_theme_right_separator_main=''
  116. tmux_conf_theme_right_separator_sub='|'
  117. #tmux_conf_theme_left_separator_main='๎‚ฐ' # /!\ you don't need to install Powerline
  118. #tmux_conf_theme_left_separator_sub='๎‚ฑ' # you only need fonts patched with
  119. #tmux_conf_theme_right_separator_main='๎‚ฒ' # Powerline symbols or the standalone
  120. #tmux_conf_theme_right_separator_sub='๎‚ณ' # PowerlineSymbols.otf font
  121.  
  122. # status left/right content:
  123. # - separate main sections with '|'
  124. # - separate subsections with ','
  125. # - built-in variables are:
  126. # - #{battery_bar}
  127. # - #{battery_hbar}
  128. # - #{battery_percentage}
  129. # - #{battery_status}
  130. # - #{battery_vbar}
  131. # - #{circled_session_name}
  132. # - #{hostname_ssh}
  133. # - #{hostname}
  134. # - #{loadavg}
  135. # - #{pairing}
  136. # - #{prefix}
  137. # - #{root}
  138. # - #{synchronized}
  139. # - #{uptime_d}
  140. # - #{uptime_h}
  141. # - #{uptime_m}
  142. # - #{uptime_s}
  143. # - #{username}
  144. # - #{username_ssh}
  145. tmux_conf_theme_status_left=' โ #S | โ†‘#{?uptime_d, #{uptime_d}d,}#{?uptime_h, #{uptime_h}h,}#{?uptime_m, #{uptime_m}m,} '
  146. tmux_conf_theme_status_right='#{prefix}#{pairing}#{synchronized} #{?battery_status, #{battery_status},}#{?battery_bar, #{battery_bar},}#{?battery_percentage, #{battery_percentage},} , %R , %d %b | #{username}#{root} | #{hostname} '
  147.  
  148. # status left style
  149. tmux_conf_theme_status_left_fg='#000000,#e4e4e4,#e4e4e4' # black, white , white
  150. tmux_conf_theme_status_left_bg='#ffff00,#ff00af,#00afff' # yellow, pink, white blue
  151. tmux_conf_theme_status_left_attr='bold,none,none'
  152.  
  153. # status right style
  154. tmux_conf_theme_status_right_fg='#8a8a8a,#e4e4e4,#000000' # light gray, white, black
  155. tmux_conf_theme_status_right_bg='#080808,#d70000,#e4e4e4' # dark gray, red, white
  156. tmux_conf_theme_status_right_attr='none,none,bold'
  157.  
  158. # pairing indicator
  159. tmux_conf_theme_pairing='๐Ÿ‘“ ' # U+1F453
  160. tmux_conf_theme_pairing_fg='none'
  161. tmux_conf_theme_pairing_bg='none'
  162. tmux_conf_theme_pairing_attr='none'
  163.  
  164. # prefix indicator
  165. tmux_conf_theme_prefix='โŒจ ' # U+2328
  166. tmux_conf_theme_prefix_fg='none'
  167. tmux_conf_theme_prefix_bg='none'
  168. tmux_conf_theme_prefix_attr='none'
  169.  
  170. # root indicator
  171. tmux_conf_theme_root='!'
  172. tmux_conf_theme_root_fg='none'
  173. tmux_conf_theme_root_bg='none'
  174. tmux_conf_theme_root_attr='bold,blink'
  175.  
  176. # synchronized indicator
  177. tmux_conf_theme_synchronized='๐Ÿ”’' # U+1F512
  178. tmux_conf_theme_synchronized_fg='none'
  179. tmux_conf_theme_synchronized_bg='none'
  180. tmux_conf_theme_synchronized_attr='none'
  181.  
  182. # battery bar symbols
  183. tmux_conf_battery_bar_symbol_full='โ—ผ'
  184. tmux_conf_battery_bar_symbol_empty='โ—ป'
  185. #tmux_conf_battery_bar_symbol_full='โ™ฅ'
  186. #tmux_conf_battery_bar_symbol_empty='ยท'
  187.  
  188. # battery bar length (in number of symbols), possible values are:
  189. # - auto
  190. # - a number, e.g. 5
  191. tmux_conf_battery_bar_length='auto'
  192.  
  193. # battery bar palette, possible values are:
  194. # - gradient (default)
  195. # - heat
  196. # - 'colour_full_fg,colour_empty_fg,colour_bg'
  197. tmux_conf_battery_bar_palette='gradient'
  198. #tmux_conf_battery_bar_palette='#d70000,#e4e4e4,#000000' # red, white, black
  199.  
  200. # battery hbar palette, possible values are:
  201. # - gradient (default)
  202. # - heat
  203. # - 'colour_low,colour_half,colour_full'
  204. tmux_conf_battery_hbar_palette='gradient'
  205. #tmux_conf_battery_hbar_palette='#d70000,#ff5f00,#5fff00' # red, orange, green
  206.  
  207. # battery vbar palette, possible values are:
  208. # - gradient (default)
  209. # - heat
  210. # - 'colour_low,colour_half,colour_full'
  211. tmux_conf_battery_vbar_palette='gradient'
  212. #tmux_conf_battery_vbar_palette='#d70000,#ff5f00,#5fff00' # red, orange, green
  213.  
  214. # symbols used to indicate whether battery is charging or discharging
  215. tmux_conf_battery_status_charging='โ†‘' # U+2191
  216. tmux_conf_battery_status_discharging='โ†“' # U+2193
  217. #tmux_conf_battery_status_charging='โšก ' # U+26A1
  218. #tmux_conf_battery_status_charging='๐Ÿ”Œ ' # U+1F50C
  219. #tmux_conf_battery_status_discharging='๐Ÿ”‹ ' # U+1F50B
  220.  
  221. # clock style
  222. tmux_conf_theme_clock_colour='#00afff' # light blue
  223. tmux_conf_theme_clock_style='12'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement