I know a number of people have trouble using dark themes with Ubuntu because the software center likes to keep its white background and also use the default light colored text. The following solution is pretty hack-tastic and I'm hoping to hear some more elegant ideas.
1) Open up a terminal and type:2) The first two lines should look like this:Code:gksudo gedit /usr/share/software-center/ui/gtk3/css/softwarecenter.cssCopy and paste those two lines right below then comment out the originals. Change the two HTML color codes (#DED7DB and #F4F1F3) to your preferred dark colors so that light text will show up.Code:@define-color light-aubergine #DED7DB; @define-color super-light-aubergine #F4F1F3;
3) Save and close gedit. Launch Ubuntu Software Center to check out the results
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 이스
- 슈퍼패미컴
- Game Gear
- PC엔진
- snes
- LMD
- 앙상블
- 메가드라이브
- 닌텐도 스위치
- 모빌슈트
- mobilesuit
- ensemble
- 게임보이
- MSX
- 슈퍼마리오
- Apple II
- ps4
- YS
- 3DS
- PSP
- 게임기어
- 건담
- GOG
- analogue
- 8Bitdo
- mister
- fpga
- 패미컴
- 컨트롤러
Archives
- Today
- Total
Just a Blog
[Ubuntu Forum] Ubuntu GNOME 어두운 테마에서 Software 센터 글자가 안보일 때 본문
Ubuntu GNOME의 '기능 개선 도구' 앱에서 '전체적인 어두운 테마'를 켜면 발생하는 문제 중의 하나는
'우분투 소프트웨어 센터' 앱에서 화면은 밝은 톤인데 글자도 어두운 테마에서 식별을 위해 밝은 색이 되니
하나도 보이지 않는 것이다.
그에 대해 구글링 해보니 누군가 해결책을 하나 제시했다.
'우분투 소프트웨어 센터'의 css 파일에서 색을 바꾸는 방법이다.
단, '우분투 소프트웨어 센터'가 업데이트 되면 이 css 파일까지 원래대로 바뀌는 모양이다.
링크: http://ubuntuforums.org/showthread.php?t=1913590
Comments