V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  LiMee  ›  全部回复第 1 页 / 共 1 页
回复总数  5
好像所有浅色主题都有看不清字的毛病,我的解决方案:

1. 为 Powershell 添加 profile

```
# Profile of Windows Powershell

# Enable color in ls command.
Import-Module PSColor

# Enable PSReadLine
# Settings for PSReadLine
Import-Module PSReadLine
Set-PSReadlineKeyHandler -Key Tab -Function MenuComplete
Set-PSReadLineOption -PredictionSource History
Set-PSReadLineOption -Colors @{
Command = 'Black' # Get-Process
Number = 'DarkGreen' # 123
Member = 'Black' # object.Method?
Operator = 'DarkYellow' # +-*/
Type = 'DarkCyan' # [System.String]
Variable = 'DarkBlue' # $profile
Parameter = 'DarkYellow' # git --clone
ContinuationPrompt = 'DarkRed' # Line Breaks
Default = 'Black' # Default
InlinePrediction = '#BBBBBB' # Autocomplete
}
```

2. 使用内置的 One Half Light 主题,但是把里面的白色,用黑色的相应颜色替换掉

---

这样操作下来应该不会再有看不清字的现象,好不好看另说
用了很多年原生,国产真是确实用不惯

各种恐吓用户、「安全」中心、信号造假、而且魔改乱删原生特性

尤其 MIUI 锁屏 AOD 不支持显示通知内容,屏幕上 1/3 还不能触发滑动返回

原生少的那点功能倒无所谓,不过刷出来的往往一堆 bug 耽误事不能忍,又不想买 Pixel ,后来换了个 iPhone 彻底清净了

啊我还是忍不住吐槽小米那个 1/3 返回手势,真是啥也不是,苹果都比它好用
之前做过,可以反编译之后调用

不太会写代码,当时也挺中二的,但应该能满足需求或者提供思路了

https://wwar.lanzout.com/ihvDAjl2z3a
一群傻瓜,雄激素对于毛囊发育的影响是不可逆的,毛囊不会因为睾酮低或者雌二醇高就缩回去

考虑激光脱毛吧
2022-05-04 12:41:18 +08:00
回复了 Joshuahui 创建的主题 Android 让我看看还有谁的 Gboard 工具栏无法自定义🤣
看看是不是开启了辅助功能?比如李跳跳之类的
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   5174 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 24ms · UTC 09:43 · PVG 17:43 · LAX 01:43 · JFK 04:43
Developed with CodeLauncher
♥ Do have faith in what you're doing.