Closed seaside98 closed 7 years ago
I just tested this with atom-1.10.0
and git-time-machine-1.5.3
on linux and did not see the white sections on your screenshot. I tested all the default syntax themes (including One Dark
) along with both the Atom Dark
and One Dark
themes. Could you check your versions and see if any other package could be causing this?
If you still have this problem, your config.cson and version information could be useful for someone trying to reproduce it.
I'm also not seeing the issue on osx running Atom 1.12.2 with One Dark. Closing as unreproducible
I've got a similar problem. It doesn't matter whether the theme is light or dark; the background makes the text illegible.
I've tried disabling all other non-core packages and restarting, but it's no better. Here's my config.cson
:
"*":
Zen:
fullscreen: false
gutter: true
softWrap: true
width: 120
"autocomplete-java":
classpathFilePath: ".classpath.txt"
foldImports: false
"bracket-matcher":
autocompleteBrackets: false
autocompleteSmartQuotes: false
wrapSelectionsInBrackets: false
core:
autoHideMenuBar: true
disabledPackages: [
"Zen"
"autocomplete-java"
"lines"
"highlight-selected"
"language-cython"
"language-docker"
"language-gradle"
"language-groovy"
]
ignoredNames: [
".git"
"._*"
"*~"
"*.class"
"*.pyc"
"*.jar"
"*.nc"
"*.tiff"
"*.zip"
"build"
".gradle-cache"
]
packagesWithKeymapsDisabled: [
"bracket-matcher"
]
telemetryConsent: "limited"
editor:
invisibles: {}
scrollPastEnd: true
showInvisibles: true
softWrapHangingIndent: 1
tabLength: 4
"exception-reporting":
userId: "REDACTED"
"find-and-replace":
projectSearchResultsPaneSplitDirection: "right"
scrollToResultOnLiveSearch: true
"split-diff":
diffWords: true
ignoreWhitespace: true
leftEditorColor: "red"
rightEditorColor: "green"
scrollSyncType: "Vertical + Horizontal"
syncHorizontalScroll: true
welcome:
showOnStartup: false
".basic.html.text":
editor:
softWrapHangingIndent: 1
tabLength: 2
".console.python.text":
editor:
softWrapHangingIndent: 1
tabLength: 4
".python.regexp.source":
editor:
softWrapHangingIndent: 1
".python.source":
editor:
softWrapHangingIndent: 1
".python.text.traceback":
editor:
softWrapHangingIndent: 1
tabLength: 4
My stylesheet (styles.less
) is unchanged, i.e. it just has empty examples in it.
It would be great to see support for dark syntax themes. (I am using the One Dark syntax theme in this screenshot.)