~larryprice/acolyterm/release-0.1

« back to all changes in this revision

Viewing changes to src/plugin/qmltermwidget/lib/color-schemes/Ubuntu.colorscheme

  • Committer: Larry Price
  • Date: 2016-06-15 14:47:59 UTC
  • Revision ID: larry.price@canonical.com-20160615144759-6wopn0gxwgta3x1n
Updating QMLTermWidget and removing unnecessary konsole codebase

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# UbuntuColors are taken from:
2
 
# http://bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-toolkit/staging/view/head:/src/Ubuntu/Components/1.3/UbuntuColors.qml
3
 
 
4
 
# Colors that are not included in the official palette have been generated with:
5
 
# http://www.color-hex.com/
6
 
 
7
 
# Same as Color0 (Black)
8
 
[Background]
9
 
Bold=false
10
 
Color=17,17,17
11
 
Transparency=false
12
 
 
13
 
# Same as Color0Intense (Black)
14
 
[BackgroundIntense]
15
 
Bold=true
16
 
Color=59,59,59
17
 
Transparency=false
18
 
 
19
 
# Black: UbuntuColors.jet
20
 
[Color0]
21
 
Bold=false
22
 
Color=17,17,17
23
 
Transparency=false
24
 
 
25
 
# BlackIntense: UbuntuColors.inkstone
26
 
[Color0Intense]
27
 
Bold=true
28
 
Color=59,59,59
29
 
Transparency=false
30
 
 
31
 
# Red: UbuntuColors.red
32
 
[Color1]
33
 
Bold=false
34
 
Color=237,49,70
35
 
Transparency=false
36
 
 
37
 
# RedIntense: a tint of UbuntuColors.red (#f05a6a)
38
 
# http://www.color-hex.com/color/ed3146
39
 
[Color1Intense]
40
 
Bold=true
41
 
Color=240,90,106
42
 
Transparency=false
43
 
 
44
 
#`Green: UbuntuColors.green
45
 
[Color2]
46
 
Bold=false
47
 
Color=62,179,79
48
 
Transparency=false
49
 
 
50
 
#`GreenIntense: a tint of UbuntuColors.green (#64c272)
51
 
# http://www.color-hex.com/color/3eb34f
52
 
[Color2Intense]
53
 
Bold=true
54
 
Color=100,194,114
55
 
Transparency=false
56
 
 
57
 
# Yellow: analogous of UbuntuColors.orange (#e9b920)
58
 
# http://www.color-hex.com/color/e95420
59
 
[Color3]
60
 
Bold=false
61
 
Color=223,185,32
62
 
Transparency=false
63
 
 
64
 
# YellowIntense: a tint of the yellow above (#edc74c)
65
 
# http://www.color-hex.com/color/e9b920
66
 
[Color3Intense]
67
 
Bold=true
68
 
Color=237,199,76
69
 
Transparency=false
70
 
 
71
 
# Blue: UbuntuColors.blue
72
 
[Color4]
73
 
Bold=false
74
 
Color=25,182,238
75
 
Transparency=false
76
 
 
77
 
# BlueIntense: a tint of UbuntuColors.blue (#46c4f1)
78
 
# http://www.color-hex.com/color/19b6ee
79
 
[Color4Intense]
80
 
Bold=true
81
 
Color=70,196,241
82
 
Transparency=false
83
 
 
84
 
# Magenta: complementary of UbuntuColors.green (#b33ea2)
85
 
# http://www.color-hex.com/color/3eb34f
86
 
[Color5]
87
 
Bold=false
88
 
Color=179,62,162
89
 
Transparency=false
90
 
 
91
 
# MagentaIntense: a tint of the magenta above (#c264b4)
92
 
# http://www.color-hex.com/color/b33ea2
93
 
[Color5Intense]
94
 
Bold=true
95
 
Color=194,100,180
96
 
Transparency=false
97
 
 
98
 
# Cyan: complementary of UbuntuColors.red (#31edd8)
99
 
# http://www.color-hex.com/color/ed3146
100
 
[Color6]
101
 
Bold=false
102
 
Color=49,237,216
103
 
Transparency=false
104
 
 
105
 
# CyanIntense: a tint of the cyan above (#5af0df)
106
 
# http://www.color-hex.com/color/31edd8
107
 
[Color6Intense]
108
 
Bold=true
109
 
Color=90,240,223
110
 
Transparency=false
111
 
 
112
 
# White: UbuntuColors.silk
113
 
[Color7]
114
 
Bold=false
115
 
Color=193,193,193
116
 
Transparency=false
117
 
 
118
 
# WhiteIntense: 255 - UbuntuColors.jet
119
 
[Color7Intense]
120
 
Bold=true
121
 
Color=236,236,236
122
 
Transparency=false
123
 
 
124
 
# Same as Color7 (White)
125
 
[Foreground]
126
 
Bold=false
127
 
Color=193,193,193
128
 
Transparency=false
129
 
 
130
 
# Same as Color7Intense (White)
131
 
[ForegroundIntense]
132
 
Bold=true
133
 
Color=236,236,236
134
 
Transparency=false
135
 
 
136
 
[General]
137
 
Description=Ubuntu
138
 
Opacity=1