Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I change the text color? #3

Open
vitorgouveia opened this issue Oct 20, 2021 · 3 comments
Open

How do I change the text color? #3

vitorgouveia opened this issue Oct 20, 2021 · 3 comments

Comments

@vitorgouveia
Copy link

When I enter settings nothing about text color show up
image

@yozachar
Copy link

yozachar commented Oct 21, 2021

Hi, how did you get that setting? I'm unable to find it.

photo_2021-10-21_13-20-14

                   -`                    jcube@JArchMi14 
                  .o+`                   --------------- 
                 `ooo/                   OS: Arch Linux x86_64 
                `+oooo:                  Host: Mi NoteBook 14 
               `+oooooo:                 Kernel: 5.14.13-arch1-1 
               -+oooooo+:                Uptime: 2 hours, 1 min 
             `/:-:++oooo+:               Packages: 674 (pacman) 
            `/++++/+++++++:              Shell: bash 5.1.8 
           `/++++++++++++++:             Resolution: 1920x1080 
          `/+++ooooooooooooo/`           DE: Cutefish 
         ./ooosssso++osssssso+`          WM: KWin 
        .oossssso-````/ossssss+`         Icons: Crule [GTK3] 
       -osssssso.      :ssssssso.        Terminal: cutefish-termin 
      :osssssss/        osssso+++.       CPU: Intel i5-10210U (8) @ 4.200GHz 
     /ossssssss/        +ssssooo/-       GPU: Intel CometLake-U GT2 [UHD Graphics] 
   `/ossssso+/:-        -:/+osssso+-     Memory: 2492MiB / 7782MiB 
  `+sso+:-`                 `.-/+oso:
 `++:.                           `-/+/                           
 .`                                 `/                           


I'd like to change the terminal font and size.. can I do it via cli itself?

Update: I was able to change the terminal font my setting the system font.

@vitorgouveia
Copy link
Author

idk, i just click with my right mouse button and it shows up
image

@cryptinq
Copy link

I found a way to modify text color, just edit cutefish color scheme files in in qmltermwidget.

image

git clone https://github.com/cutefishos/terminal.git
cd terminal/qmltermwidget/lib/color-scheme
nano Cutefish-Dark.colorscheme or Cutefish-Light.colorscheme

then edit Foreground and ForegroundIntense color and save file
After that just rebuild & reinstall Terminal

cd ../../.. && mkdir build && cd build
cmake ..
make && make install

Terminal will then show with modified color.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants