TranslateProject/translated/tech/20210120 Highlighted Text Not Visible in gedit in Dark Mode- Here-s What You Can Do.md

85 lines
4.2 KiB
Markdown
Raw Normal View History

2022-07-15 23:28:18 +08:00
[#]: collector: "lujun9972"
[#]: translator: "void-mori "
[#]: reviewer: " "
[#]: publisher: " "
[#]: url: " "
[#]: subject: "Highlighted Text Not Visible in gedit in Dark Mode? Heres What You Can Do"
[#]: via: "https://itsfoss.com/gedit-dark-mode-problem/"
[#]: author: "Abhishek Prakash https://itsfoss.com/author/abhishek/"
Gedit深色模式下高亮文本不可见以下是你能做的
======
我喜欢 [在Ubuntu中使用深色模式][1]。在我看来深色模式能够缓解视觉疲劳,让系统看起来更加的赏心悦目。
我发现了一个 [gedit][2] 文本编辑器的小麻烦,如果你在深色模式下使用它,你也许也会遇到。
默认情况下 gedit 高亮当前光标所在的行。这是一个非常有用的功能但是如果你在LInux系统中开启了深色模式那么你将会感到痛苦。为什么因为被高亮的文本将不再变得可读。你自己看吧
![Text on the highlighted line is hardly visible][3]
如果你选择文本,它将变得可读,但这并不是一个让人感到有多么愉快的阅读或者编辑体验。
![Selecting the text makes it better but thats not a convenient thing to do for all lines][4]
好消息是你不需要再忍受它。我将演示几个步骤让你能够同时享受 gedit 以及系统的深色模式。
### 让gedit在深色模式下阅读体验友好
你基本上有两个选择:
1. 禁用高亮当前行,但也同时意味着你必须清楚地知道你在哪一行。
2. 改变默认的颜色设置,但编辑器的颜色会变得稍微有些不同,而且如果你更改系统主题,它不会自动切换到浅色模式。
在 gedit 或者 GNOME 的开发者解决这个问题之前,这是你必须要做的应变和妥协。
#### 选项1 禁止高亮当前行
当你打开 gedit 后,点击汉堡菜单然后选择**首选项**。
![Go to Preferences][5]
在查看选项卡,你应该看到在 “Highlighting” 区域的下方的 “Highlight current line” 选项。取消勾选这个选项,马上就可以看到效果。
![Disable highlighting current line][6]
高亮当前行是一个可用的功能,如果你想继续使用它,请选择第二个选项。
#### 选项2 更改编辑器的颜色主题
在首选项窗口,找到 Font & Colors 标签页,然后将颜色主题更改为 OblivionSolarized Dark或者 Cobalt。
![Change the color scheme][7]
正如我前面所提到的,缺点就是当你把系统主题切换为浅色模式时,编辑器将不会自动切换到浅色模式。
### 开发者应该修复的一个bug
这里 [有几个Linux可用的文本编辑器][8] ,但是为了快速阅读或编辑文本文件,我更推荐使用 gedit。尽管如此小烦恼仍旧是小烦恼。开发者应该在将来的版本中为这个很好的文本编辑器修复这个问题让我们不再求助于这些应对办法。
你呢?你在你的系统上使用深色模式还是浅色模式?你注意到 gedit 的这个问题了吗?你有使用什么方法去解决它吗?欢迎分享你的经验。
--------------------------------------------------------------------------------
via: https://itsfoss.com/gedit-dark-mode-problem/
作者:[Abhishek Prakash][a]
选题:[lujun9972][b]
译者:[译者ID](https://github.com/译者ID)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
[a]: https://itsfoss.com/author/abhishek/
[b]: https://github.com/lujun9972
[1]: https://itsfoss.com/dark-mode-ubuntu/
[2]: https://wiki.gnome.org/Apps/Gedit
[3]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/01/gedit-dark-mode-problem.png?resize=779%2C367&ssl=1
[4]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2021/01/gedit-dark-mode-issue.png?resize=779%2C367&ssl=1
[5]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2021/01/gedit-preference.jpg?resize=777%2C527&ssl=1
[6]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2021/01/disable-highlight-line-gedit.jpg?resize=781%2C530&ssl=1
[7]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2021/01/change-color-scheme-gedit.jpg?resize=785%2C539&ssl=1
[8]: https://itsfoss.com/best-modern-open-source-code-editors-for-linux/