Last active
December 19, 2023 01:20
-
-
Save Mark-Han/59d87fcc671e1fcceae739f25a677c6f to your computer and use it in GitHub Desktop.
my user setting file for Sumatra, the PDF viewer on Windows
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
# For documentation, see http://www.sumatrapdfreader.org/settings3.2.html | |
MainWindowBackground = #000000 | |
EscToExit = true | |
ReuseInstance = false | |
UseSysColors = true | |
RestoreSession = true | |
FixedPageUI [ | |
TextColor = #000000 | |
BackgroundColor = #ffffff | |
SelectionColor = #f5fc0c | |
WindowMargin = 2 4 2 4 | |
PageSpacing = 4 4 | |
] | |
EbookUI [ | |
FontName = Georgia | |
FontSize = 12.5 | |
TextColor = #5f4b32 | |
BackgroundColor = #fbf0d9 | |
UseFixedPageUI = false | |
] | |
ComicBookUI [ | |
WindowMargin = 0 0 0 0 | |
PageSpacing = 4 4 | |
CbxMangaMode = false | |
] | |
ChmUI [ | |
UseFixedPageUI = false | |
] | |
ExternalViewers [ | |
] | |
ShowMenubar = false | |
ReloadModifiedDocuments = true | |
FullPathInTitle = false | |
ZoomLevels = 8.33 12.5 18 25 33.33 50 66.67 75 100 125 150 200 300 400 600 800 1000 1200 1600 2000 2400 3200 4800 6400 | |
ZoomIncrement = 0 | |
PrinterDefaults [ | |
PrintScale = shrink | |
] | |
ForwardSearch [ | |
HighlightOffset = 0 | |
HighlightWidth = 15 | |
HighlightColor = #6581ff | |
HighlightPermanent = false | |
] | |
CustomScreenDPI = 0 | |
RememberStatePerDocument = true | |
UiLanguage = en | |
ShowToolbar = false | |
ShowFavorites = false | |
AssociateSilently = false | |
CheckForUpdates = false | |
RememberOpenedFiles = false | |
InverseSearchCmdLine = "C:\Program Files\Sublime Text 3\sublime_text.exe" "%f:%l" | |
EnableTeXEnhancements = true | |
DefaultDisplayMode = continuous facing | |
DefaultZoom = fit page | |
WindowState = 2 | |
WindowPos = 875 -17 660 433 | |
ShowToc = false | |
SidebarDx = 196 | |
TocDy = 0 | |
ShowStartPage = false | |
UseTabs = true | |
FileStates [ | |
] | |
SessionData [ | |
] | |
TimeOfLastUpdateCheck = 0 0 | |
OpenCountWeek = 312 | |
# Settings after this line have not been recognized by the current version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment