@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.

Use more standard colors in remarkup errors

Summary: These should all be shades now instead of pure colors.

Test Plan: Fake an error, see correct muted color.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

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

+5 -5
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '741e228f', 10 + 'core.pkg.css' => '67f0ad38', 11 11 'core.pkg.js' => 'a590b451', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => '9451634c', ··· 108 108 'rsrc/css/application/tokens/tokens.css' => '3d0f239e', 109 109 'rsrc/css/application/uiexample/example.css' => '528b19de', 110 110 'rsrc/css/core/core.css' => 'a76cefc9', 111 - 'rsrc/css/core/remarkup.css' => 'cb0aa7d6', 111 + 'rsrc/css/core/remarkup.css' => 'c3c837ee', 112 112 'rsrc/css/core/syntax.css' => '9fd11da8', 113 113 'rsrc/css/core/z-index.css' => '63689f49', 114 114 'rsrc/css/diviner/diviner-shared.css' => '5a337049', ··· 742 742 'phabricator-object-selector-css' => '85ee8ce6', 743 743 'phabricator-phtize' => 'd254d646', 744 744 'phabricator-prefab' => '6920d200', 745 - 'phabricator-remarkup-css' => 'cb0aa7d6', 745 + 'phabricator-remarkup-css' => 'c3c837ee', 746 746 'phabricator-search-results-css' => '7dea472c', 747 747 'phabricator-shaped-request' => '7cbe244b', 748 748 'phabricator-side-menu-view-css' => 'bec2458e',
+2 -2
webroot/rsrc/css/core/remarkup.css
··· 469 469 470 470 .remarkup-interpreter-error { 471 471 padding: 8px; 472 - border: 1px solid {$red}; 473 - background-color: {$lightred}; 472 + border: 1px solid {$sh-redborder}; 473 + background-color: {$sh-redbackground}; 474 474 } 475 475 476 476 .remarkup-cowsay {