Skip to content

Instantly share code, notes, and snippets.

@strainer
Last active May 9, 2023 01:00
Show Gist options
  • Save strainer/471ec624053923bd37a1829423d2e264 to your computer and use it in GitHub Desktop.
Save strainer/471ec624053923bd37a1829423d2e264 to your computer and use it in GitHub Desktop.
theme property resets for scite darkmode
th.indentguide=#a9a9ff
th.braceinc=#ae3535
th.bracehi=#86581b
th.almostwhite=#f9f9f9
th.mildblue2=#474179
th.linebac=#f0f0f0
th.toad=#92923c
# Global default styles for all languages
#root style 32
# Default
style.*.32=$(font.base),back:$(th.almostwhite),fore:$(th.mildblue2)
# Line number
style.*.33=back:$(th.linebac),$(font.line),fore:$(th.toad)
# Brace highlight
style.*.34=fore:$(th.bracehi),bold
# Brace incomplete highlight
style.*.35=fore:$(th.braceinc),bold
# Control characters
style.*.36=
# Indentation guides
style.*.37=fore:$(th.indentguide),back:$(th.indentguide)
#selection backs not transformed >
th.selbacka=#00000032
th.selbackb=#00000037
th.selbackc=#00000040
th.selbacki=#10001027
selection.layer=2
selection.inactive.back=$(th.selbacki)
selection.back=$(th.selbacka)
selection.secondary.back=$(th.selbackc)
selection.additional.back=$(th.selbackb)
#fold margin colors not transformed
#highlights current fold level
th.fhpink=#5d3109
fold.highlight=1
fold.highlight.colour=$(th.fhpink)
th.fmblue=#b9b9ff
fold.margin.colour=$(th.fmblue)
fold.margin.highlight.colour=$(th.fmblue)
th.fhblue=#4456c9
th.vdkpurp=#ffc8ff
fold.fore=$(th.fhblue)
fold.back=$(th.vdkpurp)
th.peacha=#774d06ff
th.peachb=#674000c0
#Caret not transformed
caret.fore=$(th.peacha)
#Sets the colour used for the main and additional carets.
caret.additional.fore=$(th.peachb)
caret.line.back=$(th.lineshade)
caret.width=3
caret.line.layer=2
#current line background is transformed
th.lineshade=#00000010
th.redmark=#652323
th.redmarkbac=#ffccff
error.marker.fore=$(th.redmark)
#color also highlights error line
error.marker.back=$(th.redmarkbac)
th.bookgreen2=#03ff03
th.bookgreen=#1fd99b
bookmark.fore=$(th.bookgreen)
bookmark.back=$(th.bookgreen2)
th.termbac=#f2f2f2
th.mauveb=#ff0bff
#calltip style
style.*.38=fore:$(th.termbac),back:$(th.mauveb)
th.opaths=#8740e2
th.shblue=#854ad3
th.wrmgrey=#595934
th.grnblack=#f6ff66
th.grnlime=#2b622b
th.outfind=#27274c
th.opaths=#8740e2
th.owarns=#ff548d
# error list is lusci output panel style !
style.errorlist.32=fore:$(th.shblue),$(font.small),back:$(th.termbac)
style.errorlist.0=fore:$(th.wrmgrey),$(font.small)
# executed command lines (starts with >)
style.errorlist.4=back:$(th.grnblack),fore:$(th.grnlime),eolfilled
# Text matched with find in files and message part of GCC errors
style.errorlist.21=fore:$(th.outfind)
# ctags - Many Paths
style.errorlist.9=$(th.opaths)
# gcc Error and Paths
style.errorlist.2=$(th.opaths)
# python Error
style.errorlist.1=$(th.owarns)
# Microsoft Error
style.errorlist.3=$(th.owarns)
# Borland error and warning messages
style.errorlist.5=$(th.owarns)
# perl error and warning messages
style.errorlist.6=$(th.owarns)
# .NET tr335333ks
style.errorlist.7=$(th.owarns)
# Lua error and warning messages
style.errorlist.8=$(th.owarns)
th.outbang=#002700
th.outplus=#27274c
th.outminus=#774d06
th.outdashed=#c44230
# diff changed !
style.errorlist.10=fore:$(th.outbang)
# diff addition +
style.errorlist.11=fore:$(th.outplus)
# diff deletion -
style.errorlist.12=fore:$(th.outminus)
# diff message ---
style.errorlist.13=fore:$(th.outdashed)
# PHP error
style.errorlist.14=$(th.owarns)
# Essential Lahey Fortran 90 error
style.errorlist.15=$(th.owarns)
# Intel Fortran Compiler error
style.errorlist.16=$(th.owarns)
# Intel Fortran Compiler v8.0 error/warning
style.errorlist.17=$(th.owarns)
# Absoft Pro Fortran 90/95 v8.2 error or warning
style.errorlist.18=$(th.owarns)
# HTML Tidy
style.errorlist.19=$(th.owarns)
# Java runtime stack trace
style.errorlist.20=$(th.owarns)
# Ensures that spacing is not affected by line number styles
style.errorlist.33=$(font.small)
lexer.errorlist.value.separate=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment