Skip to content

Instantly share code, notes, and snippets.

@AzmainBiswas
Last active July 9, 2023 16:13
Show Gist options
  • Save AzmainBiswas/23f883655383064cde9f39d8f70a4917 to your computer and use it in GitHub Desktop.
Save AzmainBiswas/23f883655383064cde9f39d8f70a4917 to your computer and use it in GitHub Desktop.
A little configuration of SumatraPDF
# For documentation, see https://www.sumatrapdfreader.org/settings/settings3-4-6.html
# With Gruvbox color. Because Gruvbox is best.
FixedPageUI [
TextColor = #ebdbb2
BackgroundColor = #1d2021
SelectionColor = #fabd2f
WindowMargin = 0 0 0 0
PageSpacing = 4 4
HideScrollbars = false
]
ComicBookUI [
WindowMargin = 0 0 0 0
PageSpacing = 4 4
CbxMangaMode = false
]
ChmUI [
UseFixedPageUI = true
]
SelectionHandlers [
]
ExternalViewers [
]
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 = #8ec07c
HighlightPermanent = false
]
Annotations [
HighlightColor = #89a598
UnderlineColor = #fe8019
TextIconColor = #d3869b
TextIconType =
DefaultAuthor =
]
RememberOpenedFiles = true
RememberStatePerDocument = true
RestoreSession = true
UiLanguage = en
InverseSearchCmdLine = "C:\Users\Azmain\AppData\Local\Programs\Microsoft VS Code\Code.exe" "C:\Users\Azmain\AppData\Local\Programs\Microsoft VS Code\resources\app\out\cli.js" --ms-enable-electron-run-as-node -r -g "%f:%l"
EnableTeXEnhancements = true
DefaultDisplayMode = automatic
DefaultZoom = fit page
Shortcuts [
[
Cmd = CmdScrollUpPage
Key = u
]
[
Cmd = CmdScrollDownPage
Key = d
]
[
Cmd = CmdOpenWithAcrobat
Key = Ctrl + A
]
]
EscToExit = false
ReuseInstance = true
ReloadModifiedDocuments = true
MainWindowBackground = #1d2021
FullPathInTitle = false
ShowMenubar = false
ShowToolbar = false
ShowFavorites = false
ShowToc = false
TocDy = 0
SidebarDx = 194
ToolbarSize = 18
TabWidth = 200
TreeFontSize = 0
SmoothScroll = false
ShowStartPage = false
CheckForUpdates = true
WindowState = 1
WindowPos = 244 43 1499 1030
UseTabs = false
UseSysColors = false
CustomScreenDPI = 0
FileStates [
]
SessionData [
]
TimeOfLastUpdateCheck = 0 0
OpenCountWeek = 653
# Settings below are not recognized by the current version
@AzmainBiswas
Copy link
Author

AzmainBiswas commented Jul 8, 2023

SumatraPDF setting.tex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment