Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2585)

Unified Diff: third_party/twisted_8_1/twisted/manhole/ui/gtkrc

Issue 12261012: Remove third_party/twisted_8_1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/twisted_8_1/twisted/manhole/ui/gtkrc
diff --git a/third_party/twisted_8_1/twisted/manhole/ui/gtkrc b/third_party/twisted_8_1/twisted/manhole/ui/gtkrc
deleted file mode 100644
index 891747ed0714c19a6d86e2d1e99f8299d1c94e3f..0000000000000000000000000000000000000000
--- a/third_party/twisted_8_1/twisted/manhole/ui/gtkrc
+++ /dev/null
@@ -1,62 +0,0 @@
-style "codefont" {
- font = "-adobe-courier-medium-r-normal-*-*-120-*-*-m-*-iso8859-1"
-}
-
-style "Input" = "codefont" {
- # pass
-}
-
-style "Console" = "codefont" {
- # XXX: We should include a bg[NORMAL] line here, but doing so
- # messes things up as it doesn't seem to set the color of the
- # backdrop.
-}
-
-style "Console_stdout" = "Console" {
- fg[NORMAL] = { 0, 0, 0 }
-}
-
-style "Console_stderr" = "Console" {
- fg[NORMAL] = { 0.66, 0.5, 0 }
-}
-
-style "Console_result" = "Console" {
- fg[NORMAL] = { 0, 0, 1.0 }
-}
-
-style "Console_exception" = "Console" {
- fg[NORMAL] = { 1.0, 0, 0 }
-}
-
-style "Console_command" = "Console" {
- fg[NORMAL] = { 0.4, 0.4, 0.4 }
-}
-
-widget "Manhole.*.Input" style "Input"
-widget "Manhole.*.Console" style "Console"
-
-style "Bold" {
- font = "-urw-nimbus sans l-bold-r-normal-*-*-120-*-*-p-*-iso8859-1"
-}
-
-style "BoldCompressed" {
- font = "-urw-nimbus sans l-bold-r-condensed-*-*-120-*-*-p-*-iso8859-1"
-}
-
-style "Compressed" {
- font = "-urw-nimbus sans l-regular-r-condensed-*-*-120-*-*-p-*-iso8859-1"
-}
-
-style "AttributeName" = "BoldCompressed" {
- fg[NORMAL] = { 0.0, 0.3, 0.0 }
-}
-
-style "AttributeValue" = "Compressed" {
- fg[NORMAL] = { 0.0, 0.4, 0.6 }
-}
-
-widget "*.Visage.*.AttributeGroupTitle*" style "Bold"
-widget "*.Visage.*.PropertyName*" style "AttributeName"
-widget "*.Visage.*.AttributeName*" style "AttributeName"
-widget "*.Visage.*.PropertyValue*" style "AttributeValue"
-widget "*.Visage.*.AttributeValue*" style "AttributeValue"
« no previous file with comments | « third_party/twisted_8_1/twisted/manhole/ui/gtkmanhole.py ('k') | third_party/twisted_8_1/twisted/manhole/ui/pywidgets.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698