dotfiles

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

dark.config (2698B)


      1 # Use dark mode by default (deprecated, better add `toggle_dark_mode` to `startup_commands` )
      2 default_dark_mode	1
      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 0 0 0
     36 
     37 ## Color of status bar text
     38 status_bar_text_color 0.7 0.7 0.7
     39 
     40 ## Configure the appearance of page separator
     41 #page_separator_width 2
     42 #page_separator_color	0.9 0.9 0.9
     43 
     44 # you can specify the exact highlight color for each of 26 different highlight types
     45 #Amethyst
     46 highlight_color_a	0.94 0.64 1.00
     47 #Blue
     48 highlight_color_b	0.00 0.46 0.86
     49 #Caramel
     50 highlight_color_c	0.60 0.25 0.00
     51 #Damson
     52 highlight_color_d	0.30 0.00 0.36
     53 #Ebony
     54 highlight_color_e	0.10 0.10 0.10
     55 #Forest
     56 highlight_color_f	0.00 0.36 0.19
     57 #Green
     58 highlight_color_g	0.17 0.81 0.28
     59 #Honeydew
     60 highlight_color_h	1.00 0.80 0.60
     61 #Iron
     62 highlight_color_i	0.50 0.50 0.50
     63 #Jade
     64 highlight_color_j	0.58 1.00 0.71
     65 #Khaki
     66 highlight_color_k	0.56 0.49 0.00
     67 #Lime
     68 highlight_color_l	0.62 0.80 0.00
     69 #Mallow
     70 highlight_color_m	0.76 0.00 0.53
     71 #Navy
     72 highlight_color_n	0.00 0.20 0.50
     73 #Orpiment
     74 highlight_color_o	1.00 0.64 0.02
     75 #Pink
     76 highlight_color_p	1.00 0.66 0.73
     77 #Quagmire
     78 highlight_color_q	0.26 0.40 0.00
     79 #Red
     80 highlight_color_r	1.00 0.00 0.06
     81 #Sky
     82 highlight_color_s	0.37 0.95 0.95
     83 #Turquoise
     84 highlight_color_t	0.00 0.60 0.56
     85 #Uranium
     86 highlight_color_u	0.88 1.00 0.40
     87 #Violet
     88 highlight_color_v	0.45 0.04 1.00
     89 #Wine
     90 highlight_color_w	0.60 0.00 0.00
     91 #Xanthin
     92 highlight_color_x	1.00 1.00 0.50
     93 #Yellow
     94 highlight_color_y	1.00 1.00 0.00
     95 #Zinnia
     96 highlight_color_z	1.00 0.31 0.02
     97