dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

light.config (2697B)


      1 # Use dark mode by default (deprecated, better add `toggle_dark_mode` to `startup_commands` )
      2 default_dark_mode	0
      3 
      4 # The color with which the screen is cleared before rendering the pdf (this is the background color of the application and not the PDF file)
      5 background_color    0.97 0.97 0.97
      6 dark_mode_background_color    0.0 0.0 0.0
      7 
      8 # Showing full white text on black background can be irritating for the eye, we can dim the whites a little bit using the contrast option
      9 dark_mode_contrast			0.8
     10 
     11 # Highlight color when text is selected using mouse
     12 # text_highlight_color    1.0 1.0 0.0
     13 text_highlight_color    1.0 1.0 0.0
     14 
     15 # The color of highlight ruler which is displayed when right click is pressed
     16 visual_mark_color    0.0 0.0 0.0 0.1
     17 
     18 # Highlight color when text is a search match
     19 search_highlight_color  0.0 1.0 0.0
     20 
     21 # Hihglight color for PDF links (note that highlight is off by default
     22 # and can only be seen by performing a toggle_highlight command. See keys.config for more details)
     23 link_highlight_color    0.0 0.0 1.0
     24 
     25 # Hihglight color for synctex forward search highlights
     26 synctex_highlight_color    1.0 0.0 1.0
     27 
     28 ## Background color to use when executing `toggle_custom_color`
     29 custom_background_color 0.180 0.204 0.251
     30 
     31 ## Text color to use when executing `toggle_custom_color`
     32 custom_text_color 0.847 0.871 0.914
     33 
     34 ## Color of status bar background
     35 status_bar_color 1 1 1
     36 ## Color of status bar text
     37 status_bar_text_color 0.2 0.2 0.2
     38 
     39 ## Configure the appearance of page separator
     40 #page_separator_width 2
     41 #page_separator_color	0.9 0.9 0.9
     42 
     43 # you can specify the exact highlight color for each of 26 different highlight types
     44 #Amethyst
     45 highlight_color_a	0.94 0.64 1.00
     46 #Blue
     47 highlight_color_b	0.00 0.46 0.86
     48 #Caramel
     49 highlight_color_c	0.60 0.25 0.00
     50 #Damson
     51 highlight_color_d	0.30 0.00 0.36
     52 #Ebony
     53 highlight_color_e	0.10 0.10 0.10
     54 #Forest
     55 highlight_color_f	0.00 0.36 0.19
     56 #Green
     57 highlight_color_g	0.17 0.81 0.28
     58 #Honeydew
     59 highlight_color_h	1.00 0.80 0.60
     60 #Iron
     61 highlight_color_i	0.50 0.50 0.50
     62 #Jade
     63 highlight_color_j	0.58 1.00 0.71
     64 #Khaki
     65 highlight_color_k	0.56 0.49 0.00
     66 #Lime
     67 highlight_color_l	0.62 0.80 0.00
     68 #Mallow
     69 highlight_color_m	0.76 0.00 0.53
     70 #Navy
     71 highlight_color_n	0.00 0.20 0.50
     72 #Orpiment
     73 highlight_color_o	1.00 0.64 0.02
     74 #Pink
     75 highlight_color_p	1.00 0.66 0.73
     76 #Quagmire
     77 highlight_color_q	0.26 0.40 0.00
     78 #Red
     79 highlight_color_r	1.00 0.00 0.06
     80 #Sky
     81 highlight_color_s	0.37 0.95 0.95
     82 #Turquoise
     83 highlight_color_t	0.00 0.60 0.56
     84 #Uranium
     85 highlight_color_u	0.88 1.00 0.40
     86 #Violet
     87 highlight_color_v	0.45 0.04 1.00
     88 #Wine
     89 highlight_color_w	0.60 0.00 0.00
     90 #Xanthin
     91 highlight_color_x	1.00 1.00 0.50
     92 #Yellow
     93 highlight_color_y	1.00 1.00 0.00
     94 #Zinnia
     95 highlight_color_z	1.00 0.31 0.02
     96