Lubuntu 18.10 黑色主题(每个应用程序(包括文件管理器)中的黑色背景和白色/明亮文本)

Sab*_*ina 3 themes lubuntu lxqt

user@linux:~$ head -2 /etc/os-release
NAME="Ubuntu"
VERSION="18.10 (Cosmic Cuttlefish)"
user@linux:~$ 
Run Code Online (Sandbox Code Playgroud)

Lubuntu 中的默认主题有浅色主题(明亮和白色),但我更喜欢深色主题(带有灰色和黑色背景以及白色文本),因为这种主题对我的眼睛有好处(减少疲劳!!)。

因此,我点击了此链接https://www.deviantart.com/satya164/art/elementary-Dark-GTK3-Theme-244257862并尝试安装它。

user@linux:~$ sudo add-apt-repository ppa:satyajit-happy/themes
 This PPA contains various themes for Gnome and Xfce.
 More info: https://launchpad.net/~satyajit-happy/+archive/ubuntu/themes
Press [ENTER] to continue or Ctrl-c to cancel adding it.

Ign:1 http://ppa.launchpad.net/satyajit-happy/themes/ubuntu cosmic InRelease                                            
Hit:2 http://archive.ubuntu.com/ubuntu cosmic InRelease                                                                 
Get:3 http://archive.ubuntu.com/ubuntu cosmic-updates InRelease [88.7 kB]                     
Get:4 http://security.ubuntu.com/ubuntu cosmic-security InRelease [88.7 kB]
Err:5 http://ppa.launchpad.net/satyajit-happy/themes/ubuntu cosmic Release
  404  Not Found [IP: 91.189.95.83 80]
Get:6 http://archive.ubuntu.com/ubuntu cosmic-backports InRelease [74.6 kB]          
Reading package lists... Done       
E: The repository 'http://ppa.launchpad.net/satyajit-happy/themes/ubuntu cosmic Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
user@linux:~$ 

user@linux:~$ sudo apt-get install elementary-dark-theme
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package elementary-dark-theme
user@linux:~$ 
Run Code Online (Sandbox Code Playgroud)

但是,我收到错误消息“无法找到包elementary-dark-theme”

我也尝试过更改文件管理器的背景颜色,但也不起作用。

我希望在每个应用程序(包括文件管理器)上获得黑色背景和白色/明亮文本。请让我知道如何实现这一目标。

DK *_*ose 5

注意:在 Lubuntu 迁移到 LXQt 的这个阶段,您无法使用可用的默认值完全获得您想要的东西!但以下建议可能会带来一些缓解!

Lubuntu 18.10有gtk3应用程序和qt应用程序并使用Openbox作为其窗口管理器。这些需要单独解决。

窗口管理器

Lubuntu 18.10 附带了各种 Openbox 主题:有些是“深色”主题,带有深色背景和浅色文本和窗口按钮。

要访问图形用户界面,请单击菜单按钮 > 首选项 > LXQt 设置 > Openbox 设置 > 主题。将鼠标指针移动到右侧的窗格,然后向上/向下滚动以选择您选择的主题。顶部栏的外观会动态变化以反映主题。我选择了Lubuntu Arc。单击“关闭”将强制执行所选主题。

开箱主题

GTK3应用程序

存储库中有一些“黑暗”主题可用。因此,您实际上不必求助于 ppa 或外部下载。

为了说明这一点,如果您运行sudo apt install blackbird-gtk-theme,将会安装适合 gtk2 和 gtk3 应用程序的深色主题。

要选择Blackbird作为 gtk2/gtk3 应用程序的选择,请再次单击菜单 > 首选项 > LXQt 设置,然后单击外观

在下图中,我为 gtk2 和 gtk3 应用程序选择了 Blackbird。

选择您的 gtk 主题

qt应用程序

这是 Lubuntu 团队正在进行的工作。

如上,单击菜单 > 首选项 > LXQt 设置 > 外观

您会注意到Qt Style目前不提供深色选项。BreezeFusion都很“轻”,而Windows可能不是您想要的。

Qt风格

使用BreezeFusion的结果是应用程序窗口装饰正下方和主窗口下方的区域变亮(这不是您想要的)。

LXQt面板

可以使用相同的图形用户界面从各种面板主题中进行选择。在菜单 > 首选项 > 外观中,单击LXQt 主题并进行选择。

选择面板主题

以下是一些应用程序的外观:

一些应用

  • QTerminal 和 Featherpad 都有深色背景和浅色文本(Qt Style 主题区域除外)。
  • PCManFM-Qt 完全是浅色的,文本是深色的。
  • Mousepad 是一个 gtk3 应用程序,它是完全黑暗的,带有浅色文本。

这里很可能有人知道如何获得您想要的外观,但这就是我所能做到的!