## ELinks 0.12pre5 configuration file ## This is ELinks configuration file. You can edit it manually, ## if you wish so; this file is edited by ELinks when you save ## options through UI, however only option values will be altered ## and missing options will be added at the end of file; if option ## is not written in this file, but in some file included from it, ## it is NOT counted as missing. Note that all your formatting, ## own comments and so on will be kept as-is. ## ## Obviously, if you don't like what ELinks is going to do with ## this file, you can change it by altering the config.saving_style ## option. Come on, aren't we friendly guys after all? ############################## # Automatically saved options # ## config # Configuration handling options. ## config.saving_style_w [0|1] # This is internal option used when displaying a warning about obsolete # config.saving_style. You shouldn't touch it. set config.saving_style_w = 1 ## terminal # Terminal options. ## terminal.xterm # Options specific to this terminal type (according to $TERM value). ## terminal.xterm.colors set terminal.xterm.colors = 3 ## terminal.xterm.utf_8_io [0|1] set terminal.xterm.utf_8_io = 1 ## ui # User interface options. ## ui.language # Language of user interface. 'System' means that the language will be # extracted from the environment dynamically. set ui.language = "System" ############################## # Automatically saved options # ## terminal # Terminal options. ## terminal.screen # Options specific to this terminal type (according to $TERM value). ## terminal.screen.colors set terminal.screen.colors = 1 ## terminal.screen.block_cursor [0|1] set terminal.screen.block_cursor = 1 ## terminal.screen.utf_8_io [0|1] set terminal.screen.utf_8_io = 1 ## terminal.screen.type set terminal.screen.type = 1 ############################## # Automatically saved options # ## document # Document options. ## document.colors # Default document color settings. ## document.colors.link # Default link color. set document.colors.link = "aqua" ## document.colors.vlink # Default visited link color. set document.colors.vlink = "yellow" ## document.colors.image # Default image link color. set document.colors.image = "darkolivegreen" ## document.colors.bookmark # Default bookmarked link color. set document.colors.bookmark = "hotpink" ## document.colors.dirs # Default directory color. # # See document.browse.links.color_dirs option. set document.colors.dirs = "yellow"