Skip to content

Instantly share code, notes, and snippets.

@rawsh
Last active February 17, 2018 03:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rawsh/f748760ada69952d051cff7da329c13e to your computer and use it in GitHub Desktop.
Save rawsh/f748760ada69952d051cff7da329c13e to your computer and use it in GitHub Desktop.
ATOM STYLES

FONT: Fira Sans

font size: 11px

UI THEME: One Dark

settings:

  • font size: 11px

SYNTAX: Firewatch

yeah

atom-workspace {
font-family: Fira Sans;
font-size: 11px;
}
.tab-bar, .tab-bar .tab {
font-size: 11px;
height: 38px !important;
line-height: 38px;
}
.tab-bar .tab .close-icon {
top: 1em;
}
.tab-bar .tab.active .title {
padding-right: 0;
}
atom-text-editor ::-webkit-scrollbar {
width: 35px !important;
}
::-webkit-scrollbar {
width: 15px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment