-
Notifications
You must be signed in to change notification settings - Fork 11
/
atom-one-dark.ini
20 lines (20 loc) · 987 Bytes
/
atom-one-dark.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
; Based on One Dark Syntax v1.8.0 and One Dark UI v1.10.8 themes for GitHub's Atom text editor
; One Dark Syntax Copyright (c) 2016 GitHub Inc https://github.com/atom/one-dark-syntax
; One Dark UI © Copyright (c) 2014 GitHub Inc. https://github.com/atom/one-dark-ui
atom/one/dark/name = Atom One Dark
atom/one/dark/background = #282c34
atom/one/dark/currentline = #0A99bbff
atom/one/dark/currentcell = #00000000
atom/one/dark/occurrence = #434957
atom/one/dark/ctrlclick = #56b6c2
atom/one/dark/sideareas = #21252b
atom/one/dark/matched_p = #434957
atom/one/dark/unmatched_p = #4Dff0000
atom/one/dark/normal = ('#abb2bf', False, False)
atom/one/dark/keyword = ('#c678dd', False, False)
atom/one/dark/builtin = ('#56b6c2', False, False)
atom/one/dark/definition = ('#61afef', False, False)
atom/one/dark/comment = ('#5c6370', False, True)
atom/one/dark/string = ('#98c379', False, False)
atom/one/dark/number = ('#d19a66', False, False)
atom/one/dark/instance = ('#e5c07b', False, True)