@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

UIColor Blues and common color integration

Summary: This adds standard 'blues' and start integration of standard colors for text, backgrounds, and borders.

Test Plan: sb

Reviewers: epriestley, btrahan

Reviewed By: epriestley

CC: Korvin, aran

Differential Revision: https://secure.phabricator.com/D6857

+210 -163
+110 -110
src/__celerity_resource_map__.php
··· 800 800 ), 801 801 'aphront-bars' => 802 802 array( 803 - 'uri' => '/res/6dcfcb5d/rsrc/css/aphront/aphront-bars.css', 803 + 'uri' => '/res/bb67005c/rsrc/css/aphront/aphront-bars.css', 804 804 'type' => 'css', 805 805 'requires' => 806 806 array( ··· 809 809 ), 810 810 'aphront-calendar-view-css' => 811 811 array( 812 - 'uri' => '/res/1afd63bf/rsrc/css/aphront/calendar-view.css', 812 + 'uri' => '/res/187e37e5/rsrc/css/aphront/calendar-view.css', 813 813 'type' => 'css', 814 814 'requires' => 815 815 array( ··· 818 818 ), 819 819 'aphront-contextbar-view-css' => 820 820 array( 821 - 'uri' => '/res/6adba4eb/rsrc/css/aphront/context-bar.css', 821 + 'uri' => '/res/1ddb40ec/rsrc/css/aphront/context-bar.css', 822 822 'type' => 'css', 823 823 'requires' => 824 824 array( ··· 827 827 ), 828 828 'aphront-dark-console-css' => 829 829 array( 830 - 'uri' => '/res/b91a1159/rsrc/css/aphront/dark-console.css', 830 + 'uri' => '/res/71a7dcec/rsrc/css/aphront/dark-console.css', 831 831 'type' => 'css', 832 832 'requires' => 833 833 array( ··· 836 836 ), 837 837 'aphront-dialog-view-css' => 838 838 array( 839 - 'uri' => '/res/f125f477/rsrc/css/aphront/dialog-view.css', 839 + 'uri' => '/res/8df73e09/rsrc/css/aphront/dialog-view.css', 840 840 'type' => 'css', 841 841 'requires' => 842 842 array( ··· 854 854 ), 855 855 'aphront-list-filter-view-css' => 856 856 array( 857 - 'uri' => '/res/681b3b47/rsrc/css/aphront/list-filter-view.css', 857 + 'uri' => '/res/1e7a3dff/rsrc/css/aphront/list-filter-view.css', 858 858 'type' => 'css', 859 859 'requires' => 860 860 array( ··· 890 890 ), 891 891 'aphront-panel-view-css' => 892 892 array( 893 - 'uri' => '/res/b6c0608d/rsrc/css/aphront/panel-view.css', 893 + 'uri' => '/res/c164e13a/rsrc/css/aphront/panel-view.css', 894 894 'type' => 'css', 895 895 'requires' => 896 896 array( ··· 917 917 ), 918 918 'aphront-tokenizer-control-css' => 919 919 array( 920 - 'uri' => '/res/793c5f36/rsrc/css/aphront/tokenizer.css', 920 + 'uri' => '/res/36192cf2/rsrc/css/aphront/tokenizer.css', 921 921 'type' => 'css', 922 922 'requires' => 923 923 array( ··· 963 963 ), 964 964 'config-options-css' => 965 965 array( 966 - 'uri' => '/res/f8d20284/rsrc/css/application/config/config-options.css', 966 + 'uri' => '/res/39061c0e/rsrc/css/application/config/config-options.css', 967 967 'type' => 'css', 968 968 'requires' => 969 969 array( ··· 1017 1017 ), 1018 1018 'differential-changeset-view-css' => 1019 1019 array( 1020 - 'uri' => '/res/bfc589ab/rsrc/css/application/differential/changeset-view.css', 1020 + 'uri' => '/res/7423a99e/rsrc/css/application/differential/changeset-view.css', 1021 1021 'type' => 'css', 1022 1022 'requires' => 1023 1023 array( ··· 1050 1050 ), 1051 1051 'differential-local-commits-view-css' => 1052 1052 array( 1053 - 'uri' => '/res/d107f0d6/rsrc/css/application/differential/local-commits-view.css', 1053 + 'uri' => '/res/43774c46/rsrc/css/application/differential/local-commits-view.css', 1054 1054 'type' => 'css', 1055 1055 'requires' => 1056 1056 array( ··· 1086 1086 ), 1087 1087 'differential-revision-comment-list-css' => 1088 1088 array( 1089 - 'uri' => '/res/4016449d/rsrc/css/application/differential/revision-comment-list.css', 1089 + 'uri' => '/res/034e1948/rsrc/css/application/differential/revision-comment-list.css', 1090 1090 'type' => 'css', 1091 1091 'requires' => 1092 1092 array( ··· 1095 1095 ), 1096 1096 'differential-revision-history-css' => 1097 1097 array( 1098 - 'uri' => '/res/4245038c/rsrc/css/application/differential/revision-history.css', 1098 + 'uri' => '/res/a2be97dc/rsrc/css/application/differential/revision-history.css', 1099 1099 'type' => 'css', 1100 1100 'requires' => 1101 1101 array( ··· 1113 1113 ), 1114 1114 'differential-table-of-contents-css' => 1115 1115 array( 1116 - 'uri' => '/res/f0052231/rsrc/css/application/differential/table-of-contents.css', 1116 + 'uri' => '/res/01dc08df/rsrc/css/application/differential/table-of-contents.css', 1117 1117 'type' => 'css', 1118 1118 'requires' => 1119 1119 array( ··· 1149 1149 ), 1150 1150 'diviner-shared-css' => 1151 1151 array( 1152 - 'uri' => '/res/722cb8a6/rsrc/css/diviner/diviner-shared.css', 1152 + 'uri' => '/res/c4527a99/rsrc/css/diviner/diviner-shared.css', 1153 1153 'type' => 'css', 1154 1154 'requires' => 1155 1155 array( ··· 1195 1195 ), 1196 1196 'herald-test-css' => 1197 1197 array( 1198 - 'uri' => '/res/6e69b22d/rsrc/css/application/herald/herald-test.css', 1198 + 'uri' => '/res/51199954/rsrc/css/application/herald/herald-test.css', 1199 1199 'type' => 'css', 1200 1200 'requires' => 1201 1201 array( ··· 1204 1204 ), 1205 1205 'inline-comment-summary-css' => 1206 1206 array( 1207 - 'uri' => '/res/3630ab8c/rsrc/css/application/diff/inline-comment-summary.css', 1207 + 'uri' => '/res/7478898e/rsrc/css/application/diff/inline-comment-summary.css', 1208 1208 'type' => 'css', 1209 1209 'requires' => 1210 1210 array( ··· 2917 2917 ), 2918 2918 'maniphest-task-summary-css' => 2919 2919 array( 2920 - 'uri' => '/res/3d530e70/rsrc/css/application/maniphest/task-summary.css', 2920 + 'uri' => '/res/fda67feb/rsrc/css/application/maniphest/task-summary.css', 2921 2921 'type' => 'css', 2922 2922 'requires' => 2923 2923 array( ··· 2963 2963 ), 2964 2964 'owners-path-editor-css' => 2965 2965 array( 2966 - 'uri' => '/res/1a1c949f/rsrc/css/application/owners/owners-path-editor.css', 2966 + 'uri' => '/res/c91cc4a8/rsrc/css/application/owners/owners-path-editor.css', 2967 2967 'type' => 'css', 2968 2968 'requires' => 2969 2969 array( ··· 3071 3071 ), 3072 3072 'phabricator-countdown-css' => 3073 3073 array( 3074 - 'uri' => '/res/b38e3a05/rsrc/css/application/countdown/timer.css', 3074 + 'uri' => '/res/be0b1ea4/rsrc/css/application/countdown/timer.css', 3075 3075 'type' => 'css', 3076 3076 'requires' => 3077 3077 array( ··· 3205 3205 ), 3206 3206 'phabricator-hovercard-view-css' => 3207 3207 array( 3208 - 'uri' => '/res/c107caad/rsrc/css/layout/phabricator-hovercard-view.css', 3208 + 'uri' => '/res/5788c744/rsrc/css/layout/phabricator-hovercard-view.css', 3209 3209 'type' => 'css', 3210 3210 'requires' => 3211 3211 array( ··· 3214 3214 ), 3215 3215 'phabricator-jump-nav' => 3216 3216 array( 3217 - 'uri' => '/res/6caaf84e/rsrc/css/application/directory/phabricator-jump-nav.css', 3217 + 'uri' => '/res/7db8cead/rsrc/css/application/directory/phabricator-jump-nav.css', 3218 3218 'type' => 'css', 3219 3219 'requires' => 3220 3220 array( ··· 3310 3310 ), 3311 3311 'phabricator-object-item-list-view-css' => 3312 3312 array( 3313 - 'uri' => '/res/e4ab3964/rsrc/css/layout/phabricator-object-item-list-view.css', 3313 + 'uri' => '/res/ba78d92c/rsrc/css/layout/phabricator-object-item-list-view.css', 3314 3314 'type' => 'css', 3315 3315 'requires' => 3316 3316 array( ··· 3328 3328 ), 3329 3329 'phabricator-object-selector-css' => 3330 3330 array( 3331 - 'uri' => '/res/9b565c7a/rsrc/css/application/objectselector/object-selector.css', 3331 + 'uri' => '/res/c22921d9/rsrc/css/application/objectselector/object-selector.css', 3332 3332 'type' => 'css', 3333 3333 'requires' => 3334 3334 array( ··· 3367 3367 ), 3368 3368 'phabricator-profile-css' => 3369 3369 array( 3370 - 'uri' => '/res/30ab87bd/rsrc/css/application/profile/profile-view.css', 3370 + 'uri' => '/res/c1f72695/rsrc/css/application/profile/profile-view.css', 3371 3371 'type' => 'css', 3372 3372 'requires' => 3373 3373 array( ··· 3385 3385 ), 3386 3386 'phabricator-property-list-view-css' => 3387 3387 array( 3388 - 'uri' => '/res/0362d42a/rsrc/css/layout/phabricator-property-list-view.css', 3388 + 'uri' => '/res/86d920c9/rsrc/css/layout/phabricator-property-list-view.css', 3389 3389 'type' => 'css', 3390 3390 'requires' => 3391 3391 array( ··· 3394 3394 ), 3395 3395 'phabricator-remarkup-css' => 3396 3396 array( 3397 - 'uri' => '/res/1936eed3/rsrc/css/core/remarkup.css', 3397 + 'uri' => '/res/0e113ad0/rsrc/css/core/remarkup.css', 3398 3398 'type' => 'css', 3399 3399 'requires' => 3400 3400 array( ··· 3442 3442 ), 3443 3443 'phabricator-slowvote-css' => 3444 3444 array( 3445 - 'uri' => '/res/f9c64b21/rsrc/css/application/slowvote/slowvote.css', 3445 + 'uri' => '/res/e27df4e5/rsrc/css/application/slowvote/slowvote.css', 3446 3446 'type' => 'css', 3447 3447 'requires' => 3448 3448 array( ··· 3460 3460 ), 3461 3461 'phabricator-standard-page-view' => 3462 3462 array( 3463 - 'uri' => '/res/a1960501/rsrc/css/application/base/standard-page-view.css', 3463 + 'uri' => '/res/59c804b1/rsrc/css/application/base/standard-page-view.css', 3464 3464 'type' => 'css', 3465 3465 'requires' => 3466 3466 array( ··· 3510 3510 ), 3511 3511 'phabricator-transaction-view-css' => 3512 3512 array( 3513 - 'uri' => '/res/00be4b1a/rsrc/css/aphront/transaction.css', 3513 + 'uri' => '/res/a8e23fd5/rsrc/css/aphront/transaction.css', 3514 3514 'type' => 'css', 3515 3515 'requires' => 3516 3516 array( ··· 3679 3679 ), 3680 3680 'phame-css' => 3681 3681 array( 3682 - 'uri' => '/res/4880733d/rsrc/css/application/phame/phame.css', 3682 + 'uri' => '/res/405e77b8/rsrc/css/application/phame/phame.css', 3683 3683 'type' => 'css', 3684 3684 'requires' => 3685 3685 array( ··· 3688 3688 ), 3689 3689 'pholio-css' => 3690 3690 array( 3691 - 'uri' => '/res/14b14ff5/rsrc/css/application/pholio/pholio.css', 3691 + 'uri' => '/res/cfdf017f/rsrc/css/application/pholio/pholio.css', 3692 3692 'type' => 'css', 3693 3693 'requires' => 3694 3694 array( ··· 3697 3697 ), 3698 3698 'pholio-edit-css' => 3699 3699 array( 3700 - 'uri' => '/res/7c86ef4a/rsrc/css/application/pholio/pholio-edit.css', 3700 + 'uri' => '/res/e35cc5c8/rsrc/css/application/pholio/pholio-edit.css', 3701 3701 'type' => 'css', 3702 3702 'requires' => 3703 3703 array( ··· 3706 3706 ), 3707 3707 'pholio-inline-comments-css' => 3708 3708 array( 3709 - 'uri' => '/res/006fc575/rsrc/css/application/pholio/pholio-inline-comments.css', 3709 + 'uri' => '/res/4176b16c/rsrc/css/application/pholio/pholio-inline-comments.css', 3710 3710 'type' => 'css', 3711 3711 'requires' => 3712 3712 array( ··· 3738 3738 ), 3739 3739 'phrequent-css' => 3740 3740 array( 3741 - 'uri' => '/res/9d6f3eb7/rsrc/css/application/phrequent/phrequent.css', 3741 + 'uri' => '/res/e2f09149/rsrc/css/application/phrequent/phrequent.css', 3742 3742 'type' => 'css', 3743 3743 'requires' => 3744 3744 array( ··· 3747 3747 ), 3748 3748 'phriction-document-css' => 3749 3749 array( 3750 - 'uri' => '/res/58dfea80/rsrc/css/application/phriction/phriction-document-css.css', 3750 + 'uri' => '/res/2fd65431/rsrc/css/application/phriction/phriction-document-css.css', 3751 3751 'type' => 'css', 3752 3752 'requires' => 3753 3753 array( ··· 3756 3756 ), 3757 3757 'phui-box-css' => 3758 3758 array( 3759 - 'uri' => '/res/8244305c/rsrc/css/phui/phui-box.css', 3759 + 'uri' => '/res/cd1b04cf/rsrc/css/phui/phui-box.css', 3760 3760 'type' => 'css', 3761 3761 'requires' => 3762 3762 array( ··· 3765 3765 ), 3766 3766 'phui-button-css' => 3767 3767 array( 3768 - 'uri' => '/res/7f74b03f/rsrc/css/phui/phui-button.css', 3768 + 'uri' => '/res/2719dc07/rsrc/css/phui/phui-button.css', 3769 3769 'type' => 'css', 3770 3770 'requires' => 3771 3771 array( ··· 3783 3783 ), 3784 3784 'phui-feed-story-css' => 3785 3785 array( 3786 - 'uri' => '/res/68a0ce41/rsrc/css/phui/phui-feed-story.css', 3786 + 'uri' => '/res/96f5fd5a/rsrc/css/phui/phui-feed-story.css', 3787 3787 'type' => 'css', 3788 3788 'requires' => 3789 3789 array( ··· 3792 3792 ), 3793 3793 'phui-form-css' => 3794 3794 array( 3795 - 'uri' => '/res/8f33e95f/rsrc/css/phui/phui-form.css', 3795 + 'uri' => '/res/29b48d06/rsrc/css/phui/phui-form.css', 3796 3796 'type' => 'css', 3797 3797 'requires' => 3798 3798 array( ··· 3801 3801 ), 3802 3802 'phui-form-view-css' => 3803 3803 array( 3804 - 'uri' => '/res/b33deacb/rsrc/css/phui/phui-form-view.css', 3804 + 'uri' => '/res/61161671/rsrc/css/phui/phui-form-view.css', 3805 3805 'type' => 'css', 3806 3806 'requires' => 3807 3807 array( ··· 3828 3828 ), 3829 3829 'phui-pinboard-view-css' => 3830 3830 array( 3831 - 'uri' => '/res/c1972bac/rsrc/css/phui/phui-pinboard-view.css', 3831 + 'uri' => '/res/f791ea99/rsrc/css/phui/phui-pinboard-view.css', 3832 3832 'type' => 'css', 3833 3833 'requires' => 3834 3834 array( ··· 3855 3855 ), 3856 3856 'phui-status-list-view-css' => 3857 3857 array( 3858 - 'uri' => '/res/d37327e3/rsrc/css/phui/phui-status.css', 3858 + 'uri' => '/res/b56a8a64/rsrc/css/phui/phui-status.css', 3859 3859 'type' => 'css', 3860 3860 'requires' => 3861 3861 array( ··· 3873 3873 ), 3874 3874 'ponder-comment-table-css' => 3875 3875 array( 3876 - 'uri' => '/res/2527ba37/rsrc/css/application/ponder/comments.css', 3876 + 'uri' => '/res/fd114c83/rsrc/css/application/ponder/comments.css', 3877 3877 'type' => 'css', 3878 3878 'requires' => 3879 3879 array( ··· 3954 3954 ), 3955 3955 'releeph-core' => 3956 3956 array( 3957 - 'uri' => '/res/d6c306b9/rsrc/css/application/releeph/releeph-core.css', 3957 + 'uri' => '/res/dad04eff/rsrc/css/application/releeph/releeph-core.css', 3958 3958 'type' => 'css', 3959 3959 'requires' => 3960 3960 array( ··· 4017 4017 ), 4018 4018 'setup-issue-css' => 4019 4019 array( 4020 - 'uri' => '/res/17362ca2/rsrc/css/application/config/setup-issue.css', 4020 + 'uri' => '/res/135c19ed/rsrc/css/application/config/setup-issue.css', 4021 4021 'type' => 'css', 4022 4022 'requires' => 4023 4023 array( ··· 4152 4152 ), 4153 4153 'syntax-highlighting-css' => 4154 4154 array( 4155 - 'uri' => '/res/b070b088/rsrc/css/core/syntax.css', 4155 + 'uri' => '/res/9ba29190/rsrc/css/core/syntax.css', 4156 4156 'type' => 'css', 4157 4157 'requires' => 4158 4158 array( ··· 4171 4171 ), array( 4172 4172 'packages' => 4173 4173 array( 4174 - '54c57ecf' => 4174 + 'a6aa563e' => 4175 4175 array( 4176 4176 'name' => 'core.pkg.css', 4177 4177 'symbols' => ··· 4218 4218 39 => 'phabricator-property-list-view-css', 4219 4219 40 => 'phabricator-tag-view-css', 4220 4220 ), 4221 - 'uri' => '/res/pkg/54c57ecf/core.pkg.css', 4221 + 'uri' => '/res/pkg/a6aa563e/core.pkg.css', 4222 4222 'type' => 'css', 4223 4223 ), 4224 4224 '8977e356' => ··· 4278 4278 'uri' => '/res/pkg/4ccfeb47/darkconsole.pkg.js', 4279 4279 'type' => 'js', 4280 4280 ), 4281 - '67c91070' => 4281 + '5ad2c174' => 4282 4282 array( 4283 4283 'name' => 'differential.pkg.css', 4284 4284 'symbols' => ··· 4297 4297 11 => 'differential-local-commits-view-css', 4298 4298 12 => 'inline-comment-summary-css', 4299 4299 ), 4300 - 'uri' => '/res/pkg/67c91070/differential.pkg.css', 4300 + 'uri' => '/res/pkg/5ad2c174/differential.pkg.css', 4301 4301 'type' => 'css', 4302 4302 ), 4303 4303 'd07a3bc2' => ··· 4380 4380 'uri' => '/res/pkg/2dbbb7d1/javelin.pkg.js', 4381 4381 'type' => 'js', 4382 4382 ), 4383 - 'e13432f1' => 4383 + '129783c3' => 4384 4384 array( 4385 4385 'name' => 'maniphest.pkg.css', 4386 4386 'symbols' => ··· 4389 4389 1 => 'maniphest-transaction-detail-css', 4390 4390 2 => 'phabricator-project-tag-css', 4391 4391 ), 4392 - 'uri' => '/res/pkg/e13432f1/maniphest.pkg.css', 4392 + 'uri' => '/res/pkg/129783c3/maniphest.pkg.css', 4393 4393 'type' => 'css', 4394 4394 ), 4395 4395 '98f64f07' => ··· 4409 4409 ), 4410 4410 'reverse' => 4411 4411 array( 4412 - 'aphront-dialog-view-css' => '54c57ecf', 4413 - 'aphront-error-view-css' => '54c57ecf', 4414 - 'aphront-list-filter-view-css' => '54c57ecf', 4415 - 'aphront-pager-view-css' => '54c57ecf', 4416 - 'aphront-panel-view-css' => '54c57ecf', 4417 - 'aphront-table-view-css' => '54c57ecf', 4418 - 'aphront-tokenizer-control-css' => '54c57ecf', 4419 - 'aphront-tooltip-css' => '54c57ecf', 4420 - 'aphront-typeahead-control-css' => '54c57ecf', 4421 - 'differential-changeset-view-css' => '67c91070', 4422 - 'differential-core-view-css' => '67c91070', 4412 + 'aphront-dialog-view-css' => 'a6aa563e', 4413 + 'aphront-error-view-css' => 'a6aa563e', 4414 + 'aphront-list-filter-view-css' => 'a6aa563e', 4415 + 'aphront-pager-view-css' => 'a6aa563e', 4416 + 'aphront-panel-view-css' => 'a6aa563e', 4417 + 'aphront-table-view-css' => 'a6aa563e', 4418 + 'aphront-tokenizer-control-css' => 'a6aa563e', 4419 + 'aphront-tooltip-css' => 'a6aa563e', 4420 + 'aphront-typeahead-control-css' => 'a6aa563e', 4421 + 'differential-changeset-view-css' => '5ad2c174', 4422 + 'differential-core-view-css' => '5ad2c174', 4423 4423 'differential-inline-comment-editor' => 'd07a3bc2', 4424 - 'differential-local-commits-view-css' => '67c91070', 4425 - 'differential-results-table-css' => '67c91070', 4426 - 'differential-revision-add-comment-css' => '67c91070', 4427 - 'differential-revision-comment-css' => '67c91070', 4428 - 'differential-revision-comment-list-css' => '67c91070', 4429 - 'differential-revision-history-css' => '67c91070', 4430 - 'differential-revision-list-css' => '67c91070', 4431 - 'differential-table-of-contents-css' => '67c91070', 4424 + 'differential-local-commits-view-css' => '5ad2c174', 4425 + 'differential-results-table-css' => '5ad2c174', 4426 + 'differential-revision-add-comment-css' => '5ad2c174', 4427 + 'differential-revision-comment-css' => '5ad2c174', 4428 + 'differential-revision-comment-list-css' => '5ad2c174', 4429 + 'differential-revision-history-css' => '5ad2c174', 4430 + 'differential-revision-list-css' => '5ad2c174', 4431 + 'differential-table-of-contents-css' => '5ad2c174', 4432 4432 'diffusion-commit-view-css' => 'c8ce2d88', 4433 4433 'diffusion-icons-css' => 'c8ce2d88', 4434 - 'global-drag-and-drop-css' => '54c57ecf', 4435 - 'inline-comment-summary-css' => '67c91070', 4434 + 'global-drag-and-drop-css' => 'a6aa563e', 4435 + 'inline-comment-summary-css' => '5ad2c174', 4436 4436 'javelin-aphlict' => '8977e356', 4437 4437 'javelin-behavior' => '2dbbb7d1', 4438 4438 'javelin-behavior-aphlict-dropdown' => '8977e356', ··· 4504 4504 'javelin-util' => '2dbbb7d1', 4505 4505 'javelin-vector' => '2dbbb7d1', 4506 4506 'javelin-workflow' => '2dbbb7d1', 4507 - 'lightbox-attachment-css' => '54c57ecf', 4508 - 'maniphest-task-summary-css' => 'e13432f1', 4509 - 'maniphest-transaction-detail-css' => 'e13432f1', 4510 - 'phabricator-action-list-view-css' => '54c57ecf', 4511 - 'phabricator-application-launch-view-css' => '54c57ecf', 4507 + 'lightbox-attachment-css' => 'a6aa563e', 4508 + 'maniphest-task-summary-css' => '129783c3', 4509 + 'maniphest-transaction-detail-css' => '129783c3', 4510 + 'phabricator-action-list-view-css' => 'a6aa563e', 4511 + 'phabricator-application-launch-view-css' => 'a6aa563e', 4512 4512 'phabricator-busy' => '8977e356', 4513 - 'phabricator-content-source-view-css' => '67c91070', 4514 - 'phabricator-core-css' => '54c57ecf', 4515 - 'phabricator-crumbs-view-css' => '54c57ecf', 4513 + 'phabricator-content-source-view-css' => '5ad2c174', 4514 + 'phabricator-core-css' => 'a6aa563e', 4515 + 'phabricator-crumbs-view-css' => 'a6aa563e', 4516 4516 'phabricator-drag-and-drop-file-upload' => 'd07a3bc2', 4517 4517 'phabricator-dropdown-menu' => '8977e356', 4518 4518 'phabricator-file-upload' => '8977e356', 4519 - 'phabricator-filetree-view-css' => '54c57ecf', 4520 - 'phabricator-flag-css' => '54c57ecf', 4521 - 'phabricator-header-view-css' => '54c57ecf', 4519 + 'phabricator-filetree-view-css' => 'a6aa563e', 4520 + 'phabricator-flag-css' => 'a6aa563e', 4521 + 'phabricator-header-view-css' => 'a6aa563e', 4522 4522 'phabricator-hovercard' => '8977e356', 4523 - 'phabricator-jump-nav' => '54c57ecf', 4523 + 'phabricator-jump-nav' => 'a6aa563e', 4524 4524 'phabricator-keyboard-shortcut' => '8977e356', 4525 4525 'phabricator-keyboard-shortcut-manager' => '8977e356', 4526 - 'phabricator-main-menu-view' => '54c57ecf', 4526 + 'phabricator-main-menu-view' => 'a6aa563e', 4527 4527 'phabricator-menu-item' => '8977e356', 4528 - 'phabricator-nav-view-css' => '54c57ecf', 4528 + 'phabricator-nav-view-css' => 'a6aa563e', 4529 4529 'phabricator-notification' => '8977e356', 4530 - 'phabricator-notification-css' => '54c57ecf', 4531 - 'phabricator-notification-menu-css' => '54c57ecf', 4532 - 'phabricator-object-item-list-view-css' => '54c57ecf', 4533 - 'phabricator-object-selector-css' => '67c91070', 4530 + 'phabricator-notification-css' => 'a6aa563e', 4531 + 'phabricator-notification-menu-css' => 'a6aa563e', 4532 + 'phabricator-object-item-list-view-css' => 'a6aa563e', 4533 + 'phabricator-object-selector-css' => '5ad2c174', 4534 4534 'phabricator-phtize' => '8977e356', 4535 4535 'phabricator-prefab' => '8977e356', 4536 - 'phabricator-project-tag-css' => 'e13432f1', 4537 - 'phabricator-property-list-view-css' => '54c57ecf', 4538 - 'phabricator-remarkup-css' => '54c57ecf', 4536 + 'phabricator-project-tag-css' => '129783c3', 4537 + 'phabricator-property-list-view-css' => 'a6aa563e', 4538 + 'phabricator-remarkup-css' => 'a6aa563e', 4539 4539 'phabricator-shaped-request' => 'd07a3bc2', 4540 - 'phabricator-side-menu-view-css' => '54c57ecf', 4541 - 'phabricator-standard-page-view' => '54c57ecf', 4542 - 'phabricator-tag-view-css' => '54c57ecf', 4540 + 'phabricator-side-menu-view-css' => 'a6aa563e', 4541 + 'phabricator-standard-page-view' => 'a6aa563e', 4542 + 'phabricator-tag-view-css' => 'a6aa563e', 4543 4543 'phabricator-textareautils' => '8977e356', 4544 4544 'phabricator-tooltip' => '8977e356', 4545 - 'phabricator-transaction-view-css' => '54c57ecf', 4546 - 'phabricator-zindex-css' => '54c57ecf', 4547 - 'phui-button-css' => '54c57ecf', 4548 - 'phui-form-css' => '54c57ecf', 4549 - 'phui-form-view-css' => '54c57ecf', 4550 - 'phui-icon-view-css' => '54c57ecf', 4551 - 'phui-spacing-css' => '54c57ecf', 4552 - 'sprite-apps-large-css' => '54c57ecf', 4553 - 'sprite-gradient-css' => '54c57ecf', 4554 - 'sprite-icons-css' => '54c57ecf', 4555 - 'sprite-menu-css' => '54c57ecf', 4556 - 'syntax-highlighting-css' => '54c57ecf', 4545 + 'phabricator-transaction-view-css' => 'a6aa563e', 4546 + 'phabricator-zindex-css' => 'a6aa563e', 4547 + 'phui-button-css' => 'a6aa563e', 4548 + 'phui-form-css' => 'a6aa563e', 4549 + 'phui-form-view-css' => 'a6aa563e', 4550 + 'phui-icon-view-css' => 'a6aa563e', 4551 + 'phui-spacing-css' => 'a6aa563e', 4552 + 'sprite-apps-large-css' => 'a6aa563e', 4553 + 'sprite-gradient-css' => 'a6aa563e', 4554 + 'sprite-icons-css' => 'a6aa563e', 4555 + 'sprite-menu-css' => 'a6aa563e', 4556 + 'syntax-highlighting-css' => 'a6aa563e', 4557 4557 ), 4558 4558 ));
+39 -3
src/applications/uiexample/examples/PHUIColorPalletteExample.php
··· 36 36 'A2A6B0' => 'Grey Border {$greyborder}', 37 37 '676A70' => 'Dark Grey Border {$darkgreyborder}', 38 38 '92969D' => 'Light Grey Text {$lightgreytext}', 39 - '57595E' => 'Grey Text {$greytext}', 39 + '74777D' => 'Grey Text {$greytext}', 40 40 '4B4D51' => 'Dark Grey Text [$darkgreytext}', 41 41 'F7F7F7' => 'Light Grey Background {$lightgreybackground}', 42 42 'EBECEE' => 'Grey Background {$greybackground}', 43 43 ); 44 44 45 + $blues = array( 46 + 'BFCFDA' => 'Light Blue Border {$lightblueborder}', 47 + '95A6C5' => 'Blue Border {$blueborder}', 48 + '626E82' => 'Dark Blue Border {$darkblueborder}', 49 + 'F8F9FC' => 'Light Blue Background {$lightbluebackground', 50 + 'DFE0E2' => 'Blue Background {$bluebackground}', 51 + '8C98B8' => 'Light Blue Text {$lightbluetext}', 52 + '6B748C' => 'Blue Text {$bluetext}', 53 + '585F72' => 'Dark Blue Text {$darkbluetext}', 54 + ); 55 + 45 56 $d_column = array(); 46 57 foreach ($greys as $color => $name) { 47 58 $d_column[] = phutil_tag( ··· 52 63 $name.' #'.$color); 53 64 } 54 65 66 + $b_column = array(); 67 + foreach ($blues as $color => $name) { 68 + $b_column[] = phutil_tag( 69 + 'div', 70 + array( 71 + 'style' => 'background-color: #'.$color.';', 72 + 'class' => 'pl'), 73 + $name.' #'.$color); 74 + } 75 + 76 + 55 77 $c_column = array(); 56 78 $url = array(); 57 79 foreach ($colors as $color => $name) { ··· 76 98 ->setShadow(true) 77 99 ->addPadding(PHUI::PADDING_LARGE); 78 100 101 + $layout1b = id(new PHUIBoxView()) 102 + ->appendChild($b_column) 103 + ->setShadow(true) 104 + ->addPadding(PHUI::PADDING_LARGE); 105 + 79 106 $layout2 = id(new PHUIBoxView()) 80 107 ->appendChild($color_url) 81 108 ->appendChild($c_column) ··· 85 112 $head1 = id(new PhabricatorHeaderView()) 86 113 ->setHeader(pht('Greys')); 87 114 115 + $head1b = id(new PhabricatorHeaderView()) 116 + ->setHeader(pht('Blues')); 117 + 118 + $head2 = id(new PhabricatorHeaderView()) 119 + ->setHeader(pht('Colors')); 120 + 88 121 $wrap1 = id(new PHUIBoxView()) 89 122 ->appendChild($layout1) 90 123 ->addMargin(PHUI::MARGIN_LARGE); 91 124 92 - $head2 = id(new PhabricatorHeaderView()) 93 - ->setHeader(pht('Colors')); 125 + $wrap1b = id(new PHUIBoxView()) 126 + ->appendChild($layout1b) 127 + ->addMargin(PHUI::MARGIN_LARGE); 94 128 95 129 $wrap2 = id(new PHUIBoxView()) 96 130 ->appendChild($layout2) ··· 102 136 array( 103 137 $head1, 104 138 $wrap1, 139 + $head1b, 140 + $wrap1b, 105 141 $head2, 106 142 $wrap2 107 143 ));
+8 -1
src/infrastructure/celerity/CelerityResourceTransformer.php
··· 154 154 'greyborder' => '#A2A6B0', 155 155 'darkgreyborder' => '#676A70', 156 156 'lightgreytext' => '#92969D', 157 - 'greytext' => '#57595E', 157 + 'greytext' => '#74777D', 158 158 'darkgreytext' => '#4B4D51', 159 159 'lightgreybackground' => '#F7F7F7', 160 160 'greybackground' => '#EBECEE', 161 + 162 + // Base Blues 163 + 'lightblueborder' => '#BFCFDA', 164 + 'blueborder' => '#8C98B8', 165 + 'darkblueborder' => '#626E82', 166 + 'lightbluebackground' => '#F8F9FC', 167 + 'bluebackground' => '#DAE7FF', 161 168 ); 162 169 163 170 $var_name = $matches[1];
+2 -2
webroot/rsrc/css/aphront/dialog-view.css
··· 5 5 .aphront-dialog-view { 6 6 width: 540px; 7 7 margin: 32px auto 16px; 8 - border: 1px solid #bfcfda; 9 - border-bottom: 1px solid #95a6c5; 8 + border: 1px solid {$lightblueborder}; 9 + border-bottom: 1px solid {$blueborder}; 10 10 box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25), 11 11 inset 0 1px 0 rgba(255, 255, 255, 0.5); 12 12 }
+1 -1
webroot/rsrc/css/aphront/tokenizer.css
··· 46 46 47 47 body input.jx-typeahead-placeholder { 48 48 margin-left: 4px; 49 - color: #777 49 + color: {$greytext}; 50 50 } 51 51 52 52 a.jx-tokenizer-x {
+1 -1
webroot/rsrc/css/aphront/transaction.css
··· 36 36 } 37 37 38 38 .phabricator-transaction-info { 39 - color: #777; 39 + color: {$greytext}; 40 40 float: right; 41 41 font-size: 11px; 42 42 }
+1 -1
webroot/rsrc/css/application/config/config-options.css
··· 44 44 } 45 45 46 46 .config-options-current-value span { 47 - color: #777; 47 + color: {$greytext}; 48 48 }
+1 -1
webroot/rsrc/css/application/maniphest/task-summary.css
··· 26 26 text-align: right; 27 27 padding: 5px 20px 0 0; 28 28 font-size: 11px; 29 - color: #777; 29 + color: {$greytext}; 30 30 } 31 31 32 32 .device-phone .maniphest-total-result-count {
+2 -2
webroot/rsrc/css/application/pholio/pholio-inline-comments.css
··· 67 67 68 68 .pholio-inline-comment-draft { 69 69 border-style: dashed; 70 - border-color: #777777; 70 + border-color: {$greytext}; 71 71 background: #464646; 72 72 } 73 73 74 74 .pholio-inline-head-links { 75 75 float: right; 76 76 font-weight: normal; 77 - color: #777777; 77 + color: {$greytext}; 78 78 } 79 79 80 80 .pholio-mock-inline-comments a {
+1 -1
webroot/rsrc/css/application/pholio/pholio.css
··· 124 124 } 125 125 126 126 .pholio-image-description { 127 - color: #777777; 127 + color: {$greytext}; 128 128 } 129 129 130 130 .pholio-image-title {
+1 -1
webroot/rsrc/css/application/phrequent/phrequent.css
··· 15 15 } 16 16 17 17 .phrequent-on-stack { 18 - color: #777777; 18 + color: {$greytext}; 19 19 background-image: url(/rsrc/image/phrequent_inactive.png); 20 20 }
+1 -1
webroot/rsrc/css/application/ponder/comments.css
··· 35 35 36 36 .ponder-datestamp { 37 37 font-size: 11px; 38 - color: #777; 38 + color: {$greytext}; 39 39 } 40 40 41 41 .ponder-label {
+9 -9
webroot/rsrc/css/core/remarkup.css
··· 182 182 183 183 .phabricator-remarkup-toc-header { 184 184 font-size: 11px; 185 - color: #777; 185 + color: {$greytext}; 186 186 border-bottom: 1px solid #d7d7d7; 187 187 margin-bottom: 4px; 188 188 } ··· 256 256 } 257 257 258 258 .remarkup-assist-textarea { 259 - border-left-color: #95a6c5; 260 - border-right-color: #95a6c5; 261 - border-bottom-color: #95a6c5; 262 - border-top-color: #bfcfda; 259 + border-left-color: {$blueborder}; 260 + border-right-color: {$blueborder}; 261 + border-bottom-color: {$blueborder}; 262 + border-top-color: {$lightblueborder}; 263 263 border-radius: 0; 264 264 265 265 /* Prevent Safari and Chrome users from dragging the textarea any wider, ··· 277 277 278 278 border-width: 1px 1px 0; 279 279 border-style: solid; 280 - border-top-color: #95a6c5; 281 - border-left-color: #95a6c5; 282 - border-right-color: #95a6c5; 280 + border-top-color: {$blueborder}; 281 + border-left-color: {$blueborder}; 282 + border-right-color: {$blueborder}; 283 283 284 - background: #F8F9FC; 284 + background: {$lightbluebackground}; 285 285 overflow: hidden; 286 286 } 287 287
+8 -8
webroot/rsrc/css/layout/phabricator-object-item-list-view.css
··· 25 25 .phabricator-object-item { 26 26 background: #ffffff; 27 27 border-style: solid; 28 - border-color: #BBC0CC; 28 + border-color: {$lightgreyborder}; 29 29 border-width: 0 0 0 4px; 30 30 margin: 5px 0; 31 31 overflow: hidden; ··· 37 37 38 38 .phabricator-object-item-frame { 39 39 border-style: solid; 40 - border-color: #BBC0CC; 41 - border-bottom-color: #A2A6B0; 40 + border-color: {$lightgreyborder}; 41 + border-bottom-color: {$greyborder}; 42 42 border-width: 1px 1px 1px 0; 43 43 overflow: hidden; 44 44 position: relative; ··· 66 66 } 67 67 68 68 .phabricator-object-item-objname { 69 - color: #222222; 69 + color: {$darkgreytext}; 70 70 cursor: text; 71 71 } 72 72 ··· 110 110 bottom: 0; 111 111 vertical-align: middle; 112 112 text-align: right; 113 - border-left: 1px solid #BBC0CC; 113 + border-left: 1px solid {$lightgreyborder}; 114 114 } 115 115 116 116 .phabricator-object-item-actions .phui-list-item-view { ··· 191 191 */ 192 192 193 193 .phabricator-object-item-subhead { 194 - color: #777; 194 + color: {$greytext}; 195 195 padding: 0 8px 6px; 196 196 } 197 197 ··· 208 208 209 209 .phabricator-object-item-attribute { 210 210 display: inline; 211 - color: #777; 211 + color: {$greytext}; 212 212 } 213 213 214 214 .phabricator-object-item-attribute-spacer { ··· 371 371 } 372 372 373 373 .phabricator-object-item-disabled .phabricator-object-item-objname { 374 - color: #777777; 374 + color: {$greytext}; 375 375 } 376 376 377 377
+2 -2
webroot/rsrc/css/phui/phui-box.css
··· 14 14 } 15 15 16 16 .phui-box-border { 17 - border: 1px solid #bfcfda; 18 - border-bottom: 1px solid #95a6c5; 17 + border: 1px solid {$lightblueborder}; 18 + border-bottom: 1px solid {$blueborder}; 19 19 } 20 20 21 21 .phui-box-border .phui-box-inner {
+3 -3
webroot/rsrc/css/phui/phui-button.css
··· 64 64 background-color: #f7f7f7; 65 65 background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); 66 66 background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); 67 - border-color: #BBC0CC; 67 + border-color: {$lightgreyborder}; 68 68 color: #4B4D51; 69 - border-bottom-color: #A2A6B0; 69 + border-bottom-color: {$greyborder}; 70 70 text-shadow: none; 71 71 } 72 72 ··· 93 93 } 94 94 95 95 a.dropdown-open { 96 - color: #777; 96 + color: {$greytext}; 97 97 } 98 98 99 99 a.button:hover,
+2 -2
webroot/rsrc/css/phui/phui-feed-story.css
··· 42 42 43 43 .phui-feed-story-foot, 44 44 .phui-feed-story-foot a { 45 - color: #777; 45 + color: {$greytext}; 46 46 } 47 47 48 48 .phui-feed-story-foot .phui-icon-view, ··· 101 101 .phui-feed-story-oneline-foot, 102 102 .phui-feed-story-oneline-foot a { 103 103 font-size: 11px; 104 - color: #777; 104 + color: {$greytext}; 105 105 margin-top: 2px; 106 106 line-height: 14px; 107 107 font-weight: normal;
+5 -5
webroot/rsrc/css/phui/phui-form-view.css
··· 78 78 79 79 .aphront-form-required { 80 80 font-weight: normal; 81 - color: #6b748c; 81 + color: {$lightgreytext}; 82 82 font-size: 11px; 83 83 -webkit-font-smoothing: antialiased; 84 84 } ··· 210 210 211 211 .aphront-form-control-radio-layout label.disabled, 212 212 .aphront-form-control-checkbox-layout label.disabled { 213 - color: #777777; 213 + color: {$greytext}; 214 214 } 215 215 216 216 .aphront-form-radio-caption { ··· 244 244 } 245 245 246 246 .aphront-form-inset h1 { 247 - color: #777; 247 + color: {$greytext}; 248 248 font-weight: normal; 249 249 padding-bottom: 8px; 250 250 } ··· 400 400 .picker-open .calendar-button, 401 401 .fancy-datepicker-core { 402 402 background-color: white; 403 - border: 1px solid #777777; 403 + border: 1px solid {$greytext}; 404 404 405 405 box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25); 406 406 } ··· 428 428 429 429 .phui-form-box .phabricator-action-header { 430 430 padding: 4px 5px 4px 12px; 431 - border-bottom: 1px solid #bfcfda; 431 + border-bottom: 1px solid {$lightblueborder}; 432 432 } 433 433 434 434 .phui-form-box .phabricator-action-header h3 {
+9 -5
webroot/rsrc/css/phui/phui-form.css
··· 46 46 div.jx-tokenizer-container { 47 47 padding: 4px 6px; 48 48 background-color: #ffffff; 49 - border: 1px solid #95a6c5; 49 + border: 1px solid {$blueborder}; 50 50 51 51 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 52 52 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); ··· 104 104 border: 1px solid #a1a5a9; 105 105 background-color: #ffffff; 106 106 } 107 + 107 108 select[multiple], 108 109 select[size] { 109 110 height: auto; 110 111 } 112 + 111 113 select:focus, 112 114 input[type="file"]:focus, 113 115 input[type="radio"]:focus, ··· 116 118 outline: 5px auto -webkit-focus-ring-color; 117 119 outline-offset: -2px; 118 120 } 121 + 119 122 input:-moz-placeholder, 120 123 textarea:-moz-placeholder { 121 - color: #999999; 124 + color: {$lightgreytext}; 122 125 } 126 + 123 127 input:-ms-input-placeholder, 124 128 textarea:-ms-input-placeholder { 125 - color: #999999; 129 + color: {$lightgreytext}; 126 130 } 131 + 127 132 input::-webkit-input-placeholder, 128 133 textarea::-webkit-input-placeholder { 129 - color: #999999; 134 + color: {$lightgreytext}; 130 135 } 131 - 132 136 133 137 select[disabled="disabled"], 134 138 input[disabled="disabled"] {
+4 -4
webroot/rsrc/css/phui/phui-pinboard-view.css
··· 16 16 margin: 0 12px 16px 0; 17 17 background: #ffffff; 18 18 border-radius: 3px; 19 - border: 1px solid #bfcfda; 20 - border-bottom: 1px solid #95a6c5; 19 + border: 1px solid {$lightblueborder}; 20 + border-bottom: 1px solid {$blueborder}; 21 21 float: left; 22 22 width: 288px; 23 23 text-align: left; ··· 40 40 font-weight: bold; 41 41 border-top-left-radius: 3px; 42 42 border-top-right-radius: 3px; 43 - border-bottom: 1px solid #bfcfda; 43 + border-bottom: 1px solid {$lightblueborder}; 44 44 white-space: nowrap; 45 45 overflow: hidden; 46 46 } ··· 57 57 .phui-pinboard-item-content { 58 58 padding: 0 10px 5px; 59 59 overflow: hidden; 60 - color: #777; 60 + color: {$greytext}; 61 61 font-size: 11px; 62 62 } 63 63